Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 111 - 120 of 1,461 for charge (0.18 seconds)

  1. .github/ISSUE_TEMPLATE/11-language-change.yml

        id: informal-change
        attributes:
          label: "Informal Change"
          description: "Please also describe the change informally, as in a class teaching Go."
        validations:
          required: false
    
      - type: textarea
        id: go-backwards-compatiblity
        attributes:
          label: Is this change backward compatible?
          description: Breaking the Go 1 compatibility guarantee is a large cost and requires a large benefit.
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Aug 08 19:02:29 GMT 2024
    - 4.7K bytes
    - Click Count (0)
  2. .github/workflows/latest-changes.yml

    name: Latest Changes
    
    on:
      pull_request_target:
        branches:
          - master
        types:
          - closed
      workflow_dispatch:
        inputs:
          number:
            description: PR number
            required: true
          debug_enabled:
            description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
            required: false
            default: 'false'
    
    jobs:
      latest-changes:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Nov 24 14:58:32 GMT 2025
    - 1.4K bytes
    - Click Count (1)
  3. docs/uk/docs/advanced/response-change-status-code.md

    # Відповідь - зміна коду статусу { #response-change-status-code }
    
    Ймовірно, ви вже читали, що можна встановити типовий [код статусу відповіді](../tutorial/response-status-code.md).
    
    Але інколи потрібно повернути інший код статусу, ніж типовий.
    
    ## Випадок використання { #use-case }
    
    Наприклад, уявімо, що ви хочете за замовчуванням повертати код статусу HTTP «OK» `200`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  4. build-tools-internal/src/main/resources/templates/breaking-changes.asciidoc

    [discrete]
    [[breaking-changes-${majorDotMinor}]]
    === Breaking changes
    
    The following changes in {es} ${majorDotMinor} might affect your applications
    and prevent them from operating normally.
    Before upgrading to ${majorDotMinor} review these changes and take the described steps
    to mitigate the impact.
    
    NOTE: Breaking changes introduced in minor versions are
    normally limited to security and bug fixes.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 28 11:09:58 GMT 2021
    - 2.9K bytes
    - Click Count (0)
  5. docs/en/docs/management-tasks.md

    ```
    
    Once the PR is merged, a GitHub Action ([latest-changes](https://github.com/tiangolo/latest-changes)) will use the PR title to update the latest changes automatically.
    
    So, having a nice PR title will not only look nice in GitHub, but also in the release notes. 📝
    
    ## Add Labels to PRs
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  6. docs/tr/docs/advanced/response-change-status-code.md

    # Response - Status Code Değiştirme { #response-change-status-code }
    
    Muhtemelen daha önce varsayılan bir [Response Status Code](../tutorial/response-status-code.md) ayarlayabileceğinizi okumuşsunuzdur.
    
    Ancak bazı durumlarda, varsayılandan farklı bir status code döndürmeniz gerekir.
    
    ## Kullanım senaryosu { #use-case }
    
    Örneğin, varsayılan olarak "OK" `200` HTTP status code'u döndürmek istediğinizi düşünün.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  7. CONTRIBUTING.md

    2. Accept the changes.\
    If you are sure that the changes are intentional, follow the steps described in the report.
    This includes adding the description of the changes to the `accepted-public-api-changes.json` file, and providing a reason for each change.
    You can add the changes to any place in the file, e.g. at the top.
    
    3. Make sure the file with accepted changes is sorted.\
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  8. docs/ko/docs/advanced/response-change-status-code.md

    # 응답 - 상태 코드 변경 { #response-change-status-code }
    
    기본 [응답 상태 코드 설정](../tutorial/response-status-code.md)이 가능하다는 걸 이미 알고 계실 겁니다.
    
    하지만 경우에 따라 기본 설정과 다른 상태 코드를 반환해야 할 때가 있습니다.
    
    ## 사용 예 { #use-case }
    
    예를 들어 기본적으로 HTTP 상태 코드 "OK" `200`을 반환하고 싶다고 가정해 봅시다.
    
    하지만 데이터가 존재하지 않으면 이를 새로 생성하고, HTTP 상태 코드 "CREATED" `201`을 반환하고자 할 때가 있을 수 있습니다.
    
    하지만 여전히 `response_model`을 사용하여 반환하는 데이터를 필터링하고 변환할 수 있기를 원합니다.
    
    이런 경우에는 `Response` 파라미터를 사용할 수 있습니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  9. docs/en/docs/advanced/response-change-status-code.md

    # Response - Change Status Code { #response-change-status-code }
    
    You probably read before that you can set a default [Response Status Code](../tutorial/response-status-code.md).
    
    But in some cases you need to return a different status code than the default.
    
    ## Use case { #use-case }
    
    For example, imagine that you want to return an HTTP status code of "OK" `200` by default.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.5K bytes
    - Click Count (0)
  10. docs/ru/docs/advanced/response-change-status-code.md

    # Response - Изменение статус-кода { #response-change-status-code }
    
    Вы, вероятно, уже читали о том, что можно установить [статус-код ответа по умолчанию](../tutorial/response-status-code.md).
    
    Но в некоторых случаях нужно вернуть другой статус-код, отличный от значения по умолчанию.
    
    ## Пример использования { #use-case }
    
    Например, представьте, что вы хотите по умолчанию возвращать HTTP статус-код «OK» `200`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 2.7K bytes
    - Click Count (0)
Back to Top