hash stringlengths 40 40 | diff stringlengths 172 2.63k | message stringlengths 12 593 | project stringlengths 7 65 | split stringclasses 1
value | diff_languages stringclasses 54
values |
|---|---|---|---|---|---|
fdd321777aa3f242cbb97ea0604c0047ffad4ca5 | diff --git a/anyconfig/api.py b/anyconfig/api.py
index <HASH>..<HASH> 100644
--- a/anyconfig/api.py
+++ b/anyconfig/api.py
@@ -146,8 +146,8 @@ def _maybe_schema(**options):
"""
ac_schema = options.get("ac_schema", None)
if ac_schema is not None:
- # Try to detect the appropriate as it may be diffe... | fix: correct a comment in .api._maybe_schema | ssato_python-anyconfig | train | py |
d24bd66b308e1d6367d41a438a8918931943d9f2 | diff --git a/packages/buttons/src/views/Button.js b/packages/buttons/src/views/Button.js
index <HASH>..<HASH> 100644
--- a/packages/buttons/src/views/Button.js
+++ b/packages/buttons/src/views/Button.js
@@ -47,7 +47,7 @@ export const StyledButton = styled.button.attrs(props => ({
[ButtonStyles['is-hovered']]: prop... | fix(buttons): allow buttons to control type attribute (#<I>) | zendeskgarden_react-components | train | js |
ff085029da106da4cf0a5be59e96f50e61691017 | diff --git a/optlang/glpk_interface.py b/optlang/glpk_interface.py
index <HASH>..<HASH> 100644
--- a/optlang/glpk_interface.py
+++ b/optlang/glpk_interface.py
@@ -677,8 +677,8 @@ class Model(interface.Model):
if len(variables) > 0:
if len(variables) > 350:
delete_indices = [variab... | fix: recursion problem in glpk_interface (#<I>)
_remove_variables would call self.variables for models with more than <I> variables. | biosustain_optlang | train | py |
6d29b139f250d3193e23cb46f284a46b611c974e | diff --git a/test/rtcpeerconnection.js b/test/rtcpeerconnection.js
index <HASH>..<HASH> 100644
--- a/test/rtcpeerconnection.js
+++ b/test/rtcpeerconnection.js
@@ -2004,13 +2004,18 @@ describe('Edge shim', () => {
});
});
- it('and ignores candidates', () => {
+ it('ignores candidates', () =>... | test: add datachannel empty addIceCandidate test
for coverage | otalk_rtcpeerconnection-shim | train | js |
19479c20760c90a134fcdea3091e1ecedbf0fe4d | diff --git a/source/rafcon/gui/controllers/main_window.py b/source/rafcon/gui/controllers/main_window.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/controllers/main_window.py
+++ b/source/rafcon/gui/controllers/main_window.py
@@ -478,8 +478,8 @@ class MainWindowController(ExtendedController):
self.vie... | fix(main_window): omit showing of side bar replacement
which looks quite ugly | DLR-RM_RAFCON | train | py |
eb23df5aa0072d661e2b1164b80ed8476cecf240 | diff --git a/biz/webui/lib/index.js b/biz/webui/lib/index.js
index <HASH>..<HASH> 100644
--- a/biz/webui/lib/index.js
+++ b/biz/webui/lib/index.js
@@ -36,7 +36,7 @@ app.all('/cgi-bin/*', function(req, res) {
res.setHeader('Access-Control-Allow-Origin', req.headers.origin);
res.setHeader('Access-Control-Allow-Cr... | refactor: use req.path instead of req.url | avwo_whistle | train | js |
03f0716e9d280511748a3939e07591d68826bdb1 | diff --git a/protocol-designer/src/labware-defs/selectors.js b/protocol-designer/src/labware-defs/selectors.js
index <HASH>..<HASH> 100644
--- a/protocol-designer/src/labware-defs/selectors.js
+++ b/protocol-designer/src/labware-defs/selectors.js
@@ -54,6 +54,7 @@ export const V1_NAME_TO_V2_OTID = {
'tiprack-300ul':... | fix(protocol-designer): add "fixed-trash" labware type to v1->v2 shim (#<I>) | Opentrons_opentrons | train | js |
48206b9782402edfb5558b57254592a4d036d76e | diff --git a/lib/build/webpack-config.js b/lib/build/webpack-config.js
index <HASH>..<HASH> 100644
--- a/lib/build/webpack-config.js
+++ b/lib/build/webpack-config.js
@@ -77,7 +77,7 @@ module.exports = function (cfg) {
.test(/\.js$/)
.include
.add(appPaths.srcDir)
- .add(appPaths.entryFile)
+ ... | feat: Make sure .quasar folder is executed with babel | quasarframework_quasar-cli | train | js |
ce6ca64103392cea27083ea94fda628ecefc48e6 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -362,6 +362,7 @@ gulp.task('rollup-bundle', (cb) => {
// Angular dependencies
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
+ '@angular/forms': 'ng.forms',
'... | chore(package): added angular forms as dependency for rollup | angular-material-extensions_password-strength | train | js |
1a72a50d0be553345e65fc931f57906fe90b20a8 | diff --git a/lib/stub-module.js b/lib/stub-module.js
index <HASH>..<HASH> 100644
--- a/lib/stub-module.js
+++ b/lib/stub-module.js
@@ -23,7 +23,8 @@ const UNAVAIABLE_CORE_MODULES = [
'readline',
'repl',
'tls',
- 'worker_thread'
+ 'worker_thread',
+ 'perf_hooks'
];
const EMPTY_MODULE = 'define(function()... | chore: add perf_hooks to unsupported core module | dumberjs_dumber | train | js |
2692813cc53972ef4a460a51d87b7e45285ca742 | diff --git a/packages/react/src/components/MultiSelect/MultiSelect.js b/packages/react/src/components/MultiSelect/MultiSelect.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/MultiSelect/MultiSelect.js
+++ b/packages/react/src/components/MultiSelect/MultiSelect.js
@@ -221,7 +221,6 @@ function MultiSel... | fix(multiselect): remove aria-selected prop (#<I>) | carbon-design-system_carbon-components | train | js |
00ff73f13d7a0a9179e6a61ff06a94d26f819f36 | diff --git a/src/View/index.js b/src/View/index.js
index <HASH>..<HASH> 100644
--- a/src/View/index.js
+++ b/src/View/index.js
@@ -38,7 +38,7 @@ const BasePresenter = edge.BasePresenter
class View {
constructor (Helpers, cacheViews = false) {
edge.configure({
- cache: cacheViews
+ cache: String(cache... | fix(view): parse true string for caching views
CACHE_VIEWS inside env is returned as a string over boolean, so we need to cast it properly | adonisjs_adonis-framework | train | js |
65c7a56afd03f644f5537d75011e59449d783902 | diff --git a/master/buildbot/test/integration/test_try_client_e2e.py b/master/buildbot/test/integration/test_try_client_e2e.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/integration/test_try_client_e2e.py
+++ b/master/buildbot/test/integration/test_try_client_e2e.py
@@ -31,8 +31,10 @@ class TryClientE2E(Run... | test: Pick a free port in try client e2e test | buildbot_buildbot | train | py |
97933af9f12275e312f22bbdffe3ed72930bab21 | diff --git a/src/lib/store/index.js b/src/lib/store/index.js
index <HASH>..<HASH> 100644
--- a/src/lib/store/index.js
+++ b/src/lib/store/index.js
@@ -11,7 +11,7 @@ import storage from 'redux-persist/lib/storage'
const config = {
storage,
key: 'cozy-bar',
- whitelist: ['locale']
+ whitelist: ['locale', 'apps']... | fix: :nail_care: Add apps reducer to redux-persist config | cozy_cozy-bar | train | js |
3e66d33a7579dfc3b75cde31eed207c73754e3cc | diff --git a/tinydb/table.py b/tinydb/table.py
index <HASH>..<HASH> 100644
--- a/tinydb/table.py
+++ b/tinydb/table.py
@@ -489,7 +489,10 @@ class Table:
tables = self._storage.read()
- return len(tables[self.name])
+ try:
+ return len(tables[self.name])
+ except KeyError:
+ ... | fix(table): make `len(db)` work with empty databases | msiemens_tinydb | train | py |
b111de486b1bdc747fe0f5795fe22697d151bb8c | diff --git a/src/core/util/next-tick.js b/src/core/util/next-tick.js
index <HASH>..<HASH> 100644
--- a/src/core/util/next-tick.js
+++ b/src/core/util/next-tick.js
@@ -81,9 +81,11 @@ if (typeof Promise !== 'undefined' && isNative(Promise)) {
export function withMacroTask (fn: Function): Function {
return fn._withTas... | fix: make sure global state is restored in the case of an exception in macrotask callback (#<I>) | kaola-fed_megalo | train | js |
2727b9e535e1f8c1c9f1d80899cb61fcbfbabd61 | diff --git a/gobottest/gobottest_test.go b/gobottest/gobottest_test.go
index <HASH>..<HASH> 100644
--- a/gobottest/gobottest_test.go
+++ b/gobottest/gobottest_test.go
@@ -4,6 +4,7 @@ import "testing"
func TestAssert(t *testing.T) {
err := ""
+ oldErr := errFunc
errFunc = func(t *testing.T, message string) {
e... | test: increase coverage on test helpers | hybridgroup_gobot | train | go |
23c08cb7280a97b426e0d1d31c13ac853dc5e55f | diff --git a/src/server/routes/operations/post/submit.js b/src/server/routes/operations/post/submit.js
index <HASH>..<HASH> 100644
--- a/src/server/routes/operations/post/submit.js
+++ b/src/server/routes/operations/post/submit.js
@@ -32,7 +32,11 @@ var route = function(req, res, next){
}
}
}
- ... | fix: activity stream when anonymous is set | abecms_abecms | train | js |
9750dc943c760b865ff94db1ee17890fbd4e44f7 | diff --git a/packages/react/.storybook/Container.js b/packages/react/.storybook/Container.js
index <HASH>..<HASH> 100644
--- a/packages/react/.storybook/Container.js
+++ b/packages/react/.storybook/Container.js
@@ -13,7 +13,7 @@ import React, { useEffect } from 'react';
function Container({ story, id }) {
useEffect... | fix(storybook): remove CARBON_REACT prefix from rtl env var (#<I>) | carbon-design-system_carbon-components | train | js |
9db6bd1be92fd7b1059ad468b662f99fc632e9a9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,6 +55,7 @@ var supportedTargets = [
{runtime: 'node', target: '8.0.0', abi: '57', lts: new Date() < new Date(2019, 4, 31)},
{runtime: 'node', target: '9.0.0', abi: '59', lts: false},
{runtime: 'node', target: '10.... | feat: add node <I> with abi <I> (#<I>) | lgeiger_node-abi | train | js |
9a0145508dce18c2b35681d98e0254809a362b55 | diff --git a/src/components/fields/date-time-field/date-time-field.story.js b/src/components/fields/date-time-field/date-time-field.story.js
index <HASH>..<HASH> 100644
--- a/src/components/fields/date-time-field/date-time-field.story.js
+++ b/src/components/fields/date-time-field/date-time-field.story.js
@@ -66,7 +66,... | chore(date-time-field): fix story (#<I>)
* chore(date-time-field): fix story | commercetools_ui-kit | train | js |
b8247afbc27ee333581b7df01532630ceb3e1ddf | diff --git a/gridsome/app/app.js b/gridsome/app/app.js
index <HASH>..<HASH> 100644
--- a/gridsome/app/app.js
+++ b/gridsome/app/app.js
@@ -1,5 +1,6 @@
import Vue from 'vue'
import plugins from '~/.temp/plugins-server'
+import routes from '~/.temp/routes.js'
import main from './main'
import head from './head'
@@ -... | fix(app): fix cyclic dependency when importing Pager (#<I>) | gridsome_gridsome | train | js,js |
2da753d28adee1f6a213437484babe0b8adcbf18 | diff --git a/src/js/injectBaseStylesheet.js b/src/js/injectBaseStylesheet.js
index <HASH>..<HASH> 100644
--- a/src/js/injectBaseStylesheet.js
+++ b/src/js/injectBaseStylesheet.js
@@ -57,11 +57,10 @@ export default function injectBaseStylesheet() {
const styleEl = document.createElement("style");
styleEl.type = ... | fix: revert "refactor: favor directly modifying DOM attributes over setAttribute" (#<I>)
This reverts part of commit <I>c<I>dc<I>db1b<I>bdeff8b<I>fff0d2ca<I>. | imgix_drift | train | js |
700a0f23f78662253a1f5300d083d18f41bb74d0 | diff --git a/src/field/index.js b/src/field/index.js
index <HASH>..<HASH> 100644
--- a/src/field/index.js
+++ b/src/field/index.js
@@ -280,7 +280,7 @@ export default createComponent({
},
updateValue(value) {
- value = String(value);
+ value = isDef(value) ? String(value) : '';
if (value =... | fix(Field): should not display null (#<I>) | youzan_vant | train | js,js |
3054e74073496ef441d0edc09bc5460edf57ba53 | diff --git a/src/Lucid/QueryBuilder/methods.js b/src/Lucid/QueryBuilder/methods.js
index <HASH>..<HASH> 100644
--- a/src/Lucid/QueryBuilder/methods.js
+++ b/src/Lucid/QueryBuilder/methods.js
@@ -177,10 +177,13 @@ methods.first = function (target) {
* @public
*/
methods.firstOrFail = function (target) {
- return f... | refactor(lucid): support callback on orFail methods
now consumer can attach a callback on orFail methods to throw their own custom exceptions | adonisjs_adonis-lucid | train | js |
4878a564a7d4cc72eda850d00b2c8ad5851cdf1b | diff --git a/src/geshi/php.php b/src/geshi/php.php
index <HASH>..<HASH> 100644
--- a/src/geshi/php.php
+++ b/src/geshi/php.php
@@ -61,7 +61,9 @@ $language_data = array(
//Heredoc and Nowdoc syntax
3 => '/<<<\s*?(\'?)([a-zA-Z0-9]+?)\1[^\n]*?\\n.*\\n\\2(?![a-zA-Z0-9])/siU',
// phpdoc comments
-... | fix: Erronously included PHP context end marker into #-style comments (What an error ...) | GeSHi_geshi-1.0 | train | php |
27a580d38d1ea899fd10ba4dbe80639dda1422e0 | diff --git a/src/annotations.js b/src/annotations.js
index <HASH>..<HASH> 100644
--- a/src/annotations.js
+++ b/src/annotations.js
@@ -64,4 +64,23 @@ export class All extends Resolver {
static of(key){
return new All(key);
}
+}
+
+export class Optional extends Resolver {
+ constructor(key, checkParent=false... | feat(annotations): add optional resolver | aurelia_dependency-injection | train | js,js |
18821c57fbea7c86abc3a347155e1ce0cde92ea0 | diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go
index <HASH>..<HASH> 100644
--- a/workflow/controller/operator.go
+++ b/workflow/controller/operator.go
@@ -2601,7 +2601,11 @@ func (woc *wfOperationCtx) executeScript(ctx context.Context, nodeName string, t
}
mainCtr := tmpl.Script.Co... | fix: handle source file is empty for script template (#<I>) | argoproj_argo | train | go |
43bfbb7fd097d0eb9e376066a646040aae133297 | diff --git a/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/CallbackDispatcher.java b/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/CallbackDispatcher.java
index <HASH>..<HASH> 100644
--- a/okdownload/src/main/java/com/liulishuo/okdownload/core/dispatcher/CallbackDispatcher.java
+... | chore: fix stylecheck issue on callback-dispatcher | lingochamp_okdownload | train | java |
76548a3dd4047dc099862a09437a4c668939179e | diff --git a/scripts/rollup-build.js b/scripts/rollup-build.js
index <HASH>..<HASH> 100644
--- a/scripts/rollup-build.js
+++ b/scripts/rollup-build.js
@@ -8,11 +8,7 @@ import filesize from 'rollup-plugin-filesize';
export default {
input: 'src/index.js',
plugins: [
- nodeResolve({
- browser: {
- '... | refactor: remove useless `nodeResolve` plugin config (for rollup) | probil_vue-socket.io-extended | train | js |
33670bb6496b22047908f4325eaa76390685adde | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -11,6 +11,7 @@ module.exports = {
'aria-proptypes': require('./rules/aria-proptypes'),
'aria-role': require('./rules/aria-role'),
'aria-unsupported-elements': require('./rules/aria-unsupported-el... | fix: require missing 'autocomplete-valid' rule | evcohen_eslint-plugin-jsx-a11y | train | js |
a8f168ebb17a12cca5b841a49fdbedb700bf3cdd | diff --git a/Client/RestClient.php b/Client/RestClient.php
index <HASH>..<HASH> 100644
--- a/Client/RestClient.php
+++ b/Client/RestClient.php
@@ -147,7 +147,7 @@ class RestClient
* @return GuzzleRequest
* @throws UserException
*/
- protected function getGuzzleRequest(RestRequest $request)
+ pub... | fix: need getGuzzleRequest public in gex | keboola_juicer | train | php |
1452143d7dd78f3cda3fe91be05da1f40c5d0b23 | diff --git a/packages/oui-datagrid/src/datagrid-column-builder.service.js b/packages/oui-datagrid/src/datagrid-column-builder.service.js
index <HASH>..<HASH> 100644
--- a/packages/oui-datagrid/src/datagrid-column-builder.service.js
+++ b/packages/oui-datagrid/src/datagrid-column-builder.service.js
@@ -1,7 +1,10 @@
imp... | fix(oui-datagrid): allow searching in number columns (#<I>) | ovh-ux_ovh-ui-angular | train | js |
819e70d6682e116716d79fdf9682223d8b512bf9 | diff --git a/bin/index.js b/bin/index.js
index <HASH>..<HASH> 100644
--- a/bin/index.js
+++ b/bin/index.js
@@ -41,4 +41,4 @@ switch (script) {
default:
console.log('Unknown script "' + script + '".');x
break;
-}
\ No newline at end of file
+} | fix: Changes line endings on index.js | techcoop_react-material-site | train | js |
a72285bfe84c2ecbccd146ff0d32ca06fd0510e6 | diff --git a/ui/src/plugins/Loading.js b/ui/src/plugins/Loading.js
index <HASH>..<HASH> 100644
--- a/ui/src/plugins/Loading.js
+++ b/ui/src/plugins/Loading.js
@@ -21,7 +21,7 @@ const
spinnerSize: 80,
spinnerColor: '',
messageColor: '',
- backgroundColor: 'black',
+ backgroundColor: '',
boxClas... | feat(Loading): small tweaks | quasarframework_quasar | train | js |
4c34e1ab99d31598d9aa09490dafa965eb92a205 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -231,9 +231,9 @@ return [
],
'constants' => [
#TAO version number
- 'TAO_VERSION' => '3.4.0-sprint157',
+ 'TAO_VERSION' => '3.4.0-sprint158',
#TAO version label
- ... | fix: update manifest with new sprint number | oat-sa_tao-core | train | php |
665f732dff4c3d80ea73075163336f3748d099e2 | diff --git a/src/lib/webpack/push-manifest.js b/src/lib/webpack/push-manifest.js
index <HASH>..<HASH> 100644
--- a/src/lib/webpack/push-manifest.js
+++ b/src/lib/webpack/push-manifest.js
@@ -13,7 +13,7 @@ module.exports = class PushManifestPlugin {
mainJs = filename;
}
}
- }
+ }
let defau... | refactor: Spaces to tabs | developit_preact-cli | train | js |
379b9c6b1f96f0fc9a38dff8bee24d1e5fc550a0 | diff --git a/package-scripts.js b/package-scripts.js
index <HASH>..<HASH> 100644
--- a/package-scripts.js
+++ b/package-scripts.js
@@ -79,8 +79,10 @@ module.exports = {
es: npsUtils.concurrent.nps("types.create-es", "types.copy-es"),
create:
"tsc -p ./tsconfig.build.json --emitDeclarationOnly --r... | chore(build): ignore TypeScript errors during build | FormidableLabs_victory | train | js |
fee7d37c679c17eed127616ab82f29806782b2e7 | diff --git a/observer.js b/observer.js
index <HASH>..<HASH> 100644
--- a/observer.js
+++ b/observer.js
@@ -69,7 +69,7 @@ function get (target, key, receiver) {
const result = Reflect.get(target, key, receiver)
if (currentObserver) {
registerObserver(target, key, currentObserver)
- if (typeof result === 'o... | fix(observe): disallow date observation (native bug) | nx-js_observer-util | train | js |
9ff300dbc9a1abbfe4de119ca78e52bedf38ea41 | diff --git a/test/integration/delete.spec.js b/test/integration/delete.spec.js
index <HASH>..<HASH> 100644
--- a/test/integration/delete.spec.js
+++ b/test/integration/delete.spec.js
@@ -17,11 +17,12 @@ describe('delete', () => {
let father = User.fake();
let mother = User.fake();
let aunt = User.fake();
+ le... | test: debug and test delete with filter options | lykmapipo_mongoose-rest-actions | train | js |
a45a64f5cac9080602edd23eb23a7d45a48d3638 | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -269,9 +269,15 @@ class Request {
const {
body,
- [kSignal]: signal
+ [kSignal]: signal,
+ [kResume]: resume
} = this
+ if (resume) {
+ this[kResume] = null
+... | fix: release kResume | mcollina_undici | train | js |
90d9ede75d17652e6935a20cd9cfadabff23dfe0 | diff --git a/memote/suite/reporting/bag.py b/memote/suite/reporting/bag.py
index <HASH>..<HASH> 100644
--- a/memote/suite/reporting/bag.py
+++ b/memote/suite/reporting/bag.py
@@ -140,7 +140,7 @@ def _get_biomass(elem):
tmp = elem["report"]["test_biomass"]
commit = elem["meta"]["commit_hash"]
columns = it... | fix: correct dict key (#<I>) | opencobra_memote | train | py |
351e2240717a34d6575a802078077a1681fa4616 | diff --git a/lib/twitter/client/geo.rb b/lib/twitter/client/geo.rb
index <HASH>..<HASH> 100644
--- a/lib/twitter/client/geo.rb
+++ b/lib/twitter/client/geo.rb
@@ -44,7 +44,7 @@ module Twitter
# @example Return an array of places similar to Twitter HQ
# Twitter.places_similar(:lat => "37.7821120598956", ... | refactor: places_similar returns the token used on places creation | sferik_twitter | train | rb,rb |
abc7e644e8f980656a71c8e1d1ca8ddb68503c58 | diff --git a/api/src/opentrons/simulate.py b/api/src/opentrons/simulate.py
index <HASH>..<HASH> 100644
--- a/api/src/opentrons/simulate.py
+++ b/api/src/opentrons/simulate.py
@@ -395,10 +395,7 @@ def format_runlog(runlog: List[Mapping[str, Any]]) -> str:
"""
to_ret = []
for command in runlog:
- to... | fix(api): opentrons_simulate run log error (#<I>) | Opentrons_opentrons | train | py |
6874bfc225707665639d9e8c6aef0e02f712a3f4 | diff --git a/google-cloud-storage/acceptance/storage/bucket_test.rb b/google-cloud-storage/acceptance/storage/bucket_test.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-storage/acceptance/storage/bucket_test.rb
+++ b/google-cloud-storage/acceptance/storage/bucket_test.rb
@@ -82,7 +82,7 @@ describe Google::Cloud::Sto... | test(storage): Fix acceptance bucket_test versioning assertion | googleapis_google-cloud-ruby | train | rb |
a649e359d915c0ca5dfa75bb0fa88b6296d1233c | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -84,7 +84,7 @@ const updateOne = require('./operations/collection_ops').updateOne;
* });
*/
-const mergeKeys = ['readPreference', 'ignoreUndefined'];
+const mergeKeys = ['ignoreUndefin... | fix(collection): depend on `resolveReadPreference` for inheritance
We no longer need to explicitly copy `readPreference` from the
parent `Collection` here, because we already handle inheritance
in `resolveReadPreference`. | mongodb_node-mongodb-native | train | js |
a4922c3bbdaa7e3a4a5a15744afde928647023aa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,7 @@
module.exports = Hoodie
-var Store = require('pouchdb-hoodie-store')
-var Account = require('account-client')
+var Store = require('hoodie-client-store')
+var Account = require('hoodie-client-account')
var Tas... | refactor: repo renamings | hoodiehq_hoodie-client | train | js |
9c44103ca40651907dd91a404ec09dcc35f9f2f2 | diff --git a/test/spec/directives/snap-content.js b/test/spec/directives/snap-content.js
index <HASH>..<HASH> 100644
--- a/test/spec/directives/snap-content.js
+++ b/test/spec/directives/snap-content.js
@@ -122,6 +122,33 @@ describe('Directive: snapContent', function() {
});
});
+ describe('declarative... | test: Add (failing) test for declarative options
See #<I>
[ci skip] | jtrussell_angular-snap.js | train | js |
742a1381a771839b24ed15ebc2e3a29a99859212 | diff --git a/rakelib/kokoro/kokoro.rb b/rakelib/kokoro/kokoro.rb
index <HASH>..<HASH> 100644
--- a/rakelib/kokoro/kokoro.rb
+++ b/rakelib/kokoro/kokoro.rb
@@ -43,7 +43,7 @@ class Kokoro < Command
run "bundle exec rake ci", 1800
# TODO: Remove date requirement
require "date"
- next unle... | chore: Delay local_docs_test until May <I> | googleapis_google-cloud-ruby | train | rb |
e6d2db0cfed50b2ff04517a7667d4e8904ce7751 | diff --git a/src/foremast/app/create_app.py b/src/foremast/app/create_app.py
index <HASH>..<HASH> 100644
--- a/src/foremast/app/create_app.py
+++ b/src/foremast/app/create_app.py
@@ -70,6 +70,7 @@ class SpinnakerApp:
assert response.ok, 'Failed to get accounts: {0}'.format(response.text)
all_account... | fix: DEBUG Accounts configured in Spinnaker | foremast_foremast | train | py |
5c3a1b15b5a9e1c40121c06d8a7e97dda5c3ff6a | diff --git a/src/Controller/Component/CartComponent.php b/src/Controller/Component/CartComponent.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Component/CartComponent.php
+++ b/src/Controller/Component/CartComponent.php
@@ -573,7 +573,7 @@ class CartComponent extends Component
if (Configur... | fix: save time of invoice correctly if invoice is generated in self
service mode | foodcoopshop_foodcoopshop | train | php |
99ecd191c1acb3a69e2c3fdd016f2c43033da129 | diff --git a/memote/suite/collect.py b/memote/suite/collect.py
index <HASH>..<HASH> 100644
--- a/memote/suite/collect.py
+++ b/memote/suite/collect.py
@@ -22,6 +22,7 @@ from __future__ import absolute_import
import io
import sys
import logging
+
try:
import simplejson as json
except ImportError:
@@ -37,7 +38,... | fix: change to appropriate class (#<I>)
Fix #<I>. | opencobra_memote | train | py |
e35b55d5bd2fd5bf1cfaabd5c8fd92e97e5e4a02 | diff --git a/src/helpers.js b/src/helpers.js
index <HASH>..<HASH> 100644
--- a/src/helpers.js
+++ b/src/helpers.js
@@ -36,7 +36,7 @@ export const mapState = normalizeNamespace((namespace, states) => {
/**
* Reduce the code which written in Vue.js for committing the mutation
* @param {String} [namespace] - Module's... | chore: fix a little typo in the comment | vuejs_vuex | train | js |
fa2c480a6239a4386bcd0c51464b017541470c21 | diff --git a/lib/superapi/api.js b/lib/superapi/api.js
index <HASH>..<HASH> 100644
--- a/lib/superapi/api.js
+++ b/lib/superapi/api.js
@@ -175,7 +175,7 @@ Api.prototype = {
options.data = data;
options.method = method;
- return Api.serviceHandler(url).call(this, options);
+ return Api.defaults.service... | fix(api): correct path to service handler | stephanebachelier_superapi | train | js |
d2de97b0c1dbde865d637bd0fd11182036fc8115 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -38,3 +38,7 @@ RSpec.configure do |config|
# Legacy
config.infer_spec_type_from_file_location!
end
+
+# NOTE: only needed for Ruby < 2.2
+# prevent Test::Unit's AutoRunner fro... | test(rspec): prevent minitest runner call on Ruby < <I>
We had issues with running `rspec` on Ruby < <I>.
This patch prevents Test::Unit's AutoRunner from executing during RSpec's rake task. | huerlisi_has_accounts | train | rb |
5fe4ed9918be58255cf7e658a0adebc351015266 | diff --git a/core/conn.js b/core/conn.js
index <HASH>..<HASH> 100644
--- a/core/conn.js
+++ b/core/conn.js
@@ -389,7 +389,7 @@ exports.ConnHandler = function (conn_module) {
// loop through each connection to disconnect
for (var connID in connections) {
LOG.sys('removing connID: ' + connID, l_name);
- if (l... | fix: change if connection obj is valid | imonology_scalra | train | js |
822bddb57de8c3f8d3f01dcc124ca58a8f5b7170 | diff --git a/src/lib/reducers/apps.js b/src/lib/reducers/apps.js
index <HASH>..<HASH> 100644
--- a/src/lib/reducers/apps.js
+++ b/src/lib/reducers/apps.js
@@ -10,10 +10,11 @@ const CATEGORIES = ['cozy', 'partners', 'ptnb']
// selectors
export const getApps = state => state.apps && state.apps.data
+// getAppsFiltere... | feat: Remove coming soon app on mobile 👋 | cozy_cozy-bar | train | js |
5987dbe5cff6991ae6905b0387411fa042d3e9b7 | diff --git a/packages/discord.js/src/structures/VoiceChannel.js b/packages/discord.js/src/structures/VoiceChannel.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/structures/VoiceChannel.js
+++ b/packages/discord.js/src/structures/VoiceChannel.js
@@ -8,6 +8,7 @@ const MessageManager = require('../managers/M... | docs(VoiceChannel): annotate that it is implementing TextBasedChannel (#<I>) | discordjs_discord.js | train | js |
af3a830ac72fc49d6ef8a09f09ed4fec84a17d54 | diff --git a/addon/services/page-title-list.js b/addon/services/page-title-list.js
index <HASH>..<HASH> 100644
--- a/addon/services/page-title-list.js
+++ b/addon/services/page-title-list.js
@@ -15,6 +15,7 @@ let isFastBoot = typeof FastBoot !== 'undefined';
@extends Ember.Service
*/
export default Service.extend... | fix: Use service:router routeDidChange instead (#<I>) | adopted-ember-addons_ember-page-title | train | js |
5e6ff507ad2f3fabd746bbe7e7e9dcb2cab6af94 | diff --git a/lib/module.js b/lib/module.js
index <HASH>..<HASH> 100644
--- a/lib/module.js
+++ b/lib/module.js
@@ -64,7 +64,7 @@ module.exports = function nuxtAdSense (moduleOptions = {}) {
// Add the async Google AdSense script to head
this.options.head.script.push({
hid: 'adsbygoogle-script',
- async: t... | fix: use defer in script load (#<I>) | nuxt-community_google-adsense-module | train | js |
a42646a54de5c9a968cc55fc80c40fe4f1639543 | diff --git a/packages/loader/test/compiler.js b/packages/loader/test/compiler.js
index <HASH>..<HASH> 100644
--- a/packages/loader/test/compiler.js
+++ b/packages/loader/test/compiler.js
@@ -4,7 +4,7 @@ import MemoryFS from "memory-fs"
export default (fixture, options) => {
const compiler = webpack({
- mode: "... | test: disable development mode in webpack compiler | lingui_js-lingui | train | js |
78200ea7f936244cefde3289f74d50aedfd517fe | diff --git a/manager/api/beans/src/main/java/io/apiman/manager/api/beans/policies/PolicyDefinitionTemplateBean.java b/manager/api/beans/src/main/java/io/apiman/manager/api/beans/policies/PolicyDefinitionTemplateBean.java
index <HASH>..<HASH> 100644
--- a/manager/api/beans/src/main/java/io/apiman/manager/api/beans/polic... | fix(manager-api): PolicyDefinitionTemplate missing #equals and #hashCode
PolicyDefinitionTemplate is referenced in a Set from PolicyDefinitionBean.
The lack of #equals and #hashCode can cause Hibernate to duplicate the templates and write them back
to the the database under certain circumstances.
Once the bug is trig... | apiman_apiman | train | java |
c5aad84e3a44f867fe11644cb4e11fbf21703aba | diff --git a/src/__mocks__/mongooseCommon.js b/src/__mocks__/mongooseCommon.js
index <HASH>..<HASH> 100644
--- a/src/__mocks__/mongooseCommon.js
+++ b/src/__mocks__/mongooseCommon.js
@@ -1,3 +1,4 @@
+/* eslint-disable no-param-reassign, no-console */
import mongoose, { Schema } from 'mongoose';
function getRandomIn... | test(MongooseConnection): Remove handling uncaughtException we should get real error in tests. | graphql-compose_graphql-compose-mongoose | train | js |
dc82b6993a45d745381521d81be217c9dc52a1ba | diff --git a/scripts/commit-scope-lint.js b/scripts/commit-scope-lint.js
index <HASH>..<HASH> 100644
--- a/scripts/commit-scope-lint.js
+++ b/scripts/commit-scope-lint.js
@@ -12,9 +12,13 @@ const excludedFiles = ['.all-contributorsrc', 'README.md'] // Files that can be
const getCommitScope = () => {
const commit... | chore(scripts): allow for shared scope | telus_tds-core | train | js |
e71f9827430cae6f61af29ea4132463a4f2f2a5e | diff --git a/middlewares/style.js b/middlewares/style.js
index <HASH>..<HASH> 100644
--- a/middlewares/style.js
+++ b/middlewares/style.js
@@ -16,7 +16,9 @@ module.exports = function style (elem, state) {
function classAttribute (classes, elem) {
if (typeof classes === 'object') {
const classList = []
- for... | perf(style): refactor loops in style | nx-js_framework | train | js |
d48ba65528da3ea9f280cb9cc18626f9fc4008cc | diff --git a/lib/workers/branch/npm.js b/lib/workers/branch/npm.js
index <HASH>..<HASH> 100644
--- a/lib/workers/branch/npm.js
+++ b/lib/workers/branch/npm.js
@@ -110,7 +110,9 @@ async function maintainLockFile(inputConfig) {
const newPackageLock = await module.exports.getLockFile(
inputConfig.packageFile,
... | fix(npm): Pass npm version and logger to getLockFile | renovatebot_renovate | train | js,js |
6600fcb0e626cc17e8bc9ab9758853741e10fb7f | diff --git a/pkg/tiller/release_server.go b/pkg/tiller/release_server.go
index <HASH>..<HASH> 100644
--- a/pkg/tiller/release_server.go
+++ b/pkg/tiller/release_server.go
@@ -961,13 +961,16 @@ func (s *ReleaseServer) UninstallRelease(c ctx.Context, req *services.UninstallR
}
}
+ rel.Info.Status.Code = release.St... | fix(tiller): don't update purged releases
fixes #<I> | helm_helm | train | go |
8bdcfa5640a1c92606b35bf980215f0c76dc3e84 | diff --git a/niworkflows/interfaces/utility.py b/niworkflows/interfaces/utility.py
index <HASH>..<HASH> 100644
--- a/niworkflows/interfaces/utility.py
+++ b/niworkflows/interfaces/utility.py
@@ -129,7 +129,8 @@ class KeySelect(BaseInterface):
if name == "key" and self._keys and new not in self._keys:
... | fix(interfaces): fix key select check with index not (yet) set | poldracklab_niworkflows | train | py |
56f183cb19b04e1dda40ea1a99134b0484f050a9 | diff --git a/app/Config/Feature.php b/app/Config/Feature.php
index <HASH>..<HASH> 100644
--- a/app/Config/Feature.php
+++ b/app/Config/Feature.php
@@ -27,8 +27,6 @@ class Feature extends BaseConfig
/**
* Use improved new auto routing, instead of the traditional auto routing.
- *
- * @var bool
... | docs: composer cs-fix | codeigniter4_CodeIgniter4 | train | php |
fca73b358f0403c466881589026b0d76fb7c6bf6 | diff --git a/taskqueue_cli/taskqueue_cli.py b/taskqueue_cli/taskqueue_cli.py
index <HASH>..<HASH> 100644
--- a/taskqueue_cli/taskqueue_cli.py
+++ b/taskqueue_cli/taskqueue_cli.py
@@ -65,7 +65,7 @@ def release(queuepath):
@main.command()
@click.argument("src")
@click.argument("dest")
-def copy(src, dest):
+def cp(src... | refactor: rename copy to cp | seung-lab_python-task-queue | train | py |
2fa4d3e7a6f525912ed1384c6eab33ff34960eb0 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -51,11 +51,19 @@ function ready(global) {
function ensureLoader(){
if(!window.AureliaLoader){
- return System.normalize('aurelia-bootstrapper').then(function(bootstrapperName){
- return System.nor... | fix(index): detect System or require api and load appropriately
This fixes #<I> | aurelia_bootstrapper | train | js |
34fef20b279cb3b81d07fd5e99d55f97d2e8d232 | diff --git a/lib/universal/universalparkbase.js b/lib/universal/universalparkbase.js
index <HASH>..<HASH> 100644
--- a/lib/universal/universalparkbase.js
+++ b/lib/universal/universalparkbase.js
@@ -113,7 +113,7 @@ class UniversalPark extends Park {
return Promise.reject(new Error(err));
}
);... | fix(universal): properly passing ttl to cache (#<I>)
Pass the received token TTL to the Cache wrap function through a lambda. | cubehouse_themeparks | train | js |
9ee3a03e4b86463a92fdd5c15abb610e8302b510 | diff --git a/lib/commands/context.js b/lib/commands/context.js
index <HASH>..<HASH> 100644
--- a/lib/commands/context.js
+++ b/lib/commands/context.js
@@ -94,9 +94,10 @@ commands.setContext = async function setContext (name, callback, skipReadyCheck)
return context === NATIVE_WIN || context === null;
}
- log... | fix: turn off page change handling when setting context (#<I>) | appium_appium-xcuitest-driver | train | js |
f00e981def3083bc31467024542a30d50194bb71 | diff --git a/anom/adapters/datastore_adapter.py b/anom/adapters/datastore_adapter.py
index <HASH>..<HASH> 100644
--- a/anom/adapters/datastore_adapter.py
+++ b/anom/adapters/datastore_adapter.py
@@ -48,7 +48,7 @@ class _DatastoreOuterTransaction(Transaction):
self.ds_transaction.commit()
except Ex... | fix: give TransactionFailed a message | Bogdanp_anom-py | train | py |
6f1f7f21f12b5ecfc0e519cb5d9e67b206d553a9 | diff --git a/lib/instrumentation/index.js b/lib/instrumentation/index.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/index.js
+++ b/lib/instrumentation/index.js
@@ -70,7 +70,13 @@ function Instrumentation (agent) {
this._patches = new NamedArray()
for (let mod of MODULES) {
- this.addPatch(mod, req... | fix(instrumentation): explicitly use `require` (#<I>) | elastic_apm-agent-nodejs | train | js |
28b5a6adf58ca46965c28e1adaa9381e6536e4a5 | diff --git a/lib/gofer.js b/lib/gofer.js
index <HASH>..<HASH> 100644
--- a/lib/gofer.js
+++ b/lib/gofer.js
@@ -98,14 +98,14 @@ function applyOptionMapper(options, mapper) {
}
function fetchWithDefaults(defaults) {
- return function withDefaults(uri, options) {
+ return function withDefaults(uri, options, callback... | feat: Add callback support for Gofer | groupon_gofer | train | js,js |
f2462be3a4d01c872474d0e7fc0f32f387b06340 | diff --git a/albumentations/augmentations/geometric/transforms.py b/albumentations/augmentations/geometric/transforms.py
index <HASH>..<HASH> 100644
--- a/albumentations/augmentations/geometric/transforms.py
+++ b/albumentations/augmentations/geometric/transforms.py
@@ -351,7 +351,7 @@ class Perspective(DualTransform):... | docs: fix simple typo, initialzie -> initialize (#<I>)
There is a small typo in albumentations/augmentations/geometric/transforms.py.
Should read `initialize` rather than `initialzie`. | albu_albumentations | train | py |
ad6619bdec86e770ffb628c8f16fdfa7adc3bcec | diff --git a/test/cli/cli.test.js b/test/cli/cli.test.js
index <HASH>..<HASH> 100644
--- a/test/cli/cli.test.js
+++ b/test/cli/cli.test.js
@@ -37,7 +37,7 @@ runCLITest('CLI', () => {
.replace(/webpack [^ )]+/g, 'webpack x.x.x')
.replace(new RegExp(quotemeta(basePath.replace(/\\/g, '/')), 'g'), 'Xdir')
... | test: fix (#<I>) | webpack_webpack-dev-server | train | js |
b0c6de940f8dfb49e58ccac298979cdf361221f4 | diff --git a/ommprotocol/md.py b/ommprotocol/md.py
index <HASH>..<HASH> 100644
--- a/ommprotocol/md.py
+++ b/ommprotocol/md.py
@@ -289,14 +289,14 @@ class Stage(object):
if self.total_stages is not None:
status += '/{}'.format(self.total_stages)
status += ': {}'.format(self.na... | fix(md): status message building for restraints | insilichem_ommprotocol | train | py |
65385e5375cff4fe548ae8a2a99b4b2d69579e68 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -7,8 +7,8 @@ function process(src, filename) {
})
return {
- code: result.js ? result.js.code : result.code,
- map: result.js ? result.js.map : result.map
+ code: result.js.code,
+ map: resu... | refactor: remove useless code for svelte 3 | ktsn_svelte-jest | train | js |
fa8380b874c4ad45bff98b828bf5404433d4786f | diff --git a/src/__tests__/index.js b/src/__tests__/index.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/index.js
+++ b/src/__tests__/index.js
@@ -105,7 +105,14 @@ const tests = {
},
'can handle objected with nested keys': {
input: [
- [{name: {first: 'baz'}}, {name: {first: 'bat'}}, {name: {first: ... | feat: null check in nested key resolution (#<I>)
* null check in nested key resolution
* updating test
* less code for same logic
* more robust testcase
* improve test cases | kentcdodds_match-sorter | train | js,js |
f07dc69416b48deb49fffcbf3a5bfb8e33f9562b | diff --git a/coursera/test/test_credentials.py b/coursera/test/test_credentials.py
index <HASH>..<HASH> 100644
--- a/coursera/test/test_credentials.py
+++ b/coursera/test/test_credentials.py
@@ -70,13 +70,13 @@ def test_get_credentials_without_username_given_raises_exception():
credentials.CredentialsError,
... | test: test_credentials: Fix tests for pytest.
Somehow I had only partially fixed the testing code so that the patch
applied, but I forgot to change from the unittest style of testing to the
format that py.test expects. | coursera-dl_coursera-dl | train | py |
c08a13f13535de2c969d2f160a79d7efcce44854 | diff --git a/build.php b/build.php
index <HASH>..<HASH> 100644
--- a/build.php
+++ b/build.php
@@ -35,8 +35,10 @@ $output = '';
$exitCode = 0;
foreach ($buildCommands as $buildCommand) {
print "---- Running build command '$buildCommand' for $dirName. ----\n";
+ $timeStart = microtime(true);
$exitCode = e... | ci: added build timer | helsingborg-stad_Municipio | train | php |
5d37098e5fd756744b610445e72666b2c191ad6e | diff --git a/src/__tests__/Rating-test.js b/src/__tests__/Rating-test.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/Rating-test.js
+++ b/src/__tests__/Rating-test.js
@@ -40,7 +40,7 @@ describe('Rating', () => {
it('should not be able to change value via the user interface if a value property is defined', () => ... | test(Rating): fix test | nikgraf_belle | train | js |
8046edb82dbf6245133511cd45a6d5a45b04212f | diff --git a/tasks/build/browser.js b/tasks/build/browser.js
index <HASH>..<HASH> 100644
--- a/tasks/build/browser.js
+++ b/tasks/build/browser.js
@@ -3,6 +3,7 @@
const $ = require('gulp-load-plugins')()
const webpack = require('webpack')
const path = require('path')
+const fs = require('fs')
const config = requi... | feat(build): add stats flag
This allows generating stats for webpack deps analysis | ipfs_aegir | train | js |
82b9dbb9f26fce2e60496df9f39c2818844b4276 | diff --git a/vyper/compiler/output.py b/vyper/compiler/output.py
index <HASH>..<HASH> 100644
--- a/vyper/compiler/output.py
+++ b/vyper/compiler/output.py
@@ -87,7 +87,7 @@ def build_ir_runtime_output(compiler_data: CompilerData) -> LLLnode:
def _lll_to_dict(lll_node):
args = lll_node.args
- if len(args) > 0... | fix: ad-hoc rule for json serialization of seq (#<I>)
when `seq` has no arguments (i.e., it is a no-op), it shows up in the
JSON representation as `"seq"`, instead of `{"seq": []}`. this commit
changes the representation to be the same in both cases, making it so
that downstream tools do not need to handle this inc... | ethereum_vyper | train | py |
74cbf7f54af6a83675b4184c1c8694a9b69f00ba | diff --git a/packages/cli-plugin-deploy-pulumi/utils/aws/uploadFolderToS3.js b/packages/cli-plugin-deploy-pulumi/utils/aws/uploadFolderToS3.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-deploy-pulumi/utils/aws/uploadFolderToS3.js
+++ b/packages/cli-plugin-deploy-pulumi/utils/aws/uploadFolderToS3.js
@@ -28,7 ... | fix: use regex to replace all occurrences of "\" | Webiny_webiny-js | train | js |
4293a1421ada4b189d64b8c3f87a7599bc7b1a8f | diff --git a/lib/util/player_configuration.js b/lib/util/player_configuration.js
index <HASH>..<HASH> 100644
--- a/lib/util/player_configuration.js
+++ b/lib/util/player_configuration.js
@@ -147,7 +147,7 @@ shaka.util.PlayerConfiguration = class {
ignoreTextStreamFailures: false,
alwaysStreamText: false,
... | feat: Improve gap-detection robustness (#<I>)
This raises the default gap-detection threshold from <I> seconds for
some platforms and <I> seconds for others to <I> second universally.
This fixes test flake in gap-jumping tests on Android and may improve
gap-jumping generally for certain platforms or content. | google_shaka-player | train | js |
e67a55463f8da6f4406c19508bdb9dbd3393da3e | diff --git a/common/common.go b/common/common.go
index <HASH>..<HASH> 100644
--- a/common/common.go
+++ b/common/common.go
@@ -152,7 +152,7 @@ const (
// MinClientVersion is the minimum client version that can interface with this API server.
// When introducing breaking changes to the API or datastructures, this nu... | fix: update min CLI version to <I> (#<I>) | argoproj_argo-cd | train | go |
96fa7b5060f3134978755df0058eb5f610038096 | diff --git a/share/examples/functionality_examples/delete_state/delete_state_BDIKEE/script.py b/share/examples/functionality_examples/delete_state/delete_state_BDIKEE/script.py
index <HASH>..<HASH> 100644
--- a/share/examples/functionality_examples/delete_state/delete_state_BDIKEE/script.py
+++ b/share/examples/functio... | refactor(share): Remove obsolete list conversions of iterators | DLR-RM_RAFCON | train | py |
2e7bf6cb1863e79e5ee3aa385eb801b3b37be2dc | diff --git a/test/randr.js b/test/randr.js
index <HASH>..<HASH> 100644
--- a/test/randr.js
+++ b/test/randr.js
@@ -12,7 +12,7 @@ describe('RANDR extension', function() {
self.screen = dpy.screen[0];
self.root = self.screen.root;
self.X.require('randr', function(err, ext) {
- ... | test: fix randr.js test | sidorares_node-x11 | train | js |
2d7c1bb192bafba6fbc81b6b02489a1d08228076 | diff --git a/src/transformers/trainer.py b/src/transformers/trainer.py
index <HASH>..<HASH> 100755
--- a/src/transformers/trainer.py
+++ b/src/transformers/trainer.py
@@ -939,6 +939,7 @@ class Trainer:
batch_size=self.args.eval_batch_size,
collate_fn=data_collator,
drop_last=self.... | feat: add num_workers arg to DataLoader (#<I>) | huggingface_pytorch-pretrained-BERT | train | py |
e4d212f2f774af8a6025b19b8f564b5702b2deb1 | diff --git a/builtin/logical/database/backend.go b/builtin/logical/database/backend.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/database/backend.go
+++ b/builtin/logical/database/backend.go
@@ -22,7 +22,7 @@ import (
)
const (
- databaseConfigPath = "database/config/"
+ databaseConfigPath = "config... | fix: remove mount prefix from config path used to invalidate connections (#<I>) | hashicorp_vault | train | go |
ef2ab8bc671cf862ab2fe5d972130ea52adf8f6d | diff --git a/src/Toggle/Toggle.js b/src/Toggle/Toggle.js
index <HASH>..<HASH> 100644
--- a/src/Toggle/Toggle.js
+++ b/src/Toggle/Toggle.js
@@ -6,11 +6,8 @@ import {canUseDOM} from '../utils/DOM'
import {isolateMixin, focusSourceMixin} from '../utils/mixins'
const whenDomReady = new Promise(resolve => {
- if (docum... | fix: fix Toggle in ssr | rambler-digital-solutions_rambler-ui | train | js |
7fe01ca02a56beef19316666bafee705feaf5789 | diff --git a/master/buildbot/test/fake/reactor.py b/master/buildbot/test/fake/reactor.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/fake/reactor.py
+++ b/master/buildbot/test/fake/reactor.py
@@ -147,10 +147,9 @@ class TestReactor(NonReactor, CoreReactor, Clock):
return Clock.callLater(self, when, w... | test: Only execute current calls during reactor.stop() | buildbot_buildbot | train | py |
7b3d479f2581793b3366100fe8f8c178780478ec | diff --git a/lib/standard_api/route_helpers.rb b/lib/standard_api/route_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/standard_api/route_helpers.rb
+++ b/lib/standard_api/route_helpers.rb
@@ -22,6 +22,8 @@ module StandardAPI
options = resources.extract_options!.dup
resources(*resources, options) do
+... | fix: custom routes take precedence over standardapi routes | waratuman_standardapi | train | rb |
729630e478d5b953f87614af95c83755c5f1c3b6 | diff --git a/packages/select/src/Select.js b/packages/select/src/Select.js
index <HASH>..<HASH> 100644
--- a/packages/select/src/Select.js
+++ b/packages/select/src/Select.js
@@ -249,7 +249,8 @@ const Select = ({
<Tag
{...field}
onChange={onChangeHandler}
- ref={selectRef}
+ ref={attributes... | fix(select): pass ref as selectRef when using async component | Availity_availity-react | train | js |
209ebae6dd8751e233a646655f2ea23c9a8eaa32 | diff --git a/lib/processes.js b/lib/processes.js
index <HASH>..<HASH> 100644
--- a/lib/processes.js
+++ b/lib/processes.js
@@ -97,6 +97,15 @@ function launchAllProcesses(config) {
args.push('--headless');
}
if (process.getuid() === 0) args.push('--no-sandbox');
+
+ var debugPort = config.get... | feat: Pass remote debugging port for chrome | testiumjs_testium-core | train | js |
402d1952c0d684f75d8d1f2d9bd734b7a928c483 | diff --git a/packages/pipelines-v5/lib/kolkrabbi-api.js b/packages/pipelines-v5/lib/kolkrabbi-api.js
index <HASH>..<HASH> 100644
--- a/packages/pipelines-v5/lib/kolkrabbi-api.js
+++ b/packages/pipelines-v5/lib/kolkrabbi-api.js
@@ -66,6 +66,6 @@ module.exports = class KolkrabbiAPI {
getArchiveURL (repo, ref) {
r... | fix(pipelines): get archive_link from payload instead of body (#<I>) | heroku_cli | train | js |
d4aa51b73b664f9a10b216d0fecfe72159df4b00 | diff --git a/src/js/core/navbar.js b/src/js/core/navbar.js
index <HASH>..<HASH> 100644
--- a/src/js/core/navbar.js
+++ b/src/js/core/navbar.js
@@ -1,6 +1,6 @@
import Class from '../mixin/class';
import FlexBug from '../mixin/flex-bug';
-import {$, $$, addClass, after, assign, css, height, includes, isRtl, isVisible, ... | fix: ignore any dropdown events within a navbar, which do not have the correct drop class | uikit_uikit | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.