Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 56 for worry (0.04 seconds)

  1. docs/en/docs/tutorial/query-params-str-validations.md

    * `fixedquery`: has the exact value `fixedquery`.
    * `$`: ends there, doesn't have any more characters after `fixedquery`.
    
    If you feel lost with all these **"regular expression"** ideas, don't worry. They are a hard topic for many people. You can still do a lot of stuff without needing regular expressions yet.
    
    Now you know that whenever you need them you can use them in **FastAPI**.
    
    ## Default values { #default-values }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 16.3K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/base/Verify.java

     * }
     *
     * <h3>Comparison to alternatives</h3>
     *
     * <p><b>Note:</b> In some cases the differences explained below can be subtle. When it's unclear
     * which approach to use, <b>don't worry</b> too much about it; just pick something that seems
     * reasonable and it will be fine.
     *
     * <ul>
     *   <li>If checking whether the <i>caller</i> has violated your method or constructor's contract
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Dec 29 17:36:00 GMT 2025
    - 18.5K bytes
    - Click Count (0)
  3. docs/ko/docs/help-fastapi.md

    * 먼저, 해당 pull request가 해결하려는 **문제를 이해하는지** 확인하세요. GitHub Discussion 또는 이슈에서 더 긴 논의가 있었을 수도 있습니다.
    
    * Pull request가 실제로 필요하지 않을 가능성도 큽니다. 문제가 **다른 방식**으로 해결될 수 있기 때문입니다. 그런 경우 그 방법을 제안하거나 질문할 수 있습니다.
    
    ### 스타일에 너무 신경 쓰지 않기 { #dont-worry-about-style }
    
    * 커밋 메시지 스타일 같은 것에 너무 신경 쓰지 마세요. 저는 커밋을 수동으로 조정해서 squash and merge를 할 것입니다.
    
    * 코드 스타일 규칙도 걱정할 필요 없습니다. 이미 자동화된 도구들이 이를 검사하고 있습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 15.4K bytes
    - Click Count (0)
  4. docs/en/docs/tutorial/bigger-applications.md

    So, behind the scenes, it will actually work as if everything was the same single app.
    
    ///
    
    /// check
    
    You don't have to worry about performance when including routers.
    
    This will take microseconds and will only happen at startup.
    
    So it won't affect performance. ⚡
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/collect/ConcurrentHashMultiset.java

       *
       * TODO: cpovirk - Is this an issue anywhere anymore? It looks to have been fixed for Java 8
       * (https://bugs.openjdk.org/browse/JDK-7121314) and before Lollipop
       * (https://r.android.com/47508). We *would* need to worry for J2KT, whose own concurrency support
       * is evolving (b/381065164, b/458160722), but this class is @J2ktIncompatible.
       *
       * 2. The superclass toArray() method declares the more general return type `@Nullable Object[]`,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 20:08:09 GMT 2025
    - 22.3K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/help-fastapi.md

    ### 先理解要解的問題 { #understand-the-problem }
    
    * 首先,確認你**理解了該 Pull Request 想解決的問題**。可能在 GitHub Discussion 或 issue 中有更長的討論。
    
    * 也很有可能這個 Pull Request 其實不需要,因為問題可以用**不同的方法**解決。那你就可以提出或詢問那個方向。
    
    ### 不用太在意風格 { #dont-worry-about-style }
    
    * 不要太擔心像是提交訊息(commit message)的風格,我會用 squash and merge 並手動調整提交內容。
    
    * 也不用太在意程式碼風格規範,已經有自動化工具在檢查。
    
    如果還有其他風格或一致性的需求,我會直接提出請求,或是在上面再補上需要的修改提交。
    
    ### 檢查程式碼 { #check-the-code }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  7. guava/src/com/google/common/base/Verify.java

     * }
     *
     * <h3>Comparison to alternatives</h3>
     *
     * <p><b>Note:</b> In some cases the differences explained below can be subtle. When it's unclear
     * which approach to use, <b>don't worry</b> too much about it; just pick something that seems
     * reasonable and it will be fine.
     *
     * <ul>
     *   <li>If checking whether the <i>caller</i> has violated your method or constructor's contract
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Dec 29 17:36:00 GMT 2025
    - 18.5K bytes
    - Click Count (0)
  8. docs/en/docs/tutorial/sql-databases.md

    Using `check_same_thread=False` allows FastAPI to use the same SQLite database in different threads. This is necessary as **one single request** could use **more than one thread** (for example in dependencies).
    
    Don't worry, with the way the code is structured, we'll make sure we use **a single SQLModel *session* per request** later, this is actually what the `check_same_thread` is trying to achieve.
    
    ### Create the Tables { #create-the-tables }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 15.3K bytes
    - Click Count (0)
  9. docs/zh/docs/help-fastapi.md

    下面是需要注意的点,以及如何审阅一个 Pull Request:
    
    ### 理解问题 { #understand-the-problem }
    
    * 首先,确保你**理解这个 PR 要解决的问题**。它可能在 GitHub Discussion 或 issue 中有更长的讨论。
    
    * 也有很大可能这个 PR 实际上并不需要,因为问题可以用**不同方式**解决。这种情况下你可以提出或询问该方案。
    
    ### 不用过分担心风格 { #dont-worry-about-style }
    
    * 不用太在意提交信息风格等,我会在合并时 squash 并手动调整提交信息。
    
    * 也不用过分担心代码风格规则,已经有自动化工具在检查。
    
    如果还有其他风格或一致性需求,我会直接提出,或者我会在其上追加提交做必要修改。
    
    ### 检查代码 { #check-the-code }
    
    * 检查并阅读代码,看看是否说得通,**在本地运行**并确认它确实解决了问题。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 11.8K bytes
    - Click Count (0)
  10. guava/src/com/google/common/collect/ConcurrentHashMultiset.java

       *
       * TODO: cpovirk - Is this an issue anywhere anymore? It looks to have been fixed for Java 8
       * (https://bugs.openjdk.org/browse/JDK-7121314) and before Lollipop
       * (https://r.android.com/47508). We *would* need to worry for J2KT, whose own concurrency support
       * is evolving (b/381065164, b/458160722), but this class is @J2ktIncompatible.
       *
       * 2. The superclass toArray() method declares the more general return type `@Nullable Object[]`,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 20:08:09 GMT 2025
    - 22.3K bytes
    - Click Count (0)
Back to Top