Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for renameat (0.2 sec)

  1. docs/en/docs/release-notes.md

    * 👥 Update FastAPI People. PR [#10363](https://github.com/tiangolo/fastapi/pull/10363) by [@tiangolo](https://github.com/tiangolo).
    
    ## 0.103.2
    
    ### Refactors
    
    * ⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values. PR [#10344](https://github.com/tiangolo/fastapi/pull/10344) by [@tiangolo](https://github.com/tiangolo).
    
    ### Translations
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

      - Rename `PreemptionByKubeScheduler` to `PreemptionByScheduler` ([#114623](https://github.com/kubernetes/kubernetes/pull/114623), [@Huang-Wei](https://github.com/Huang-Wei))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

      - `node_cpu_usage_seconds_total`
      - `node_memory_working_set_bytes`
      - `pod_cpu_usage_seconds_total`
      - `pod_memory_working_set_bytes`
      - `resource_scrape_error`
      
      Deprecated (renamed) `scrape_error` in favor of `resource_scrape_error` ([#116897](https://github.com/kubernetes/kubernetes/pull/116897), [@Richabanker](https://github.com/Richabanker)) [SIG Architecture, Instrumentation, Node and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - Enabled use of pods with volumes and user namespaces. The feature gate was renamed from `UserNamespacesStatelessPodsSupport` to `UserNamespacesSupport`. ([#118691](https://github.com/kubernetes/kubernetes/pull/118691), [@giuseppe](https://github.com/giuseppe))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    func (s *state) Debug_checknil() bool                                { return s.f.Frontend().Debug_checknil() }
    
    func ssaMarker(name string) *ir.Name {
    	return ir.NewNameAt(base.Pos, &types.Sym{Name: name}, nil)
    }
    
    var (
    	// marker node for the memory variable
    	memVar = ssaMarker("mem")
    
    	// marker nodes for temporary variables
    	ptrVar       = ssaMarker("ptr")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top