Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 301 - 310 of 377 for edited (0.11 seconds)

  1. CHANGELOG/CHANGELOG-1.36.md

    - DRA device taint eviction: the controller might have reported "1 pod needs to be evicted in 1 namespace. 1 pod evicted since starting the controller." when only a single pod is involved, depending on timing (pod evicted, informer cache not updated yet). It would eventually arrive at the correct "1 pod evicted since starting the controller.", but now it tries harder to avoid the confusing intermediate state by delaying the status update after eviction....
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 23:38:00 GMT 2026
    - 142.1K bytes
    - Click Count (0)
  2. docs/es/docs/tutorial/first-steps.md

    ```
    
    Pero tendrías que recordar pasar el path correcto cada vez que llames al comando `fastapi`.
    
    Además, otras herramientas podrían no ser capaces de encontrarlo, por ejemplo la [Extensión de VS Code](../editor-support.md) o [FastAPI Cloud](https://fastapicloud.com), así que se recomienda usar el `entrypoint` en `pyproject.toml`.
    
    ### Despliega tu app (opcional) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  3. docs/fr/docs/tutorial/first-steps.md

    ```
    
    Mais vous devrez vous souvenir de passer le chemin correct à chaque exécution de la commande `fastapi`.
    
    De plus, d’autres outils pourraient ne pas être capables de le trouver, par exemple l’[Extension VS Code](../editor-support.md) ou [FastAPI Cloud](https://fastapicloud.com), il est donc recommandé d’utiliser le `entrypoint` dans `pyproject.toml`.
    
    ### Déployer votre application (optionnel) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 15.1K bytes
    - Click Count (0)
  4. docs/ja/docs/tutorial/body.md

    モデルのJSON Schemaは、OpenAPIで生成されたスキーマの一部になり、対話的なAPIドキュメントに表示されます:
    
    <img src="/img/tutorial/body/image01.png">
    
    また、それらが必要な各 *path operation* 内のAPIドキュメントでも使用されます:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## エディタサポート { #editor-support }
    
    エディタ上で、関数内のあらゆる場所で型ヒントと補完が得られます(Pydanticモデルの代わりに `dict` を受け取った場合は起きません):
    
    <img src="/img/tutorial/body/image03.png">
    
    不正な型操作に対するエラーチェックも得られます:
    
    <img src="/img/tutorial/body/image04.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  5. docs/pt/docs/tutorial/first-steps.md

    ```
    
    Mas você teria que lembrar de passar o path correto toda vez que chamar o comando `fastapi`.
    
    Além disso, outras ferramentas podem não conseguir encontrá-la, por exemplo, a [Extensão do VS Code](../editor-support.md) ou a [FastAPI Cloud](https://fastapicloud.com), então é recomendado usar o `entrypoint` no `pyproject.toml`.
    
    ### Faça o deploy da sua aplicação (opcional) { #deploy-your-app-optional }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 14.2K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/bigger-applications.md

    ```console
    $ fastapi dev app/main.py
    ```
    
    Ama o zaman her `fastapi` komutunu çalıştırdığınızda doğru yolu hatırlayıp geçirmeniz gerekir.
    
    Ayrıca, diğer araçlar uygulamayı bulamayabilir; örneğin [VS Code Eklentisi](../editor-support.md) veya [FastAPI Cloud](https://fastapicloud.com). Bu yüzden `pyproject.toml` içinde `entrypoint` kullanmanız önerilir.
    
    ///
    
    ## Otomatik API Dokümanını Kontrol Edin { #check-the-automatic-api-docs }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
  7. docs/ja/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    以下のように:
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## あらゆる場所でのエディタサポート { #editor-support-everywhere }
    
    そして、あらゆる場所でエディタサポートを得られます。
    
    以下のようにリストの中の項目でも:
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Pydanticモデルではなく、`dict`を直接使用している場合はこのようなエディタのサポートは得られません。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 8.6K bytes
    - Click Count (0)
  8. docs/ko/docs/advanced/generate-clients.md

    또한 이들의 후원은 FastAPI **커뮤니티**(여러분)에 대한 강한 헌신을 보여주며, **좋은 서비스**를 제공하는 것뿐 아니라, 견고하고 활발한 프레임워크인 FastAPI를 지원하는 데에도 관심이 있음을 나타냅니다. 🙇
    
    예를 들어 다음을 사용해 볼 수 있습니다:
    
    * [Speakeasy](https://speakeasy.com/editor?utm_source=fastapi+repo&utm_medium=github+sponsorship)
    * [Stainless](https://www.stainless.com/?utm_source=fastapi&utm_medium=referral)
    * [liblab](https://developers.liblab.com/tutorials/sdk-for-fastapi?utm_source=fastapi)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11K bytes
    - Click Count (0)
  9. cmd/xl-storage-format-v1_gen.go

    		zb0001Len--
    		zb0001Mask |= 0x80
    	}
    	// variable map header, size zb0001Len
    	err = en.Append(0x80 | uint8(zb0001Len))
    	if err != nil {
    		return
    	}
    
    	// skip if no fields are to be emitted
    	if zb0001Len != 0 {
    		// write "e"
    		err = en.Append(0xa1, 0x65)
    		if err != nil {
    			return
    		}
    		err = en.WriteString(z.ETag)
    		if err != nil {
    			err = msgp.WrapError(err, "ETag")
    			return
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 41.2K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.35.md

    ### Other (Cleanup or Flake)
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
Back to Top