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
5d0f9a090082b4550b8b8fd75cd626cfcc8a9c08
diff --git a/engine/src/main/java/org/camunda/bpm/engine/FormService.java b/engine/src/main/java/org/camunda/bpm/engine/FormService.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/FormService.java +++ b/engine/src/main/java/org/camunda/bpm/engine/FormService.java @@ -248,8 +248,26 @@ ...
docs(form-service): add missing java docs related to CAM-<I>
camunda_camunda-bpm-platform
train
java
dc70e303abb7a405a666d39d6300168277879676
diff --git a/packages/d3fc-chart/src/svg/cartesian.js b/packages/d3fc-chart/src/svg/cartesian.js index <HASH>..<HASH> 100644 --- a/packages/d3fc-chart/src/svg/cartesian.js +++ b/packages/d3fc-chart/src/svg/cartesian.js @@ -60,7 +60,7 @@ export default (xScale = scaleIdentity(), yScale = scaleIdentity()) => { ...
fix: flip the vertical axis labels to read ltr (#<I>) Fixes #9
d3fc_d3fc
train
js
1d825eb685ea047333efdb94b0b7908353a091e3
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1126,7 +1126,7 @@ gulp.task('bundles.js.umd.min', ['!bundles.js.umd', '!bundle.ng.polyfills'], fun // minify production bundles return gulp.src([ - 'dist/js/bundle/angular-polyfills.js', + ...
chore(bundles): rename angular-polyfills to angular2-polyfills.
angular_angular
train
js
4c0cf991173ae4d4c424a3fb88fa4b9bb9679f89
diff --git a/inmem/task_test.go b/inmem/task_test.go index <HASH>..<HASH> 100644 --- a/inmem/task_test.go +++ b/inmem/task_test.go @@ -15,7 +15,6 @@ var ( taskBucket = []byte("tasksv1") organizationBucket = []byte("organizationsv1") authBucket ...
chore(inmem): Resolve staticcheck issue
influxdata_influxdb
train
go
082855d9844657a9f31fc2d596837764683fc4b8
diff --git a/lib/rules/commit-name.js b/lib/rules/commit-name.js index <HASH>..<HASH> 100644 --- a/lib/rules/commit-name.js +++ b/lib/rules/commit-name.js @@ -80,15 +80,16 @@ module.exports = { }; function users(cmt) { - const author = user(cmt, 'author'); - const committer = user(cmt, 'committer'...
refactor: rule commit-name
MailOnline_gh-lint
train
js
da89ee5adc3de6190c8f802267480f6a7bb52f1f
diff --git a/src/filters.js b/src/filters.js index <HASH>..<HASH> 100644 --- a/src/filters.js +++ b/src/filters.js @@ -13,6 +13,7 @@ angular.module('angular.filter', [ 'a8m.strip-tags', 'a8m.stringular', 'a8m.truncate', + 'a8m.start-with', 'a8m.concat', 'a8m.unique',
fix(filter): register start-with module
a8m_angular-filter
train
js
3eea0fe9d72daab2cd6bbcbb36bcf4a2bdf9afdb
diff --git a/views/default/components/list/list.js b/views/default/components/list/list.js index <HASH>..<HASH> 100644 --- a/views/default/components/list/list.js +++ b/views/default/components/list/list.js @@ -169,9 +169,11 @@ define(function (require) { if (self.timeout) { clearTimeout(self.timeout); } +...
fix(ajax): throttle simulatenous ajax requests With too many autorefreshing lists on the page, ajax requests fire simultaneously freezing the page. This adds a bit of a random offset, so timeouts are randomized
hypeJunction_hypeLists
train
js
262be40d177fe9b877d1c0d2ab04952350041d69
diff --git a/zk_shell/shell.py b/zk_shell/shell.py index <HASH>..<HASH> 100644 --- a/zk_shell/shell.py +++ b/zk_shell/shell.py @@ -1564,7 +1564,7 @@ child_watches=%s""" def color_outliers(group, delta, marker=lambda x: red(str(x))): colored = False - outliers = find_outliers(group[1:]...
fix(chkzk): delta for outliers was hard-coded
rgs1_zk_shell
train
py
4e260775b29387ef9ebf68263306f9c98de0b51f
diff --git a/core/commands/dns.go b/core/commands/dns.go index <HASH>..<HASH> 100644 --- a/core/commands/dns.go +++ b/core/commands/dns.go @@ -32,6 +32,10 @@ remember. To create memorable aliases for multihashes, DNS TXT records can point to other DNS links, IPFS objects, IPNS keys, etc. This command resolves those ...
docs: add a note for dns command License: MIT
ipfs_go-ipfs
train
go
14b8a0cb8b8931214429b5b9ef61e359ac8a95a4
diff --git a/fsoopify/paths.py b/fsoopify/paths.py index <HASH>..<HASH> 100644 --- a/fsoopify/paths.py +++ b/fsoopify/paths.py @@ -28,10 +28,6 @@ class PathPart(str): return self._normcased == os.path.normcase(other) -class DirectoryPart(PathPart): - pass - - class NamePart(PathPart): def __init__...
feat: dirname should be a new Path.
Cologler_fsoopify-python
train
py
7fe482cf9a632fcaade2d5827ac9bfd658eb90a3
diff --git a/src/core/util/util.js b/src/core/util/util.js index <HASH>..<HASH> 100644 --- a/src/core/util/util.js +++ b/src/core/util/util.js @@ -113,12 +113,14 @@ angular.module('material.core') var scrollOffset = body.scrollTop + body.parentElement.scrollTop; var clientWidth = body.clientWidth;...
fix(disableScroll): fix disable scroll creating scrollbar when none existed
angular_material
train
js
c7e006148357142072b42a8e88ccc329934b4326
diff --git a/webpack.config.build.js b/webpack.config.build.js index <HASH>..<HASH> 100644 --- a/webpack.config.build.js +++ b/webpack.config.build.js @@ -29,6 +29,7 @@ module.exports = function(theme, type = 'intact') { resolve: { alias: { './components/code': './empty', + ...
chore: fix build kpc.react.js with intact-vue
ksc-fe_kpc
train
js
4205b58753712f9f89bd871815a5279c1880c852
diff --git a/_postinstall.js b/_postinstall.js index <HASH>..<HASH> 100755 --- a/_postinstall.js +++ b/_postinstall.js @@ -60,7 +60,7 @@ try { "https://www.bbcweb3hytmzhn5d532owbu6oqadra5z3ar726vq5kgwwn6aucdccrad.onion/russian" ), "", flags(), "", bold("Прекратите эту бессмысленную агрессию! Остановите Пут...
refactor: Fixed pronoun in manifest (#<I>)
medikoo_es5-ext
train
js
5e896927ccb0df351239d670f1ebf70d92c5c2a4
diff --git a/flask_appbuilder/static/appbuilder/js/ab.js b/flask_appbuilder/static/appbuilder/js/ab.js index <HASH>..<HASH> 100644 --- a/flask_appbuilder/static/appbuilder/js/ab.js +++ b/flask_appbuilder/static/appbuilder/js/ab.js @@ -51,9 +51,9 @@ $(function() { $('.appbuilder_date').datetimepicker({ pic...
fix(js): select2 readonly not working (#<I>)
dpgaspar_Flask-AppBuilder
train
js
57ba4a84cd03ddb6c771ac19613c38cdf740d4a2
diff --git a/src/HttpAnswer.js b/src/HttpAnswer.js index <HASH>..<HASH> 100644 --- a/src/HttpAnswer.js +++ b/src/HttpAnswer.js @@ -138,7 +138,9 @@ HttpAnswer.prototype.end = function(){ } if( ! this.answered() ){ - this._native.writeHead(this._statusCode, this._headers); + //t...
fix: don't send the headers in advance. as many libraries send the headers when they start sending the stream.
node-muneem_muneem
train
js
91b3f6337add88cc03947beacc33233aaa81cbc3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -6,10 +6,15 @@ var path = require("path"); module.exports = function (content, sourceMap) { this.cacheable && this.cacheable(); var resourceDir = path.dirname(this.resourcePath); - var files = glob.sync(content.trim(),...
feat: warn if there are no matches for the glob
joscha_less-vars-loader
train
js
abc4ce92980829cbfb39e9ca5b5c899f372e8c88
diff --git a/src/uiSelectController.js b/src/uiSelectController.js index <HASH>..<HASH> 100644 --- a/src/uiSelectController.js +++ b/src/uiSelectController.js @@ -169,7 +169,6 @@ uis.controller('uiSelectCtrl', } ctrl.refreshItems = function (data){ - $scope.calculateDropdownPos(); data = data ||...
fix(choices): avoid to recalculate position when set 'down'
angular-ui_ui-select
train
js
787075847bebc9c074c8cf900e91181dad816292
diff --git a/src/pandas_profiling/model/pandas/duplicates_pandas.py b/src/pandas_profiling/model/pandas/duplicates_pandas.py index <HASH>..<HASH> 100644 --- a/src/pandas_profiling/model/pandas/duplicates_pandas.py +++ b/src/pandas_profiling/model/pandas/duplicates_pandas.py @@ -35,7 +35,7 @@ def pandas_get_duplicates( ...
fix: pandas groupby ignoring duplicates with nans
pandas-profiling_pandas-profiling
train
py
4b47987ab4dd628bc30f6a811082d80335c593e3
diff --git a/lib/zendesk_apps_support/product.rb b/lib/zendesk_apps_support/product.rb index <HASH>..<HASH> 100644 --- a/lib/zendesk_apps_support/product.rb +++ b/lib/zendesk_apps_support/product.rb @@ -1,13 +1,13 @@ module ZendeskAppsSupport module Product - # The ids below match the values in the database, do ...
fix(product): change id to code
zendesk_zendesk_apps_support
train
rb
d2aa63d0610d5fadabc7057916f772fa3af7d007
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -26,7 +26,7 @@ function proxy(callback) { .concat(require('./inspectors')) .concat(config.middlewares) .concat(require('./handlers')); - server.timeout = config.idleTimeout; + server.timeout = ...
refactor: Reset server.keepAliveTimeout
avwo_whistle
train
js
38036c6422883a67bd8c510ee732748a046feb94
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ const fs = require('fs'); const path = require('path'); +const isJSON = require('is-json'); const posthtml = require('posthtml'); const render = require('posthtml-render'); const match = require('posthtml-m...
fix: fails to parse expressions in <content>, close #<I>
posthtml_posthtml-modules
train
js
f7f7cd9d3810ccedfb4779f308ee1374edf9c4e4
diff --git a/src/directives/formBuilderDnd.js b/src/directives/formBuilderDnd.js index <HASH>..<HASH> 100644 --- a/src/directives/formBuilderDnd.js +++ b/src/directives/formBuilderDnd.js @@ -38,7 +38,7 @@ module.exports = [ $scope.addComponent = function(component, index) { // Only edit immediately for co...
fix: only edit newly-added components If component has been added before, don’t open the edit modal again. That should fix this issues/<I>
formio_ngFormBuilder
train
js
d91e8ca358e468857494d19277d420b7da4ddbb5
diff --git a/demo/common/assets.js b/demo/common/assets.js index <HASH>..<HASH> 100644 --- a/demo/common/assets.js +++ b/demo/common/assets.js @@ -754,7 +754,7 @@ shakaAssets.testAssets = [ new ShakaDemoAssetInfo( /* name= */ 'Low Latency DASH Live', /* iconUri= */ 'https://storage.googleapis.com/shaka...
fix: Update low latency dash manifest url Issue #<I> Change-Id: I<I>ce<I>cc<I>b<I>fbf<I>b<I>d<I>fa<I>ab
google_shaka-player
train
js
ba64c56a298e2af4b74f3e0f4bc870278fffc665
diff --git a/service.js b/service.js index <HASH>..<HASH> 100755 --- a/service.js +++ b/service.js @@ -262,7 +262,7 @@ class ServiceConsul extends service.Service { timeoutForTransition(transition) { if (transition.name === 'start') { - return this.startTimeout * 1000; // 600000; + return this.startTimeout *...
fix: increase minTimout slightly
Kronos-Integration_kronos-service-consul
train
js
c3470b5fe1271bdf85dd8628e47146d0dfd7f42b
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -218,6 +218,12 @@ function configureCommandlineSwitchesSync(cliArgs) { } }); + /* Following features are disabled from the runtime. + * `CalculateNativeWinOcclusion` - Disable native window occlusion tracke...
fix: disable occlusion tracker on windows (#<I>)
Microsoft_vscode
train
js
b46d7fd5271a103a23c35a6988847b260d07329d
diff --git a/pkg/kube/wait.go b/pkg/kube/wait.go index <HASH>..<HASH> 100644 --- a/pkg/kube/wait.go +++ b/pkg/kube/wait.go @@ -267,7 +267,10 @@ func (w *waiter) statefulSetReady(sts *appsv1.StatefulSet) bool { var partition int // 1 is the default for replicas if not set var replicas = 1 - if sts.Spec.UpdateStrat...
fix(kube): Fixes nil panic with stateful set waiting Sometimes the stateful set `rollingUpdate` field can be nil even when the strategy is a rolling update Fixes #<I>
helm_helm
train
go
05d5fbf09094501e8243b9beb80794f1b64713a4
diff --git a/packages/www/gulpfile.js b/packages/www/gulpfile.js index <HASH>..<HASH> 100644 --- a/packages/www/gulpfile.js +++ b/packages/www/gulpfile.js @@ -56,7 +56,7 @@ const buildViewForPageUrl = (basename, pageUrl = config.get("www.publishUrl")) = packageJson, pageUrl, ...
chore: `<script type="application/javascript">` -> `<script>`.
randytarampi_me
train
js
9c12d96809f0a47d89a79fcd864527d3a3bab6af
diff --git a/bootstrap.php b/bootstrap.php index <HASH>..<HASH> 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -20,8 +20,4 @@ if (!($settings = include(__DIR__ . '/config.php'))) { throw new \RuntimeException('Could not read config.php, please copy config.php-DEVELOPMENT to config.php & customize to your needs!...
fix: remove conflicting class_alias from boostrap.php
ezsystems_ezpublish-kernel
train
php
51c2e19e874be6a7a203cb77829ac9b29dbf1946
diff --git a/lib/core/utils/flattened-tree.js b/lib/core/utils/flattened-tree.js index <HASH>..<HASH> 100644 --- a/lib/core/utils/flattened-tree.js +++ b/lib/core/utils/flattened-tree.js @@ -34,13 +34,13 @@ function virtualDOMfromNode(node, shadowId) { actualNode: node, _isHidden: null, // will be populated by ax...
fix: check if property exists in cache of flattenedTree (#<I>)
dequelabs_axe-core
train
js
da1bb94579c1898d1bbb2a2e43cf1cea8ebebb73
diff --git a/src/Cache/FileStore.php b/src/Cache/FileStore.php index <HASH>..<HASH> 100644 --- a/src/Cache/FileStore.php +++ b/src/Cache/FileStore.php @@ -167,7 +167,13 @@ class FileStore extends AbstractCache public function sharedGet(string $path): string { return $this->lock($path, LOCK_SH, functi...
fix: Typecast issues (#<I>)
ankitpokhrel_tus-php
train
php
e05cc61b745c4263b4ff8145c897a424a7e6a1ad
diff --git a/quasar/src/components/field/QField.js b/quasar/src/components/field/QField.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/field/QField.js +++ b/quasar/src/components/field/QField.js @@ -47,7 +47,7 @@ export default Vue.extend({ }, floatingLabel () { - return this.stackLabel || ...
fix(quasar): [v1] QInput with type=number label will not float with default value #<I>
quasarframework_quasar
train
js
509f05507968034f9b775e6325ec2f033d1159a7
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -423,7 +423,6 @@ let currentParser = null let currentBufferRef = null let currentBufferSize = 16384 let currentBufferPtr = llhttp.exports.malloc(currentBufferSize) -let currentBufferView = new Uint8Array...
fix: detached buffer error (#<I>) Somehow the error "Cannot perform %TypedArray%.prototype.set on a detached ArrayBuffer" occurs when using a saved buffer view.
mcollina_undici
train
js
444c05ff59fe95e018e3ea820161c322f7572f05
diff --git a/packages/components/bolt-trigger/__tests__/trigger.e2e.js b/packages/components/bolt-trigger/__tests__/trigger.e2e.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-trigger/__tests__/trigger.e2e.js +++ b/packages/components/bolt-trigger/__tests__/trigger.e2e.js @@ -13,6 +13,7 @@ module.exports ...
test: try waiting for lazy images to load
bolt-design-system_bolt
train
js
890d3a25c425ad28b9f0679f2ac70802223c9dc5
diff --git a/packages/d3fc-webgl/src/buffers/constantAttribute.js b/packages/d3fc-webgl/src/buffers/constantAttribute.js index <HASH>..<HASH> 100644 --- a/packages/d3fc-webgl/src/buffers/constantAttribute.js +++ b/packages/d3fc-webgl/src/buffers/constantAttribute.js @@ -1,9 +1,9 @@ import baseAttributeBuilder from './...
feat: support initialValue for constantAttribute
d3fc_d3fc
train
js
651490f9614de677b770fdadb58b0afaa5b6ac30
diff --git a/app/lib/webpack/ssr/plugin.webserver-assets.js b/app/lib/webpack/ssr/plugin.webserver-assets.js index <HASH>..<HASH> 100644 --- a/app/lib/webpack/ssr/plugin.webserver-assets.js +++ b/app/lib/webpack/ssr/plugin.webserver-assets.js @@ -59,10 +59,6 @@ module.exports = class WebserverAssetsPlugin { quas...
fix(app): removed vuex from ssr package.json (#<I>)
quasarframework_quasar
train
js
5c85df90d55d4e1a9ebb3306e7764699ea30c360
diff --git a/util/rbac/rbac.go b/util/rbac/rbac.go index <HASH>..<HASH> 100644 --- a/util/rbac/rbac.go +++ b/util/rbac/rbac.go @@ -470,6 +470,12 @@ func loadPolicyLine(line string, model model.Model) error { key := tokens[0] sec := key[:1] + if _, ok := model[sec]; !ok { + return fmt.Errorf("invalid RBAC policy:...
fix: Fix a possible crash when parsing RBAC (#<I>)
argoproj_argo-cd
train
go
d3ca14947416ea35cbe4540afe7a0a08cbfb14d8
diff --git a/src/core/Node.js b/src/core/Node.js index <HASH>..<HASH> 100644 --- a/src/core/Node.js +++ b/src/core/Node.js @@ -88,8 +88,8 @@ let Node = Mixin(Base => { return self }, - updated(oldProps, newProps, modifiedProps) { - Super(this).updated(oldProps, newProps, modifi...
fix: forgot to update Node.updated parameters based on last commit
trusktr_infamous
train
js
bd58f00b59843480fd87311fbae620cf5f6360bb
diff --git a/src/authentication.js b/src/authentication.js index <HASH>..<HASH> 100644 --- a/src/authentication.js +++ b/src/authentication.js @@ -8,7 +8,10 @@ export class Authentication { constructor(storage, config) { this.storage = storage; this.config = config.current; - this.tokenName = this....
fix(authentication): use current tokenName
SpoonX_aurelia-authentication
train
js
92fd667e9a1566ecb0fdbd8aea2439705b7a807b
diff --git a/cobra/flux_analysis/summary.py b/cobra/flux_analysis/summary.py index <HASH>..<HASH> 100644 --- a/cobra/flux_analysis/summary.py +++ b/cobra/flux_analysis/summary.py @@ -136,14 +136,14 @@ def model_summary(model, threshold=1E-8, fva=None, floatfmt='.3g', lambda x: format_long_string(x.name.id, 15)...
refactor: remove rxn.x call in summary (#<I>)
opencobra_cobrapy
train
py
3f808661ce1e44a28602715cccfad096332b9d03
diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go index <HASH>..<HASH> 100644 --- a/workflow/controller/operator.go +++ b/workflow/controller/operator.go @@ -2798,7 +2798,7 @@ func parseStringToDuration(durationString string) (time.Duration, error) { } else if duration, err := time.ParseD...
chore: Surface parse duration error in operator (#<I>)
argoproj_argo
train
go
04fa40d94cad83b4e3b03bbb58c9c9b2805760d4
diff --git a/src/electronApi.js b/src/electronApi.js index <HASH>..<HASH> 100644 --- a/src/electronApi.js +++ b/src/electronApi.js @@ -4,6 +4,7 @@ * Split Electron API from the main code */ +var path = require('path'); var electron; try { // eslint-disable-next-line global-require @@ -119,7 +120,8 @@ functio...
fix(api): isDev should work properly when execName starts with electron
megahertz_electron-log
train
js
e87b421dd91979c321035ffdd097238799bcfd26
diff --git a/app/lib/webpack/electron/create-node-chain.js b/app/lib/webpack/electron/create-node-chain.js index <HASH>..<HASH> 100644 --- a/app/lib/webpack/electron/create-node-chain.js +++ b/app/lib/webpack/electron/create-node-chain.js @@ -68,6 +68,11 @@ module.exports = (nodeType, cfg, configName) => { .use(...
fix(app): fix TS file support for electron
quasarframework_quasar
train
js
023bdcf1217b8f86de250f53391ad3b1e356949d
diff --git a/storage/memory.go b/storage/memory.go index <HASH>..<HASH> 100644 --- a/storage/memory.go +++ b/storage/memory.go @@ -187,11 +187,6 @@ func (s *MemoryStore) InvalidateAuthorizeCodeSession(ctx context.Context, code s return nil } -func (s *MemoryStore) DeleteAuthorizeCodeSession(_ context.Context, code...
fix(storage): remove unused methods (#<I>)
ory_fosite
train
go
cc6b7a4863b73ffa499ab9c70aea3e3f53c2c171
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ function addValueBindLocator() { function loadAndWaitForAureliaPage(pageUrl) { browser.get(pageUrl); - return browser.executeAsyncScript( + return browser.executeScript( 'var cb = arguments[argument...
fix(index): Replace executeAyncScript with executeScript (#4) Fixes the issue described in: <URL>
aurelia_protractor-plugin
train
js
c9117941c9ddb5661e9daa7ad1263fc8e84df989
diff --git a/src/Traits/Stats.php b/src/Traits/Stats.php index <HASH>..<HASH> 100644 --- a/src/Traits/Stats.php +++ b/src/Traits/Stats.php @@ -26,10 +26,10 @@ use Illuminate\Support\Collection; use Illuminate\Support\Facades\DB; use Seat\Eveapi\Models\Character\CharacterInfoSkill; use Seat\Eveapi\Models\Character\Ch...
fix: correct path for CharacterWallet Journal class (#<I>) * Correct path for CharacterWallet Journal class * Update Stats.php Changed import order per CI
eveseat_web
train
php
ab48ad8f12d95783b819836e707292a9610f6cb6
diff --git a/tests/compiler/LLL/test_optimize_lll.py b/tests/compiler/LLL/test_optimize_lll.py index <HASH>..<HASH> 100644 --- a/tests/compiler/LLL/test_optimize_lll.py +++ b/tests/compiler/LLL/test_optimize_lll.py @@ -7,7 +7,6 @@ optimize_list = [ (["ne", 1, 0], ["ne", 1, 0]), # noop (["if", ["ne", 1, 0], "...
test: remove `assert_reason` macro from test cases
ethereum_vyper
train
py
05114e438c730cfff851ffa8589913eb0722bcf7
diff --git a/packages/plugin-credentials/test/unit/spec/credentials.js b/packages/plugin-credentials/test/unit/spec/credentials.js index <HASH>..<HASH> 100644 --- a/packages/plugin-credentials/test/unit/spec/credentials.js +++ b/packages/plugin-credentials/test/unit/spec/credentials.js @@ -115,7 +115,12 @@ describe(`pl...
fix(plugin-credentials): fix comparison that can never pass
webex_spark-js-sdk
train
js
8ba61284a41324224156038d29b208a7b72c6588
diff --git a/anyconfig/inputs.py b/anyconfig/inputs.py index <HASH>..<HASH> 100644 --- a/anyconfig/inputs.py +++ b/anyconfig/inputs.py @@ -140,6 +140,9 @@ def find_parser(ipath, cps_by_ext, cps_by_type, forced_type=None): if (ipath is None or not ipath) and forced_type is None: raise ValueError("ipath or ...
fix: make .inputs.find_parser return the first arg if it's parser .inputs.find_parser should return the first argument `ipath` at once if it's a parser object but it was not and now that wrong behavior was changed and corrected to do so.
ssato_python-anyconfig
train
py
b3db8fc285a1ba274ff63931da7278bae3c6af01
diff --git a/packages/openneuro-server/src/datalad/dataset.js b/packages/openneuro-server/src/datalad/dataset.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/src/datalad/dataset.js +++ b/packages/openneuro-server/src/datalad/dataset.js @@ -150,7 +150,7 @@ export const datasetsFilter = options => match =>...
fix: Fix regression with public dataset count
OpenNeuroOrg_openneuro
train
js
aee0f75c5512974b860043dd390994372961ba0f
diff --git a/ibm_watson/discovery_v1.py b/ibm_watson/discovery_v1.py index <HASH>..<HASH> 100644 --- a/ibm_watson/discovery_v1.py +++ b/ibm_watson/discovery_v1.py @@ -1815,7 +1815,7 @@ class DiscoveryV1(BaseService): parameter. :param bool spelling_suggestions: (optional) When `true` and the ...
docs: fix simple typo, retunred -> returned There is a small typo in ibm_watson/discovery_v1.py. Should read `returned` rather than `retunred`.
watson-developer-cloud_python-sdk
train
py
1db86b80644fd43336e1048d107cc5b8efdd9935
diff --git a/packages/drawer/src/react/index.js b/packages/drawer/src/react/index.js index <HASH>..<HASH> 100644 --- a/packages/drawer/src/react/index.js +++ b/packages/drawer/src/react/index.js @@ -129,7 +129,7 @@ class Drawer extends React.Component { <div> <DrawerBase isOpen={isOpen} onClick={this.ha...
refactor(drawer): don't overlap drawer base row border first rows now have no border top
pluralsight_design-system
train
js
d115b0867895ba59b9dcb827dd22c773b69e189f
diff --git a/lib/icon/module.js b/lib/icon/module.js index <HASH>..<HASH> 100755 --- a/lib/icon/module.js +++ b/lib/icon/module.js @@ -62,11 +62,11 @@ async function run (pwa, _emitAssets) { // Verify purpose if (options.purpose) { - const purpose = Array.isArray(options.purpose) ? options.purpose : [options...
refactor: simplify purpose validation logic
nuxt-community_pwa-module
train
js
5e8504b121a8372a8534b1440c23c3fd157eb351
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 @@ -33,6 +33,7 @@ var framesCallbacks = []; var MAX_LENGTH = 100; var MAX_BUF_LEN = 1024 * 200; var TIMEOUT = 600; +var SERVER_TIMEOUT = 1000 * 60 * 60; ...
refactor: set the plugin server.timeout = 1h
avwo_whistle
train
js
a15e6e70cede1fa7219410601f6103089ad8d054
diff --git a/quasar/src/components/input/QInput.js b/quasar/src/components/input/QInput.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/input/QInput.js +++ b/quasar/src/components/input/QInput.js @@ -97,6 +97,9 @@ export default Vue.extend({ __emitValue (val, stopWatcher) { const fn = () => { +...
fix(QInput): model when using debounce prop and Vue re-renders before QInput emits
quasarframework_quasar
train
js
42e441677952e165c17c3a57dd7014666043239e
diff --git a/packages/node_modules/@webex/internal-plugin-ediscovery/test/unit/spec/report.js b/packages/node_modules/@webex/internal-plugin-ediscovery/test/unit/spec/report.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/internal-plugin-ediscovery/test/unit/spec/report.js +++ b/packages/node_modules/...
fix(ediscovery): fix test failure
webex_spark-js-sdk
train
js
e0bbf83b88e4a20e0a6900b9e3656732212aa7bd
diff --git a/packages/vaex-core/vaex/json.py b/packages/vaex-core/vaex/json.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/json.py +++ b/packages/vaex-core/vaex/json.py @@ -52,12 +52,18 @@ class NumpySerializer: @staticmethod def encode(obj): - values = obj.tolist() + if np.ma.is...
feat(core): serialize masked arrays into JSON
vaexio_vaex
train
py
852f6f0b8bb70f2b03487c6073d7e17c7a97a566
diff --git a/epab/cmd/release.py b/epab/cmd/release.py index <HASH>..<HASH> 100644 --- a/epab/cmd/release.py +++ b/epab/cmd/release.py @@ -69,7 +69,6 @@ def release(ctx, new_version): do(ctx, sys.executable.replace('\\', '/') + ' setup.py bdist_wheel') do(ctx, 'twine upload dist/* --skip-existing', mu...
fix: push all refs after release
etcher-be_epab
train
py,py
fc5f6eff5d0e76d716de227db3eccf48142ba99b
diff --git a/lib/Request.js b/lib/Request.js index <HASH>..<HASH> 100644 --- a/lib/Request.js +++ b/lib/Request.js @@ -107,6 +107,7 @@ Request.prototype = { data = JSON.parse(data); } catch (err) { reject(err); + return; } finally { //释放当前请求数 var co...
fix: Cannot read property 'length' of undefined
yeezon_yhsd-api-node
train
js
9de814537eed3b571a52581376fe7d72c6f505f3
diff --git a/webapps/ui/cockpit/client/scripts/pages/dashboard.js b/webapps/ui/cockpit/client/scripts/pages/dashboard.js index <HASH>..<HASH> 100644 --- a/webapps/ui/cockpit/client/scripts/pages/dashboard.js +++ b/webapps/ui/cockpit/client/scripts/pages/dashboard.js @@ -37,20 +37,6 @@ var Controller = [ $scope.mai...
refactor(dashboard): remove some dead code
camunda_camunda-bpm-platform
train
js
0d83e493def6d5515b3f3537e73cbacd4c4a4516
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100755 --- a/cli.js +++ b/cli.js @@ -18,7 +18,14 @@ process.cliLogger = require('webpack-log')({ const updateNotifier = require('update-notifier'); const packageJson = require('./package.json'); -updateNotifier({ pkg: packageJson }).notify(); +const notifier = updat...
feat: update notify period set interval to be 1 week
webpack_webpack-cli
train
js
94de1f8e847326b37507bf7627f5c95ba8f5c0d2
diff --git a/test/support/prepare.js b/test/support/prepare.js index <HASH>..<HASH> 100644 --- a/test/support/prepare.js +++ b/test/support/prepare.js @@ -15,7 +15,7 @@ const npmrc = [ fs.writeFileSync(join(tmpPath, '.npmrc'), npmrc, 'utf-8') module.exports = function prepare (pkg) { - const pkgTmpPath = join(tmpP...
refactor(tests): instead of random temp dir names, use date It is easier to debug when the folders are sorted
pnpm_pnpm
train
js
cde3d8701d976b1b27ce8190514a29989a7041eb
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -334,6 +334,7 @@ function _handleWebsocket(socket, clientIp, clientPort, callback, wss) { if (retryConnect) { reqSocket.removeListener('error', retryConnect); ab...
refactor: retry connect if error
avwo_whistle
train
js,js
2187deb0a8cd2e5a8a00132954c815581dcd9390
diff --git a/templates/hooks/after_prepare/icons_and_splashscreens.js b/templates/hooks/after_prepare/icons_and_splashscreens.js index <HASH>..<HASH> 100755 --- a/templates/hooks/after_prepare/icons_and_splashscreens.js +++ b/templates/hooks/after_prepare/icons_and_splashscreens.js @@ -47,7 +47,9 @@ function copyFile (...
fix(hook): Ignore non-directory platforms when processing icons and splashscreens. Closes #<I>
diegonetto_generator-ionic
train
js
d53b1adc11c65bfb044c7bd4b3f79f602acf9728
diff --git a/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php b/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php +++ b/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php @@ -24,7 +24,7 @@ class LoadConfi...
fix: require fails if is_file cached by opcache (#<I>)
laravel_framework
train
php
b5dfcfbfda8a307f74a9650c216c349c4c3a864a
diff --git a/src/uploader/cos.js b/src/uploader/cos.js index <HASH>..<HASH> 100644 --- a/src/uploader/cos.js +++ b/src/uploader/cos.js @@ -6,6 +6,7 @@ 'use strict'; const request = require('superagent'); +const debug = require('debug')('cos'); const Promise = require('../promise'); module.exports = function upl...
fix(File): add missing debug requirement
leancloud_javascript-sdk
train
js
987c4522f3449b91f9e9a8f54b15a02b5ae02633
diff --git a/mapillary_tools/process_geotag_properties.py b/mapillary_tools/process_geotag_properties.py index <HASH>..<HASH> 100644 --- a/mapillary_tools/process_geotag_properties.py +++ b/mapillary_tools/process_geotag_properties.py @@ -57,7 +57,7 @@ def process_geotag_properties(import_path, ...
fix: gpx source condition
mapillary_mapillary_tools
train
py
5ab028a9128b289b0c840bdb6901021fc482e6f5
diff --git a/src/core/instance/inject.js b/src/core/instance/inject.js index <HASH>..<HASH> 100644 --- a/src/core/instance/inject.js +++ b/src/core/instance/inject.js @@ -41,14 +41,13 @@ export function resolveInject (inject: any, vm: Component): ?Object { // inject is :any because flow is not smart enough to figu...
refactor: speed up injection resolution
kaola-fed_megalo
train
js
34affc1a7a338aa372d5005472ea5c7d123547be
diff --git a/packages/vue-styleguidist/src/client/rsg-components/Usage/index.js b/packages/vue-styleguidist/src/client/rsg-components/Usage/index.js index <HASH>..<HASH> 100644 --- a/packages/vue-styleguidist/src/client/rsg-components/Usage/index.js +++ b/packages/vue-styleguidist/src/client/rsg-components/Usage/index....
style: allow customization of Usage component
vue-styleguidist_vue-styleguidist
train
js
f04f5de883cb2421c6bd9fb67951cdb5fc1eeff5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -13,14 +13,19 @@ function walkLib ({ lib, parameters, pastParameters = [] }) { } const nextCommand = parameters.shift() + const nextLib = lib[nextCommand] + + if (typeof nextLib === 'undefined') { + return { + ...
fix: when next command does not exist
gumieri_lib2cli
train
js
e41f3f74831e67b186ab4ff7d249148e829508c8
diff --git a/lib/client-base.js b/lib/client-base.js index <HASH>..<HASH> 100644 --- a/lib/client-base.js +++ b/lib/client-base.js @@ -697,17 +697,16 @@ function resume (client) { // TODO: Convert into buffer if ended && length > 0. const state = body._readableState - if ( - state && state.e...
refactor: move body.destroy into end handler
mcollina_undici
train
js
d944f9e665988c073e9eab1a81b3b09c50a78506
diff --git a/test/output.js b/test/output.js index <HASH>..<HASH> 100644 --- a/test/output.js +++ b/test/output.js @@ -1,3 +1,4 @@ +import path from 'path'; import test from 'ava'; import randomstring from 'randomstring'; import fs from 'fs-extra'; @@ -14,14 +15,16 @@ test('--output works', async t => { }); test...
test: improve test with large number of files
pvdlg_ncat
train
js
a9c195d5d765cc6604aab3fab3a1ac08a6551287
diff --git a/app/state.js b/app/state.js index <HASH>..<HASH> 100644 --- a/app/state.js +++ b/app/state.js @@ -47,8 +47,8 @@ const initialState = { y: 380, }, }, - 8: { - id: 8, + 5: { + id: 5, typeId: 5, patchId: 1, position: { diff --git a/...
fix(tests): fix tests for merged version
xodio_xod
train
js,js,js
9c194aa7e2febeab0cbd895067d7d90d82b137f9
diff --git a/blocks/blockstore/bloom_cache.go b/blocks/blockstore/bloom_cache.go index <HASH>..<HASH> 100644 --- a/blocks/blockstore/bloom_cache.go +++ b/blocks/blockstore/bloom_cache.go @@ -142,10 +142,7 @@ func (b *bloomcache) Get(k *cid.Cid) (blocks.Block, error) { } func (b *bloomcache) Put(bl blocks.Block) err...
fix: remove bloom filter check on Put call in blockstore To prevent put we need to have conclusive information if item is contained in the repo, bloom filter won't give this information. It only says if it is for sure not contained. License: MIT
ipfs_go-ipfs
train
go
8a58d09665eba2ddb12a85424a16442e3e79dac5
diff --git a/lib/artillery-global.js b/lib/artillery-global.js index <HASH>..<HASH> 100644 --- a/lib/artillery-global.js +++ b/lib/artillery-global.js @@ -45,11 +45,11 @@ async function createGlobalObject(opts) { if (typeof opts === 'string') { level = opts; } else { + opts = opts || {}; ...
fix(global): handle artillery.log() with just one argument
artilleryio_artillery
train
js
69a0eee52da983cfb517deee9b1db9f29bec85f2
diff --git a/vaex/file/other.py b/vaex/file/other.py index <HASH>..<HASH> 100644 --- a/vaex/file/other.py +++ b/vaex/file/other.py @@ -382,7 +382,7 @@ class FitsBinTable(DatasetMemoryMapped): else: for i in range(arraylength): name = column_name+"_" +str(i) - self.addColumn(na...
fix: integer division for mmaped columns with arrays
vaexio_vaex
train
py
0dcbbd4d41d61169408517c947b14a7e7c8000af
diff --git a/packages/posts/test/integration/db/models/post.js b/packages/posts/test/integration/db/models/post.js index <HASH>..<HASH> 100644 --- a/packages/posts/test/integration/db/models/post.js +++ b/packages/posts/test/integration/db/models/post.js @@ -3,6 +3,8 @@ import {expect} from "chai"; import PostModel, {...
fix(posts): `Post` model integration tests timeout after <I>s. Seems like they're actually running. Don't think any `sleep`ing is required.
randytarampi_me
train
js
61766e11098921c0df9f2bc4ba99339481a0597c
diff --git a/core/src/elements/base/base-input.js b/core/src/elements/base/base-input.js index <HASH>..<HASH> 100755 --- a/core/src/elements/base/base-input.js +++ b/core/src/elements/base/base-input.js @@ -159,8 +159,4 @@ export default class BaseInputElement extends BaseElement { get disabled() { return this....
refactor(base-input): Remove native events.
OnsenUI_OnsenUI
train
js
795b908095b29e76435479879c1ade7ef759ce7b
diff --git a/src/core/vdom/patch.js b/src/core/vdom/patch.js index <HASH>..<HASH> 100644 --- a/src/core/vdom/patch.js +++ b/src/core/vdom/patch.js @@ -120,7 +120,14 @@ export function createPatchFunction (backend) { if ( !inPre && !vnode.ns && - !(config.ignoredElements.length &&...
feat: support RegExp in ignoredElements (#<I>)
kaola-fed_megalo
train
js
a7dfc114c2f10d5fb0b442fd21ee94dc678e227e
diff --git a/packages/themes/src/g10.js b/packages/themes/src/g10.js index <HASH>..<HASH> 100644 --- a/packages/themes/src/g10.js +++ b/packages/themes/src/g10.js @@ -8,7 +8,7 @@ import { adjustLightness } from './tools'; import { // Blue - blue20, + blue10, blue40, blue60, blue70, @@ -124,7 +124,7 @@ ...
fix(themes): correct color for highlight token in g<I> theme (#<I>)
carbon-design-system_carbon-components
train
js
eed6c3edab0d2a5758da3d9cb465c56778d05d99
diff --git a/helpers/form/class.FormElement.php b/helpers/form/class.FormElement.php index <HASH>..<HASH> 100644 --- a/helpers/form/class.FormElement.php +++ b/helpers/form/class.FormElement.php @@ -25,7 +25,6 @@ declare(strict_types=1); use oat\oatbox\validator\ValidatorInterface; use oat\tao\helpers\form\elements\x...
refactor: remove unnecessary use-statement
oat-sa_tao-core
train
php
3a50f9e5abfee01f76dc39e688189421d33d4d86
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,6 +4,7 @@ module.exports = { }, 'extends': 'eslint:recommended', 'rules': { + 'no-console': 'off', 'curly': ['error', 'all'], 'default-case': 'warn', 'dot-location': ['error', 'property'], @@...
chore: update few rules for linter
valerii-zinchenko_inheritance-diagram
train
js
9ca77317ba5b104f6b894ff14860a408007399b5
diff --git a/src/plugins/media_control/media_control.js b/src/plugins/media_control/media_control.js index <HASH>..<HASH> 100644 --- a/src/plugins/media_control/media_control.js +++ b/src/plugins/media_control/media_control.js @@ -664,8 +664,13 @@ export default class MediaControl extends UICorePlugin { * @method c...
fix(media_control): check if options has source in configure method Fixes #<I>.
clappr_clappr
train
js
d294ccba7c5b59df911c92953c1e20884c8af4e5
diff --git a/packages/themify/src/index.js b/packages/themify/src/index.js index <HASH>..<HASH> 100755 --- a/packages/themify/src/index.js +++ b/packages/themify/src/index.js @@ -56,7 +56,6 @@ function writeToFile(filePath, output) { return fs.outputFileSync(filePath, output); } - /** Define the default variatio...
fix: fix prettier lint issues
bolt-design-system_bolt
train
js
dbb5d46d4bb322d35211a772e9eb448091240c35
diff --git a/src/library/styles/__tests__/createStyledComponent.spec.js b/src/library/styles/__tests__/createStyledComponent.spec.js index <HASH>..<HASH> 100644 --- a/src/library/styles/__tests__/createStyledComponent.spec.js +++ b/src/library/styles/__tests__/createStyledComponent.spec.js @@ -1,6 +1,7 @@ /* @flow */ ...
test(styles): Add note about warning that is safe to ignore
mineral-ui_mineral-ui
train
js
2809e0e6ff89d0464fa7b46891034ce101453f1a
diff --git a/vyper/parser/arg_clamps.py b/vyper/parser/arg_clamps.py index <HASH>..<HASH> 100644 --- a/vyper/parser/arg_clamps.py +++ b/vyper/parser/arg_clamps.py @@ -1,6 +1,7 @@ import functools import uuid +from vyper.opcodes import version_check from vyper.parser.lll_node import LLLnode from vyper.types.types ...
feat: use shr for clamping booleans
ethereum_vyper
train
py
c6a8ad9e3a960637526d2dd9dbd31a2080218532
diff --git a/script/upload-index-json.py b/script/upload-index-json.py index <HASH>..<HASH> 100755 --- a/script/upload-index-json.py +++ b/script/upload-index-json.py @@ -10,7 +10,7 @@ from lib.util import s3put, scoped_cwd, safe_mkdir SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) OUT_DIR ...
chore: remove v from script :sigh: (#<I>)
electron_electron
train
py
ba589430e084f2a0311ac9f2e1a9c58baf377fba
diff --git a/lib/components/form/date-time-preview.js b/lib/components/form/date-time-preview.js index <HASH>..<HASH> 100644 --- a/lib/components/form/date-time-preview.js +++ b/lib/components/form/date-time-preview.js @@ -48,7 +48,7 @@ class DateTimePreview extends Component { ) return ( - <div classN...
feat(form): Make full date/time tab clickable in desktop
opentripplanner_otp-react-redux
train
js
44c122d930bafffd95805c3b91a3831ceecf9bfd
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 @@ -631,6 +631,23 @@ var _ = Describe("K8sDatapathConfig", func() { Expect(testPodConnectivityAcrossNodes(kubectl)).Shoul...
test: Minimal test for the host firewall in IPv4-only mode This test is meant to catch complexity regressions such as fixed in the previous commit. It runs only on GKE for now and will be extended in follow up PRs.
cilium_cilium
train
go
fd3a7a94ebd0fb8d7c6cd51132b7c784a6b62570
diff --git a/lib/ditty/cli.rb b/lib/ditty/cli.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/cli.rb +++ b/lib/ditty/cli.rb @@ -47,7 +47,7 @@ module Ditty desc 'migrate', 'Run the Ditty migrations' def migrate # Prep Ditty - Rake::Task['ditty:prep'].invoke + Rake::Task['ditty:prep:migrations']...
fix: Only prep migrations when running migrations
EagerELK_ditty
train
rb
ae5a9c1f167435f8718803d4b0cc167003e036a5
diff --git a/test/assets/values/rulesFile.js b/test/assets/values/rulesFile.js index <HASH>..<HASH> 100644 --- a/test/assets/values/rulesFile.js +++ b/test/assets/values/rulesFile.js @@ -1 +1,3 @@ -rules.push('rf1.w2.org file://{test.json}'); \ No newline at end of file +if (isLocalAddress()) { + rules.push('rf1.w2.or...
test: isLocalAddress
avwo_whistle
train
js
37e8cb73da9ab856eaf9dd640352ae1f22b2c41c
diff --git a/codegen/src/main/java/io/sundr/codegen/functions/ClassTo.java b/codegen/src/main/java/io/sundr/codegen/functions/ClassTo.java index <HASH>..<HASH> 100644 --- a/codegen/src/main/java/io/sundr/codegen/functions/ClassTo.java +++ b/codegen/src/main/java/io/sundr/codegen/functions/ClassTo.java @@ -266,7 +266,10...
chore: hide output related to processing internal jdk types
sundrio_sundrio
train
java
89dc3b88d1f8e878a08e485ee8f1eaf0e918abae
diff --git a/public/app/features/dashboard/timeSrv.js b/public/app/features/dashboard/timeSrv.js index <HASH>..<HASH> 100644 --- a/public/app/features/dashboard/timeSrv.js +++ b/public/app/features/dashboard/timeSrv.js @@ -13,7 +13,7 @@ define([ module.service('timeSrv', function($rootScope, $timeout, $routeParams, ...
fix(test): fixed failing test caused by recent change
grafana_grafana
train
js
c6e041c7dfc4b97645e97f8ffeee8fe636563774
diff --git a/tests/Test/StorageApiTestCase.php b/tests/Test/StorageApiTestCase.php index <HASH>..<HASH> 100644 --- a/tests/Test/StorageApiTestCase.php +++ b/tests/Test/StorageApiTestCase.php @@ -107,7 +107,7 @@ class StorageApiTestCase extends \PHPUnit_Framework_TestCase public function backends() { return array...
fix: mysql backend returned to tests
keboola_storage-api-php-client
train
php
6b5c30ce6bf33e323a2721a70f41d924b3ed58b0
diff --git a/lib/template-generator.js b/lib/template-generator.js index <HASH>..<HASH> 100644 --- a/lib/template-generator.js +++ b/lib/template-generator.js @@ -363,7 +363,7 @@ module.exports.generateTemplate = function generateTemplate(results, isMultiOn) if (isMultiOn && isOutputDirKnown()) { const outputPath...
fix(assets): wrong var
mportuga_eslint-detailed-reporter
train
js
bd00205a08656e4dc70b4506c5fdfc77171ab77c
diff --git a/packages/cozy-stack-client/src/CozyStackClient.js b/packages/cozy-stack-client/src/CozyStackClient.js index <HASH>..<HASH> 100644 --- a/packages/cozy-stack-client/src/CozyStackClient.js +++ b/packages/cozy-stack-client/src/CozyStackClient.js @@ -114,7 +114,7 @@ class CozyStackClient { const fetcher ...
fix(cozy-stack-client): Allow fetch to work in node
cozy_cozy-client
train
js
58ab76d2caca19e7b6d28fb67bda73bd0bd9488d
diff --git a/packages/embark-ui/src/components/Console.js b/packages/embark-ui/src/components/Console.js index <HASH>..<HASH> 100644 --- a/packages/embark-ui/src/components/Console.js +++ b/packages/embark-ui/src/components/Console.js @@ -11,7 +11,7 @@ import Logs from "./Logs"; import "./Console.css"; import {EMBARK...
fix: format \n as <br> in cockpit console (#<I>)
embark-framework_embark
train
js
b1b1639e03ce2e08cd5fc850f9fbad886b0b135f
diff --git a/packages/@vue/cli-service/lib/Service.js b/packages/@vue/cli-service/lib/Service.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/Service.js +++ b/packages/@vue/cli-service/lib/Service.js @@ -31,7 +31,7 @@ module.exports = class Service { // install plugins. // If there are in...
docs: fix comment typo (#<I>) Small typo
vuejs_vue-cli
train
js
d8a3a4cd4f5d4ef6bd4374b6de6a0d179cfeece1
diff --git a/components/templates/Hogan/index.js b/components/templates/Hogan/index.js index <HASH>..<HASH> 100644 --- a/components/templates/Hogan/index.js +++ b/components/templates/Hogan/index.js @@ -1,21 +1,15 @@ 'use strict'; -var React = require('react'); - var hogan = require('hogan.js'); +var React = requir...
fix: no state needed for Hogan component
algolia_instantsearch.js
train
js
394f9f5749f0cbd6942d8513b68bf99c68d69de7
diff --git a/tests/index.js b/tests/index.js index <HASH>..<HASH> 100644 --- a/tests/index.js +++ b/tests/index.js @@ -81,6 +81,7 @@ describe("style-manifest", function() { }); }); + it("should handle a multiple style types", async function() { input.write({ "src": { @@ -148,7 +149,6 @@ describ...
chore(whitespace): cleaned up some whitespace in the tests
webark_broccoli-style-manifest
train
js
cf0696522a826c8570effc2d8a486c6f0601814c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +'use strict'; const fsp = require('fs-promise'); const newLineCharacters = ["\n", "\r"]
fix(strict): add use strict to index no issue - in node v4 requiring this library throws an error because `const` and `let` aren't allowed outside of strict mode
alexbbt_read-last-lines
train
js