- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 224 for isGuest (0.56 seconds)
-
.asf.yaml
maven-3.10.x: {} maven-3.9.x: {} maven-3.8.x: {} maven-3.0.x: {} maven-2.2.x: {} pre-reset-master: {} features: issues: true notifications: commits: ******@****.*** issues: issues@maven.apache.orgCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Mar 30 18:09:45 GMT 2026 - 709 bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateFixedIssuesInReleaseNotes.kt
} val issues = getFixedIssues() require(!issues.isEmpty()) { "No fixed issues found for milestone ${milestone.get()}" } val issuesList = issues.joinToString("\n") { "- [${it.title}](${it.htmlUrl})" } updateReleaseNotes(issuesList) } private fun getFixedIssues(): List<GitHubIssue> { val issues = mutableListOf<GitHubIssue>()Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 5.1K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/20_contributor_feature_request.yml
value: | Please follow the instructions below. We receive dozens of issues every week, so to stay productive, we will close issues that don't provide enough information. Please open Android-related issues on [the Android Issue Tracker](https://source.android.com/source/report-bugs) Please open IntelliJ-related issues on [the JetBrains Issue Tracker](https://youtrack.jetbrains.com/newIssue?project=IDEA)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 27 15:48:22 GMT 2025 - 1.5K bytes - Click Count (0) -
.github/workflows/invalid_question.yml
name: "Close invalid questions issues" on: schedule: - cron: "*/10 * * * *" permissions: contents: read jobs: stale: permissions: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs runs-on: ubuntu-latest env: ACTIONS_STEP_DEBUG: true steps: - name: Close Stale Issues uses: actions/stale@v9 with:Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:51:39 GMT 2026 - 1.2K bytes - Click Count (0) -
.github/workflows/missing_playground.yml
name: "Close Missing Playground issues" on: schedule: - cron: "*/10 * * * *" permissions: contents: read jobs: stale: permissions: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs runs-on: ubuntu-latest env: ACTIONS_STEP_DEBUG: true steps: - name: Close Stale Issues uses: actions/stale@v9 with:Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:51:39 GMT 2026 - 1.3K bytes - Click Count (0) -
.github/workflows/issue-manager.yml
name: Issue Manager on: schedule: - cron: "13 22 * * *" issue_comment: types: - created issues: types: - labeled pull_request_target: types: - labeled workflow_dispatch: permissions: issues: write pull-requests: write jobs: issue-manager: if: github.repository_owner == 'fastapi' runs-on: ubuntu-latest steps:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Jan 11 22:22:58 GMT 2026 - 1.8K bytes - Click Count (0) -
.github/workflows/stale.yml
- cron: "0 2 * * *" permissions: contents: read jobs: stale: permissions: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs runs-on: ubuntu-latest env: ACTIONS_STEP_DEBUG: true steps: - name: Close Stale Issues uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }}Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:51:39 GMT 2026 - 972 bytes - Click Count (0) -
.github/workflows/validate-codeowners.yml
with: checks: "files,duppatterns,syntax" experimental_checks: "notowned,avoid-shadowing" # downgrading to 0.7.2 for owners check to avoid issues with token permissions check, # see https://github.com/mszostok/codeowners-validator/issues/224 - name: GitHub CODEOWNERS Validator uses: mszostok/codeowners-validator@v0.7.2Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.5K bytes - Click Count (0) -
CONTRIBUTING.md
to ask any questions. ## Finding issues to work on If you are looking for good first issues, take a look at the list of [good first issues](https://github.com/gradle/gradle/labels/good%20first%20issue) that should be actionable and ready for a contribution.
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) -
android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
assertThat(simplifyPath("../this/../ok")).isEqualTo("../ok"); } // https://github.com/google/guava/issues/705 public void test705() { assertThat(simplifyPath("x/../../b")).isEqualTo("../b"); assertThat(simplifyPath("x/../b")).isEqualTo("b"); } // https://github.com/google/guava/issues/716 public void test716() { assertThat(simplifyPath("./b")).isEqualTo("b");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 11.9K bytes - Click Count (0)