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 |
|---|---|---|---|---|---|
be0f189dcfe11577e49b681816ec1919cff0b3df | diff --git a/source/rafcon/gui/mygaphas/items/ports.py b/source/rafcon/gui/mygaphas/items/ports.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/items/ports.py
+++ b/source/rafcon/gui/mygaphas/items/ports.py
@@ -323,7 +323,7 @@ class PortView(object):
... | fix(PortView): Improve label extents
Manually increase label extents to ensure everything of the label is
drawn. | DLR-RM_RAFCON | train | py |
58de70c29e09055c4681c6835ef0224e3350ac2b | diff --git a/internal/pipe/sign/sign_test.go b/internal/pipe/sign/sign_test.go
index <HASH>..<HASH> 100644
--- a/internal/pipe/sign/sign_test.go
+++ b/internal/pipe/sign/sign_test.go
@@ -25,7 +25,7 @@ func TestMain(m *testing.M) {
rand.Seed(time.Now().UnixNano())
keyring = fmt.Sprintf("/tmp/gorel_gpg_test.%d", rand... | chore: do not need to get output | goreleaser_goreleaser | train | go |
ac52ae5dc447ced7984ff3868024f6f1132aeff9 | diff --git a/lib/bson/long.js b/lib/bson/long.js
index <HASH>..<HASH> 100644
--- a/lib/bson/long.js
+++ b/lib/bson/long.js
@@ -5,8 +5,9 @@ function toExtendedJSON(obj, options) {
return { $numberLong: obj.toString() };
}
-function fromExtendedJSON(BSON, doc) {
- return BSON.Long.fromString(doc.$numberLong);
+fun... | feat(long): support relaxed parsing of long types
NODE-<I> | mongodb-js_mongodb-extjson | train | js |
573529e1523e1e258a6dbd8d4e9589f23628c403 | diff --git a/stellar_sdk/operation/end_sponsoring_future_reserves.py b/stellar_sdk/operation/end_sponsoring_future_reserves.py
index <HASH>..<HASH> 100644
--- a/stellar_sdk/operation/end_sponsoring_future_reserves.py
+++ b/stellar_sdk/operation/end_sponsoring_future_reserves.py
@@ -14,7 +14,6 @@ class EndSponsoringFutu... | docs: fix EndSponsoringFutureReserves's params docs | StellarCN_py-stellar-base | train | py |
ea930cd315bf7420ed7ba0118405588d95277f13 | diff --git a/website/sidebars.js b/website/sidebars.js
index <HASH>..<HASH> 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -47,7 +47,7 @@ module.exports = {
description: 'Learn how to work with the Unleash API',
slug: '/how-to/api',
}... | docs: change API how-tos label from "API" to "API how-tos"
I keep getting confused and clicking the link to the how-to guides
when I wanna go to the API reference docs and I _wrote_ the damn thing
🙈 In other words, I betcha someone else is struggling with the same
thing.
So let's try and change it to something that'... | Unleash_unleash | train | js |
43a316aa9f0361e724694bfc34376115b883449b | diff --git a/nrrd.py b/nrrd.py
index <HASH>..<HASH> 100644
--- a/nrrd.py
+++ b/nrrd.py
@@ -351,7 +351,7 @@ def _write_data(data, filehandle, options):
raise NrrdError('Unsupported encoding: "%s"' % options['encoding'])
-def write(filename, data, separate_header=False, options={}):
+def write(filename, data... | style: place `separate_header` last in `write` argument list
This ensures backward compatibility with legacy code which did not
specify the `options` kwarg, instead just providing a dict as 3rd
argument. | mhe_pynrrd | train | py |
74a45ea6844eb0ddc0aca7454decd925819e7313 | diff --git a/sphinx.go b/sphinx.go
index <HASH>..<HASH> 100644
--- a/sphinx.go
+++ b/sphinx.go
@@ -554,9 +554,16 @@ func (r *Router) ProcessOnionPacket(onionPkt *OnionPacket) (*ProcessedPacket, er
return nil, fmt.Errorf("MAC mismatch, rejecting forwarding message")
}
- // The MAC checks out, mark this current sh... | fix: Racy shared secret storage.
Fixed a minor bug in how we were storing shared secrets we already
saw. We were checking for old secrets, then releasing all locks to check
the MAC and then inserting the secret into the map. If we received a
duplicate message while we were checking the MAC we could be tricked
into pro... | lightningnetwork_lightning-onion | train | go |
2237183f5e4562915dd648d851644fdcd54a6577 | diff --git a/tests/integ/test_tf.py b/tests/integ/test_tf.py
index <HASH>..<HASH> 100644
--- a/tests/integ/test_tf.py
+++ b/tests/integ/test_tf.py
@@ -43,6 +43,11 @@ ENV_INPUT = {"env_key1": "env_val1", "env_key2": "env_val2", "env_key3": "env_va
@pytest.mark.release
+@pytest.mark.skipif(
+ tests.integ.test_reg... | fix: gpu integs CapacityError - fallback to available compute (#<I>) | aws_sagemaker-python-sdk | train | py |
5c6652bdb87d5684046fcfcc49639f27458eb307 | diff --git a/.toys/ci.rb b/.toys/ci.rb
index <HASH>..<HASH> 100644
--- a/.toys/ci.rb
+++ b/.toys/ci.rb
@@ -306,7 +306,7 @@ def run_in_dir dir
puts
puts "#{dir}: #{task} ...", :bold, :cyan
success = if task == "linkinator"
- run_linkinator
+ run_linkinator dir
else
exec... | chore: Fix linkinator for new libraries (#<I>) | googleapis_google-cloud-ruby | train | rb |
0b374b781eede0781624cfbc72cb941ac3bfea67 | diff --git a/src/bundler.js b/src/bundler.js
index <HASH>..<HASH> 100644
--- a/src/bundler.js
+++ b/src/bundler.js
@@ -25,15 +25,23 @@ function bundleChunks( packageInfo, onWarn = () => {} ) {
async function bundleChunk( packageInfo, source, output, { onWarn = () => {} } = {} ) {
const banner = generateBanner( packa... | feat(bundler): skip CJS build if there is no CJS metadata | Comandeer_rollup-lib-bundler | train | js |
da21d71e26593f52c455d2e3c8dd057a9b9997f8 | diff --git a/packages/blueprint-mongodb/lib/subdocument-resource-controller.js b/packages/blueprint-mongodb/lib/subdocument-resource-controller.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-mongodb/lib/subdocument-resource-controller.js
+++ b/packages/blueprint-mongodb/lib/subdocument-resource-controller.js
@... | fix: deleting subdocument should not remove parent document | onehilltech_blueprint | train | js |
4bee09a732e360db27d0961a50667aae4a61ee13 | diff --git a/test/unit/specs/slide.spec.js b/test/unit/specs/slide.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/specs/slide.spec.js
+++ b/test/unit/specs/slide.spec.js
@@ -206,6 +206,35 @@ describe('Slide.vue', () => {
}, 2000)
})
+ it('should not trigger scroll when option.probeType !== 3', function ... | test(slide): scroll event test | didi_cube-ui | train | js |
c06c35379df01de5fedfff6839066daf6682b431 | diff --git a/src/components/VAutocomplete/VAutocomplete.js b/src/components/VAutocomplete/VAutocomplete.js
index <HASH>..<HASH> 100644
--- a/src/components/VAutocomplete/VAutocomplete.js
+++ b/src/components/VAutocomplete/VAutocomplete.js
@@ -116,7 +116,10 @@ export default {
isSearching () {
if (this.isMul... | fix(v-autocomplete): avoid search reset
if searching, should not reset search when items change
fixes #<I>
(cherry picked from commit <I>bde9a<I>b<I>a0c0ac<I>de5cef<I>f6) | vuetifyjs_vuetify | train | js |
9663acbf9fd628b3fbcd564b4675f629669561c4 | diff --git a/packages/mangojuice-react/server.js b/packages/mangojuice-react/server.js
index <HASH>..<HASH> 100644
--- a/packages/mangojuice-react/server.js
+++ b/packages/mangojuice-react/server.js
@@ -5,6 +5,7 @@ var ReactMounterCreator = require("mangojuice-react-core");
var reactImpl = {
Component: React.Compon... | fix(react): added unmount function to react mounter | mangojuicejs_mangojuice | train | js,js |
5253ff4173d2599ff35d46d9c8598f6140fdcb84 | diff --git a/lib/gulp/gulp-config.js b/lib/gulp/gulp-config.js
index <HASH>..<HASH> 100644
--- a/lib/gulp/gulp-config.js
+++ b/lib/gulp/gulp-config.js
@@ -15,7 +15,7 @@ module.exports = {
// list of files / patterns to load in the browser
files: [
'test/setup.js',
- //'dist/js/app-dependencies.js'... | test: Skip dubious faling test on (CircleCI only) for the moment | quasarframework_quasar-cli | train | js,js |
b9b60a37b33aed2f85ef1e6cb6ae54481e946b92 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -26,6 +26,7 @@ exports.Options = require('./util/Options');
exports.Permissions = require('./util/Permissions');
exports.RateLimitError = require('./rest/RateLimitError');
exports.SnowflakeUtil = require('./... | feat: export Sweepers (#<I>) | discordjs_discord.js | train | js |
86f17785116334cf6d62b3f2614a92431ce1ee2b | diff --git a/code/GridFieldAddNewMultiClass.php b/code/GridFieldAddNewMultiClass.php
index <HASH>..<HASH> 100755
--- a/code/GridFieldAddNewMultiClass.php
+++ b/code/GridFieldAddNewMultiClass.php
@@ -96,12 +96,13 @@ class GridFieldAddNewMultiClass implements GridField_HTMLProvider, GridField_URL
foreach($classes as $... | fix(GridFieldAddNewMultiClass): Fix bug where class doesn't exist. (ie. ClassInfo says the class exists, but PHP itself doesn't, since ClassInfo is based on parsed tokens) | symbiote_silverstripe-gridfieldextensions | train | php |
fbe2dea91d378a4034c97b4be8f991f9f161e301 | diff --git a/qa/integration-tests-webapps/src/test/java/org/camunda/bpm/cockpit/test/DashboardIT.java b/qa/integration-tests-webapps/src/test/java/org/camunda/bpm/cockpit/test/DashboardIT.java
index <HASH>..<HASH> 100644
--- a/qa/integration-tests-webapps/src/test/java/org/camunda/bpm/cockpit/test/DashboardIT.java
+++ ... | chore(IT): Adjust user credentials | camunda_camunda-bpm-platform | train | java |
18c8716f0ab70898071fa51e4f99d4c722264f86 | diff --git a/util/argo/audit_logger.go b/util/argo/audit_logger.go
index <HASH>..<HASH> 100644
--- a/util/argo/audit_logger.go
+++ b/util/argo/audit_logger.go
@@ -62,7 +62,8 @@ func (l *AuditLogger) logEvent(objMeta ObjectRef, gvk schema.GroupVersionKind, i
t := metav1.Time{Time: time.Now()}
event := v1.Event{
O... | feat: add dest cluster and namespace in the Events (#<I>) | argoproj_argo-cd | train | go |
17b3f650e3e59d996cb4a9f4896caa8e2e105f23 | diff --git a/lib/topologies/replset.js b/lib/topologies/replset.js
index <HASH>..<HASH> 100644
--- a/lib/topologies/replset.js
+++ b/lib/topologies/replset.js
@@ -1179,6 +1179,13 @@ ReplSet.prototype.getServers = function() {
return this.s.replicaSetState.allServers();
};
+function ensureTransactionAutostart(sess... | refactor(txns): move auto start logic to topology | mongodb-js_mongodb-core | train | js |
3f1902face6685c394ca2dd5044e067096628f9f | diff --git a/cmd/api-router.go b/cmd/api-router.go
index <HASH>..<HASH> 100644
--- a/cmd/api-router.go
+++ b/cmd/api-router.go
@@ -301,10 +301,7 @@ func registerAPIRouter(router *mux.Router, encryptionEnabled, allowSSEKMS bool)
maxClients(collectAPIStats("listbuckets", httpTraceAll(api.ListBucketsHandler))))
//... | fix: cors should be available on all paths (#<I>) | minio_minio | train | go |
97adc85ff35fea44496cca0ef0101f2703c20468 | diff --git a/dsdev_utils/helpers.py b/dsdev_utils/helpers.py
index <HASH>..<HASH> 100644
--- a/dsdev_utils/helpers.py
+++ b/dsdev_utils/helpers.py
@@ -147,8 +147,8 @@ class Version(object):
def __init__(self, version):
self.original_version = version
- self._parse_version_str(version)
se... | fix: remove forcing version_str as mentioned by @JMSwag in #7 | JMSwag_dsdev-utils | train | py,py |
bd5699cc1fcb5a68fdfca388703a6076e44ac920 | diff --git a/src/Analysers/DocBlockAnnotationFactory.php b/src/Analysers/DocBlockAnnotationFactory.php
index <HASH>..<HASH> 100644
--- a/src/Analysers/DocBlockAnnotationFactory.php
+++ b/src/Analysers/DocBlockAnnotationFactory.php
@@ -11,7 +11,7 @@ use OpenApi\Generator;
class DocBlockAnnotationFactory implements An... | fix: remove ` (#<I>) | zircote_swagger-php | train | php |
aeeef38133a296f5b747a7392751a8fd36f6b945 | diff --git a/src/geshi/nagios.php b/src/geshi/nagios.php
index <HASH>..<HASH> 100644
--- a/src/geshi/nagios.php
+++ b/src/geshi/nagios.php
@@ -121,6 +121,8 @@ $language_data = array(
),
'COMMENTS' => array(
0 => 'color: #AAAAAA; font-style: italic;',
+ 1 => 'color: #AAAAAA;... | fix: And some comment fixes for NAgios | GeSHi_geshi-1.0 | train | php |
99fbee1c391a9914a84602013d46ec26dd52306b | diff --git a/packages/cli-plugin-deploy-pulumi/commands/deploy.js b/packages/cli-plugin-deploy-pulumi/commands/deploy.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-deploy-pulumi/commands/deploy.js
+++ b/packages/cli-plugin-deploy-pulumi/commands/deploy.js
@@ -69,6 +69,15 @@ module.exports = async (inputs, co... | fix: ensure before deploy is invoked before Pulumi | Webiny_webiny-js | train | js |
b3684ab1171b5d843f2095cdf73fab027722a4b9 | diff --git a/src/main/java/se/bjurr/violations/lib/reports/Reporter.java b/src/main/java/se/bjurr/violations/lib/reports/Reporter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/se/bjurr/violations/lib/reports/Reporter.java
+++ b/src/main/java/se/bjurr/violations/lib/reports/Reporter.java
@@ -154,7 +154,7 @@ publi... | fix: correcting sarif link | tomasbjerre_violations-lib | train | java |
e1c6ed686aab515dcb4ea8e6fbebb8c4b1270586 | diff --git a/lib/cmds/probe.js b/lib/cmds/probe.js
index <HASH>..<HASH> 100644
--- a/lib/cmds/probe.js
+++ b/lib/cmds/probe.js
@@ -53,6 +53,10 @@ function parse(str) {
throw parseErr;
}
+ if (typeof result !== 'object') {
+ throw new Error('Expected object');
+ }
+
return result;
}
@@ -229,6 +233,2... | feat(probe): add support for URL-encoded forms | artilleryio_artillery | train | js |
23c7ec0441e6bc9c6821031b95fd0dfc2e6a4edc | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -57,7 +57,6 @@ suppress_warnings = ['image.nonlocal_uri']
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
-html_static_path = ['_build']
# Output file base name... | fix(docs): remove html_static_path config as no other static assets are needed | COALAIP_pycoalaip | train | py |
090077f301af79e30426ce0d6906a43f1a90de72 | diff --git a/samcli/__init__.py b/samcli/__init__.py
index <HASH>..<HASH> 100644
--- a/samcli/__init__.py
+++ b/samcli/__init__.py
@@ -2,4 +2,4 @@
SAM CLI version
"""
-__version__ = "1.17.0"
+__version__ = "1.18.0" | chore: SAM CLI Version Bump for <I> (#<I>)
* Updated SAM CLI Version to <I> | awslabs_aws-sam-cli | train | py |
73710aa8221d43bbfd6ea72891665a8b8af1e648 | diff --git a/webapps/ui/cockpit/plugins/base/app/views/processInstance/userTasksTable.js b/webapps/ui/cockpit/plugins/base/app/views/processInstance/userTasksTable.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/plugins/base/app/views/processInstance/userTasksTable.js
+++ b/webapps/ui/cockpit/plugins/base/app/v... | chore(webapps): reset pagination page when switching tabs
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
1dddee42e4f738a324907cc78404bbed97cc93d3 | diff --git a/test/union.test.js b/test/union.test.js
index <HASH>..<HASH> 100644
--- a/test/union.test.js
+++ b/test/union.test.js
@@ -93,3 +93,15 @@ test('should union ranges with equal right board', function(t) {
t.deepEqual(unitedRanges, [{ from: 10, to: 20 }]);
});
+
+test('should union ranges with right bo... | test(union): add case with right board in reverse order | blond_rangem | train | js |
e7def7e0e25caf09fbe33f8019db413686e349bc | diff --git a/superset/utils/core.py b/superset/utils/core.py
index <HASH>..<HASH> 100644
--- a/superset/utils/core.py
+++ b/superset/utils/core.py
@@ -1025,8 +1025,8 @@ def merge_extra_filters( # pylint: disable=too-many-branches
for existing in adhoc_filters:
if (
existing["expr... | fix: missing key when verifying adhoc filters in merge_extra_filters (#<I>) | apache_incubator-superset | train | py |
bf02629fc7e7359339890089f4c240cfa3f17636 | diff --git a/teslajsonpy/homeassistant/power.py b/teslajsonpy/homeassistant/power.py
index <HASH>..<HASH> 100644
--- a/teslajsonpy/homeassistant/power.py
+++ b/teslajsonpy/homeassistant/power.py
@@ -134,12 +134,12 @@ class SolarPowerSensor(PowerSensor):
"""
def __init__(self, data, controller):
- ... | fix: revert solar power name to prevent breaking change (#<I>) | zabuldon_teslajsonpy | train | py,py |
e4bdd50d4b4adbfadc02ffbbd96b20f336fc48f2 | diff --git a/src/stepper/index.js b/src/stepper/index.js
index <HASH>..<HASH> 100644
--- a/src/stepper/index.js
+++ b/src/stepper/index.js
@@ -11,6 +11,12 @@ function equal(value1, value2) {
return String(value1) === String(value2);
}
+// add num and avoid float number
+function add(num1, num2) {
+ const cardina... | fix(Stepper): can't work when step is small (#<I>) | youzan_vant | train | js |
993758720576983033f55ac1f9f39af5e353247e | diff --git a/docs/src/components/page-parts/meet-the-team/team.js b/docs/src/components/page-parts/meet-the-team/team.js
index <HASH>..<HASH> 100644
--- a/docs/src/components/page-parts/meet-the-team/team.js
+++ b/docs/src/components/page-parts/meet-the-team/team.js
@@ -131,7 +131,7 @@ export default [
github: 'ad... | chore(docs): fix lint error from previous commit | quasarframework_quasar | train | js |
cfd41d71b1cddf01bd428723435f3038cb8d8a79 | diff --git a/lib/seed.plugin.js b/lib/seed.plugin.js
index <HASH>..<HASH> 100644
--- a/lib/seed.plugin.js
+++ b/lib/seed.plugin.js
@@ -14,7 +14,8 @@ const loadPathSeeds = (collectionName) => {
SEED_PATH = path.resolve(SEED_PATH, collectionName);
try {
let seeds = require(SEED_PATH);
- seeds = [].concat(se... | feat: load seeds from es6 default exports | lykmapipo_mongoose-common | train | js |
37e1e7f517a2bfecff9394e6c6b697bdb4544fc4 | diff --git a/site/gatsby-config.js b/site/gatsby-config.js
index <HASH>..<HASH> 100644
--- a/site/gatsby-config.js
+++ b/site/gatsby-config.js
@@ -31,7 +31,7 @@ module.exports = {
resolve: 'gatsby-plugin-manifest',
options: {
name: 'gatsby-starter-default',
- short_name: 'starter',
+ short_name: 'WPA... | docs: fix manifest short name | swashata_wp-webpack-script | train | js |
1f3ee3ccba63c0e6656af0326398f7f0584a80ef | diff --git a/packages/vaex-core/vaex/dataframe.py b/packages/vaex-core/vaex/dataframe.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/dataframe.py
+++ b/packages/vaex-core/vaex/dataframe.py
@@ -4303,6 +4303,13 @@ class DataFrame(object):
"""
return self._filter_all(self.func.isna, column_... | feat(core): adding dropinf implementation, similar to dropna | vaexio_vaex | train | py,py |
c6847dceaeb70c8effd2dc8e810748d13021314f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -156,26 +156,12 @@ class Installer {
})
: BB.resolve(false)
)
- .then(wasBundled => {
- const hasBundled = Array.from(dep.dependencies.values())
- .some(d => d.bundled)
-... | fix(extract): stop extracting deps before parent :\ | zkat_cipm | train | js |
cec2c3d37442a0fba45fb85bdfe8b240b4d327bd | diff --git a/ask-sdk-servlet-support/tst/com/amazon/ask/servlet/verifiers/SkillRequestTimestampVerifierTest.java b/ask-sdk-servlet-support/tst/com/amazon/ask/servlet/verifiers/SkillRequestTimestampVerifierTest.java
index <HASH>..<HASH> 100644
--- a/ask-sdk-servlet-support/tst/com/amazon/ask/servlet/verifiers/SkillReque... | fix: delete extra ';' typo | alexa_alexa-skills-kit-sdk-for-java | train | java |
a9991f5451d9c87cb911d455c810cb110de080f6 | diff --git a/script/release-notes/notes.js b/script/release-notes/notes.js
index <HASH>..<HASH> 100644
--- a/script/release-notes/notes.js
+++ b/script/release-notes/notes.js
@@ -65,9 +65,7 @@ const setPullRequest = (commit, owner, repo, number) => {
const getNoteFromClerk = async (number, owner, repo) => {
const... | chore: fix falsy comments edge case in release notes (#<I>) | electron_electron | train | js |
c35ce4af4295d0a8496fbcfe8a582227202ec227 | diff --git a/src/inner-slider.js b/src/inner-slider.js
index <HASH>..<HASH> 100644
--- a/src/inner-slider.js
+++ b/src/inner-slider.js
@@ -290,7 +290,7 @@ export class InnerSlider extends React.Component {
});
};
checkImagesLoad = () => {
- let images = document.querySelectorAll(".slick-slide img");
+ ... | fix: to handle image.onload event correctly
image.onload event will be handled by other react-slick
instance if there are more than one react-slick instance on the
same page. | akiran_react-slick | train | js |
0cf2288b1ebfa41f11dd6b3270c16898eba129f4 | diff --git a/test/cast/cast_receiver_integration.js b/test/cast/cast_receiver_integration.js
index <HASH>..<HASH> 100644
--- a/test/cast/cast_receiver_integration.js
+++ b/test/cast/cast_receiver_integration.js
@@ -160,6 +160,11 @@ filterDescribe('CastReceiver', castReceiverIntegrationSupport, () => {
drmIt('has r... | test: Add missing license server info to cast test
One of the cast tests which load sintel-enc had license server info,
and the other did not. This adds the missing license server info.
Change-Id: Ibfd6f3af7a6e<I>f7b<I>deaebe5a<I>bc4f<I>a5 | google_shaka-player | train | js |
1b784937e3cfb2730fd806ce58e85b43495f376b | diff --git a/test/integration/index.js b/test/integration/index.js
index <HASH>..<HASH> 100644
--- a/test/integration/index.js
+++ b/test/integration/index.js
@@ -35,7 +35,7 @@ export const account = Crypto.generateKeyPair()
export const BaseAe = async (params = {}) => Universal
.waitMined(true)
.compose({
- ... | refactor: remove outdated swagger setting | aeternity_aepp-sdk-js | train | js |
1964ac9f7069019d7288de60d55ff1d5549bfb04 | diff --git a/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js b/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-conversation/src/conversation.js
+++ b/packages/node_modules/@webex/in... | fix(i-p-conversation): correct default cluster | webex_spark-js-sdk | train | js |
c71dc0e90311cef895d55c9d438518606b7f247b | diff --git a/models/Client.js b/models/Client.js
index <HASH>..<HASH> 100644
--- a/models/Client.js
+++ b/models/Client.js
@@ -92,7 +92,7 @@ var Client = Modinha.define('clients', {
}
})
- // Web clients with implicit grant type (enforced only in development)
+ // Web clients wit... | fix(Client): Update comment to reflect logic | anvilresearch_connect | train | js |
a399f9943334d1ea1679163b28f5bcf842ca6dbb | diff --git a/packages/components/bolt-accordion/__tests__/accordion.js b/packages/components/bolt-accordion/__tests__/accordion.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-accordion/__tests__/accordion.js
+++ b/packages/components/bolt-accordion/__tests__/accordion.js
@@ -229,7 +229,7 @@ describe('<bo... | chore: increase VRT failureThreshold | bolt-design-system_bolt | train | js |
2d8bafa319b937536cf126df25b084643dfd4931 | diff --git a/library/Benri/Controller/Action/Abstract.php b/library/Benri/Controller/Action/Abstract.php
index <HASH>..<HASH> 100644
--- a/library/Benri/Controller/Action/Abstract.php
+++ b/library/Benri/Controller/Action/Abstract.php
@@ -64,6 +64,9 @@ abstract class Benri_Controller_Action_Abstract extends Zend_Rest_C... | fix(controller): headAction() should not output anything | douggr_benri | train | php |
a8554e5b8b550da6c4430dcbeacb31dd835660ea | diff --git a/src/create-trackers.js b/src/create-trackers.js
index <HASH>..<HASH> 100644
--- a/src/create-trackers.js
+++ b/src/create-trackers.js
@@ -6,6 +6,12 @@ import { getTracker } from './helpers'
export default function createTrackers () {
const ids = getId()
+ if (config.debug.enabled) {
+ window.ga_d... | refactor(debug): add trace check in the create-tracker method | MatteoGabriele_vue-analytics | train | js |
b8c7c995ecf6f266c25dc77c5dfa32fbee5ed29a | diff --git a/website/src/pages/calendar/api.js b/website/src/pages/calendar/api.js
index <HASH>..<HASH> 100644
--- a/website/src/pages/calendar/api.js
+++ b/website/src/pages/calendar/api.js
@@ -34,12 +34,6 @@ const CalendarApi = () => {
defaultProps={{
width: 600,
... | fix(website): fix missing prop for Calendar API demo | plouc_nivo | train | js |
873c5f0e4266ef2710ac702fe8e190eed3702207 | diff --git a/src/dispatcher.js b/src/dispatcher.js
index <HASH>..<HASH> 100644
--- a/src/dispatcher.js
+++ b/src/dispatcher.js
@@ -84,8 +84,8 @@ export default class Dispatcher {
this.$document
.on('focus.editable', selector, function (event) {
if (this.getAttribute(config.pastingAttribute)) return... | fix(dispatcher): reset notify call but extend with syncSelection call | livingdocsIO_editable.js | train | js |
b39b8729b3b411fd251f27b271311996e9f9e0ae | diff --git a/lib/plugin/components/services/statebox/index.js b/lib/plugin/components/services/statebox/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugin/components/services/statebox/index.js
+++ b/lib/plugin/components/services/statebox/index.js
@@ -4,8 +4,9 @@ const Statebox = require('statebox')
const _ = requi... | refactor: rework statebox initialisation to expose the ready promise
affects: statebox, tymly
Statebox constructor can be asynchronous. Rather than constant checking this.ready internally,
statebox now exposes the ready flag (as a promise). Statebox users - ie the statebox service - can
now wait on that promise befo... | wmfs_tymly-core | train | js |
086d64fa8cdd8f21b32eaa8407082d29ee3c2aaa | diff --git a/src/geshi/haskell.php b/src/geshi/haskell.php
index <HASH>..<HASH> 100644
--- a/src/geshi/haskell.php
+++ b/src/geshi/haskell.php
@@ -46,8 +46,8 @@ $language_data = array (
3 => "/{-(?:(?R)|.)-}/s", //Nested Comments
),
'CASE_KEYWORDS' => 0,
- 'QUOTEMARKS' => array('"'),
- 'ESC... | fix: Missing single quotes for strings in Haskell | GeSHi_geshi-1.0 | train | php |
ab6b46625cf0d2509d1e47dc1215e56bd4507ba2 | diff --git a/src/Leevel/Validate/UniqueRule.php b/src/Leevel/Validate/UniqueRule.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Validate/UniqueRule.php
+++ b/src/Leevel/Validate/UniqueRule.php
@@ -187,6 +187,7 @@ class UniqueRule
{
if (isset($param[2]) && self::PLACEHOLDER !== $param[2]) {
... | fix(validate): fix for phpstan level 1 | hunzhiwange_framework | train | php |
e92957aca451a9c636456ff80378d0a3c4a6beff | diff --git a/test/integration/client-side-encryption/client_side_encryption.prose.test.js b/test/integration/client-side-encryption/client_side_encryption.prose.test.js
index <HASH>..<HASH> 100644
--- a/test/integration/client-side-encryption/client_side_encryption.prose.test.js
+++ b/test/integration/client-side-encry... | test: failing aws test should not check for region (#<I>) | mongodb_node-mongodb-native | train | js |
b56130c56e85b1ad7da6c038bdbdc86dca03d4d1 | diff --git a/packages/logging/lib/index.js b/packages/logging/lib/index.js
index <HASH>..<HASH> 100755
--- a/packages/logging/lib/index.js
+++ b/packages/logging/lib/index.js
@@ -3,10 +3,11 @@ const consola = require('consola')
exports.register = function (server, options) {
server.events.on(
{ name: 'request'... | fix: hade errors with unauthenticated tag | bakjs_bak | train | js |
2bbb98e1ec9e3867ece76911068affdff9457a85 | diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/load-plugin.js
+++ b/lib/plugins/load-plugin.js
@@ -420,7 +420,7 @@ var initReq = function(req, res, isServer) {
var fullUrl = getValue(req, pluginOpts.FULL_URL_HEADER);
oReq.url = oReq.fullUrl = ful... | refactor: add req.originalHttpsUrl | avwo_whistle | train | js |
d8ddfd3c3dffd74ca930521c7bf78bc481f59692 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -200,12 +200,12 @@ export const sessionStoreBuilder = () => ({
},
readCookie({ state, commit }) {
let cookie = this.cookies.get(state.cookieName, { fromRes: true })
- if (cookie !== undefi... | fix: stupid boolean inversion | koumoul-dev_sd-vue | train | js |
4b098111885264a47a467cef3620f7481308d545 | diff --git a/lib/mustache-context.js b/lib/mustache-context.js
index <HASH>..<HASH> 100644
--- a/lib/mustache-context.js
+++ b/lib/mustache-context.js
@@ -54,7 +54,7 @@ NodeContext.prototype.lookup = function(name) {
// try state entities
// version 0.10.3 changed from states.domain.entity to entity... | fix(mustache-context): Fix for using both states/entity for templates | zachowj_node-red-contrib-home-assistant-websocket | train | js |
394463e9b757da160a122178c416b6cc3d32d3d4 | diff --git a/lib/features/modeling/cmd/DeleteShapeHandler.js b/lib/features/modeling/cmd/DeleteShapeHandler.js
index <HASH>..<HASH> 100644
--- a/lib/features/modeling/cmd/DeleteShapeHandler.js
+++ b/lib/features/modeling/cmd/DeleteShapeHandler.js
@@ -66,10 +66,10 @@ DeleteShapeHandler.prototype.execute = function(conte... | chore(modeling): align delete context with move
* use oldParent + oldParentIndex as context information
in the delete shape handler.
This aligns the naming with move shape / connection handlers.
Related to bpmn-io/bpmn-js#<I> | bpmn-io_diagram-js | train | js |
faf3271153a93f05fe277cb9399fd57d4dc90817 | diff --git a/library/actor-jvm/src/main/java/im/actor/model/jvm/tcp/AsyncTcpConnection.java b/library/actor-jvm/src/main/java/im/actor/model/jvm/tcp/AsyncTcpConnection.java
index <HASH>..<HASH> 100644
--- a/library/actor-jvm/src/main/java/im/actor/model/jvm/tcp/AsyncTcpConnection.java
+++ b/library/actor-jvm/src/main/j... | fix(actor-jvm): Fixed crash on reading from incorrect stream | actorapp_actor-platform | train | java |
f974d4fde86defa7c418024947d00658ee7b647f | diff --git a/test/connect.js b/test/connect.js
index <HASH>..<HASH> 100644
--- a/test/connect.js
+++ b/test/connect.js
@@ -364,11 +364,11 @@ test('After first CONNECT Packet, others are queued until \'connect\' event', fu
broker.on('client', function (client) {
t.equal(client.parser._queue.length, 10, 'Packets ... | fix: Replaced timout with connected event | mcollina_aedes | train | js |
7b7fe967daef08f67c6f76d72d04bb668dfe115f | diff --git a/lib/helpers/cli-error-handling.js b/lib/helpers/cli-error-handling.js
index <HASH>..<HASH> 100644
--- a/lib/helpers/cli-error-handling.js
+++ b/lib/helpers/cli-error-handling.js
@@ -1,6 +1,4 @@
-const
- PrettyError = require('pretty-error'),
- pe = PrettyError.start()
+const pe = require('pretty-error').... | feat: stop PrettyError so that Ouch can access the stack trace | quasarframework_quasar-cli | train | js |
df2623133e66eea7e3ac7a924992ae3e089668b3 | diff --git a/ibis/expr/format.py b/ibis/expr/format.py
index <HASH>..<HASH> 100644
--- a/ibis/expr/format.py
+++ b/ibis/expr/format.py
@@ -534,6 +534,8 @@ def _fmt_value_negate(op: ops.Negate, *, aliases: Aliases) -> str:
@fmt_value.register
def _fmt_value_literal(op: ops.Literal, **_: Any) -> str:
+ if isinstan... | feat(repr): add interval info to interval repr
trying this out. there are a lot of ways to make this more complicated
and some of them might be worth it, but this seems to provide a little
more information with a tiny footprint. | ibis-project_ibis | train | py |
d193fc800fd30edc51fb2e6d5ba97b8dbb4e7675 | diff --git a/test/unit/support/amanda-to-gavel-shared.js b/test/unit/support/amanda-to-gavel-shared.js
index <HASH>..<HASH> 100644
--- a/test/unit/support/amanda-to-gavel-shared.js
+++ b/test/unit/support/amanda-to-gavel-shared.js
@@ -63,9 +63,8 @@ exports.shouldBehaveLikeAmandaToGavel = (instance) => {
});
... | test: declares a proper variable for amanda-to-gavel assertions | apiaryio_gavel.js | train | js |
4573eab6182f1fb125ec04922b3ca7fe1480705b | diff --git a/taskqueue/taskqueue.py b/taskqueue/taskqueue.py
index <HASH>..<HASH> 100644
--- a/taskqueue/taskqueue.py
+++ b/taskqueue/taskqueue.py
@@ -7,6 +7,7 @@ import signal
import threading
import time
import traceback
+import sys
import gevent.pool
@@ -347,8 +348,11 @@ class TaskQueue(object):
def s... | feat: ctrl-c twice to immediately exit poll | seung-lab_python-task-queue | train | py |
818df243e4f262e699f8f676dcdf058b21d19075 | diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/DatapathConfiguration.go
+++ b/test/k8sT/DatapathConfiguration.go
@@ -553,6 +553,7 @@ var _ = Describe("K8sDatapathConfig", func() {
"global.autoDirectNodeRoutes": "true",
"global.e... | test: Do not set devices in IPSec test
For IPSec, we attach bpf_network to the private interface. If we set the
devices, we will however attach bpf_host to the private interface.
Since we currently cannot have both devices specific and IPSec enabled,
unset devices for the IPSec test. | cilium_cilium | train | go |
b98fad36a189eebfc625533c4cf033a37689a972 | diff --git a/packages/avet-build/lib/utils.js b/packages/avet-build/lib/utils.js
index <HASH>..<HASH> 100644
--- a/packages/avet-build/lib/utils.js
+++ b/packages/avet-build/lib/utils.js
@@ -9,7 +9,6 @@ function getPluginBabelAlias(plugins, entryname) {
names.forEach(name => {
const plugin = plugins[name];
... | feat: make alias in output | avetjs_avet | train | js |
91db2fc1a202d19fe30e7f6f6c20bdd45a5640bf | diff --git a/anyconfig/processors.py b/anyconfig/processors.py
index <HASH>..<HASH> 100644
--- a/anyconfig/processors.py
+++ b/anyconfig/processors.py
@@ -215,11 +215,11 @@ class Processors(object):
:param sort: Result will be sorted if it's True
:return: A list of :class:`Processor` or its children c... | refactor: compute Processors._processors.values() just once | ssato_python-anyconfig | train | py |
56e2f0965178fcd96318d94affe9835b1a1cf62f | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -86,7 +86,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'default'
+# html_theme = 'default'
# Theme... | docs: Unset html_theme
This allows both RTD and local Sphinx to build docs. | HumanCellAtlas_dcp-cli | train | py |
3f5aa5ddaec79be6f492b81ce65a008b864f83ef | diff --git a/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js b/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js
+++ b/packages/cozy-konnector-libs/src/helpers/cozy-client-js-stub.js
@@ -115,6... | fix: add fetchJSON in cozy-client-js-stub | konnectors_libs | train | js |
862f75ca9ee9c3f72a2904a8fbf106e14fa327d6 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -24,8 +24,6 @@ gulp.task('test:browser', function (done) {
}, done).start();
});
-gulp.task('ci', ['lint', 'test']);
-
gulp.task('build', function () {
return gulp
.src('src/bindNotifier.js')
@@ -36,... | chore(gulp): reorganize tasks | aeisenberg_angular-bind-notifier | train | js |
fdd583607de2089dae558029b9cb213fdc2d7753 | diff --git a/src/__tests__/forms.js b/src/__tests__/forms.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/forms.js
+++ b/src/__tests__/forms.js
@@ -50,4 +50,4 @@ test('login form submits', () => {
expect(handleSubmit).toHaveBeenCalledWith(fakeUser)
})
-/* eslint jsx-a11y/label-has-for:0 */
+/* eslint jsx-a11y/... | chore: fix eslint issue in tests. | testing-library_react-testing-library | train | js |
0c9cde384152ccfe9b85f53fe1f70f8cca19e96d | diff --git a/asammdf/mdf4.py b/asammdf/mdf4.py
index <HASH>..<HASH> 100644
--- a/asammdf/mdf4.py
+++ b/asammdf/mdf4.py
@@ -2139,7 +2139,6 @@ class MDF4(object):
fields.append(samples)
types.append((field_name, samples.dtype))
- types.append(vals.dtype)
... | fix(mdf4): local variable 'vals' referenced before assignment | danielhrisca_asammdf | train | py |
60bccff84572b01213b40baf47ec4d488c389bb4 | diff --git a/lib/compilers/babel-compiler.js b/lib/compilers/babel-compiler.js
index <HASH>..<HASH> 100644
--- a/lib/compilers/babel-compiler.js
+++ b/lib/compilers/babel-compiler.js
@@ -4,7 +4,7 @@ const logger = require('../logger')
const cache = require('../cache')
var defaultBabelOptions = {
- presets: ['vue-a... | fix: use the absolute path to babel preset (#<I>) | vuejs_vue-jest | train | js |
633f50fbe3ab1f09abd1d704fae38d3e0766169a | diff --git a/lib/pincers/support/http_client.rb b/lib/pincers/support/http_client.rb
index <HASH>..<HASH> 100644
--- a/lib/pincers/support/http_client.rb
+++ b/lib/pincers/support/http_client.rb
@@ -57,7 +57,7 @@ module Pincers::Support
end
end
- def delete(_url)
+ def delete(_url, _headers={})
... | chore(http_client): adds header option to delete method | platanus_pincers | train | rb |
3de63725b2d6544952d43518844c76d7871f4442 | diff --git a/google-cloud-pubsub/lib/google/cloud/pubsub/subscriber/inventory.rb b/google-cloud-pubsub/lib/google/cloud/pubsub/subscriber/inventory.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-pubsub/lib/google/cloud/pubsub/subscriber/inventory.rb
+++ b/google-cloud-pubsub/lib/google/cloud/pubsub/subscriber/invent... | fix(pubsub): Fix Subscriber lease issue
* Fix logic for renewing Subscriber lease for messages.
* Subscriptions with very low volume would only be renewed once.
* Now messages will be renewed as many times as it takes until
the messages has been fully processed by the Subscriber.
pr: #<I>
fixes: #<I> | googleapis_google-cloud-ruby | train | rb |
9d6516e566e45982111acea8bf5662e616fab0fa | diff --git a/packages/webpack/lib/shims/browser.js b/packages/webpack/lib/shims/browser.js
index <HASH>..<HASH> 100644
--- a/packages/webpack/lib/shims/browser.js
+++ b/packages/webpack/lib/shims/browser.js
@@ -1,19 +1,13 @@
-'use strict';
-
-const { getConfigAndMixins } = require('./loader');
+import { getConfigAndMix... | feat(webpack): use esm in browser entry to enable possible tree-shaking | untool_untool | train | js |
c36839f382811f06814d7fc88e655267d2d3d53d | diff --git a/packages/components/bolt-with-without/js/accordion.js b/packages/components/bolt-with-without/js/accordion.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-with-without/js/accordion.js
+++ b/packages/components/bolt-with-without/js/accordion.js
@@ -16,7 +16,7 @@ const handleBlockTitleMobileAcc... | style(with-without): lint js | bolt-design-system_bolt | train | js |
363f13c4c00804e149c4ecbe587adb3f425e70ca | diff --git a/packages/babel-plugin-minify-constant-folding/src/index.js b/packages/babel-plugin-minify-constant-folding/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-plugin-minify-constant-folding/src/index.js
+++ b/packages/babel-plugin-minify-constant-folding/src/index.js
@@ -116,11 +116,9 @@ module.e... | fix: path & scope out of sync | babel_minify | train | js |
304792da3ea3ed4fff6eee679b0e82dc0bfe9cc7 | diff --git a/aws/resource_aws_macie2_test.go b/aws/resource_aws_macie2_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_macie2_test.go
+++ b/aws/resource_aws_macie2_test.go
@@ -22,6 +22,14 @@ func TestAccAWSMacie2_serial(t *testing.T) {
"complete": testAccAwsMacie2ClassificationJob_complete,
"ta... | test: added steps for custom data identifier | terraform-providers_terraform-provider-aws | train | go |
9fb25cb4344035bba70bb6e33ed50509b67b12b4 | diff --git a/lib/config/decrypt.js b/lib/config/decrypt.js
index <HASH>..<HASH> 100644
--- a/lib/config/decrypt.js
+++ b/lib/config/decrypt.js
@@ -20,9 +20,9 @@ function decryptConfig(config, privateKey) {
.toString();
logger.info(`Decrypted ${eKey}`);
if (eKey === 'npmToken') {... | fix(npm): strip trailing \n from npmToken | renovatebot_renovate | train | js |
ede6476b25c1181a249b0797a59d952df11c5282 | diff --git a/lib/snippet.js b/lib/snippet.js
index <HASH>..<HASH> 100644
--- a/lib/snippet.js
+++ b/lib/snippet.js
@@ -88,18 +88,15 @@ var utils = {
}
return req;
},
- getNoConflictJs: function () {
- return "window.___browserSync___oldSocketIo = window.io;";
- },
/**
* @p... | fix(lib): resolve too much abstraction | BrowserSync_browser-sync | train | js |
092e0959df2b5e1a4aa3256d5f14547040505ac4 | diff --git a/src/library/Dialog/DialogBody.js b/src/library/Dialog/DialogBody.js
index <HASH>..<HASH> 100644
--- a/src/library/Dialog/DialogBody.js
+++ b/src/library/Dialog/DialogBody.js
@@ -66,13 +66,6 @@ const styles = {
},
'&:last-child': {
marginBottom: marginVertical
- },
-
- '& > ... | fix(dialog): Remove top & bottom margins from first & last body children | mineral-ui_mineral-ui | train | js |
e27927fc18c9681bf7ebb332a7e477c98b9fe95e | diff --git a/tests/TestCaseLegacy.php b/tests/TestCaseLegacy.php
index <HASH>..<HASH> 100644
--- a/tests/TestCaseLegacy.php
+++ b/tests/TestCaseLegacy.php
@@ -32,4 +32,22 @@ class TestCaseLegacy extends FrameworkTestCase
Monkey\tearDown();
parent::tearDown();
}
+
+ /**
+ * Asserts that a v... | fix(TestCaseLegacy): add polyfill for assertIsInt() | roots_soil | train | php |
ed319c0c120e8c691ee46d0f2ac8020b5ee49cb5 | diff --git a/src/plugins/cookies.js b/src/plugins/cookies.js
index <HASH>..<HASH> 100644
--- a/src/plugins/cookies.js
+++ b/src/plugins/cookies.js
@@ -48,8 +48,10 @@ function set (key, val, opts = {}) {
time.setMilliseconds(time.getMilliseconds() + opts.expires * 864e+5)
}
+ const keyValue = `${encode(key)}=... | feat: SSR - cookie plugin small enhancement | quasarframework_quasar | train | js |
66678cb78b5eba896f4feafa8668e00911bbe279 | diff --git a/test/online/fetch_test.rb b/test/online/fetch_test.rb
index <HASH>..<HASH> 100644
--- a/test/online/fetch_test.rb
+++ b/test/online/fetch_test.rb
@@ -48,7 +48,7 @@ class OnlineFetchTest < Rugged::OnlineTestCase
def test_fetch_over_https_with_certificate_callback_fail
@repo.remotes.create("origi... | test: expect a HTTPError like we throw now | libgit2_rugged | train | rb |
d569d7b8be91283f8f62ea2a8dc1af965774290f | diff --git a/packages/cli/sls/deploy.js b/packages/cli/sls/deploy.js
index <HASH>..<HASH> 100644
--- a/packages/cli/sls/deploy.js
+++ b/packages/cli/sls/deploy.js
@@ -53,7 +53,6 @@ module.exports = async inputs => {
await hooks.stateChanged({ env, state: output });
}
}... | chore: don't print error. | Webiny_webiny-js | train | js |
f79d1a5fff8cd035217ff0ad92976af054991af2 | diff --git a/src/Karma/Application.php b/src/Karma/Application.php
index <HASH>..<HASH> 100644
--- a/src/Karma/Application.php
+++ b/src/Karma/Application.php
@@ -127,24 +127,14 @@ class Application extends \Pimple
$this['target.fileSystem.adapter'] = function($c) {
- if($c['target.path'] !== $c... | refactor: do not duplicate file system adapter declation if targetPath is not defined | Niktux_karma | train | php |
f85a32e8a1516b3fe1aa86af6d050db49d33b54c | diff --git a/lib/app.js b/lib/app.js
index <HASH>..<HASH> 100644
--- a/lib/app.js
+++ b/lib/app.js
@@ -125,7 +125,7 @@ Object.getOwnPropertyNames(flattened).forEach(function (key) {
// in live, we run behind a proxy - so this will give us our IPs again:
// http://expressjs.com/guide.html#proxies
if (process.env.NODE... | chore: attempt different syntax for trust proxy | jsbin_jsbin | train | js |
a261112a615852bd44666a8ccdecd9c167655d20 | diff --git a/deb/deb.go b/deb/deb.go
index <HASH>..<HASH> 100644
--- a/deb/deb.go
+++ b/deb/deb.go
@@ -35,8 +35,8 @@ func init() {
// nolint: gochecknoglobals
var archToDebian = map[string]string{
"386": "i386",
- "arm5": "arm5",
- "arm6": "armel",
+ "arm5": "armel",
+ "arm6": "armhf",
"arm7"... | fix: deb on arm5 and arm6 (#<I>) | goreleaser_nfpm | train | go |
cccd3439eb0cf20b9809ffdc98ce99a0cc693862 | diff --git a/lib/util/mailables.js b/lib/util/mailables.js
index <HASH>..<HASH> 100644
--- a/lib/util/mailables.js
+++ b/lib/util/mailables.js
@@ -1,5 +1,5 @@
+import { format } from 'date-fns'
import blobStream from 'blob-stream'
-import moment from 'moment'
import PDFDocument from './PDFDocumentWithTables'
@@ -... | refactor(mailables): Replace momentjs dependency with date-fns. | opentripplanner_otp-react-redux | train | js |
e843a09e5b2db454d77aad25b1660173445fb2fc | diff --git a/doc.go b/doc.go
index <HASH>..<HASH> 100644
--- a/doc.go
+++ b/doc.go
@@ -1,6 +1,18 @@
/*
Package cron implements a cron spec parser and job runner.
+Installation
+
+To download the specific tagged release, run:
+
+ go get github.com/robfig/cron/v3@v3.0.0
+
+Import it in your program as:
+
+ import "gi... | docs: add instructions for getting and importing the package | robfig_cron | train | go |
aca1558dc9781fda4588b8f543e5557ca68949f0 | diff --git a/nodes/config-server/config-server.js b/nodes/config-server/config-server.js
index <HASH>..<HASH> 100644
--- a/nodes/config-server/config-server.js
+++ b/nodes/config-server/config-server.js
@@ -216,6 +216,7 @@ module.exports = function (RED) {
'ha_client:error': this.onHaEventsError,
... | refactor: Readd listener for state_changed | zachowj_node-red-contrib-home-assistant-websocket | train | js |
6858f8693edc87134e7693669dbdeff26566faa9 | diff --git a/src/Server/Concerns/InteractsWithInput.php b/src/Server/Concerns/InteractsWithInput.php
index <HASH>..<HASH> 100644
--- a/src/Server/Concerns/InteractsWithInput.php
+++ b/src/Server/Concerns/InteractsWithInput.php
@@ -137,7 +137,7 @@ trait InteractsWithInput
{
try {
$contentType ... | fix: cannot correctly detect json request (#<I>)
* fix: cannot correctly detect json request
* Update InteractsWithInput.php | swoft-cloud_swoft-http-message | train | php |
27b2b52aa44c0d227d4b363636f12a43b5d75065 | diff --git a/packages/cli/src/tools/installPods.js b/packages/cli/src/tools/installPods.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/tools/installPods.js
+++ b/packages/cli/src/tools/installPods.js
@@ -7,6 +7,8 @@ import inquirer from 'inquirer';
import commandExists from 'command-exists';
import {logger} fr... | feat: Show message if CocoaPods installation takes long (#<I>)
* Add message that shows only if `cocoapods` installation take more than <I> seconds
* adjustments | react-native-community_cli | train | js |
6e612322824a0341d991cd04dd6590e643a83617 | diff --git a/src/check.js b/src/check.js
index <HASH>..<HASH> 100644
--- a/src/check.js
+++ b/src/check.js
@@ -170,6 +170,19 @@ const assetsDirIsConfigured = {
message: 'The ./assets directory should exist and be configured in webpack'
}
+const manifestAndPackageJsonSameVersion = {
+ fn: (info, assert) => {
+ ... | feat: check that version in manifest and package.json are the same | konnectors_konitor | train | js |
a01b1cd7aa46d4f1d328d21fac17f3a5e4e7d303 | diff --git a/Notification.js b/Notification.js
index <HASH>..<HASH> 100644
--- a/Notification.js
+++ b/Notification.js
@@ -81,7 +81,7 @@ class Notification extends Component {
render() {
const {
height,
- topOffset=0,
+ topOffset = 0,
backgroundColour,
iconApp,
notification... | refactor: Offset variables inner space | robcalcroft_react-native-in-app-notification | train | js |
259ab4832c519eb4cde453b9300ea29ec971cf40 | diff --git a/app/lib/webpack/plugin.html-addons.js b/app/lib/webpack/plugin.html-addons.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/plugin.html-addons.js
+++ b/app/lib/webpack/plugin.html-addons.js
@@ -44,7 +44,7 @@ module.exports.plugin = class HtmlAddonsPlugin {
makeTag('script', { src: 'cordova... | fix(app): don't reference __dirname when nodeIntegration is set to false #<I> | quasarframework_quasar | train | js |
96e11a10d2e356211fdf7e6a544b231d01383550 | diff --git a/packages/react-ui-testing/react-selenium-testing.js b/packages/react-ui-testing/react-selenium-testing.js
index <HASH>..<HASH> 100644
--- a/packages/react-ui-testing/react-selenium-testing.js
+++ b/packages/react-ui-testing/react-selenium-testing.js
@@ -306,9 +306,6 @@ function findDomElementByFiberNode(no... | fix(react-selenium-testing): data-comp-name on wrong element
remove unneseccary and breaking check for the property that doesn't exist in FiberNode | skbkontur_retail-ui | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.