Search Options

Results per page
Sort
Preferred Languages
Advance

Results 301 - 310 of 1,989 for Github (0.1 sec)

  1. common/Makefile.common.mk

    # WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
    #
    # The original version of this file is located in the https://github.com/istio/common-files repo.
    # If you're looking at this file in a different repo and want to make a change, please go to the
    # common-files repo, make the change there and check it in. Then come back to this repo and run
    # "make update-common".
    
    # Copyright Istio Authors
    #
    # Licensed under the Apache License, Version 2.0 (the "License");
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jun 12 14:37:27 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. pyproject.toml

        "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
        "typing-extensions>=4.8.0",
    ]
    
    [project.urls]
    Homepage = "https://github.com/fastapi/fastapi"
    Documentation = "https://fastapi.tiangolo.com/"
    Repository = "https://github.com/fastapi/fastapi"
    Issues = "https://github.com/fastapi/fastapi/issues"
    Changelog = "https://fastapi.tiangolo.com/release-notes/"
    
    [project.optional-dependencies]
    
    standard = [
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 22 14:19:56 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  3. docs/ko/docs/index.md

    </p>
    <p align="center">
    <a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest" target="_blank">
        <img src="https://github.com/fastapi/fastapi/workflows/Test/badge.svg" alt="Test">
    </a>
    <a href="https://codecov.io/gh/fastapi/fastapi" target="_blank">
        <img src="https://img.shields.io/codecov/c/github/fastapi/fastapi?color=%2334D058" alt="Coverage">
    </a>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Aug 16 16:50:01 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. .github/workflows/go.yml

    name: Functional Tests
    
    on:
      pull_request:
        branches:
          - master
    
    # This ensures that previous jobs for the PR are canceled when the PR is
    # updated.
    concurrency:
      group: ${{ github.workflow }}-${{ github.head_ref }}
      cancel-in-progress: true
    
    permissions:
      contents: read
    
    jobs:
      build:
        name: Go ${{ matrix.go-version }} on ${{ matrix.os }} - healing
        runs-on: ${{ matrix.os }}
        strategy:
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. .github/ISSUE_TEMPLATE/privileged.yml

        attributes:
          value: |
            Thanks for your interest in FastAPI! πŸš€
    
            If you are not @tiangolo or he didn't ask you directly to create an issue here, please start the conversation in a [Question in GitHub Discussions](https://github.com/fastapi/fastapi/discussions/categories/questions) instead.
      - type: checkboxes
        id: privileged
        attributes:
          label: Privileged issue
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 888 bytes
    - Viewed (0)
  6. .github/workflows/containers.yml

    jobs:
      test_containers:
        permissions:
          checks: write # for actions/upload-artifact
        runs-on: ubuntu-latest
        if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'containers')
    
        steps:
          - name: Checkout
            uses: actions/checkout@v4
            with:
              fetch-depth: 0
    
          - name: Configure JDK
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Aug 17 10:05:29 UTC 2024
    - 911 bytes
    - Viewed (0)
  7. internal/event/target/mqtt.go

    	"encoding/json"
    	"errors"
    	"fmt"
    	"net/url"
    	"os"
    	"path/filepath"
    	"time"
    
    	mqtt "github.com/eclipse/paho.mqtt.golang"
    	"github.com/minio/minio/internal/event"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/minio/internal/once"
    	"github.com/minio/minio/internal/store"
    	xnet "github.com/minio/pkg/v3/net"
    )
    
    const (
    	reconnectInterval = 5 * time.Second
    	storePrefix       = "minio"
    )
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. docs/ko/docs/project-generation.md

    ν…œν”Œλ¦Ώμ€ 일반적으둜 νŠΉμ • μ„€μ •κ³Ό ν•¨κ»˜ μ œκ³΅λ˜μ§€λ§Œ, μœ μ—°ν•˜κ³  μ»€μŠ€ν„°λ§ˆμ΄μ§•μ΄ κ°€λŠ₯ν•˜κ²Œ λ””μžμΈ λ˜μ—ˆμŠ΅λ‹ˆλ‹€. 이 νŠΉμ„±λ“€μ€ μ—¬λŸ¬λΆ„μ΄ ν”„λ‘œμ νŠΈμ˜ μš”κ΅¬μ‚¬ν•­μ— 맞좰 μˆ˜μ •, μ μš©μ„ ν•  수 있게 ν•΄μ£Όκ³ , ν…œν”Œλ¦Ώμ΄ μ™„λ²½ν•œ μ‹œμž‘μ μ΄ 되게 ν•΄μ€λ‹ˆλ‹€. 🏁
    
    λ§Žμ€ 초기 μ„€μ •, λ³΄μ•ˆ, λ°μ΄ν„°λ² μ΄μŠ€ 및 일뢀 API μ—”λ“œν¬μΈνŠΈκ°€ 이미 μ€€λΉ„λ˜μ–΄ μžˆμœΌλ―€λ‘œ, μ—¬λŸ¬λΆ„μ€ 이 ν…œν”Œλ¦Ώμ„ (ν”„λ‘œμ νŠΈλ₯Ό) μ‹œμž‘ν•˜λŠ” 데 μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
    
    GitHub μ €μž₯μ†Œ: <a href="https://github.com/tiangolo/full-stack-fastapi-template" class="external-link" target="_blank">Full Stack FastAPI ν…œν”Œλ¦Ώ</a>
    
    ## Full Stack FastAPI ν…œν”Œλ¦Ώ - 기술 μŠ€νƒκ³Ό κΈ°λŠ₯λ“€
    
    - ⚑ [**FastAPI**](https://fastapi.tiangolo.com): Python λ°±μ—”λ“œ API.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. internal/event/target/redis.go

    	"encoding/json"
    	"errors"
    	"fmt"
    	"net/url"
    	"os"
    	"path/filepath"
    	"strings"
    	"time"
    
    	"github.com/gomodule/redigo/redis"
    	"github.com/minio/minio/internal/event"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/minio/internal/once"
    	"github.com/minio/minio/internal/store"
    	xnet "github.com/minio/pkg/v3/net"
    )
    
    // Redis constants
    const (
    	RedisFormat     = "format"
    	RedisAddress    = "address"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. misc/chrome/gophertool/popup.html

    <form style='margin: 0' id='navform'><nobr><input id="inputbox" size=10 tabindex=1 /><input type="submit" value="go" /></nobr></form>
    <small>Also: <a href="#" url="https://build.golang.org">buildbots</a>
    <a href="#" url="https://github.com/golang/go">GitHub</a>
    </small>
    </body>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Mar 05 02:35:21 UTC 2021
    - 830 bytes
    - Viewed (0)
Back to top