- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 114 for pr (0.01 sec)
-
.github/labels.json
"pattern": "/^((?!critical|urgent).)*$/s" }, { "type": "descriptionMatches", "pattern": "/^((?!critical|urgent).)*$/s" } ] } }, "pr": { "critical": { "requires": 1, "conditions": [ { "type": "descriptionMatches", "pattern": "/(critical|urgent)/i" }, {
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Mon Oct 19 03:49:03 UTC 2020 - 3.8K bytes - Viewed (0) -
cmd/sftp-server-driver.go
return nil, err } if !ok { return nil, os.ErrNotExist } pr, pw := io.Pipe() wa := &writerAt{ buffer: make(map[int64][]byte), w: pw, r: pr, wg: &sync.WaitGroup{}, } wa.wg.Add(1) go func() { oi, err := clnt.PutObject(r.Context(), bucket, object, pr, -1, minio.PutObjectOptions{ ContentType: mimedb.TypeByExtension(path.Ext(object)),Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Feb 10 16:35:49 UTC 2025 - 11.6K bytes - Viewed (0) -
.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:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 24 14:58:32 UTC 2025 - 1.4K bytes - Viewed (1) -
.github/ISSUE_TEMPLATE/bug_report.md
<!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Regression <!-- Is this issue a regression? (Yes / No) --> <!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio --version`):
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:29:55 UTC 2025 - 2.1K bytes - Viewed (0) -
fuzzing/fuzzingserver-test.sh
which wstest if [ $? != 0 ]; then echo "Run 'pip install autobahntestsuite', maybe with 'sudo'." exit 1 fi which jq if [ $? != 0 ]; then echo "Run 'brew install jq'" exit 1 fi trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT set -ex wstest -m fuzzingserver -s fuzzingserver-config.json & sleep 2 # wait for wstest to start java -jar target/okhttp-tests-*-jar-with-dependencies.jar
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Mar 26 02:01:32 UTC 2019 - 673 bytes - Viewed (0) -
docs/es/docs/help-fastapi.md
/// * Si el PR se puede simplificar de alguna manera, puedes pedir eso, pero no hay necesidad de ser demasiado exigente, podría haber muchos puntos de vista subjetivos (y yo tendré el mío también 🙈), así que es mejor si puedes centrarte en las cosas fundamentales. ### Tests { #tests } * Ayúdame a verificar que el PR tenga **tests**. * Verifica que los tests **fallen** antes del PR. 🚨
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:15:01 UTC 2025 - 14.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Authenticator.java
} @Override public String getUserDomain() { if (this.realm == null && this.getSubject() != null) { Set<Principal> pr = this.getSubject().getPrincipals(); for (Iterator<Principal> ite = pr.iterator(); ite.hasNext();) { try { KerberosPrincipal entry = (KerberosPrincipal) ite.next(); return entry.getRealm();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 13.2K bytes - Viewed (0) -
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
porsáŋgu.no port.fr post post.in postman-echo.com potager.org potenza.it powiat.pl poznan.pl pp.az pp.ru pp.se pp.ua ppg.br pr pr.gov.br pr.gov.pl pr.it pr.leg.br pr.us pramerica prato.it praxi prd.fr prd.km prd.mg prequalifyme.today prerelease.replit.dev press press.aero press.cy press.ma press.se
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 129.6K bytes - Viewed (3) -
docs/de/docs/help-fastapi.md
/// * Wenn der PR in irgendeiner Weise vereinfacht werden kann, können Sie danach fragen, aber es gibt keinen Grund, zu wählerisch zu sein. Es gibt viele subjektive Standpunkte (und ich habe auch meinen eigenen 🙈), also ist es besser, wenn man sich auf die grundlegenden Dinge konzentriert. ### Tests { #tests } * Helfen Sie mir zu überprüfen, dass der PR **Tests** hat.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 16.2K bytes - Viewed (0) -
docs/ru/llm-prompt.md
* ASGI server: ASGI-сервер * In a hurry? : Нет времени? * response status code: статус-код ответа * HTTP status code: HTTP статус-код * issue (meaning GitHub issue): Issue (add `тикет\обращение` if clarification is needed) * PR (meaning GitHub pull request): пулл-реквест (add `запрос на изменение` if clarification is needed) * run (meaning run the code): запустить (or `прогнать` if it's about testing the program)
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Oct 06 11:09:58 UTC 2025 - 6K bytes - Viewed (0)