- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 36 for reviewer (0.08 sec)
-
docs/en/docs/contributing.md
Whatโs changing now: * ๐ซ Weโre no longer accepting new community-submitted translation PRs. * โณ Existing open PRs will be reviewed and can still be merged if completed within the next 3 weeks (since July 11 2025).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 14.9K bytes - Viewed (0) -
.github/DISCUSSION_TEMPLATE/translations.yml
attributes: value: | Translations are automatized with AI and then reviewed by native speakers. ๐ค ๐ This allows us to keep them consistent and up-to-date. If there are several native speakers commenting on this discussion and committing to help review new translations, the FastAPI team will review it
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Jul 26 11:35:42 UTC 2025 - 1.7K bytes - Viewed (0) -
.github/CODEOWNERS
platforms/documentation/docs/src/docs/userguide/reference/core-plugins/checkstyle_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm platforms/documentation/docs/src/docs/userguide/reference/core-plugins/codenarc_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm platforms/documentation/docs/src/docs/userguide/reference/core-plugins/distribution_plugin.adoc @gradle/bt-docs-reviewers @gradle/bt-jvm
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Jul 28 01:45:03 UTC 2025 - 10.9K bytes - Viewed (0) -
.github/workflows/release-branch-cherrypick.yml
token: ${{ secrets.JENKINS_TOKEN }} base: ${{ github.event.inputs.release_branch }} branch: ${{ github.event.inputs.release_branch }}-${{ steps.cherrypick.outputs.SHORTSHA }} reviewers: learning-to-play body: |
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Sep 01 15:40:11 UTC 2025 - 3.1K bytes - Viewed (0) -
README.md
[](https://securityscorecards.dev/viewer/?uri=github.com/tensorflow/tensorflow) [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:tensorflow)
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Jul 18 14:09:03 UTC 2025 - 11.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessUserBeanTest.java
// Test with multiple roles testUser.setRoleNames(new String[] { "admin", "user", "manager" }); assertTrue(fessUserBean.hasRoles(new String[] { "admin" })); assertTrue(fessUserBean.hasRoles(new String[] { "user", "guest" })); assertTrue(fessUserBean.hasRoles(new String[] { "manager", "viewer" }));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.6K bytes - Viewed (0) -
docs/en/docs/help-fastapi.md
* Suggest a new **feature**. **Note**: if you do it, then I'm going to ask you to also help others. ๐ ## Review Pull Requests { #review-pull-requests } You can help me review pull requests from others. Again, please try your best to be kind. ๐ค --- Here's what to keep in mind and how to review a pull request: ### Understand the problem { #understand-the-problem }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (0) -
.github/workflows/update-rbe.yml
with: title: Update the RBE images to the latest container versions committer: TensorFlow Release Automation <******@****.***> token: ${{ secrets.JENKINS_TOKEN }} reviewers: mihaimaruseac,learning-to-play,nitins17 body: | This PR was created by a GitHub Actions workflow to update all the SIG Build-based RBE containers to the most recent containers. See:
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Sep 01 15:40:11 UTC 2025 - 7.2K bytes - Viewed (1) -
.github/workflows/label-approved.yml
env: TOKEN: ${{ secrets.GITHUB_TOKEN }} CONFIG: > { "approved-1": { "number": 1, "await_label": "awaiting-review" }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Aug 15 21:44:06 UTC 2025 - 1.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSet.java
* the first are ignored. */ public static <E> ImmutableSet<E> of(E e1, E e2) { return new RegularSetBuilderImpl<E>(2).add(e1).add(e2).review().build(); } /** * Returns an immutable set containing the given elements, minus duplicates, in the order each was
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 35.2K bytes - Viewed (0)