Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 77 for vibe (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/advanced/vibe.md

    # Vibe Coding { #vibe-coding }
    
    Are you tired of all that **data validation**, **documentation**, **serialization**, and all that **boring** stuff?
    
    Do you just want to **vibe**? 🎶
    
    **FastAPI** now supports a new `@app.vibe()` decorator that embraces **modern AI coding best practices**. 🤖
    
    ## How It Works { #how-it-works }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 2K bytes
    - Click Count (0)
  2. fastapi/applications.py

            )
    
        def vibe(
            self,
            path: Annotated[
                str,
                Doc(
                    """
                    The URL path to be used for this *path operation*.
    
                    For example, in `http://example.com/vibes`, the path is `/vibes`.
                    """
                ),
            ],
            *,
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
  3. docs/en/docs/release-notes.md

    ## 0.135.3 (2026-04-01)
    
    ### Features
    
    * ✨ Add support for `@app.vibe()`. PR [#15280](https://github.com/fastapi/fastapi/pull/15280) by [@tiangolo](https://github.com/tiangolo).
        * New docs: [Vibe Coding](https://fastapi.tiangolo.com/advanced/vibe/).
    
    ### Docs
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/collect/Table.java

       *
       * @param columnKey key of column to search for in the table
       * @return the corresponding map from row keys to values
       */
      Map<R, V> column(@ParametricNullness C columnKey);
    
      /**
       * Returns a set of all row key / column key / value triplets. Changes to the returned set will
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Jul 08 18:32:10 GMT 2025
    - 10.5K bytes
    - Click Count (0)
  5. guava/src/com/google/common/collect/Multimap.java

       */
      Collection<V> get(@ParametricNullness K key);
    
      /**
       * Returns a view collection of all <i>distinct</i> keys contained in this multimap. Note that the
       * key set contains a key if and only if this multimap maps that key to at least one value.
       *
       * <p>Changes to the returned set will update the underlying multimap, and vice versa. However,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 15.7K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/collect/Multimap.java

       */
      Collection<V> get(@ParametricNullness K key);
    
      /**
       * Returns a view collection of all <i>distinct</i> keys contained in this multimap. Note that the
       * key set contains a key if and only if this multimap maps that key to at least one value.
       *
       * <p>Changes to the returned set will update the underlying multimap, and vice versa. However,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 17 20:26:29 GMT 2025
    - 15K bytes
    - Click Count (0)
  7. docs/fr/docs/advanced/events.md

    Y compris comment gérer l'état de cycle de vie qui peut être utilisé dans d'autres parties de votre code.
    
    ///
    
    ## Sous-applications { #sub-applications }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 9.1K bytes
    - Click Count (0)
  8. docs/uk/docs/project-generation.md

      - 💾 [PostgreSQL](https://www.postgresql.org) як SQL-база даних.
    - 🚀 [React](https://react.dev) для фронтенду.
      - 💃 Використання TypeScript, хуків, Vite та інших частин сучасного фронтенд-стеку.
      - 🎨 [Tailwind CSS](https://tailwindcss.com) і [shadcn/ui](https://ui.shadcn.com) для фронтенд-компонентів.
      - 🤖 Автоматично згенерований фронтенд-клієнт.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  9. docs/ru/docs/project-generation.md

        - 💾 [PostgreSQL](https://www.postgresql.org) в качестве SQL‑базы данных.
    - 🚀 [React](https://react.dev) для фронтенда.
        - 💃 Используются TypeScript, хуки, Vite и другие части современного фронтенд‑стека.
        - 🎨 [Tailwind CSS](https://tailwindcss.com) и [shadcn/ui](https://ui.shadcn.com) для компонентов фронтенда.
        - 🤖 Автоматически сгенерированный фронтенд‑клиент.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 3K bytes
    - Click Count (0)
  10. docs/es/docs/project-generation.md

        - 💾 [PostgreSQL](https://www.postgresql.org) como base de datos SQL.
    - 🚀 [React](https://react.dev) para el frontend.
        - 💃 Usando TypeScript, hooks, Vite, y otras partes de una stack moderna de frontend.
        - 🎨 [Tailwind CSS](https://tailwindcss.com) y [shadcn/ui](https://ui.shadcn.com) para los componentes del frontend.
        - 🤖 Un cliente de frontend generado automáticamente.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.1K bytes
    - Click Count (0)
Back to Top