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 |
|---|---|---|---|---|---|
05680c804faf09fbda85e7be2add2080d9c12e98 | diff --git a/Events/OrderNotifierPlugin.php b/Events/OrderNotifierPlugin.php
index <HASH>..<HASH> 100644
--- a/Events/OrderNotifierPlugin.php
+++ b/Events/OrderNotifierPlugin.php
@@ -91,7 +91,14 @@ class OrderNotifierPlugin
/** @var \Emartech\Emarsys\Model\Event $eventModel */
$eventModel = $this->e... | feat(events): added guest event type, e.g. order_new_guest. SUITEDEV-<I> | emartech_magento2-extension | train | php |
6bb12a0f24266cdccf7e639066309f0f432b6f50 | diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js
index <HASH>..<HASH> 100644
--- a/.storybook/webpack.config.js
+++ b/.storybook/webpack.config.js
@@ -34,7 +34,7 @@ module.exports = {
return fileName.endsWith('.css') && !fileName.endsWith('.mod.css');
},
use: ['style... | chore: each runtime app has its own scripts and build output | commercetools_ui-kit | train | js |
1d2572d7b5a70b0a810deee6d475122de12772e3 | diff --git a/packages/bonde-admin/src/components/navigation/browsable-list/browsable-list-item.spec.js b/packages/bonde-admin/src/components/navigation/browsable-list/browsable-list-item.spec.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/components/navigation/browsable-list/browsable-list-item.spec.js
+... | fix(admin): pressure-count console.error | nossas_bonde-client | train | js |
5fd29783bda9ae15627959d1a3f3c5ed89268b96 | diff --git a/test/spec/extension.js b/test/spec/extension.js
index <HASH>..<HASH> 100644
--- a/test/spec/extension.js
+++ b/test/spec/extension.js
@@ -62,6 +62,19 @@ describe('moddle', function() {
});
+ describe('types', function() {
+
+ it('should provide custom types', function() {
+
+ var pr... | test(extension): ensure extensions may provide own types
Related to bpmn-io/bpmn-moddle#<I> | bpmn-io_moddle | train | js |
cea1f31eda5779472776bae27d25e891711faf76 | diff --git a/src/filters.js b/src/filters.js
index <HASH>..<HASH> 100644
--- a/src/filters.js
+++ b/src/filters.js
@@ -8,11 +8,20 @@
*/
angular.module('angular.filters', [
+
'a8m.ucfirst',
'a8m.uri-encode',
'a8m.remove-spaces',
+ 'a8m.strip-tags',
+
'a8m.concat',
'a8m.unique',
'a8m.is-empty',
- ... | fix(main): register all filter to angular.filter module | a8m_angular-filter | train | js |
f5b257ee683bff9910fbea3be38f15e2bf7e62f9 | diff --git a/lib/cangrejo/session.rb b/lib/cangrejo/session.rb
index <HASH>..<HASH> 100644
--- a/lib/cangrejo/session.rb
+++ b/lib/cangrejo/session.rb
@@ -24,7 +24,7 @@ module Cangrejo
_name_or_config
else
@name = _name_or_config
- Cangrejo.config.crawlers.fetch(_name, {})
+ Cangr... | fix(session): removes wrong reference to _name | platanus_cangrejo-gem | train | rb |
5671cb081e20f58f1aaae40f4748c714f4353ec6 | diff --git a/build/test/config.js b/build/test/config.js
index <HASH>..<HASH> 100644
--- a/build/test/config.js
+++ b/build/test/config.js
@@ -15,6 +15,7 @@ exports = module.exports = function (grunt, options) {
options: options,
unit: {
options: {
+ logErrors: true,
urls: [
'http://' + host + '... | test: enable logging in test config | dequelabs_axe-core | train | js |
711b66b9b5538065c4ee68c0af90c65e4a3ab7fb | diff --git a/src/version.js b/src/version.js
index <HASH>..<HASH> 100644
--- a/src/version.js
+++ b/src/version.js
@@ -1 +1 @@
-export default '1.8.6';
+export default '1.8.12'; | fix(dicomParser): Update the version number to build the raw dicom | cornerstonejs_dicomParser | train | js |
dae7e4182fbbb41e599953cc22e5d54dbb164070 | diff --git a/src/platforms/web/runtime/modules/events.js b/src/platforms/web/runtime/modules/events.js
index <HASH>..<HASH> 100644
--- a/src/platforms/web/runtime/modules/events.js
+++ b/src/platforms/web/runtime/modules/events.js
@@ -60,7 +60,12 @@ function add (
const attachedTimestamp = currentFlushTimestamp
... | fix: skip microtask fix if event is fired from different document
fix #<I> | kaola-fed_megalo | train | js |
85acbc561139f16a3fe5bdc4fe3ac875ad07c368 | diff --git a/File.php b/File.php
index <HASH>..<HASH> 100644
--- a/File.php
+++ b/File.php
@@ -34,6 +34,41 @@ class File
protected $storage;
/**
+ * File name
+ *
+ * @var string
+ */
+ public $name;
+
+ /**
+ * File type
+ *
+ * @var string
+ */
+ public $type;
+
+ /**
+ * Temp name (path... | feat: set info keys as class properties | modulusphp_support | train | php |
ba64169d87e848e928f07c90fdc9e65afb6b870d | diff --git a/commitizen/git.py b/commitizen/git.py
index <HASH>..<HASH> 100644
--- a/commitizen/git.py
+++ b/commitizen/git.py
@@ -3,16 +3,9 @@ from pathlib import Path
from tempfile import NamedTemporaryFile
from typing import List, Optional
-from typing_extensions import Protocol
-
from commitizen import cmd
... | fix(git): missing dependency removed | Woile_commitizen | train | py |
d451afec3ff4aee4c8ebc67a858c81e2f29cddc3 | diff --git a/src/lib/getLatestTag.js b/src/lib/getLatestTag.js
index <HASH>..<HASH> 100644
--- a/src/lib/getLatestTag.js
+++ b/src/lib/getLatestTag.js
@@ -16,17 +16,12 @@ module.exports = function getLatestTag(verbose, prefix) {
while (match = regex.exec(decorations)) { // eslint-disable-line no-cond-assign
... | refactor(app): getLastestTag.js unneeded code
the default prefix tag is '' which implies that the second if statment isn't needed
ISSUES CLOSED: #<I> | leonardoanalista_corp-semantic-release | train | js |
8b659a0a521e91f76c44918a3d498fee608bd492 | diff --git a/src/calendar/index.js b/src/calendar/index.js
index <HASH>..<HASH> 100644
--- a/src/calendar/index.js
+++ b/src/calendar/index.js
@@ -143,6 +143,7 @@ export default createComponent({
mounted() {
if (this.value || !this.poppable) {
this.initRect();
+ this.scrollIntoView();
}
}, | fix(Calendar): incorrect position when poppable is false (#<I>) | youzan_vant | train | js |
f7a4c1cb5ed74d71ce93e2456bc85a4ddbd77778 | diff --git a/fiobank.py b/fiobank.py
index <HASH>..<HASH> 100644
--- a/fiobank.py
+++ b/fiobank.py
@@ -64,6 +64,7 @@ class FioBank(object):
'column22': ('transaction_id', str),
'column25': ('comment', str),
'column26': ('bic', str),
+ 'column27': ('reference', str),
}
info_... | fix: add support for column<I>
Called "REFERENCE PLATCE" in the XSD. | honzajavorek_fiobank | train | py,py |
75b20e86e87d4a00d1c55989c2fc3b2f477f9810 | diff --git a/render/tests/test-render.js b/render/tests/test-render.js
index <HASH>..<HASH> 100644
--- a/render/tests/test-render.js
+++ b/render/tests/test-render.js
@@ -113,7 +113,7 @@ o.spec("render", function() {
o(updateB.callCount).equals(0)
o(removeB.callCount).equals(1)
})
- o.only("update lifecycle met... | test: Re-enable the test suite (#<I>) | MithrilJS_mithril.js | train | js |
c3239817b55d0edf300792ed39ca2454844ce2a1 | diff --git a/source/rafcon/utils/decorators.py b/source/rafcon/utils/decorators.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/utils/decorators.py
+++ b/source/rafcon/utils/decorators.py
@@ -26,13 +26,13 @@ def avoid_parallel_execution(func):
:return:
"""
def func_wrapper(*args, **kwargs):
- i... | feat(decorators): add try finally block
for avoid_parallel_execution decorator | DLR-RM_RAFCON | train | py |
a5a35888c5c000ddf21c27525f470ccd61dbe0c1 | diff --git a/cli.js b/cli.js
index <HASH>..<HASH> 100755
--- a/cli.js
+++ b/cli.js
@@ -26,7 +26,7 @@ if (argv.version) {
}
if (input) {
- resize(argv.input || argv.i, {output: output})
+ resize(argv.input || argv.i, output)
return
} else {
console.error('Please specify an input icon file witht the `-i` opt... | fix(cli): output must be passed as string | excellenteasy_ios-splash-generate | train | js |
ab7b23cf7a061dbf70b5cbfb831bbd9cdbb54f62 | diff --git a/packages/pnpm/bin/pnpm.js b/packages/pnpm/bin/pnpm.js
index <HASH>..<HASH> 100755
--- a/packages/pnpm/bin/pnpm.js
+++ b/packages/pnpm/bin/pnpm.js
@@ -1,6 +1,6 @@
#!/usr/bin/env node
const [major, minor] = process.version.substr(1).split('.')
-const COMPATIBILITY_PAGE = `Visit https://bit.ly/pnpmcomp to s... | fix: change link to compatibility page | pnpm_pnpm | train | js |
718b9acd450d65c9fd1552edd7b464a6c021d387 | diff --git a/lib/components/map/connected-stop-viewer-overlay.js b/lib/components/map/connected-stop-viewer-overlay.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/connected-stop-viewer-overlay.js
+++ b/lib/components/map/connected-stop-viewer-overlay.js
@@ -8,7 +8,6 @@ import { connect } from 'react-redux'
im... | refactor(connected-stop-viewer-overlay): cleanup popup closing and remove stop marker duplicates | opentripplanner_otp-react-redux | train | js |
946d2efea4e086e85b27e4a3626a13373fccb493 | diff --git a/src/js/mixin/togglable.js b/src/js/mixin/togglable.js
index <HASH>..<HASH> 100644
--- a/src/js/mixin/togglable.js
+++ b/src/js/mixin/togglable.js
@@ -150,7 +150,7 @@ export default {
export function toggleHeight({ isToggled, duration, initProps, hideProps, transition, _toggle }) {
return (el, show) =... | fix: hasChildNodes is a function | uikit_uikit | train | js,js |
cb2105d1785e4437162619113cfa4e556575bd2b | diff --git a/src/components/props/getExpressions.js b/src/components/props/getExpressions.js
index <HASH>..<HASH> 100644
--- a/src/components/props/getExpressions.js
+++ b/src/components/props/getExpressions.js
@@ -39,14 +39,22 @@ export function extractExpressions (exprType, attributes) {
const exprsMap = {/* nam... | feat(no-value-attrs): handle attrs like disabled | ngVue_ngVue | train | js |
9ddcb8c408c7810003ede7b69c110b3cacb9d3ca | diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/res.js
+++ b/lib/inspectors/res.js
@@ -243,14 +243,12 @@ module.exports = function(req, res, next) {
}));
} else {
var opts = {
- ... | refactor: Refine the pac rule | avwo_whistle | train | js |
03c34977ba8650cd30b491fda95e358d412a076c | diff --git a/wireprotocol/shared.js b/wireprotocol/shared.js
index <HASH>..<HASH> 100644
--- a/wireprotocol/shared.js
+++ b/wireprotocol/shared.js
@@ -34,6 +34,10 @@ var getReadPreference = function(cmd, options) {
throw new MongoError('readPreference must be a ReadPreference instance');
}
+ if (options.sess... | refactor(read-preference): throw error on non-primary txn read pref | mongodb_node-mongodb-native | train | js |
98c55676bdbc933c848a183ae970f159484a254c | diff --git a/packages/node_modules/function-tree/src/staticTree.js b/packages/node_modules/function-tree/src/staticTree.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/function-tree/src/staticTree.js
+++ b/packages/node_modules/function-tree/src/staticTree.js
@@ -32,19 +32,19 @@ function stringifyInvalidTree... | feat(function-tree): improve error report of static tree | cerebral_cerebral | train | js |
bcabf321138a440c1f2ea88ccad80ba991316f2e | diff --git a/packages/metascraper-soundcloud/test/index.js b/packages/metascraper-soundcloud/test/index.js
index <HASH>..<HASH> 100644
--- a/packages/metascraper-soundcloud/test/index.js
+++ b/packages/metascraper-soundcloud/test/index.js
@@ -24,10 +24,9 @@ const readFile = promisify(fs.readFile)
describe('metascraper... | fix: disable escaping for this test | microlinkhq_metascraper | train | js |
2d2cfc6944eda34148ad9c73a9e6700de2ba6cc9 | diff --git a/actor/base/src/main/java/org/getopentest/base/TestActor.java b/actor/base/src/main/java/org/getopentest/base/TestActor.java
index <HASH>..<HASH> 100644
--- a/actor/base/src/main/java/org/getopentest/base/TestActor.java
+++ b/actor/base/src/main/java/org/getopentest/base/TestActor.java
@@ -383,7 +383,7 @@ p... | feat(actor): small logging change | mcdcorp_opentest | train | java |
af9804e77865b2ac5995b73e5037644c997eae7a | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -29,8 +29,9 @@ function isAnyAddr (ip) {
* @param {string} family One of ['IPv6', 'IPv4']
* @returns {string[]} an array of ip address strings
*/
+const networks = os.networkInterfaces()
function getNetw... | fix: intermittent error when asking for interfaces (#<I>)
Get interfaces only once per run | libp2p_js-libp2p-tcp | train | js |
1d2bfebfb6c1bb0f384ce6fee56fee2499d59894 | diff --git a/src/targets/java/unirest.js b/src/targets/java/unirest.js
index <HASH>..<HASH> 100644
--- a/src/targets/java/unirest.js
+++ b/src/targets/java/unirest.js
@@ -41,7 +41,7 @@ module.exports = function (options) {
module.exports.info = {
key: 'unirest',
- title: 'JAVA',
+ title: 'Unirest',
link: 'ht... | fix: unirest-java proper naming and updated linkage to unirest site | Kong_httpsnippet | train | js,js |
2e0a3430d99969abe40eb59cc98ce666d5175cff | diff --git a/src/Leevel/Database/Ddd/Entity.php b/src/Leevel/Database/Ddd/Entity.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Ddd/Entity.php
+++ b/src/Leevel/Database/Ddd/Entity.php
@@ -277,13 +277,16 @@ abstract class Entity implements IEntity, IArray, IJson, JsonSerializable, Array
}
... | fix(entity): fix call relation of magic method __call | hunzhiwange_framework | train | php |
dfcbdd5826b7e1ef0c6809eb21a62833e9c17ddd | diff --git a/docs/src/layouts/StickyLayout.js b/docs/src/layouts/StickyLayout.js
index <HASH>..<HASH> 100644
--- a/docs/src/layouts/StickyLayout.js
+++ b/docs/src/layouts/StickyLayout.js
@@ -139,7 +139,7 @@ export default class StickyLayout extends Component {
>
<Menu
borderless
- ... | fix(Layouts): fix propTypes error in StickyLayout
fix(Layouts): fix propTypes error in StickyLayout | Semantic-Org_Semantic-UI-React | train | js |
2a43716953946a3110bf56fd5d7f719cad538d11 | diff --git a/src/linear-converter.js b/src/linear-converter.js
index <HASH>..<HASH> 100644
--- a/src/linear-converter.js
+++ b/src/linear-converter.js
@@ -53,10 +53,10 @@ module.exports = function factory(Decimal) {
api.composePresets = function composePresets(presetA, presetB) {
return [
presetA[0].map(... | refactor: use convert instead of rescale when possible | javiercejudo_linear-converter | train | js |
21cc3b25c57309f59e95141fb7312222f7e0bcaa | diff --git a/lib/get-token.js b/lib/get-token.js
index <HASH>..<HASH> 100644
--- a/lib/get-token.js
+++ b/lib/get-token.js
@@ -45,7 +45,7 @@ async function getToken (iss) {
issuer: env.ISSUER_ID
})
- let github = Github({ auth: `app ${token}` })
+ let github = Github({ auth: `token ${token}` })
const r... | fix(token): fix get and post token | greenkeeperio_greenkeeper | train | js,js |
433d46ef99f29282902441ea71179d5b44168ce4 | diff --git a/packages/ui/webpack/webpack.js b/packages/ui/webpack/webpack.js
index <HASH>..<HASH> 100644
--- a/packages/ui/webpack/webpack.js
+++ b/packages/ui/webpack/webpack.js
@@ -59,7 +59,7 @@ class WebpackServer {
for (const endpoint of endpoints) {
if (endpoint.custom) {
for (const root of cu... | fix: Fix incorrect absolute maths in route file. | cubic-js_cubic | train | js |
2faec757718e590ab048871e2c398db973b1ad95 | diff --git a/lib/reducers/create-otp-reducer.js b/lib/reducers/create-otp-reducer.js
index <HASH>..<HASH> 100644
--- a/lib/reducers/create-otp-reducer.js
+++ b/lib/reducers/create-otp-reducer.js
@@ -144,14 +144,15 @@ export function getInitialState(userDefinedConfig) {
queryModes = ensureSingleAccessMode(queryMode... | refactor(create-otp-reducer): PR style fix | opentripplanner_otp-react-redux | train | js |
6f2c5ce5fce99cf5c49355242d8260e81d6bd508 | diff --git a/src/Thinktomorrow/Locale/LanguageSwitchController.php b/src/Thinktomorrow/Locale/LanguageSwitchController.php
index <HASH>..<HASH> 100644
--- a/src/Thinktomorrow/Locale/LanguageSwitchController.php
+++ b/src/Thinktomorrow/Locale/LanguageSwitchController.php
@@ -5,7 +5,7 @@ namespace Thinktomorrow\Locale;
... | fix: proper check on value, not key | thinktomorrow_locale | train | php |
71d1591be2fe5335cfbb3a92bf610bb1b44b8539 | diff --git a/lib/ruby-nfc/tags/mifare/tag.rb b/lib/ruby-nfc/tags/mifare/tag.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby-nfc/tags/mifare/tag.rb
+++ b/lib/ruby-nfc/tags/mifare/tag.rb
@@ -21,7 +21,7 @@ module Mifare
}
# common freefare functions prototypes
- attach_function :freefare_tag_new, [:pointer, LibNFC::I... | fix: unknown MIFARE tag error. Pointer type defined and pointer type passed in is not what C code expects | hexdigest_ruby-nfc | train | rb |
5a7aa90bcec4fe2535a122c449c005940f7b24ea | diff --git a/src/components/color/QColorPicker.js b/src/components/color/QColorPicker.js
index <HASH>..<HASH> 100644
--- a/src/components/color/QColorPicker.js
+++ b/src/components/color/QColorPicker.js
@@ -52,25 +52,22 @@ export default {
},
computed: {
forceHex () {
- if (this.type === 'auto') {
- ... | chore: Style change in QColorPicker | quasarframework_quasar | train | js |
a93fb6420335ef40cce743c859baf60758540cb3 | diff --git a/release.py b/release.py
index <HASH>..<HASH> 100755
--- a/release.py
+++ b/release.py
@@ -16,7 +16,7 @@ def checkExistingTag(version):
def updateHomepage(version):
file_str = None
- with open('demo/includes/home/home.html') as f:
+ with open('build/includes/home/home.html') as f:
fil... | chore(release): fix files not being commited when doing new release | lumapps_lumX | train | py |
109318928072f194f5c329ac381e69479cebe2f9 | diff --git a/nx-dev/nx-dev/next.config.js b/nx-dev/nx-dev/next.config.js
index <HASH>..<HASH> 100644
--- a/nx-dev/nx-dev/next.config.js
+++ b/nx-dev/nx-dev/next.config.js
@@ -6,4 +6,14 @@ module.exports = withNx({
env: {
WORKSPACE_ROOT: join(__dirname, '../..'),
},
+ async redirects() {
+ // TODO(jack): ... | docs(core): add redirect for /latest/guides/eslint to /guides/eslint since we use the former in our executor (#<I>) | nrwl_nx | train | js |
680d81b67d02cb122a069a03c0e954c76e0bd087 | diff --git a/lib/commands/app-management.js b/lib/commands/app-management.js
index <HASH>..<HASH> 100644
--- a/lib/commands/app-management.js
+++ b/lib/commands/app-management.js
@@ -20,18 +20,12 @@ commands.mobileInstallApp = async function mobileInstallApp (opts = {}) {
const {app} = extractMandatoryOptions(opts, ... | fix: Avoid deleting an app after installation is completed (#<I>) | appium_appium-xcuitest-driver | train | js |
1b1858aac8bd566cf22de4c6d7823b569f8daaaf | diff --git a/test/functional/client_side_encryption_tests.js b/test/functional/client_side_encryption_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/client_side_encryption_tests.js
+++ b/test/functional/client_side_encryption_tests.js
@@ -9,6 +9,11 @@ const missingAwsConfiguration =
process.env.AWS_ACCES... | test(ClientSideEncryption): fully skip when no credentials | mongodb_node-mongodb-native | train | js |
60786b613c8b7e89e312cb464c59ed105164b8f8 | diff --git a/test/test_suite_test.go b/test/test_suite_test.go
index <HASH>..<HASH> 100644
--- a/test/test_suite_test.go
+++ b/test/test_suite_test.go
@@ -186,7 +186,7 @@ var _ = BeforeAll(func() {
case helpers.CIIntegrationFlannel:
switch helpers.GetCurrentK8SEnv() {
case "1.8":
- log.Infof("Cilium in %q mod... | test(k8s): Correct prometheus template
The original template prometheus.yaml was changed as part of
<URL> | cilium_cilium | train | go |
30cd01b9bdcdef7b987a9910648b8fc9b86e19b6 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -60,6 +60,8 @@ assert.equal(-1, b.indexOf('world', 8));
assert.equal(7, b.indexOf('world', -256));
assert.equal(7, b.indexOf('world', -6));
assert.equal(-1, b.indexOf('world', -5));
+assert.equal(-1, b.indexOf('world', 256));... | test: add two more .indexOf() tests | bnoordhuis_node-buffertools | train | js |
5db2edf2e275b98ece1a1652e9d4329c4358b4c8 | diff --git a/test/callback.js b/test/callback.js
index <HASH>..<HASH> 100644
--- a/test/callback.js
+++ b/test/callback.js
@@ -45,8 +45,11 @@ describe('Callback', function () {
})
bindings.set_cb(cb)
- assert.equal(0, invokeCount)
+ // kill all references to "cb"
+ cb = null
+
+ as... | test: ensure that all of the "cb" references are killed | node-ffi-napi_node-ffi-napi | train | js |
aa6169e7ba52990228eee0fcc3c5491dc480d37b | diff --git a/packages/tooltip/src/presenters/TextPresenter.js b/packages/tooltip/src/presenters/TextPresenter.js
index <HASH>..<HASH> 100644
--- a/packages/tooltip/src/presenters/TextPresenter.js
+++ b/packages/tooltip/src/presenters/TextPresenter.js
@@ -12,7 +12,7 @@ export default function TextPresenter({ children })... | fix: make density agnostic | Autodesk_hig | train | js |
6980b66cd32c8a6c010d9488b5beed80f87d9bd8 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,6 +4,8 @@ const Promise = require('bluebird');
const _ = require('lodash');
const util = require('./lib/util');
+// Tolerance for expiration measured in milliseconds
+const TOLERANCE = 10 * 1000;
/* eslint-disable gl... | fix(sdk): Added a tolerance for expiration (#<I>) | smartcar_node-sdk | train | js,js |
8bbe934a42958b78b0ef696e5b6b626f0acaf595 | diff --git a/tests/unit/test_load.py b/tests/unit/test_load.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_load.py
+++ b/tests/unit/test_load.py
@@ -112,7 +112,9 @@ def test_load_chunks_omits_policy_tags(
"my-project.my_dataset.my_table"
)
schema = {
- "fields": [{"name": "col1", "type":... | test: correct policy tags REST representation (#<I>)
There need to be some changes in `google-cloud-bigquery` for this fix: <URL>
Closes #<I> | pydata_pandas-gbq | train | py |
7f52af0ac6d7f6499e2eb7836bf995c71cb8269d | diff --git a/packages/taro-router-rn/src/TaroProvider.js b/packages/taro-router-rn/src/TaroProvider.js
index <HASH>..<HASH> 100644
--- a/packages/taro-router-rn/src/TaroProvider.js
+++ b/packages/taro-router-rn/src/TaroProvider.js
@@ -101,7 +101,7 @@ class TaroProvider extends React.Component {
complete && complet... | fix(taro-router-rn): navigateBack 增加默认参数 (#<I>) | NervJS_taro | train | js |
a52fd79939e962594d26a0276cd8e54b2fb19a1c | diff --git a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/GroupVM.java b/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/GroupVM.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-shared/src/main/java/im/actor/core/viewmodel/GroupVM.java
+++ b/acto... | fix(core): Fixing not updating "isCanInviteMembers" | actorapp_actor-platform | train | java |
8c7afb3b15e0ec9f7cf807aff45f19efc00d003e | diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js
index <HASH>..<HASH> 100644
--- a/src/ServerlessOffline.js
+++ b/src/ServerlessOffline.js
@@ -1,4 +1,5 @@
import updateNotifier from 'update-notifier'
+import { parse as semverParse } from 'semver'
import debugLog from './debugLog.js'
import serverless... | fix: Do not validate compatibility against serverless pre-releases | dherault_serverless-offline | train | js |
059918c476a7bbd216038f2dfed323ecaddb7dfd | diff --git a/src/resolver.js b/src/resolver.js
index <HASH>..<HASH> 100644
--- a/src/resolver.js
+++ b/src/resolver.js
@@ -77,9 +77,9 @@ function resolverFactory(targetMaybeThunk, options = {}) {
}
if (association) {
- if (source.get(association.as) !== undefined) {
+ if (source[associatio... | fix: resolver should also support raw instances | mickhansen_graphql-sequelize | train | js |
33cbe95bfaeabdbb56d688799ae0eb4e7dd75ee0 | diff --git a/packages/cwp-template-aws/setup.js b/packages/cwp-template-aws/setup.js
index <HASH>..<HASH> 100644
--- a/packages/cwp-template-aws/setup.js
+++ b/packages/cwp-template-aws/setup.js
@@ -28,10 +28,9 @@ const setup = async args => {
isGitAvailable,
projectRoot,
projectName,
- ... | fix: correct `templateOptions` assignment | Webiny_webiny-js | train | js |
64ac95623e7ef04000da6aea08d7898ce8cb7e51 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/authorization/util/AuthorizationTestRule.java b/engine/src/test/java/org/camunda/bpm/engine/test/authorization/util/AuthorizationTestRule.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/authorization/util/Authorization... | chore(engine): remove authentication in authorization tests
related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
d1a9ba53fa0a44cdecc1a07d7651167338cf5727 | diff --git a/pydantic/utils.py b/pydantic/utils.py
index <HASH>..<HASH> 100644
--- a/pydantic/utils.py
+++ b/pydantic/utils.py
@@ -132,7 +132,7 @@ def truncate(v: Union[str], *, max_len: int = 80) -> str:
return v
-def sequence_like(v: Type[Any]) -> bool:
+def sequence_like(v: Any) -> bool:
return isinsta... | fix: change `Type[Any]` to `Any` (#<I>) | samuelcolvin_pydantic | train | py |
fe2795ffaef50775e6f8bab5a82742126c94e847 | diff --git a/test/library/input.spec.js b/test/library/input.spec.js
index <HASH>..<HASH> 100644
--- a/test/library/input.spec.js
+++ b/test/library/input.spec.js
@@ -236,6 +236,13 @@ describe('NumberFormat as input', () => {
expect(wrapper.find('input').prop('value')).toEqual('+1 (012) 345 6 78 US');
});
+ ... | chore: Add test case for PR #<I> | s-yadav_react-number-format | train | js |
df5fba7f04b0dd2db18ec634530909bba49411bc | diff --git a/ui/src/inventory/InventoryStore.js b/ui/src/inventory/InventoryStore.js
index <HASH>..<HASH> 100644
--- a/ui/src/inventory/InventoryStore.js
+++ b/ui/src/inventory/InventoryStore.js
@@ -27,6 +27,7 @@ export default Reflux.createStore({
// Initial setup
init: function() {
this.state = {};
+ se... | fix(ui): delay loading of inventory to prevent empty inventory in Chrome | manuel-woelker_jimix | train | js |
a4f608f9bdfb6ef7fd36c916e252ebe6df3de6d5 | diff --git a/lib/connector/Message.js b/lib/connector/Message.js
index <HASH>..<HASH> 100644
--- a/lib/connector/Message.js
+++ b/lib/connector/Message.js
@@ -498,7 +498,7 @@ Object.assign(Message, {
FacebookOAuth: Message.createExternal({
method: 'OAUTH',
- path: 'https://www.facebook.com/v6.0/dialog/oaut... | chore(OAuth): Bump Api version to <I> | Baqend_js-sdk | train | js |
7e6824501cee9325edf74f1df3497514bb0733ef | diff --git a/server/src/main/java/io/druid/server/QueryResource.java b/server/src/main/java/io/druid/server/QueryResource.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/io/druid/server/QueryResource.java
+++ b/server/src/main/java/io/druid/server/QueryResource.java
@@ -188,7 +188,7 @@ public class QueryRes... | fix: QueryResource thread name includes whole inner query string for nested query (#<I>)
* print exception details from QueryInterruptedException
* in QueryResource.java, set thread name to include dataSource names and not whole query string e.g. from QueryDataSource | apache_incubator-druid | train | java |
eb2beebf1e4a050916d496bde5f4e1a6c715ed28 | diff --git a/test/statusclient.js b/test/statusclient.js
index <HASH>..<HASH> 100644
--- a/test/statusclient.js
+++ b/test/statusclient.js
@@ -6,6 +6,7 @@ var ContainerType = machinetalk.protobuf.message.ContainerType;
var StatusClient = machinetalk.StatusClient;
function StatusPublisher(address) {
+ this.address ... | test: prevent binding problems for status publisher | bobvanderlinden_node-machinetalk | train | js |
99774b97b0d1a3f3e325e1af91850c033fa96c8d | diff --git a/packages/appframe/src/react/index.js b/packages/appframe/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/appframe/src/react/index.js
+++ b/packages/appframe/src/react/index.js
@@ -69,7 +69,7 @@ const AppFrame = React.forwardRef((props, forwardedRef) => {
const themeName = useTheme()
- ... | feat(appframe): change when sidenav opens | pluralsight_design-system | train | js |
18fabc000374780eaa5149154ab66a69e04acfe2 | diff --git a/taskqueue/registered_task.py b/taskqueue/registered_task.py
index <HASH>..<HASH> 100644
--- a/taskqueue/registered_task.py
+++ b/taskqueue/registered_task.py
@@ -27,7 +27,13 @@ class Meta(type):
def __new__(meta, name, bases, class_dict):
cls = type.__new__(meta, name, bases, class_dict)
REGIS... | fix: actual backwards compatibility with python2 | seung-lab_python-task-queue | train | py |
c0c1c70686ecdaab9c9e6bbf432f44a414cf8c2e | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,6 +9,7 @@ module.exports = {
'sonarjs',
],
env: {
+ es2020: true,
node: true,
},
rules: {
diff --git a/src/services/search-builder.js b/src/services/search-builder.js
index <HASH>..<... | fix(search): handle large numbers in search queries | ForestAdmin_forest-express-sequelize | train | js,js |
7f7a053afd47780446915f1b82863a607c1ccf9e | diff --git a/src/runner.js b/src/runner.js
index <HASH>..<HASH> 100644
--- a/src/runner.js
+++ b/src/runner.js
@@ -1,4 +1,4 @@
-var Emitter = require('events');
+var Emitter = require('events').EventEmitter;
var util = require('util');
var spawn = require('child_process').spawn;
var fs = require('fs-extra');
@@ -63,... | fix: support freaking node <I>.x | damonjs_damon | train | js |
b200369cf1dfd267c71351dabb10c7fa85a88545 | diff --git a/p2p/net/connmgr/connmgr.go b/p2p/net/connmgr/connmgr.go
index <HASH>..<HASH> 100644
--- a/p2p/net/connmgr/connmgr.go
+++ b/p2p/net/connmgr/connmgr.go
@@ -189,7 +189,15 @@ func (cm *BasicConnMgr) TrimOpenConns(ctx context.Context) {
}
func (cm *BasicConnMgr) background() {
- ticker := time.NewTicker(tim... | fix: trim connections every gracePeriod/2
We're still rate-limited to once every <I> seconds. However, this means that
setting the grace period to something below one minute actually _does_ something
useful.
fixes #<I> | libp2p_go-libp2p | train | go |
74b11c7eac3995d0836cf985cd439d15410fb537 | diff --git a/src/components/FileUploader/FileUploader.js b/src/components/FileUploader/FileUploader.js
index <HASH>..<HASH> 100644
--- a/src/components/FileUploader/FileUploader.js
+++ b/src/components/FileUploader/FileUploader.js
@@ -159,6 +159,7 @@ export class FileUploaderButton extends Component {
ref={i... | fix(FileUploaderButton): prevent from being focusable with keyboard (#<I>) | carbon-design-system_carbon-components-react | train | js |
170341312412d1a2ee992577b1b133d84357a941 | diff --git a/client/extensions/targetedPublishing/ContentLists.js b/client/extensions/targetedPublishing/ContentLists.js
index <HASH>..<HASH> 100644
--- a/client/extensions/targetedPublishing/ContentLists.js
+++ b/client/extensions/targetedPublishing/ContentLists.js
@@ -17,15 +17,19 @@ const ContentLists = (props) => {... | fix: direct content lists publishing
select broken when list is empty | superdesk_superdesk-publisher | train | js |
aa0f843e88e4812e405efb7168c5ae0f10486f4f | diff --git a/src/urlRouter.js b/src/urlRouter.js
index <HASH>..<HASH> 100644
--- a/src/urlRouter.js
+++ b/src/urlRouter.js
@@ -122,7 +122,9 @@ function $UrlRouterProvider( $locationProvider, $urlMatcherFactory) {
* @methodOf ui.router.router.$urlRouterProvider
*
* @description
- * Registers a handler ... | chore(docs): change to handler
- Change to `handler` to fix typo
Closes #<I> | ui-router_angular | train | js |
6de36737cd3142d6935db8da0c816746d37a134c | diff --git a/src/vue-directives/go-back.js b/src/vue-directives/go-back.js
index <HASH>..<HASH> 100644
--- a/src/vue-directives/go-back.js
+++ b/src/vue-directives/go-back.js
@@ -4,11 +4,11 @@ let data = {}
export default {
bind (el, { value }, vnode) {
- let ctx = { value }
+ let ctx = { value, position: w... | feat: "v-go-back" multiple levels | quasarframework_quasar | train | js |
822c53e8ee768bc7dd6bf30b21f2dec0a7190a34 | diff --git a/test/unit/specs/mount/Wrapper/html.spec.js b/test/unit/specs/mount/Wrapper/html.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/specs/mount/Wrapper/html.spec.js
+++ b/test/unit/specs/mount/Wrapper/html.spec.js
@@ -26,7 +26,7 @@ describe('html', () => {
})
it('handles class component', () => {
-... | test: fix linting errors | vuejs_vue-test-utils | train | js |
c3669bb2046a80090c7992c7746ad8c1ca78cd5a | diff --git a/matgendb/builders/core.py b/matgendb/builders/core.py
index <HASH>..<HASH> 100644
--- a/matgendb/builders/core.py
+++ b/matgendb/builders/core.py
@@ -14,6 +14,10 @@ from abc import ABCMeta, abstractmethod
import copy
import logging
import multiprocessing
+try:
+ import Queue
+except ImportError:
+ ... | fix: restore import, with py3 compat | materialsproject_pymatgen-db | train | py |
79fcf60e79f976d5a01559a6bb271207edbf8fb4 | diff --git a/cmd/tusd/cli/flags.go b/cmd/tusd/cli/flags.go
index <HASH>..<HASH> 100644
--- a/cmd/tusd/cli/flags.go
+++ b/cmd/tusd/cli/flags.go
@@ -7,27 +7,28 @@ import (
)
var Flags struct {
- HttpHost string
- HttpPort string
- HttpSock string
- MaxSize int64
- UploadDir ... | chore: Cleanup failures from <I>b<I>abc<I>d9a8fb8f<I>cffc<I> | tus_tusd | train | go |
8409b5e592dee7f4609227b5551e833594e61bea | diff --git a/dist/moon.js b/dist/moon.js
index <HASH>..<HASH> 100644
--- a/dist/moon.js
+++ b/dist/moon.js
@@ -1609,8 +1609,7 @@
var slotName = node.props.name;
return ("instance.$slots[\"" + (slotName === undefined ? "default" : slotName.value) + "\"]");
} else {
- var type = node.type;... | fix: replace lookup and copy for a single lookup | kbrsh_moon | train | js,js |
6f8a1e4cd11e44cb63b6d169b97a73e05884bc85 | diff --git a/app/lib/webpack/bex/renderer.js b/app/lib/webpack/bex/renderer.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/bex/renderer.js
+++ b/app/lib/webpack/bex/renderer.js
@@ -56,6 +56,7 @@ module.exports = function (chain, cfg) {
noErrorOnMissing: true,
globOptions: {
ignore: [
+ ... | fix(app): correct param for not copying dot files from /public | quasarframework_quasar | train | js,js |
956a2f90ffe2fab203da97a7a86f45fa6109cf51 | diff --git a/packages/serverless-page-builder-installation/serverless.js b/packages/serverless-page-builder-installation/serverless.js
index <HASH>..<HASH> 100644
--- a/packages/serverless-page-builder-installation/serverless.js
+++ b/packages/serverless-page-builder-installation/serverless.js
@@ -11,7 +11,7 @@ class S... | fix: improve bucket resource name to avoid global name clashes | Webiny_webiny-js | train | js |
26c3e518d0276c1da8b95872b81a6e7d291d0098 | diff --git a/src/Common/Console/Command/Make/Model.php b/src/Common/Console/Command/Make/Model.php
index <HASH>..<HASH> 100644
--- a/src/Common/Console/Command/Make/Model.php
+++ b/src/Common/Console/Command/Make/Model.php
@@ -238,7 +238,7 @@ class Model extends BaseMaker
if ($this->confirm('Continue?', ... | fix: make:model not creating defintiions proeprly | nails_common | train | php |
5907741fbb7c2b9402830d397bd11a95eec3b3b1 | diff --git a/src/resources/views/profile/view.blade.php b/src/resources/views/profile/view.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/profile/view.blade.php
+++ b/src/resources/views/profile/view.blade.php
@@ -130,7 +130,7 @@
for="reprocessing_yield">{{ trans('web::seat.reprocessi... | fix: allow more granular refine rate selection on profile | eveseat_web | train | php |
7b3636ae138708c92efc34fbd4ba7261d27b2672 | diff --git a/src/FormGroup/FormGroup.js b/src/FormGroup/FormGroup.js
index <HASH>..<HASH> 100644
--- a/src/FormGroup/FormGroup.js
+++ b/src/FormGroup/FormGroup.js
@@ -16,7 +16,7 @@ const styles = theme => ({
})
},
normal: {
- marginBottom: 15
+ marginBottom: theme.formGroup.mobile.margin
},
inlin... | feat: added marginBottom property for form group | rambler-digital-solutions_rambler-ui | train | js,js |
1ca4176dc56070dedb7d2f78ab04085cf8d3d9b1 | diff --git a/lib/zencodable.rb b/lib/zencodable.rb
index <HASH>..<HASH> 100644
--- a/lib/zencodable.rb
+++ b/lib/zencodable.rb
@@ -60,7 +60,7 @@ module Zencodable
if encoded_files = encoder_job.files
self.video_files = encoded_files.collect{ |file| video_files_class.new(file) }
end
- if (enc... | refactor: detect if video_thumbnails_class is nil before asking for thumbnails | sbeam_zencodable | train | rb |
6e9e5933cfc36ef4234f8216ac72574d821802cd | diff --git a/bin/templates/scripts/cordova/Api.js b/bin/templates/scripts/cordova/Api.js
index <HASH>..<HASH> 100644
--- a/bin/templates/scripts/cordova/Api.js
+++ b/bin/templates/scripts/cordova/Api.js
@@ -26,7 +26,7 @@
* This workflow would not have the `package.json` file.
*/
// Coho updates this line
-const V... | chore(version): bump <I>-dev API.js (#<I>) | apache_cordova-ios | train | js |
a770a2c61cc2119ce6f2896e300e78e21cd0eef1 | diff --git a/logger/syslog/message.go b/logger/syslog/message.go
index <HASH>..<HASH> 100644
--- a/logger/syslog/message.go
+++ b/logger/syslog/message.go
@@ -36,8 +36,9 @@ func (m *Message) NetSrc() string {
func (m *Message) String() string {
timeLayout := "2006-01-02 15:04:05"
return fmt.Sprintf(
- "%s %s %s %... | fix(logger): remove Source and Tag from output
An application's logs should not contain which host it was listed
on. It should only care about the data that is relevant to it.
The Tag field is unused, so this added an extra whitespace to the
log format. Removing it cleans up the logs a bit. | deis_deis | train | go |
41886ce68cd9d73cd56f5423f592d485375de210 | diff --git a/sphinxcontrib/chapeldomain/__init__.py b/sphinxcontrib/chapeldomain/__init__.py
index <HASH>..<HASH> 100644
--- a/sphinxcontrib/chapeldomain/__init__.py
+++ b/sphinxcontrib/chapeldomain/__init__.py
@@ -35,7 +35,7 @@ from sphinx.util.nodes import make_refnode
from sphinxcontrib.chapeldomain.chapel import... | fix: revert version number to <I> | chapel-lang_sphinxcontrib-chapeldomain | train | py |
e39f63a68d0208bb91813fd57b5bbaecff213fef | diff --git a/example/load-node.js b/example/load-node.js
index <HASH>..<HASH> 100644
--- a/example/load-node.js
+++ b/example/load-node.js
@@ -17,8 +17,8 @@
"use strict";
-var kuromoji = require("..");
-var DIC_DIR = "dist/dict/";
+var kuromoji = require("../src/kuromoji");
+var DIC_DIR = "dict/";
// Load dicti... | fix: change dictionary path in example from dist/dict/ to dict/ | takuyaa_kuromoji.js | train | js |
e80104eb63ae44e159061a3753aa0356ac8b82eb | diff --git a/src/compiler/parser/index.js b/src/compiler/parser/index.js
index <HASH>..<HASH> 100644
--- a/src/compiler/parser/index.js
+++ b/src/compiler/parser/index.js
@@ -559,8 +559,8 @@ function processAttrs (el) {
// #6887 firefox doesn't update muted state if set via attribute
// even immediately a... | refactor: minor tweak on conditions order (#<I>) | kaola-fed_megalo | train | js |
fa1f7dfc74d054d3dd2e8943c83171bfad1e1a2e | diff --git a/src/contrib/langcheck.php b/src/contrib/langcheck.php
index <HASH>..<HASH> 100644
--- a/src/contrib/langcheck.php
+++ b/src/contrib/langcheck.php
@@ -246,10 +246,13 @@ if(!$error_abort) {
if(!$error_abort) {
while ($file = readdir($dir)) {
- if (!$file || $file[0] == '.' || strpo... | fix: Improved check for proper file extension | GeSHi_geshi-1.0 | train | php |
abc7f83506e37fd412e72e8b6d11694e7a4d95e7 | diff --git a/config/build.js b/config/build.js
index <HASH>..<HASH> 100644
--- a/config/build.js
+++ b/config/build.js
@@ -10,9 +10,18 @@ var banner = require('./banner')
// update main file
var main = fs
.readFileSync('src/index.js', 'utf-8')
- .replace(/plugin\.version = '[\d\.]+'/, "plugin.version = '" + pack.... | chore(build): add replacing js and README | kazupon_vue-validator | train | js |
0172ea5bff141a1faefa5fd4b417bfac8d4ba247 | diff --git a/lib/readstream.js b/lib/readstream.js
index <HASH>..<HASH> 100644
--- a/lib/readstream.js
+++ b/lib/readstream.js
@@ -120,7 +120,12 @@ class ReadStream extends Stream.Readable {
})
} else {
this.bytesWritten += size
- var buffer = Buffer.allocUnsafe( size )
+ var buff... | fix: Don't throw errors in streams _read method | jhermsmeier_node-udif | train | js,js |
5a15a8d2089bb833b892123c31a2ca04a511c4c8 | diff --git a/src/server/template-renderer/index.js b/src/server/template-renderer/index.js
index <HASH>..<HASH> 100644
--- a/src/server/template-renderer/index.js
+++ b/src/server/template-renderer/index.js
@@ -192,7 +192,7 @@ export default class TemplateRenderer {
windowKey = '__INITIAL_STATE__'
} = optio... | fix(ssr): add semicolon before self-removal script (#<I>) | kaola-fed_megalo | train | js |
dbafa2953be4cc7957957ed2ac1df545e832b987 | diff --git a/lib/origin.js b/lib/origin.js
index <HASH>..<HASH> 100644
--- a/lib/origin.js
+++ b/lib/origin.js
@@ -70,7 +70,7 @@ export function create (data, point) {
// Javascript does no bounds checks. Ensure we didn't under or overrun.
if (offset !== data.length) {
- throw new Error(`Expected ${offset * ... | fix(errors): Make new error messages more human-friendly :family:
since these errors get surfaced in analysis-ui | conveyal_browsochrones | train | js,js |
11daf96c04c4a3585c07d6cb7f1bda5fe99d16dd | diff --git a/lib/registry/injector.js b/lib/registry/injector.js
index <HASH>..<HASH> 100644
--- a/lib/registry/injector.js
+++ b/lib/registry/injector.js
@@ -217,9 +217,6 @@ class Injector {
} else if (optional) {
this.state.set(key, undefined);
return undefined; // eslint-disable-line consistent-re... | fix: address lgtm.com issue & remove falsey code path | groupon_nilo | train | js |
024af99b41747a6de62b62689a65c4b7e56c85a0 | diff --git a/apps/actor-web/js/actions/VisibilityActionCreators.js b/apps/actor-web/js/actions/VisibilityActionCreators.js
index <HASH>..<HASH> 100644
--- a/apps/actor-web/js/actions/VisibilityActionCreators.js
+++ b/apps/actor-web/js/actions/VisibilityActionCreators.js
@@ -2,12 +2,10 @@ var ActorClient = require('../u... | refactor(web): removed unnessesary logging | actorapp_actor-platform | train | js |
4f1307e9b8a3d87ceb3bb1083aa4c65336161b28 | diff --git a/scripts/meta_transfer_as_rename2workload.py b/scripts/meta_transfer_as_rename2workload.py
index <HASH>..<HASH> 100644
--- a/scripts/meta_transfer_as_rename2workload.py
+++ b/scripts/meta_transfer_as_rename2workload.py
@@ -215,7 +215,7 @@ class Workload(object):
if not self._belong_pod(nodename):
... | fix: migration tool will migrate workloads (#<I>) | projecteru2_core | train | py |
83787af100facb1cf9a86fbf4fe8e0901c76622c | diff --git a/build/vue-docs.js b/build/vue-docs.js
index <HASH>..<HASH> 100644
--- a/build/vue-docs.js
+++ b/build/vue-docs.js
@@ -15,7 +15,7 @@ json2md.converters.anchor = (anchor, json) => {
};
// pull in *.vue files from directory
-glob('src/+(components|compositions)/**/*.vue', {ignore: ['**/node_modules/**', '... | chore(documentation): automate documentation
Changing vue-doc.js file to ignore 'demos' folder and not include 'bundles' folder when looking for
raw vue files | rei_rei-cedar | train | js |
e181ff7a24758a9bd8526e53c6cf3a3e00d0aadf | diff --git a/src/symbol.js b/src/symbol.js
index <HASH>..<HASH> 100644
--- a/src/symbol.js
+++ b/src/symbol.js
@@ -49,11 +49,13 @@ if (typeof FEATURE_NO_ES2015 === 'undefined') {
},
createWithSymbols = function (proto, descriptors) {
var self = create(proto);
- gOPN(descriptors).forEach(function (... | fix(symbols): check that descriptors is an object
In IE, createWithSymbols fails if descriptors is undefined, giving the following error:
"Object.getOwnPropertyNames: argument is not an Object"
This makes sure the item is an object before continuing. | aurelia_polyfills | train | js |
be93eb08478feac5bd18949954d6fa9b3a00c965 | diff --git a/anyconfig/backend/xml.py b/anyconfig/backend/xml.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/xml.py
+++ b/anyconfig/backend/xml.py
@@ -393,8 +393,8 @@ def _get_or_update_parent(key, val, to_str, parent=None, **options):
elem = ET.Element(key)
vals = val if anyconfig.utils.is_iterable... | refactor: [xml] fix for pytlint's warn, redefined-argument-from-local | ssato_python-anyconfig | train | py |
899184053a0f5da55c8e1a7f907968cd8a543e6c | diff --git a/packages/hoc-input/src/formInput.js b/packages/hoc-input/src/formInput.js
index <HASH>..<HASH> 100644
--- a/packages/hoc-input/src/formInput.js
+++ b/packages/hoc-input/src/formInput.js
@@ -92,7 +92,7 @@ const formInput = WrappedComponent => {
const clearButton = isSearch &&
this.state.valu... | feat(search-field): change edit icon to default clear when editing field
affects: @crave/farmblocks-hoc-input, @crave/farmblocks-search-field | CraveFood_farmblocks | train | js,js |
6cc050c72e153e6764b3ce43e2d7c0f02e5fa5b2 | diff --git a/client/deis.py b/client/deis.py
index <HASH>..<HASH> 100755
--- a/client/deis.py
+++ b/client/deis.py
@@ -368,7 +368,7 @@ class DeisClient(object):
Dispatch an API request to the active Deis controller
"""
func = getattr(self._session, method.lower())
- controller = self._... | fix(client): KeyError on cookie retrieval
Fixed an issue where 'no active controller' message didn't show if
cookies didn't already exist. | deis_deis | train | py |
90ce6c55bf594944310de1b520fc8cc29aaf7a99 | diff --git a/src/Api/BaseClient.php b/src/Api/BaseClient.php
index <HASH>..<HASH> 100644
--- a/src/Api/BaseClient.php
+++ b/src/Api/BaseClient.php
@@ -134,8 +134,12 @@ abstract class BaseClient
throw $message->getException();
}
- return $message->getResponse()
- ? \GuzzleHttp\j... | fix(response): Return correct value on empty response | contentful_contentful-core.php | train | php |
8f2fc69cf9ce6d0a275550eae51c811d8fb8d4cf | diff --git a/src/tasks/def.composite.js b/src/tasks/def.composite.js
index <HASH>..<HASH> 100644
--- a/src/tasks/def.composite.js
+++ b/src/tasks/def.composite.js
@@ -121,7 +121,6 @@ grunt.registerTask('compile', compileTask);
// don't forget to run the tasks that are called by watch:runOnce in dev mode
var distTas... | chore(tasks): move configureProxies right before starting server | w11k_fabs | train | js |
9b03a841cedb42a8afb1dea338403d6d889001ad | diff --git a/lib/m2ts/caption-stream.js b/lib/m2ts/caption-stream.js
index <HASH>..<HASH> 100644
--- a/lib/m2ts/caption-stream.js
+++ b/lib/m2ts/caption-stream.js
@@ -56,6 +56,11 @@ CaptionStream.prototype.push = function(event) {
// parse the sei
sei = cea708Parser.parseSei(event.escapedRBSP);
+ // no payload... | fix: null check sei payload in caption stream (#<I>) | videojs_mux.js | train | js |
146025b708724c658316239fb5b33a8781e78462 | diff --git a/anyconfig/tests/cli.py b/anyconfig/tests/cli.py
index <HASH>..<HASH> 100644
--- a/anyconfig/tests/cli.py
+++ b/anyconfig/tests/cli.py
@@ -283,10 +283,8 @@ class Test_50_others(Test_20_Base):
except anyconfig.api.UnknownParserTypeError:
return
- self.run_and_check_exit_code(["... | fix: make the test case of cli's environ load worked | ssato_python-anyconfig | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.