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
a3c9353cd5ab786605fa61f42330ff73d73f3592
diff --git a/cocaine/tools/dispatch.py b/cocaine/tools/dispatch.py index <HASH>..<HASH> 100644 --- a/cocaine/tools/dispatch.py +++ b/cocaine/tools/dispatch.py @@ -549,7 +549,7 @@ def app_view(name, **kwargs): @app_group.command(name='upload') -@click.argument('path', default=os.path.curdir, type=click.Path(exists=...
fix: path option is no longer required
cocaine_cocaine-tools
train
py
c689df33642f38a2588e0e0c05142e118d63ea9e
diff --git a/lib/command.js b/lib/command.js index <HASH>..<HASH> 100644 --- a/lib/command.js +++ b/lib/command.js @@ -399,7 +399,7 @@ class Command extends GetterSetter { _run(args, options) { if (!this._action) { return this._program.fatalError(new NoActionError( - "Caporal Setup Error: You don'...
fix: make wording of error clearer (#<I>) Removed clumsy wording (probably from a previous change in wording) in error displayed when .action() is missing.
mattallty_Caporal.js
train
js
a3b60aac34d413ddd6c23f8bacc7e441f977a1b6
diff --git a/lib/instrumentor.js b/lib/instrumentor.js index <HASH>..<HASH> 100644 --- a/lib/instrumentor.js +++ b/lib/instrumentor.js @@ -135,7 +135,7 @@ Instrumentor.prototype.instrument = function (ast) { return undefined; } - if (isLastPieceOfFunctionCall(parentNode, curre...
refactor(espower): seeking for better name
power-assert-js_espower
train
js
322c4d2256ecec0fa1e582f4af8e5c3cdfb58c69
diff --git a/src/logger.js b/src/logger.js index <HASH>..<HASH> 100644 --- a/src/logger.js +++ b/src/logger.js @@ -13,7 +13,7 @@ exports.init = function(config) { exports.getLogger = function(moduleName) { if (!parentLogger) { - exports.init(); + exports.init({}); } var logger = parentLogger.child({...
fix(test): Automatic logger configuration fails for test execution
instana_nodejs-sensor
train
js
d89d3b4bb2c94e158ea9968eb52d23df2d903855
diff --git a/src/Leevel/Router/Match/PathInfo.php b/src/Leevel/Router/Match/PathInfo.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Router/Match/PathInfo.php +++ b/src/Leevel/Router/Match/PathInfo.php @@ -103,18 +103,20 @@ class PathInfo extends Match implements IMatch $result = []; if (1 === count(...
refactor(router): optimize code
hunzhiwange_framework
train
php
20aa7e6036d78f73480958522c179334f7809fd6
diff --git a/test/helper.js b/test/helper.js index <HASH>..<HASH> 100644 --- a/test/helper.js +++ b/test/helper.js @@ -52,7 +52,7 @@ ex('git clean -f -d -x .'); assert(!test('-e', 'node_modules')); ex('git init'); ex('git add .'); -ex('git commit -m initial'); +ex('git commit --author="sl-pm-test <nobody@strongloop....
test: Specify git author In case tests are running in an unconfigured git environment
strongloop_strong-pm
train
js
c1b487033f84043e1a27063e77840c330ee67a51
diff --git a/src/components/editor/QEditor.js b/src/components/editor/QEditor.js index <HASH>..<HASH> 100644 --- a/src/components/editor/QEditor.js +++ b/src/components/editor/QEditor.js @@ -210,8 +210,7 @@ export default { 'class': { disabled: this.disable, fullscreen: this.i...
fix: z-index for QEditor fullscreen mode
quasarframework_quasar
train
js
f54830b12a0f261d5782ab868c97a0d65126c68e
diff --git a/packages/date/src/utils.js b/packages/date/src/utils.js index <HASH>..<HASH> 100644 --- a/packages/date/src/utils.js +++ b/packages/date/src/utils.js @@ -70,7 +70,7 @@ export const buildYearPickerOptions = ( if (min) { if (moment.isMoment(min)) { minYear = min.year(); - } else if (min.val...
fix(date): added undefined check that caused empty year picker when value: 0 passed to DateRange
Availity_availity-react
train
js
28600218226a9efc2d8099b16949c8d585e08aa6
diff --git a/frontend/src/page/archive/index.js b/frontend/src/page/archive/index.js index <HASH>..<HASH> 100644 --- a/frontend/src/page/archive/index.js +++ b/frontend/src/page/archive/index.js @@ -2,9 +2,10 @@ import React from 'react'; import Archive from '../../component/archive/archive-list-container'; import Pr...
fix(router): Add 'history' prop to the archive-list.
Unleash_unleash
train
js
31ef2fe9075373d13dfb4a91270714b68985f7c2
diff --git a/tests/test_main.py b/tests/test_main.py index <HASH>..<HASH> 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -595,7 +595,7 @@ THIS FILE IS INVALID resources / 'ccitt.pdf', outdir / 'out.pdf', '--pdf-renderer', renderer, '--tesseract-config', cfg_file) - assert "par...
test: this error message changed case in newer Tesseract
jbarlow83_OCRmyPDF
train
py
f9dfe54809b55943a34a23b84f90427c608498d9
diff --git a/docs/components/Header/NavBar.js b/docs/components/Header/NavBar.js index <HASH>..<HASH> 100644 --- a/docs/components/Header/NavBar.js +++ b/docs/components/Header/NavBar.js @@ -7,7 +7,7 @@ import { version } from "../../../lerna.json"; const HeaderNavBar = () => ( <View style={styles.header}> - <...
docs: fix regression introduced in <I>b<I>a<I>e<I>b<I>de<I>
phenomic_phenomic
train
js
104acfb0e6f51b8e1d1e0f14bf11fec347c8d165
diff --git a/mock.go b/mock.go index <HASH>..<HASH> 100644 --- a/mock.go +++ b/mock.go @@ -109,9 +109,8 @@ func (m *MockClock) AddTime(d time.Duration) { } func assertFuture(a, b time.Time) { - na, nb := a.UnixNano(), b.UnixNano() - if na > nb { - panic(fmt.Sprintf("Tried to tick backwards from %d to %d, but canno...
fix: assertion panicking in the far future * skip lookup if time on mock clock is initial value * fix: skip setTime assertion if the clock's time == time.Time{} * use time.After in assertion instead
mixer_clock
train
go
dc02cdc507142b36d1b4fa85b66094a72f20bb86
diff --git a/src/googleclouddebugger/module_explorer.py b/src/googleclouddebugger/module_explorer.py index <HASH>..<HASH> 100644 --- a/src/googleclouddebugger/module_explorer.py +++ b/src/googleclouddebugger/module_explorer.py @@ -195,7 +195,7 @@ def _FindCodeObjectsReferents(module, start_objects, visit_recorder): ...
fix: correctly populate visit recorder (#<I>) fixes issue #<I>
GoogleCloudPlatform_cloud-debug-python
train
py
2db1114a4f195a32c0f120c0693f7f04a3f5aa1b
diff --git a/test/http.js b/test/http.js index <HASH>..<HASH> 100644 --- a/test/http.js +++ b/test/http.js @@ -215,7 +215,7 @@ suite('http', function () { } }) - test.only('proxy forward with retry', function (done) { + test('proxy forward with retry', function (done) { var spy = sinon.spy() pro...
fix(tests): retry
h2non_rocky
train
js
ef793823726b8e5d0c5ff0d73bcd80472fa201ca
diff --git a/src/main/java/fr/wseduc/webutils/request/filter/SecurityHandler.java b/src/main/java/fr/wseduc/webutils/request/filter/SecurityHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/fr/wseduc/webutils/request/filter/SecurityHandler.java +++ b/src/main/java/fr/wseduc/webutils/request/filter/SecurityHa...
fix(requests): Pause requests while security checks are run
opendigitaleducation_web-utils
train
java
7e1dc343a0ca9263f78f5c2f1ecfa96e931881d3
diff --git a/lib/mittsu/core/object_3d.rb b/lib/mittsu/core/object_3d.rb index <HASH>..<HASH> 100644 --- a/lib/mittsu/core/object_3d.rb +++ b/lib/mittsu/core/object_3d.rb @@ -243,6 +243,23 @@ module Mittsu end end + def print_tree(lines=[]) + if lines.empty? + puts self + else + ...
feat: print_tree method for object3d
jellymann_mittsu
train
rb
8a3fa672198804dfa3516ec1e2bf7764268ccaf0
diff --git a/builder/tests/builder_test.go b/builder/tests/builder_test.go index <HASH>..<HASH> 100644 --- a/builder/tests/builder_test.go +++ b/builder/tests/builder_test.go @@ -41,9 +41,9 @@ func TestBuilder(t *testing.T) { host, port := utils.HostAddress(), utils.RandomPort() fmt.Printf("--- Run deis/builder:%s ...
fix(builder): remove vfs on tests
deis_deis
train
go
cd3a38476199b122ef6e100e9685f98a90df15c9
diff --git a/core/lib/engine_http.js b/core/lib/engine_http.js index <HASH>..<HASH> 100644 --- a/core/lib/engine_http.js +++ b/core/lib/engine_http.js @@ -259,6 +259,14 @@ HttpEngine.prototype.step = function step(requestSpec, ee, opts) { requestParams.url = template(requestParams.url, context); } ...
feat(http): Follow all redirects by default The default behavior now is to follow all redirects (e.g. after a POST)
artilleryio_artillery
train
js
88d3903534c4480f9d09f7da3a41e15e7d961903
diff --git a/app/lib/app-extension/extension-json.js b/app/lib/app-extension/extension-json.js index <HASH>..<HASH> 100644 --- a/app/lib/app-extension/extension-json.js +++ b/app/lib/app-extension/extension-json.js @@ -2,6 +2,7 @@ const fs = require('fs'), logger = require('../helpers/logger'), log = logger('a...
fix(app-ext): warn and exit on quasar.extensions.json error (#<I>) * fix(app-ext): warn and exit on quasar.extensions.json error * Update extension-json.js
quasarframework_quasar
train
js
f47d26c289de1db3189cc47237e185749948c48b
diff --git a/module.flow.js b/module.flow.js index <HASH>..<HASH> 100644 --- a/module.flow.js +++ b/module.flow.js @@ -194,6 +194,9 @@ declare module '@solana/web3.js' { transaction: Transaction, ...signers: Array<Account> ): Promise<TransactionSignature>; + sendEncodedTransaction( + encodedT...
fix: update rpc sendTransaction format to upstream
solana-labs_solana-web3.js
train
js,js
434fa3119efce6b9c31cbc8f79f7884494b740c5
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -13,5 +13,5 @@ export type TemplateStringsArray = $ReadOnlyArray<string>; export const loader = (filePath: string): DocumentNode => ({}: DocumentNode); export const gql = ( taggedTemplateLiteral: TemplateS...
chore(flow): sync type definitions with ts
evenchange4_graphql.macro
train
js
264dedc12a7ecab5a7ce5592e9e4aac1ca0494f6
diff --git a/internal/builders/golang/build.go b/internal/builders/golang/build.go index <HASH>..<HASH> 100644 --- a/internal/builders/golang/build.go +++ b/internal/builders/golang/build.go @@ -250,6 +250,7 @@ func checkMain(build config.Build) error { return fmt.Errorf("build for %s does not contain a main function...
chore: added todo for go <I> migration
goreleaser_goreleaser
train
go
76be437fa357cc07a6b7b4287f17859cc0b3f584
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -7,11 +7,12 @@ basePath = ''; files = [ JASMINE, JASMINE_ADAPTER, - 'src/scripts/*.js', - 'src/scripts/**/*.js', 'test/components/angular/angular.js', 'test/components/angular-mocks/angular-m...
chore: Update karma scripts list
jtrussell_angular-snap.js
train
js
f7c3b717ba6663fa0c0ab6c0eb1892dd63acf656
diff --git a/ui/src/components/btn/use-btn.js b/ui/src/components/btn/use-btn.js index <HASH>..<HASH> 100644 --- a/ui/src/components/btn/use-btn.js +++ b/ui/src/components/btn/use-btn.js @@ -131,6 +131,7 @@ export default function (props) { if (hasLink.value === true) { Object.assign(acc, linkProps.value)...
feat(QBtn): improve accesibility in regards to "role"
quasarframework_quasar
train
js
27927fe5a204c744d1b0bff60cf4d662858f8d03
diff --git a/cmd/wol/alias.go b/cmd/wol/alias.go index <HASH>..<HASH> 100644 --- a/cmd/wol/alias.go +++ b/cmd/wol/alias.go @@ -8,7 +8,7 @@ import ( "path" "sync" - "github.com/boltdb/bolt" + bolt "github.com/coreos/bbolt" ) const ( diff --git a/cmd/wol/alias_test.go b/cmd/wol/alias_test.go index <HASH>..<HASH...
chore(imports): switch to coreos boltDB fork Update BoltDB import to maintained fork and remove redundant test: LoadAliases created dbpath.
sabhiram_go-wol
train
go,go
503c08929ff22feb3e7c8b37e3732c1c25e3cc2f
diff --git a/src/uiSelectController.js b/src/uiSelectController.js index <HASH>..<HASH> 100644 --- a/src/uiSelectController.js +++ b/src/uiSelectController.js @@ -158,7 +158,7 @@ uis.controller('uiSelectCtrl', } else { $timeout(function () { ctrl.focusSearchInput(initSearchValue); - ...
fix(uiSelectCtrl): ensureHighlightVisible triggered with closed dropdown This fix ensures that the dropdown actually is open before calling _ensureHighlightVisible. Fixes: #<I>
angular-ui_ui-select
train
js
9011d0f10c4fc4d66248ff375475c8d83f58e37b
diff --git a/src/directives/path.js b/src/directives/path.js index <HASH>..<HASH> 100644 --- a/src/directives/path.js +++ b/src/directives/path.js @@ -3,7 +3,8 @@ angular.module('openlayers-directive').directive('olPath', function($log, $q, ol return { restrict: 'E', scope: { - propert...
feat(path): Support passing custom style.
tombatossals_angular-openlayers-directive
train
js
90ba7fb8fac8f8669e5e860dfd567febc0c92d25
diff --git a/app/lib/electron/index.js b/app/lib/electron/index.js index <HASH>..<HASH> 100644 --- a/app/lib/electron/index.js +++ b/app/lib/electron/index.js @@ -162,17 +162,16 @@ class ElectronRunner { ].concat(extraParams), { cwd: appPaths.appDir }, code => { - if (code) { + if (th...
fix(app): [Windows] Electron process terminated after changing main-process code #<I>
quasarframework_quasar
train
js
c3165d704c0cad79b414c7843e77b4b3ecc976f0
diff --git a/public/js/editors/libraries.js b/public/js/editors/libraries.js index <HASH>..<HASH> 100644 --- a/public/js/editors/libraries.js +++ b/public/js/editors/libraries.js @@ -663,21 +663,6 @@ var libraries = [ 'group': 'RxJS' }, { - 'url': 'https://cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.22/rx.all...
feat(RxJS): remove RxJS 2.X links RxJS 2 is outdated, and we probably do not want people using that
jsbin_jsbin
train
js
a3f091263a4cbb32d1607fcc7718986a357954b4
diff --git a/superset/viz.py b/superset/viz.py index <HASH>..<HASH> 100644 --- a/superset/viz.py +++ b/superset/viz.py @@ -213,7 +213,7 @@ class BaseViz(object): try: int(one_ts_val) is_integral = True - except ValueError: + ...
fix: calendar heatmap examples (#<I>) Fixing a set of examples that trip on ValueError vs TypeError
apache_incubator-superset
train
py
209fdea27eed4979fcd776a6d61f4f0ee534f480
diff --git a/.jsdoc.js b/.jsdoc.js index <HASH>..<HASH> 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -31,7 +31,7 @@ module.exports = { source: { excludePattern: '(^|\\/|\\\\)[._]', include: [ - 'src' + 'build' ], includePattern: '\\.js$' }, diff --git a/synth.py b/synth.py index <HASH>....
docs: Modify source location for templates (#<I>)
googleapis_nodejs-storage
train
js,py
e8fe545b784d4f449c596f822d1ef88a47cfb6d2
diff --git a/compiler/prelude/jsmapping.go b/compiler/prelude/jsmapping.go index <HASH>..<HASH> 100644 --- a/compiler/prelude/jsmapping.go +++ b/compiler/prelude/jsmapping.go @@ -381,7 +381,7 @@ var $internalize = function(v, t, recv, seen, makeWrapper) { var $copyIfRequired = function(v, typ) { // interface valu...
fix: v could be nullable
gopherjs_gopherjs
train
go
cd8bae4809989a3bb6d39a7d213859067185888a
diff --git a/bin/newman.js b/bin/newman.js index <HASH>..<HASH> 100755 --- a/bin/newman.js +++ b/bin/newman.js @@ -85,7 +85,7 @@ program program.on('--help', function () { console.info('\nTo get available options for a command:'); - console.info(' newman [command] -h'); + console.info(' newman <command>...
chore: fix usage information (#<I>)
postmanlabs_newman
train
js
ba8b49c7036ab9412b8533ab2919477842df189c
diff --git a/src/mermaid.js b/src/mermaid.js index <HASH>..<HASH> 100644 --- a/src/mermaid.js +++ b/src/mermaid.js @@ -78,7 +78,7 @@ const init = function() { mermaidAPI.updateSiteConfig({ gantt: mermaid.ganttConfig }); } - const nextId = utils.initIdGeneratior(conf.deterministicIds, conf.deterministicIDSeed...
fix: correct method calls for deterministic ids Fixes #<I>
knsv_mermaid
train
js
6a0e4335f0682de9b4ca3253b3376562b7ea7f25
diff --git a/teslajsonpy/controller.py b/teslajsonpy/controller.py index <HASH>..<HASH> 100644 --- a/teslajsonpy/controller.py +++ b/teslajsonpy/controller.py @@ -76,7 +76,7 @@ class Controller: self.__gui[car['id']] = False try: - self.update(car['id'], wake_if_asleep=False) ...
fix: change behavior to wake cars on first update
zabuldon_teslajsonpy
train
py
e6dd0cb67dc53049625eedd7c1b7d1ab2ab03707
diff --git a/shinken/daemon.py b/shinken/daemon.py index <HASH>..<HASH> 100644 --- a/shinken/daemon.py +++ b/shinken/daemon.py @@ -60,7 +60,7 @@ else: REDIRECT_TO = getattr(os, "devnull", "/dev/null") UMASK = 0 -VERSION = "0.5" +from shinken.bin import VERSION class InvalidPidFile(Exception): pass
fix: use unique VERSION from shinken.bin within daemon.py.
Alignak-monitoring_alignak
train
py
8e0eb4034c73ced5589408c12f7953d163581369
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -42,12 +42,11 @@ export default class ImgixClient { buildURL(path = '', params = {}) { const sanitizedPath = this._sanitizePath(path); - const queryParams = this._buildParams(params); + let finalPar...
refactor: use/reuse finalParams for single return
imgix_imgix-core-js
train
js
c7ef29392546a15b7205400388f2c4fbc5981165
diff --git a/packages/cozy-client/src/CozyClient.js b/packages/cozy-client/src/CozyClient.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/CozyClient.js +++ b/packages/cozy-client/src/CozyClient.js @@ -82,6 +82,14 @@ export default class CozyClient { ] } + destroy(document) { + return Mutatio...
feat: Added upload and destroy methods to client
cozy_cozy-client
train
js
99927fb87747d1f0b16eb14e9fdc919263ba951f
diff --git a/src/config/config-initialiser.js b/src/config/config-initialiser.js index <HASH>..<HASH> 100644 --- a/src/config/config-initialiser.js +++ b/src/config/config-initialiser.js @@ -166,7 +166,9 @@ function handlePlugins (config) { if (plugin) { const PluginConstructor = resolvePluginClass(plugin, ...
fix: don't add duplicates to pluginTypes
deepstreamIO_deepstream.io
train
js,js
a5845837c7462746e46c7d154c5685cd8784e4d2
diff --git a/src/Containers/EsiResponse.php b/src/Containers/EsiResponse.php index <HASH>..<HASH> 100644 --- a/src/Containers/EsiResponse.php +++ b/src/Containers/EsiResponse.php @@ -274,4 +274,48 @@ class EsiResponse extends ArrayObject return null; } + + /** + * @return string + */ + pub...
fix(cache): make response container serializable it seems ArrayObject do not like to serialize array content. in order to avoid serialization issue which lead to unusable cache, I implement custom serialize/unserialize methods which will take care of this. we're exporting only static object property with serialize m...
eveseat_eseye
train
php
975ed36ec6445accfa5fa25319301db1d53a2f47
diff --git a/src/Leevel/Router/Router.php b/src/Leevel/Router/Router.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Router/Router.php +++ b/src/Leevel/Router/Router.php @@ -397,7 +397,10 @@ class Router implements IRouter */ protected function resolveMatchedData(array $data): void { - $data = $...
refactor(style): code poem
hunzhiwange_framework
train
php
fdd46e0424d9600e636a6e37f9f6dde609d0c4b0
diff --git a/lib/util/index.js b/lib/util/index.js index <HASH>..<HASH> 100644 --- a/lib/util/index.js +++ b/lib/util/index.js @@ -1,7 +1,7 @@ const spawn = require('cross-spawn') const parseHeaders = require('./parseHeaders') -exports.encodePath = function (path) { +exports.encodePath = path => { return path.sp...
refactor: unify style of function.
vuejs_vuepress
train
js
af68a7183005b7b262af115cedca91adfcb6b85e
diff --git a/lib/ibm_watson/version.rb b/lib/ibm_watson/version.rb index <HASH>..<HASH> 100644 --- a/lib/ibm_watson/version.rb +++ b/lib/ibm_watson/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module IBMWatson - VERSION = "0.9.1" + VERSION = "0.10.0" end
fix: fix version in version.rb
watson-developer-cloud_ruby-sdk
train
rb
bab561ebf1a1ab096d894fc32c4d561e219c186a
diff --git a/packages/api-generator/src/map.js b/packages/api-generator/src/map.js index <HASH>..<HASH> 100755 --- a/packages/api-generator/src/map.js +++ b/packages/api-generator/src/map.js @@ -151,7 +151,7 @@ const dataIterableSlots = [ const dataIterableScopedSlots = [ { - name: 'items', + name: 'item', ...
docs: rename data iterator slot from items to item
vuetifyjs_vuetify
train
js
be650dd568ae6f49bb75e239b9110da9c543dc72
diff --git a/boot/logger.js b/boot/logger.js index <HASH>..<HASH> 100644 --- a/boot/logger.js +++ b/boot/logger.js @@ -82,7 +82,7 @@ function addErrorLogging () { module.exports = function (options) { var logger - var config = { name: 'request', streams: [], level: 'info' } + var config = { name: 'request', str...
fix(logger): obfuscate body.password by default
anvilresearch_connect
train
js
806139706d303a68dfe699c8d384c7bbcb050222
diff --git a/packages/xod-client-electron/webpack.config.js b/packages/xod-client-electron/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/xod-client-electron/webpack.config.js +++ b/packages/xod-client-electron/webpack.config.js @@ -74,6 +74,14 @@ const options = { ], }, { + ...
fix(xod-client-electron): correct css loading for fonts awesome
xodio_xod
train
js
c0375c52d443174ad9b19882210dae762cfff7b4
diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js index <HASH>..<HASH> 100644 --- a/lib/datasource/pypi.js +++ b/lib/datasource/pypi.js @@ -20,6 +20,8 @@ const changelogUrls = { djangorestframework: 'https://www.django-rest-framework.org/community/release-notes/', flake8: 'http://flake8.pycqa.org/...
fix: add django-storages release notes (#<I>)
renovatebot_renovate
train
js
1fcafd6cbf701c372a4b56eb65b9bdbf331d9408
diff --git a/packages/ui-text/src/Text/styles.js b/packages/ui-text/src/Text/styles.js index <HASH>..<HASH> 100644 --- a/packages/ui-text/src/Text/styles.js +++ b/packages/ui-text/src/Text/styles.js @@ -41,8 +41,7 @@ const generateStyle = (componentTheme, props, state) => { transform, lineHeight, letterS...
refactor(ui-text): fix letter-spacing variables in styles.js Closes: INSTUI-<I> Fixed the error made during emotion migration where all letter-spacing values were set to normal. Added the condensed and expanded versions too.
instructure_instructure-ui
train
js
b006f2030be4c468df3c7cd218f340ff9b6bfedd
diff --git a/runfile.js b/runfile.js index <HASH>..<HASH> 100644 --- a/runfile.js +++ b/runfile.js @@ -17,7 +17,7 @@ const c = { install(filename) { if (pkgManager === 'npm') return `cd test_build && npm install ../${filename} && cd ..`; - return `cd test_build && yarn add -D file:../${filename} && cd...
ci(build): force yarn install for local package
anantoghosh_gatsby-plugin-purgecss
train
js
818093fda0a9528063ac34fcb5a87b8ce91c233c
diff --git a/renku/core/models/workflow/plan.py b/renku/core/models/workflow/plan.py index <HASH>..<HASH> 100644 --- a/renku/core/models/workflow/plan.py +++ b/renku/core/models/workflow/plan.py @@ -248,7 +248,7 @@ class Plan(AbstractPlan): derived.date_created = local_now() derived.parameters = self....
fix(core): fix copying keywords of a plan
SwissDataScienceCenter_renku-python
train
py
a9307ae66cf1c647c852092dbba75ef70330ca6a
diff --git a/packages/xod-arduino-deploy/test-func/libraryManager.spec.js b/packages/xod-arduino-deploy/test-func/libraryManager.spec.js index <HASH>..<HASH> 100644 --- a/packages/xod-arduino-deploy/test-func/libraryManager.spec.js +++ b/packages/xod-arduino-deploy/test-func/libraryManager.spec.js @@ -43,19 +43,20 @@ d...
test(xod-arduino-deploy): make tests for checkLibrariesInstalled more predictable Previously they relied on promise resolution order
xodio_xod
train
js
df98da8430e7ac56612009382f1a8d2eaec559bf
diff --git a/python/setup.py b/python/setup.py index <HASH>..<HASH> 100755 --- a/python/setup.py +++ b/python/setup.py @@ -108,7 +108,7 @@ if platform.system() == 'Darwin': setup( name='neuroglancer', - version='1.1.3', + version='1.1.4', description='Python data backend for neuroglancer, a WebGL-bas...
chore(python): bump package version to <I>
google_neuroglancer
train
py
051b3ea2f411fa20cc472653d0a26129d409e76d
diff --git a/packages/cozy-konnector-libs/libs/linker/billsToOperation/operationsFilters.js b/packages/cozy-konnector-libs/libs/linker/billsToOperation/operationsFilters.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/libs/linker/billsToOperation/operationsFilters.js +++ b/packages/cozy-konnector-libs...
fix: add generali as health vendor
konnectors_libs
train
js
b23e60a4e1ec5c6cbac92fdda9a876d071f331dd
diff --git a/lib/plugin/allure.js b/lib/plugin/allure.js index <HASH>..<HASH> 100644 --- a/lib/plugin/allure.js +++ b/lib/plugin/allure.js @@ -261,13 +261,9 @@ module.exports = (config) => { if (isHookSteps === false) { startMetaStep(step.metaStep); if (currentStep !== step) { - // The reason ...
fix: allure report for multi sessions (#<I>)
Codeception_CodeceptJS
train
js
16e45cdd2bf84bcf893993cf70940d960d253e53
diff --git a/src/Algolia.php b/src/Algolia.php index <HASH>..<HASH> 100644 --- a/src/Algolia.php +++ b/src/Algolia.php @@ -91,7 +91,7 @@ final class Algolia public static function getHttpClient() { if (null === self::$httpClient) { - if (class_exists('\GuzzleHttp\Client')) { + i...
fix: change check class by check version for guzzle http client
algolia_algoliasearch-client-php
train
php
f1510818304b51b75049297ff773eb3a11515a15
diff --git a/packages/es-dev-server/src/create-middlewares.js b/packages/es-dev-server/src/create-middlewares.js index <HASH>..<HASH> 100644 --- a/packages/es-dev-server/src/create-middlewares.js +++ b/packages/es-dev-server/src/create-middlewares.js @@ -12,6 +12,13 @@ import { createResponseCacheMiddleware } from './m...
fix(es-dev-server): don't compress event stream (#<I>)
open-wc_open-wc
train
js
b66ed9add0a175426c6565e64d21a26e5d7e7490
diff --git a/lib/platform/git/storage.js b/lib/platform/git/storage.js index <HASH>..<HASH> 100644 --- a/lib/platform/git/storage.js +++ b/lib/platform/git/storage.js @@ -265,6 +265,7 @@ class Storage { ) { try { await git.reset('hard'); + await git.raw(['clean', '-fd']); await git....
fix(gitFs): clean before changing branch
renovatebot_renovate
train
js
d57643105b9b1d76795df3ef151f3792602330b2
diff --git a/packages/node_modules/@webex/plugin-meetings/src/roap/index.js b/packages/node_modules/@webex/plugin-meetings/src/roap/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/roap/index.js +++ b/packages/node_modules/@webex/plugin-meetings/src/roap/index.js @@ -173,8 +17...
fix(roap): fix roap request of audio mute and video mute
webex_spark-js-sdk
train
js
254b35ae6c9c427ccc408d7458812f281cf7c3c6
diff --git a/preset/common.js b/preset/common.js index <HASH>..<HASH> 100644 --- a/preset/common.js +++ b/preset/common.js @@ -8,7 +8,7 @@ function generate(config) { const commonConfig = { context: path.resolve(process.cwd(), config.pluginStore), output: { - path: path.join(config.out...
feat: use outputAssetsPath for consistance
draykcirb_brickyard-webpack
train
js
f7a348bad1572abd0d932e3e05c0aa1454a38406
diff --git a/luigi/parameter.py b/luigi/parameter.py index <HASH>..<HASH> 100644 --- a/luigi/parameter.py +++ b/luigi/parameter.py @@ -418,10 +418,6 @@ class BoolParameter(Parameter): """ def __init__(self, *args, **kwargs): - """ - This constructor passes along args and kwargs to ctor for :py...
docs: Clean up docs for Bool[ean]Parameter * Mention that BooleanParameter is deprecated in docs * Remove old outdated implementation details from __init__
spotify_luigi
train
py
6a6adf0f25c146db7b9a5211d28defe01d092ad0
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -1,6 +1,5 @@ /* eslint-disable no-console */ const sync = require('./sync') -const cssLoaderConfig = require('@zeit/next-css/css-loader-config') const {CI, NODE_ENV, NOW_URL} = process.env module.expo...
chore: nix resolve alias for primer/index.scss
primer_css
train
js
406a7b2c5b3dc820c08bda4c7854e62b09d86e03
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -56,7 +56,7 @@ u.trigger = function (el, type, data) { u.prepareEvent = function (evt) { evt.preventDefault(); - return isTouch ? evt.changedTouches : evt; + return evt.type.match(/^touch/) ? evt....
fix(utils): handle touch based on their event's type
yoannmoinet_nipplejs
train
js
4baf622037e556f9aaeac5e0c60bc833bc2de401
diff --git a/modules/index.js b/modules/index.js index <HASH>..<HASH> 100644 --- a/modules/index.js +++ b/modules/index.js @@ -42,7 +42,9 @@ function transitionPath(toState, fromState) { } let i; - if (!fromState || toState.name === fromState.name && (!toState._meta || !fromState._meta)) { + if (!from...
fix: issue when fromState is null
router5_transition-path
train
js
f46df28c4d86767d23612186824aa08b13212f6e
diff --git a/src/useTrail.js b/src/useTrail.js index <HASH>..<HASH> 100644 --- a/src/useTrail.js +++ b/src/useTrail.js @@ -33,7 +33,7 @@ export const useTrail = (length, props) => { return { ...props, config: callProp(props.config || updateProps.config, i), - attach: attachContro...
fix: useTrail "reverse" prop The "attach" prop must be false when no controller should be attached to. Instead, it was undefined, so it was ignored by the diffing algorithm. This meant that when `reverse` turned false from true, the last controller stayed attached to the 2nd-to-last controller when it should have bee...
react-spring_react-spring
train
js
d56f2d6ad5df5ed0ffcbb9085fd50e23b3938d9a
diff --git a/packages/website/gatsby-browser.js b/packages/website/gatsby-browser.js index <HASH>..<HASH> 100644 --- a/packages/website/gatsby-browser.js +++ b/packages/website/gatsby-browser.js @@ -4,4 +4,29 @@ * See: https://www.gatsbyjs.org/docs/browser-apis/ */ -// You can delete this file if you're not using...
fix(web): add polyfill for IE<I> to fix website
Grsmto_simplebar
train
js
0752e5ed3844da17b02ca3cd99ec33054ff82fac
diff --git a/flask_appbuilder/tests/test_fab_cli.py b/flask_appbuilder/tests/test_fab_cli.py index <HASH>..<HASH> 100644 --- a/flask_appbuilder/tests/test_fab_cli.py +++ b/flask_appbuilder/tests/test_fab_cli.py @@ -19,6 +19,7 @@ from flask_appbuilder.cli import ( list_views, reset_password, ) +from nose.plug...
test(fab_cli): tag tests that need internet so they can be skipped (#<I>) tag tests that need to download the FAB-Skeleton with 'needs_inet'. This will allow them to easily be skipped when running in an environment that doesn't have internet connectivity, such as the Debian build servers.
dpgaspar_Flask-AppBuilder
train
py
826411a778291d59c3a397728590bd0a288cf4e1
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,6 +17,9 @@ function configure(filename, opts = {}) { }, ], }, + optimization: { + minimize: opts.target !== 'node', + }, resolve: { extensions...
chore: don't minimize node build
aeternity_aepp-sdk-js
train
js
c955628b134586491265bc2e6b4045398072cead
diff --git a/allauth/socialaccount/providers/kakao/provider.py b/allauth/socialaccount/providers/kakao/provider.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/kakao/provider.py +++ b/allauth/socialaccount/providers/kakao/provider.py @@ -31,12 +31,13 @@ class KakaoProvider(OAuth2Provider): def...
fix(kakao): Handle case where email is not present
pennersr_django-allauth
train
py
b207582d51217518cdcf4a851034188ee14c52b5
diff --git a/packages/cozy-client/src/CozyClient.js b/packages/cozy-client/src/CozyClient.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/CozyClient.js +++ b/packages/cozy-client/src/CozyClient.js @@ -600,6 +600,20 @@ client.query(Q('io.cozy.bills'))`) this.ensureStore() const queryId = options....
refactor: Support fetchPolicy directly in CozyClient Instead of implementing it inside Query, do it directly in the client
cozy_cozy-client
train
js
952a02047d79b4d697fe5d0bb4bfb9aa9bb79268
diff --git a/test/test-case-factory.js b/test/test-case-factory.js index <HASH>..<HASH> 100644 --- a/test/test-case-factory.js +++ b/test/test-case-factory.js @@ -1,6 +1,6 @@ 'use strict' -const spawn = require('child_process').spawn +const fork = require('child_process').fork const mkdirp = require('mkdirp') cons...
chore(tests): make test runnable on windows
mucsi96_nightwatch-cucumber
train
js
ec3f677e9240a8947b6a12e15e3fd77e9bbb51d5
diff --git a/lib/transports/polling-xhr.js b/lib/transports/polling-xhr.js index <HASH>..<HASH> 100755 --- a/lib/transports/polling-xhr.js +++ b/lib/transports/polling-xhr.js @@ -308,24 +308,8 @@ class Request extends Emitter { * @api private */ onLoad() { - let data; - try { - let contentType; - ...
refactor: remove binary handling for the polling transport Since Engine.IO v4, the binary payloads are always encoded as base<I> with the polling transport. See <URL>
socketio_engine.io-client
train
js
e0fbe27c99f24e6f02e9e7e347ee51f5b76d2e7a
diff --git a/server/join_command.go b/server/join_command.go index <HASH>..<HASH> 100644 --- a/server/join_command.go +++ b/server/join_command.go @@ -66,7 +66,7 @@ func (c *JoinCommandV1) Apply(context raft.Context) (interface{}, error) { // Check if the join command adds an instance that collides with existing one ...
fix(join_command): use RaftURL as peer address
etcd-io_etcd
train
go
5cc3be15be83b5358b78fccc9ef7e7f2a3bed45d
diff --git a/scripts/pkg/build.js b/scripts/pkg/build.js index <HASH>..<HASH> 100755 --- a/scripts/pkg/build.js +++ b/scripts/pkg/build.js @@ -31,7 +31,7 @@ const spawnOptions = { cwd: serverlessPath, stdio: 'inherit' }; '-c', 'scripts/pkg/config.js', '--targets', - 'node12-linux-x64,n...
feat: Update to Node <I> for standalone binaries
serverless_serverless
train
js
edc99bd921ea5cd09535225101727e1c0ba88a47
diff --git a/src/Animate.js b/src/Animate.js index <HASH>..<HASH> 100644 --- a/src/Animate.js +++ b/src/Animate.js @@ -108,6 +108,8 @@ class Animate extends Component { this.setState({ style: attributeName ? { [attributeName]: nextProps.to } : nextProps.to, }); + + return; } cons...
fix(animate): fix aniamte isActive judge
recharts_react-smooth
train
js
91e4949204622c947cc7e78e77936bd7c85afd42
diff --git a/config/webpack.config.base.js b/config/webpack.config.base.js index <HASH>..<HASH> 100644 --- a/config/webpack.config.base.js +++ b/config/webpack.config.base.js @@ -18,7 +18,8 @@ module.exports = { modules: [SRC_DIR, 'node_modules'], alias: { react: path.resolve(__dirname, 'aliases/global...
feat: :wrench: Use transpiled cozy-ui components
cozy_cozy-bar
train
js
70aef0b8d33a1f0514b2368fad996f54c052746d
diff --git a/examples/client.go b/examples/client.go index <HASH>..<HASH> 100644 --- a/examples/client.go +++ b/examples/client.go @@ -22,7 +22,7 @@ func httpClientUsage() error { headers.Set("Content-Type", "application/json") httpClient.SetRetryCount(2) - httpClient.SetRetrier(heimdall.NewRetrier(heimdall.NewCo...
fix: use jitter in constant backoff example
gojektech_heimdall
train
go
6503a2dab53a3de798bc3220aaee34f86518a617
diff --git a/lib/platform/git/storage.js b/lib/platform/git/storage.js index <HASH>..<HASH> 100644 --- a/lib/platform/git/storage.js +++ b/lib/platform/git/storage.js @@ -152,6 +152,10 @@ class Storage { '--name-only', 'origin/' + branch, ]); + // istanbul ignore if + if (!files) { + ...
fix(gitfs): handle null file list (#<I>)
renovatebot_renovate
train
js
66e3d706784b41132f3b084159febb9e1873214a
diff --git a/samtranslator/translator/translator.py b/samtranslator/translator/translator.py index <HASH>..<HASH> 100644 --- a/samtranslator/translator/translator.py +++ b/samtranslator/translator/translator.py @@ -1,6 +1,5 @@ import copy from samtranslator.model import ResourceTypeResolver, sam_resources -from colle...
fix: fix issue when referencing RestApiId by Ref (#<I>) This handles the error of when referencing an API via Ref so that the dictionary check actually occurs. This makes the type checks equivalent and isn't as restrictive as the OrderedDict class
awslabs_serverless-application-model
train
py
d5d4696925f975e44249ca007a44475a108492b1
diff --git a/packages/cli/config/index.js b/packages/cli/config/index.js index <HASH>..<HASH> 100644 --- a/packages/cli/config/index.js +++ b/packages/cli/config/index.js @@ -1,6 +1,6 @@ const os = require("os"); const path = require("path"); -const uuid = require("uuid/v4"); +const { v4: uuid } = require("uuid"); c...
fix: update import statement of uuid
Webiny_webiny-js
train
js
1edf082fe68325c58892993464f0116e55baec36
diff --git a/src/components/ImportRecordsFlow/index.js b/src/components/ImportRecordsFlow/index.js index <HASH>..<HASH> 100644 --- a/src/components/ImportRecordsFlow/index.js +++ b/src/components/ImportRecordsFlow/index.js @@ -37,8 +37,6 @@ const ADD_RECORDS = Symbol('add-records'); const MERGE_RECORDS = Symbol('merge...
fix: remove click and touchstart listener in PrimitiveMenu when unmount component (#<I>)
90milesbridge_react-rainbow
train
js,js
78ab81e2420a3a26d885919891da9e7903bf3342
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -115,8 +115,8 @@ func (u *Upgrader) selectSubprotocol(r *http.Request, responseHeader http.Header // Upgrade upgrades the HTTP server connection to the WebSocket protocol. // // The responseHeader is included in the res...
docs: clarify that sub protocols are not set via responseHeader arg.
gorilla_websocket
train
go
1db38e3cf2ab6074af26c47b6ff576a3bf1a2e6f
diff --git a/test/events/events.test.js b/test/events/events.test.js index <HASH>..<HASH> 100644 --- a/test/events/events.test.js +++ b/test/events/events.test.js @@ -200,3 +200,8 @@ test.cb(`Event [invalid request:group]`, invalidEventMacro, { post_type: 'request', request_type: 'group' }) + +test.cb(`Event [in...
test: add a test for invalid meta event.
momocow_node-cq-websocket
train
js
9a4f27da610b1ba1acc6b6af0ad36cf8f7b2f791
diff --git a/src/Common/Traits/Model/Nestable.php b/src/Common/Traits/Model/Nestable.php index <HASH>..<HASH> 100644 --- a/src/Common/Traits/Model/Nestable.php +++ b/src/Common/Traits/Model/Nestable.php @@ -244,7 +244,7 @@ trait Nestable // Save breadcrumbs to the current item $this->skipUpda...
chore: Ensure correctly cast ID is passed down the chain
nails_common
train
php
359d3cb39b15814121bda84796455528378c299a
diff --git a/test/queue.js b/test/queue.js index <HASH>..<HASH> 100644 --- a/test/queue.js +++ b/test/queue.js @@ -315,7 +315,7 @@ describe('Taskman queue', function () { }); }); - it('should fetch multiple values', function (done) { + it.only('should fetch multiple values', function (done) ...
fix(pop): with unique and batch mode
neoziro_node-taskman
train
js
f33f189855693c5d47a265a24ca84b75937eb497
diff --git a/js/gridCompOperateRow.js b/js/gridCompOperateRow.js index <HASH>..<HASH> 100644 --- a/js/gridCompOperateRow.js +++ b/js/gridCompOperateRow.js @@ -310,7 +310,8 @@ const deleteOneRow = function(index){ var obj = {}; obj.gridObj = this; obj.index = index; - if(!this.options.o...
fix: 优化onRowDelete传入参数
iuap-design_tinper-neoui-grid
train
js
45b3e6cd263f03960a0bf0aa823f248e1eb95271
diff --git a/packages/core/lib/config.js b/packages/core/lib/config.js index <HASH>..<HASH> 100644 --- a/packages/core/lib/config.js +++ b/packages/core/lib/config.js @@ -44,6 +44,9 @@ const resolveBrowserMixin = createResolver({ mainFields: ['mixin:browser', 'mixin:runtime', 'mixin'], }); +const isResolveError =...
fix(core): catch resolve errors when searching for presets
untool_untool
train
js
1d8037505465286ed70770f156b752a6deb4919a
diff --git a/lib/util/query-params.js b/lib/util/query-params.js index <HASH>..<HASH> 100644 --- a/lib/util/query-params.js +++ b/lib/util/query-params.js @@ -195,6 +195,12 @@ const queryParams = [ }, { text: '10 miles', value: 16093 + }, { + text: '20 miles', + value: 32187 ...
feat(query-params): Add <I> and <I> mile default options for biking
opentripplanner_otp-react-redux
train
js
3fffa13838d1a2d4939efbed787de98941a9e7a0
diff --git a/packages/vue-styleguidist/src/rsg-components/PlaygroundAsync/PlaygroundAsync.js b/packages/vue-styleguidist/src/rsg-components/PlaygroundAsync/PlaygroundAsync.js index <HASH>..<HASH> 100644 --- a/packages/vue-styleguidist/src/rsg-components/PlaygroundAsync/PlaygroundAsync.js +++ b/packages/vue-styleguidist...
fix: wrong propTypes for playgroundAsync
vue-styleguidist_vue-styleguidist
train
js
d31a523d1b042572e6e163edb7ee5e7d13b5a2e6
diff --git a/src/context/index.js b/src/context/index.js index <HASH>..<HASH> 100644 --- a/src/context/index.js +++ b/src/context/index.js @@ -43,7 +43,7 @@ export default async function(config) { }); const clientCredentials = await authClient.clientCredentialsGrant({ - audience: config.AUTH0_AUDIENCE ...
fix: node <I> compatibility getting access token
auth0_auth0-deploy-cli
train
js
48e1da50efbc04330c11f39e063a01f517ae8aa4
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,9 +140,9 @@ html_theme_options = { 'show_powered_by': False, 'extra_nav_links': { 'invenio-collections@GitHub': - 'http://github.com/inveniosoftware/invenio-collections', + ...
docs: autodoc configuration and HTTPS fix * Replaces HTTP links with HTTPS where possible.
inveniosoftware_invenio-collections
train
py
e6719d70c9ab2c8ab7e7bb663113e5e7a0225fc4
diff --git a/lib/awesome_form/methods/actions.rb b/lib/awesome_form/methods/actions.rb index <HASH>..<HASH> 100644 --- a/lib/awesome_form/methods/actions.rb +++ b/lib/awesome_form/methods/actions.rb @@ -8,6 +8,7 @@ module AwesomeForm render_method :action protected + def default_keys_for_actions ...
style(actions): adds whitespace after protected keyword
abe33_awesome_form
train
rb
c859d9f9b84450e8ed6ca7ef891f22aa39ce35e5
diff --git a/tests/flow_test.go b/tests/flow_test.go index <HASH>..<HASH> 100644 --- a/tests/flow_test.go +++ b/tests/flow_test.go @@ -1310,7 +1310,9 @@ func TestFlowGRETunnel(t *testing.T) { {"sudo ip netns exec gre-vm2 ip a add 192.168.0.2/32 dev dummy0", true}, {"sudo ip netns exec gre-vm2 ip r add 192.168.0.0...
test: fix gre tunnel in slow environment This fix add a delay before ping in order to let skydive start the capture in slow environment. Change-Id: I9c1c<I>c<I>afd<I>cfdbfa5fb<I>b<I> Reviewed-on: <URL>
skydive-project_skydive
train
go
0d169937c029a4856151b1bef2e4e856ca7073e4
diff --git a/lib/BaseWidget.js b/lib/BaseWidget.js index <HASH>..<HASH> 100644 --- a/lib/BaseWidget.js +++ b/lib/BaseWidget.js @@ -23,7 +23,11 @@ function BaseWidget (opts) { util.logger.debug(util.typeOf(self), 'init {'+Object.keys(opts).join(',')+'}'); self.ready = Promise.delay(0) - .then(function () { re...
feat(call): support BaseWidget.call(el) to 'bless' el with BaseWidget-like properties
slap-editor_base-widget
train
js
e6d9f03c2a791e55bf6809f00a4e505e68160c2e
diff --git a/google-cloud-scheduler/synth.py b/google-cloud-scheduler/synth.py index <HASH>..<HASH> 100644 --- a/google-cloud-scheduler/synth.py +++ b/google-cloud-scheduler/synth.py @@ -110,6 +110,14 @@ s.replace( 'port = service_port || self.class::DEFAULT_SERVICE_PORT' ) +# TEMP: Re-add project_path helper w...
chore(scheduler): Reinstate project_path helper in synth
googleapis_google-cloud-ruby
train
py
3ab60099e1a34ca4b879a9a59b1e4fede1a0f42c
diff --git a/lib/html2rss/cli.rb b/lib/html2rss/cli.rb index <HASH>..<HASH> 100644 --- a/lib/html2rss/cli.rb +++ b/lib/html2rss/cli.rb @@ -11,7 +11,7 @@ module Html2rss true end - desc 'feed YAML_FILE [FEED_NAME] [param=value ...]', 'print RSS built from the FEED_CONFIG file to stdout' + desc 'feed ...
fix(cli): inconsistent wording in description (#<I>)
gildesmarais_html2rss
train
rb
11c5dcd7c1356d9c948329fef7019484e8b33a86
diff --git a/lib/filter.js b/lib/filter.js index <HASH>..<HASH> 100644 --- a/lib/filter.js +++ b/lib/filter.js @@ -1,23 +1,23 @@ 'use strict'; -var CleanCSS = require('clean-css'); -var minimatch = require('minimatch'); -var Promise = require('bluebird'); +const CleanCSS = require('clean-css'); +const minimatch = re...
refactor: es6-fy
hexojs_hexo-clean-css
train
js
28f8c1ab4995db34c40c617f3bcb0ae33b4ac110
diff --git a/twitter4j-stream/src/main/java/twitter4j/UserStreamImpl.java b/twitter4j-stream/src/main/java/twitter4j/UserStreamImpl.java index <HASH>..<HASH> 100644 --- a/twitter4j-stream/src/main/java/twitter4j/UserStreamImpl.java +++ b/twitter4j-stream/src/main/java/twitter4j/UserStreamImpl.java @@ -48,7 +48,7 @@ fin...
fix: cannot receive direct messages while streaming
Twitter4J_Twitter4J
train
java
330865c5a0558597bb6688c0ee71f2b652f210a2
diff --git a/src/PusherChannel.php b/src/PusherChannel.php index <HASH>..<HASH> 100644 --- a/src/PusherChannel.php +++ b/src/PusherChannel.php @@ -2,10 +2,10 @@ namespace NotificationChannels\PusherPushNotifications; -use Pusher\Pusher; use Illuminate\Events\Dispatcher; -use Illuminate\Notifications\Notification;...
chore: apply style fixes (#<I>)
laravel-notification-channels_pusher-push-notifications
train
php,php
3d52b0c22459adf097423c160b20840e8c5b0bea
diff --git a/bin/mjsre.js b/bin/mjsre.js index <HASH>..<HASH> 100755 --- a/bin/mjsre.js +++ b/bin/mjsre.js @@ -118,10 +118,11 @@ const mjinput = { linebreaks: argv.linebreaks } +console.log(argv._[0]) const output = function(result) { if (result.errors) console.log(result.errors); else if (argv.css) ...
fix: bin/mjsre fails on non-svg output Prioritize: svg before html before mml Fixes #<I>
pkra_mathjax-node-sre
train
js
5518a306847fa3353e4ca86f99fa076eb1451770
diff --git a/addon-test-support/properties/contains.js b/addon-test-support/properties/contains.js index <HASH>..<HASH> 100644 --- a/addon-test-support/properties/contains.js +++ b/addon-test-support/properties/contains.js @@ -1,6 +1,7 @@ -import { assign, every } from '../-private/helpers'; +import { A } from '@ember/...
fix: Contains should use synthetic -jquery over jquery import (#<I>)
san650_ember-cli-page-object
train
js