Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for auvern (0.17 sec)

  1. src/cmd/go/internal/modget/get.go

    		for _, c := range constraint.Conflicts {
    			adverb := ""
    			if len(c.Path) > 2 {
    				adverb = "indirectly "
    			}
    			firstReason := reason(c.Path[0])
    			last := c.Path[len(c.Path)-1]
    			if c.Err != nil {
    				base.Errorf("go: %v %srequires %v: %v", firstReason, adverb, last, c.UnwrapModuleError())
    			} else {
    				base.Errorf("go: %v %srequires %v, not %v", firstReason, adverb, last, reason(c.Constraint))
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                          - protocol
                          - name
                          type: object
                        tls:
                          description: Set of TLS related options that govern the server's
                            behavior.
                          properties:
                            caCertificates:
                              description: REQUIRED if mode is `MUTUAL` or `OPTIONAL_MUTUAL`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          - protocol
                          - name
                          type: object
                        tls:
                          description: Set of TLS related options that govern the server's
                            behavior.
                          properties:
                            caCertificates:
                              description: REQUIRED if mode is `MUTUAL` or `OPTIONAL_MUTUAL`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Fix serialization when using `by_alias` or `exclude_unset` and returning data with Pydantic models. PR [#1074](https://github.com/tiangolo/fastapi/pull/1074) by [@juhovh-aiven](https://github.com/juhovh-aiven).
    * Add Gitter chat to docs. PR [#1061](https://github.com/tiangolo/fastapi/pull/1061) by [@aakashnand](https://github.com/aakashnand).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. RELEASE.md

    Akiomi Kamakura, Alex Vig, Alexander Rosenberg Johansen, Andre Cruz, Arun Ahuja,
    Bart Coppens, Bernardo Pires, Carl Vondrick, Cesar Salgado, Chen Yu, Christian
    Jauvin, Damien Aymeric, Dan Vanderkam, Denny Britz, Dongjoon Hyun, Eren Güven,
    Erik Erwitt, Fabrizio Milo, G. Hussain Chinoy, Jim Fleming, Joao Felipe Santos,
    Jonas Meinertz Hansen, Joshi Rekha, Julian Viereck, Keiji Ariyama, Kenton Lee,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top