commit
stringlengths
40
40
subject
stringlengths
1
746
message
stringlengths
2
902k
repos
stringlengths
7
1.3k
0000223925c786b59c79f33a70a57508ded91322
Use == and != with enum values.
Use == and != with enum values. When porting I didn't remember whether that was the convention, so I went with equals(), but the inspection pointed out that == is better.
kingjon3377/strategicprimer-viewer
0001ed84db74acaf9a9b7569668fae663764c5c1
Merge branch 'main' into develop.
Merge branch 'main' into develop.
google/site-kit-wp
000266f0c242ccf31eba11333df916c5641c227e
Bump tzinfo from 1.2.7 to 1.2.10
Bump tzinfo from 1.2.7 to 1.2.10 Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. - [Release notes](https://github.com/tzinfo/tzinfo/releases) - [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md) - [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.7...v1.2.10) --- updated-dependencies: - dependency-name: tzinfo dependency-type: indirect ... Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com>
KleoPetroff/kleopetroff.github.io
0003323beb2a617393cabf1914b5c31cccab5870
Update Kotlin plugin
Update Kotlin plugin
fr3ts0n/AndrOBD
000489e9a6a68b7d3ac7c55d1ba44bf9d63dd54c
closes #603
closes #603
microting/eform-sdk-dotnet
00057477312afe3eafcbd95a6598d8bcfecf53f8
dynamically set python host in vimrc
dynamically set python host in vimrc
stevebosworth/dotfiles
0006cdec2ee4293aee6128673f8fd991c710d7ba
[internal] Refactor `GenerateJvmLockfileFromTool` to work with `scalac_plugins.py` (#14230)
[internal] Refactor `GenerateJvmLockfileFromTool` to work with `scalac_plugins.py` (#14230) When we have a tool lockfile, we must have a rule that goes from a subclass of `GenerateToolLockfileSentinel -> GenerateJvmLockfile`. To accommodate that `[tool].artifacts` can be either coordinate strings or addresses to `jvm_artifact` targets, we had an intermediate `GenerateJvmLockfileFromTool` type to do that normalization. But, `scalac_plugins.py` does not use a normal `JvmToolBase`, so the original factoring did not work. We were duplicating the setup and violating DRY. Now, when you have a tool, we have one single way to set up the `GenerateJvmLockfile` for that tool. -- Note that I tried to inline `GatherJvmCoordinatesRequest` in the `GenerateJvmLockfileFromTool` rule, but we can't because we use it for a non-lockfile usage: https://github.com/pantsbuild/pants/blob/c184d0af42a6670bdd43da12f10d7c59c100144e/src/python/pants/backend/codegen/protobuf/scala/rules.py#L239-L254 [ci skip-rust]
benjyw/pants,pantsbuild/pants
00071c976f9a16b5684697d10b086fc1b0be7145
Fix some confusing names in xterm.c
Fix some confusing names in xterm.c * src/xterm.c (enum xm_targets_table_byte_order): Rename to `xm_byte_order'. All uses changed.
stinsonga/emacs-mirror,0xAX/emacs,dkogan/emacs-snapshot,kfowler/emacs
0009d9532ee669dc8022ef1a62c72ad4961f9bb5
Extend LUKS2 decryption with datashift API tests.
Extend LUKS2 decryption with datashift API tests.
mbroz/cryptsetup
0009f2bf1c5b0c21607025c0aef6d67e2ddeb7d6
kernel: rename gap95w.c to main.c and always use it
kernel: rename gap95w.c to main.c and always use it So now there is just one definition for function `main`. Also, libgap now does not contain `main` anymore (oops)
gap-system/gap,wilfwilson/gap,hulpke/gap
000a4ebed7d4097b88869a336a311f49873f8cf7
build: disable gcc warning stringop-overflow for gcc-10 or greater
build: disable gcc warning stringop-overflow for gcc-10 or greater - this warning causes build errors with gcc on ubuntu 22.04 Type: make Change-Id: Id8f6ab44b2315ce8a4564ea924d799ecb6f57fdf Signed-off-by: Dave Wallace <0ed937c0e4b2f09f7bc24acf16cee52b8a199d5f@gmail.com>
FDio/vpp,chrisy/vpp
000a51610b1331c3f309421614220061323ad8c0
[awesome] add keybinding to show email notification
[awesome] add keybinding to show email notification
meain/dotfiles
000d669a3d9824f4da1024d27de97806bdaf0aa7
Defer determining browser to show shared highlighting promo.
Defer determining browser to show shared highlighting promo. We made a change to how the promo controller worked, and as a result changed some code that turned out to be problematic. A WebContents can be moved between browser windows, and even away from a window that is then destroyed. This created the possibility for a TabHelper which is a WebContentsObserver to outlive the associated Browser. This is the source of this crash; the browser_ member becomes stale. The change we've made is actually looking up the browser window for the current WebContents when we want to determine whether to show the promo. This necessitated a change in BrowserWindow::FindBrowserWindowWithWebContents() to return a non-const pointer, which is not unreasonable as it takes a non-const WebContents. Otherwise it actually simplifies the code because the browser doesn't even need to be passed to the helper; we can just look up based on where we are right now. Bug: 1300927 Change-Id: Idd100c295544cb07d0f19091c2ce005e726b8c19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3523621 Reviewed-by: David Pennington <8e669f1aea80feb3e1b67c299be7c3b741ac4c88@chromium.org> Commit-Queue: Dana Fried <a17398dafd0dbb668a6a5fb625583979d4773fc4@chromium.org> Cr-Commit-Position: fe79cc4bb617b574b4287298fbc1bc1814612ec4@{#980763}
chromium/chromium,scheib/chromium
000e6cbe8c45c283e72c72eede0be506a9447e5b
updates licenses (#310)
updates licenses (#310) * adds support for i18n 404 pages * refactor a little bit * updates licenses * add license check * fix glob pattern for bin * fix merge conflicts * still more broken merging
firebase/superstatic
00101b21c7ae12b1eadff1a9b1d292ed45b31584
regenerate pigeons
regenerate pigeons
Yubico/yubioath-desktop
0010ce72dfdea7dae48f970ce1e57d417e405f03
docs: add TOC
docs: add TOC
kenjis/CodeIgniter4
001185f9f34f0397aedc0c148d2361e7d3942ec7
[docs] community discussion change (#1301)
[docs] community discussion change (#1301) Replace link to openthread-users Google Group with link to GitHub OpenThread Discussions, clarify issue reporting links.
openthread/borderrouter,openthread/ot-br-posix
0013f225ca16fd06d5876420a2e33f4df7f0ff97
exit_test.go: avoid depending on side effect of other tests
exit_test.go: avoid depending on side effect of other tests Logging to file must be enabled explicitly. This happened to work randomly before, depending on which other tests were run.
kubernetes/klog
00143b410fd0457c3d2d2b13d760596fa4342010
Created service
Created service
leoloso/PoP
00155eea937bdd9a161428cb67503f044b9ba3ee
add length validation to user service user input fields
add length validation to user service user input fields closes FOO-2899 flag = none test plan: • navigate to /profile/settings • click on a service to register with the name/user_name input field filled out with chars < 255, and verify no validation error occurs • do the same again, but with > 255 chars in the input, and verify there is proper validation and feedback to the extent of: "Exceeded maximum character length of (255)" Change-Id: Ib7c301f9ffcbf7807893847f910627ecfc4db041 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/295622 Tested-by: Service Cloud Jenkins <9144042a601061f88f1e1d7a1753ea3e2972119d@instructure.com> Reviewed-by: Charley Kline <05950d7e90ba5e3da323378368c22b3ffaaf6647@instructure.com> QA-Review: Charley Kline <05950d7e90ba5e3da323378368c22b3ffaaf6647@instructure.com> Product-Review: Charley Kline <05950d7e90ba5e3da323378368c22b3ffaaf6647@instructure.com>
sfu/canvas-lms
00169d2fe8671ad947a763b59b500a924f10856d
inforschema: check the user permission before loading TIKV_REGION_STATUS (#38627)
inforschema: check the user permission before loading TIKV_REGION_STATUS (#38627) close pingcap/tidb#38407
pingcap/tidb
001726a113bb725cea502de741e3a3757742e2e6
Upgrade Jackrabbit to version 2.21.12
Upgrade Jackrabbit to version 2.21.12
christophd/camel,cunningt/camel,tadayosi/camel,apache/camel
001733cadc9945a8d46a08824c48470ea074aed4
Update .zenodo.json
Update .zenodo.json
cheminfo/jcampconverter
00176845b940376d92b71810b174437f288cafa7
Fixed checkbox value for complete book of elves
Fixed checkbox value for complete book of elves
Roll20/roll20-character-sheets,vince-roll20/roll20-character-sheets,finderski/roll20-character-sheets,kreuvf/roll20-character-sheets,ap3h3ad/roll20-character-sheets,chesster415/roll20-character-sheets,suldae/roll20-character-sheets
0019b006da532b37ec6ed1637ac15a0ccbb9b51b
fix: VPC Flow Logs constraint issue + Adding gcloud terraform vet usage to test (#779)
fix: VPC Flow Logs constraint issue + Adding gcloud terraform vet usage to test (#779) * Adding new strategy to deal with both flowlogs parameters * Adding line that insert terraform vet test setup * changing from relative to absolute path for policy libraries folder * Adding the PL setup to testable object * Removing back the terrafor vet usage * removing terraform vet * Adding gcloud beta terraform vet to tests * Adding project parameter to policyLibrary test definition + Bumping cft version
terraform-google-modules/terraform-example-foundation
001e5d857f656f38ee53abcf41ace9d8b10dae9c
pref: debug toolbar 太费时间 先禁用 (#8528)
pref: debug toolbar 太费时间 先禁用 (#8528) * perf: 修改主题色 * pref: debug toolbar 太费时间 先禁用 * perf: 修改颜色 * perf: 优化 interface * perf: 修改 avartar * perf: css color Co-authored-by: ibuler <639a5e483d5c504cbe08b7ac3238ba141038ff21@qq.com>
jumpserver/jumpserver
001ebbe4d275dfcb4befb25a35f6fde26f0a732c
Update `actions/checkout` to use `v3`
Update `actions/checkout` to use `v3`
sormuras/bach
0020d7037237ef58c08978fe2dfb68f1560a544d
Update to 5.22.1, ghost-cli 1.23.1
Update to 5.22.1, ghost-cli 1.23.1
docker-library/ghost,infosiftr/ghost
002120c4d473a71cf2889668b49244a6365cab20
Removed recipes (ast-selector, backstage, erroranalysis, finta, jut, md2py, nbsafety, pregex, simplematch, tex2py) after converting into feedstocks. [ci skip]
Removed recipes (ast-selector, backstage, erroranalysis, finta, jut, md2py, nbsafety, pregex, simplematch, tex2py) after converting into feedstocks. [ci skip]
jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes
002215b7e7f87b579b50387c2b4c2ebe34a84856
More radsniff errors
More radsniff errors
jrouzierinverse/freeradius-server,mcnewton/freeradius-server,jpereira/freeradius-server,FreeRADIUS/freeradius-server,terryburton/freeradius-server,arr2036/freeradius-server
00231be8c4187930d74da1af76d8f14b332af8f9
Updated Atlassian JIRA Software master branch to latest version 9.1.1
Updated Atlassian JIRA Software master branch to latest version 9.1.1
cptactionhank/docker-atlassian-jira-software
00245b81437fcff29553e68a61e4ad1ed91db0d5
blueprint: set completion provider languages
blueprint: set completion provider languages Only load this completion provider for languages where it is useful.
GNOME/gnome-builder
00248df89233b04c26bc10cfda37005838974401
Fix bug causing Autopoweroff to end.
Fix bug causing Autopoweroff to end. Autopoweroff should never end because it does necessarily poweroff the system anymore. It must thus continue running for the next day.
deragon/autopoweroff
002940626ecd22a8dc17387066231d3b1b4294a7
RUBY-2886 Add FLE shared lib support (#2564)
RUBY-2886 Add FLE shared lib support (#2564)
mongodb/mongo-ruby-driver
0029e94c1deb9bdac70a560dd2e103a744dbe6a4
:arrow_up: Bump golang from 1.19.2 to 1.19.3
:arrow_up: Bump golang from 1.19.2 to 1.19.3 Bumps golang from 1.19.2 to 1.19.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com>
elgohr/cf-jetbrains-license-server
002a726ae49e2938a99c2627b2f43d22e2ceda11
Fix crash if entering invalid parameter for map CCMD
Fix crash if entering invalid parameter for map CCMD Thanks ZigfriedYoshimitsu! https://www.doomworld.com/forum/post/2502282
bradharding/doomretro
002b77fb3c47cff436c4fae29739fd516078dfc0
Fix unit tests.
Fix unit tests.
lmeijvogel/meter-reader-api
002c5b8a8cf2e8dcede2deb2466d7adaf2fb0993
Mypy checks
Mypy checks
craws/OpenAtlas
002c8859907151921255acdf52d37e70849ec2de
Update catalogue
Update catalogue
node-red/catalogue.nodered.org
002d2fd8205a24cdfb42dc8b3289d3c48624a1aa
Add prototype disk image generator
Add prototype disk image generator
argilo/contest-sdr
002e09fa2dcde35a94feef4cb8579bf62b1fa96e
[macOS] set copyright to Info.plist
[macOS] set copyright to Info.plist
vcmi/vcmi
002edae8557fa9108b3a0a09496133e4df315214
Lower max size for kindle.
Lower max size for kindle.
feedbin/feedbin
002f7f78998106482e89ca2904d046fe76a27500
1.82.6
1.82.6 [ci skip]
ccxt/ccxt
0031c5e28f9fc9021db1f1a301ff433df0ee1242
admin/users/merge
admin/users/merge
PanoptikumIO/pan
0033dc7428b71bb6c2aeef30026271e0ed0e15d7
Update README.md
Update README.md Thanks, @OddS at discuss.pixls.us!
butcherg/rawproc
0034abe5747fa352125e99baa7b07743bf800281
Updating submodules
Updating submodules Summary: GitHub commits: https://github.com/facebook/fbthrift/commit/76a63593b03fdf04439a4911340ede68c41d06b1 https://github.com/facebook/mcrouter/commit/1872987f71864ed6cee29e68160a81e7922f6ecc https://github.com/facebook/watchman/commit/58d6916e8af50926073b1b7c86712649eb012350 https://github.com/facebookincubator/velox/commit/4051403350d4e7a612f4d8721e61c947411805f6 Reviewed By: bigfootjon fbshipit-source-id: 37294f9843b937aaed99fd2a876225d23a704f6e
facebookexperimental/eden
003599b268d2082a59e23da45846e9d050dbbcee
add auto-config section for fake playstation controller (SHANWAN PS3 GamePad) from Le Pape on google group mailing list
add auto-config section for fake playstation controller (SHANWAN PS3 GamePad) from Le Pape on google group mailing list
mupen64plus/mupen64plus-input-sdl
00360ebae483e603d55ec9a7231b787cb80ffe13
spi: mxic: Add support for pipelined ECC operations
spi: mxic: Add support for pipelined ECC operations Some SPI-NAND chips do not have a proper on-die ECC engine providing error correction/detection. This is particularly an issue on embedded devices with limited resources because all the computations must happen in software, unless an external hardware engine is provided. These external engines are new and can be of two categories: external or pipelined. Macronix is providing both, the former being already supported. The second, however, is very SoC implementation dependent and must be instantiated by the SPI host controller directly. An entire subsystem has been contributed to support these engines which makes the insertion into another subsystem such as SPI quite straightforward without the need for a lot of specific functions. Signed-off-by: Miquel Raynal <9accb993cc69da7fe0dcb886780d358fa42aadcc@bootlin.com> Reviewed-by: Mark Brown <b51b9a92386687a9ac927cebfa0f978adeb8cea5@kernel.org> Link: https://lore.kernel.org/linux-mtd/20220202144536.393792-1-9accb993cc69da7fe0dcb886780d358fa42aadcc@bootlin.com
cminyard/linux-live-app-coredump
003866621f8e41c9de7a36b8cc129effa1dbf670
Swift: rework workflows
Swift: rework workflows * A unique workflow file has been created merging all `swift-*.yml` workflows * Change filtering at job level was added using [dorny/paths-filter][1] * only one build of the extractor is made, and then shared via cache (not as an artifact because of [this longstading issue][2]) * integration tests are now run on on macOS * qltests are not run any more on macOS to cut on feedback time * autobuilder tests were moved to the macOS build step to avoid loading bazel twice [1]: https://github.com/dorny/paths-filter#examples [2]: https://github.com/actions/upload-artifact/issues/38
github/codeql
0038a0436f689d37fd3ad00d69d617c338ae6028
feat(data/int/cast): int cast division lemmas (#13929)
feat(data/int/cast): int cast division lemmas (#13929) Adds lemmas for passing int cast through division, and renames the nat versions from `nat.cast_dvd` to `nat.cast_div`. Also some golf. Co-authored-by: Scott Morrison <63f04b4d96235eb042cc46d94f14d241d2a26722@gmail.com>
leanprover-community/mathlib
003a8a5f876dcef237c48a4b636757713bf0dad4
Update newsletter for libMesh update
Update newsletter for libMesh update
milljm/moose,dschwen/moose,idaholab/moose,sapitts/moose,harterj/moose,laagesen/moose,andrsd/moose
003acdf8fc9646bcfbc74bc71c7d3897f6e4d75b
Bump karma-chrome-launcher from 3.1.0 to 3.1.1 in /src/Website
Bump karma-chrome-launcher from 3.1.0 to 3.1.1 in /src/Website Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: karma-chrome-launcher dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com>
martincostello/website
003be9b414d5128c99bf39bfda10b65cd816981c
Update pac4j.version to v5.5.0 (#93)
Update pac4j.version to v5.5.0 (#93) Co-authored-by: renovate[bot] <1d2c67ad0e3429d16690809152e1083ff6af8a05@users.noreply.github.com>
pac4j/undertow-pac4j-demo
003c418243d54c5e5a27bbd0106b7327e59d0253
static label tags converted view component
static label tags converted view component
akaunting/akaunting
003ce47d3fe51a2dcf96ce283006b478c18ce530
Merge #2578 into 1.1.1
Merge #2578 into 1.1.1
reactor/reactor-netty
003d086f2e6479804092ecf27ba3ff09a5824b2e
sessions: Only fetch user ids in delete_realm_user_sessions.
sessions: Only fetch user ids in delete_realm_user_sessions. No need to fetch entire UserProfiles, especially since we're dealing with all UserProfiles in a Realm here, which would be quite large.
rht/zulip,andersk/zulip,zulip/zulip
003d1f73b2c97ab52246fd83433f14281886c8cf
Merge pull request #632 from gocd/dependabot/bundler/aws-sdk-s3-1.111.3
Merge pull request #632 from gocd/dependabot/bundler/aws-sdk-s3-1.111.3 Bump aws-sdk-s3 from 1.111.2 to 1.111.3
gocd/docs.go.cd
003d277bcf3bcc320b9fddf720cd0d49e0bfb782
staticcheck: recognize more options in JSON tags
staticcheck: recognize more options in JSON tags These are supported by a prototype implementation of json. Closes: gh-1266 [via git-merge-pr]
dominikh/go-tools
003d2992935b3b76cfbf778ccac750cf22e61462
Update faculty.yml
Update faculty.yml Removing special character
compsocialscience/summer-institute
003e536f3990deb0ba312881bde8508d4889b1cf
chore(deps-dev): bump @types/node from 17.0.27 to 17.0.29
chore(deps-dev): bump @types/node from 17.0.27 to 17.0.29 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.27 to 17.0.29. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com>
leifg/formulon
003e6f6f1b0aa606d63f5154894088785c60351a
Fix mypy error.
Fix mypy error.
materialsvirtuallab/monty
003f0abebf885c6857e44dde932875983b360425
events: Stabilize current support for threads
events: Stabilize current support for threads
ruma/ruma
003fb41c304482579c0a20febcbbb881c7244f9c
Ignore comments/invalid moves at the end of pgn file
Ignore comments/invalid moves at the end of pgn file
ornicar/scalachess
003fcf53322cf7f2efdf59a27e696ba062146d27
main - 502faa734 fix(multiple): ensure all public theming mixins are exposed at top-level (#25805)
main - 502faa734 fix(multiple): ensure all public theming mixins are exposed at top-level (#25805)
angular/material2-docs-content
003ff3bac93a3891a549079c37735697d2a755c9
update release notes
update release notes
pac4j/pac4j
0040fd855f9ec41986c3dca9fff0cb769ea9b5ea
Reconcile duplicate icon.
Reconcile duplicate icon.
arto70/NDL-VuFind2,finc/vufind,EreMaijala/vufind,NatLibFi/NDL-VuFind2,tmikkonen/NDL-VuFind2,moravianlibrary/VuFind-2.x,vufind-org/vufind
00414a3755f924bbd5b5438a64e04402d0b4fe8c
Update Groovy extension language contribution
Update Groovy extension language contribution Change `filenamePatterns` to `Jenkinsfile.*` to `Jenkinsfile*` to capture files starting with Jenkinsfile, not necessarily having a period as a delimiter.
microsoft/vscode
00420a50c258318997ab7e5cf2fcfaf3abb2e986
Merge pull request #96 from konstruktoid/updatereadme
Merge pull request #96 from konstruktoid/updatereadme update documentation
konstruktoid/ansible-role-hardening
0042e9454ec116e00acb2046858acdad3c880ff9
fix instanceCount - move it back where it was, https://github.com/phetsims/sun/issues/740
fix instanceCount - move it back where it was, https://github.com/phetsims/sun/issues/740
phetsims/sun
00431bfbb3ea2efe82d8b4f59128207328cd410a
Resolve inc metric duplicate registration (#4030)
Resolve inc metric duplicate registration (#4030) * add unique metric id to INCMetric * add extra test to make sure metric successfully assigned * rename registering class
yangw1234/BigDL,intel-analytics/BigDL
00438198e1e3f40b5ee1de5e4f556a061a07e5f6
python
python
madsjulia/Mads.jl
0043c0b6b2d78f4ccbee4c422b7324a1690857b5
django: Use HttpRequest.headers.
django: Use HttpRequest.headers. Fixes #14769. Signed-off-by: Anders Kaseorg <dfdb7392591db597bc41cf266a9c3bc12a2706e5@zulip.com>
rht/zulip,andersk/zulip,zulip/zulip
0044d936cd77d5cfb1ec561c832f6fc4538e6ea2
Limit Global Styles: Show modal after opening the styles panel (#67748)
Limit Global Styles: Show modal after opening the styles panel (#67748) Displays a modal after opening the Global Styles panel in order to inform users that it's a paid feature. It has been implemented as part of the Editing Toolkit plugin, so we can target both Simple and Atomic sites (although Atomic sites are deliberately excluded at this point because of its lack of blog stickers support).
Automattic/wp-calypso
0046c1ef970098eec2227c0f59a9a223aa6ba179
License and readme
License and readme
sosedoff/rack-revision
004929c32456f6adf85c2a0a374a282881585c47
Stop cast session when Activity stops in locked task mode
Stop cast session when Activity stops in locked task mode This was previously in onUserLeaveHint, but testing with partner device showed that it was not called as expected when the user hit the back button or the home button. This change moves the relevant logic to onStop so that it will execute whenever the Activity is stopped. Bug: 218761534 Test: cast_shell_junit_tests Change-Id: Icba7c2010f6cff1e94cb3d5e034b3f9fab5e89fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3530359 Reviewed-by: Junbo Ke <c5fd4d84059d6c672dc6571187cc3e27b0f2f8d4@chromium.org> Commit-Queue: Brandon Mousseau <6b205051b1140cd772b413ead2c3fa28e9331ad5@google.com> Cr-Commit-Position: fe79cc4bb617b574b4287298fbc1bc1814612ec4@{#982456}
chromium/chromium,scheib/chromium
004b8ebab461004e36bfba3d0a368c0d6ce66835
Update paper.bib
Update paper.bib
Eden-Kramer-Lab/spectral_connectivity
004e707ec73e1a75024e19eb5095c371171efe6d
update 1 files: wpt-tests.txt
update 1 files: wpt-tests.txt
tabatkins/bikeshed-data
004fb3575c698fb2fa55b99408e79da69cc41153
[wip] Disable use of State in Mesh
[wip] Disable use of State in Mesh
cpmech/gemlab
00502fad1439a41daf5cc04e7e463a53708d3fd1
Add documentation section about testing cancellation behavior
Add documentation section about testing cancellation behavior
reduxjs/redux-toolkit
0051117a09080caedce253e5385b0c7e3276aa41
Add cloudi_service_health_check ping health functionality.
Add cloudi_service_health_check ping health functionality.
CloudI/CloudI
0051aa721305ae2f0ae78bf4cf666577d16162b2
Update instructions for running Python unit tests.
Update instructions for running Python unit tests.
HaroldMills/Vesper
00526417e7aca32e08f1a9448039a63840729019
2022-02-07
2022-02-07
larsbijl/trending_archive
005535df77c32a8246e994104b21402a896db29a
Scale down ThreadPool test
Scale down ThreadPool test
marchelzo/ty
0056156904301c6cf65de73354034ee0968233d1
Add time array
Add time array
jackc/pgx
0057f1d1c27e0b6fd1dc4582948043ed10f4fe5f
Switch praxis setup.py to depend on fiddle instead of fiddle-config.
Switch praxis setup.py to depend on fiddle instead of fiddle-config. We are planning to eventually only update the fiddle PyPI package and deprecate the fiddle-config naming. PiperOrigin-RevId: 474056818
google/praxis
0059d49ff1fe0a686d02b001dfabb55b10e43406
alma8 enabled (#34)
alma8 enabled (#34)
centreon/centreon
005c67c7fc4dc8f5707d78c97b87b8365ec4e0f7
chore: bump wait times (#69)
chore: bump wait times (#69)
GoogleCloudPlatform/cloud-sql-iam-db-authn-groups
005c68fa656dd2f96ffdd4c05ef59aa7679193df
[labs/virtualizer] Fix width inheritance calculation (issue #3400) (#3424)
[labs/virtualizer] Fix width inheritance calculation (issue #3400) (#3424) * Added a test to demonstrate virtualizer width inheritance bug in #3400 * Applied the fix to Virtualizer _updateView to interpret width correctly. * Added changeset describing the fix for #3400.
Polymer/lit-html,lit/lit
005c9485fe1f5818ee2dd37cc381ed2012ab745c
Add support for git main default branches
Add support for git main default branches
jeremyje/gowebserver
005d66c376706eee82eba4077bb706ba45bd57ff
Merge pull request #12284 from valentindavid/valentindavid/grub-entry-core-not-20
Merge pull request #12284 from valentindavid/valentindavid/grub-entry-core-not-20 bootloader: do not specify Core version in grub entry
sergiocazzolato/snapd,pedronis/snappy,snapcore/snapd
005e47580189ff7e9ccd1359e8731e00acd595f9
Merge pull request #21286 from frenzibyte/fix-test-failure
Merge pull request #21286 from frenzibyte/fix-test-failure Fix beatmap options test failure due to no beatmap selected
ppy/osu,peppy/osu
005ef92ed8b7c059cdac45b5b2f794cbf02a98ed
Update docker
Update docker Changes: - https://github.com/docker-library/docker/commit/a7acc6e: Update 20.10 to compose 2.5.1
31z4/official-images,infosiftr/stackbrew,docker-library/official-images,neo-technology/docker-official-images
005f66d188731a966dac996aa61ca2e84e816c71
Run "autoreconf --install" on an Ubuntu 22.04 to regenerate autotools files.
Run "autoreconf --install" on an Ubuntu 22.04 to regenerate autotools files.
AmadeusITGroup/CoreDumper
005fd22a4db9bfa576e26d2982a5e8a31a95cfd9
separate workflow for rubocop
separate workflow for rubocop
toy/fspath
005fd51bb87942623b0250a2c8b9df11ba7858b1
Fix specs to account for aufs6 names
Fix specs to account for aufs6 names
bnied/kernel-ml-aufs
0062c6fe5d5b87c88068caa9576aa4de9994c1ee
update copyright dates from daily grunt work
update copyright dates from daily grunt work
phetsims/hookes-law
0062ce6b01696422d885f5826cbbc368c6640cc4
Merge branch 'QA_5_2'
Merge branch 'QA_5_2' Signed-off-by: Maurício Meneghini Fauth <95f407c1ffa7689a0a3f2f21b1bf582fe8359351@fauth.dev>
phpmyadmin/composer,phpmyadmin/phpmyadmin
00637f3c094013a3c14718ecc361b24d27260b91
I18N: Update translation (Dutch)
I18N: Update translation (Dutch) Currently translated at 98.6% (1678 of 1701 strings)
sev-/scummvm,criezy/scummvm,somaen/scummvm,digitall/scummvm,scummvm/scummvm,Tkachov/scummvm,rsn8887/scummvm,bluegr/scummvm
006852d3e85a68607d194120d5cdcc2c73af6aa8
Update DEPENDENCIES.md
Update DEPENDENCIES.md
CarGuo/GSYVideoPlayer
0069ddfddaae8f0c758f35f7bf61ed1f26720b12
Integrate a parser for osm2pgsql output into pgbench-init-parse. It's possible to call other programs using the PGBENCHBIN config. Tested here by pointing that to a shim program that does all the PostGIS work to run osm2pgsql.
Integrate a parser for osm2pgsql output into pgbench-init-parse. It's possible to call other programs using the PGBENCHBIN config. Tested here by pointing that to a shim program that does all the PostGIS work to run osm2pgsql. So far only osm2pgsql 1.2.1 as included with Ubuntu 20.04 has been tested, and major changes to that program have been brewing. Scheduled summer 2022 work testing PG15 will move forward to handle the version included with 22.04.
gregs1104/pgbench-tools

Dataset Card for "gh_commits_2022_meta"

More Information needed

Downloads last month
3
Edit dataset card