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 |
|---|---|---|---|---|---|
cc346e06c9309578eb38ba8e40b77b9c219f5a21 | diff --git a/packages/toolkit/src/addCommandToProgram.js b/packages/toolkit/src/addCommandToProgram.js
index <HASH>..<HASH> 100644
--- a/packages/toolkit/src/addCommandToProgram.js
+++ b/packages/toolkit/src/addCommandToProgram.js
@@ -9,10 +9,15 @@ function addCommandToProgram(program, command, CLI_ENV) {
for (let o... | fix(toolkit): fix development check for options | carbon-design-system_toolkit | train | js |
57120d9d9dcf5663d9120977d3b19a33aef0e9f9 | diff --git a/lib/webpackConfig.js b/lib/webpackConfig.js
index <HASH>..<HASH> 100644
--- a/lib/webpackConfig.js
+++ b/lib/webpackConfig.js
@@ -42,7 +42,7 @@ async function chainWebpack (api, pluginOptions, config) {
})
const pkg = require(api.resolve('package.json'))
const semver = require('semver'... | fix(webpackConfig): get electron version from deps or devDeps (#<I>)
When starting the server, an error occurs if the electron package is placed in dependencies instead of devDependencies | nklayman_vue-cli-plugin-electron-builder | train | js |
42a03130345d3a3841f5271d82a2cb8725b6fa0e | diff --git a/src/structures/PermissionOverwrites.js b/src/structures/PermissionOverwrites.js
index <HASH>..<HASH> 100644
--- a/src/structures/PermissionOverwrites.js
+++ b/src/structures/PermissionOverwrites.js
@@ -118,14 +118,14 @@ class PermissionOverwrites extends Base {
for (const [perm, value] of Object.ent... | fix(PermissionOverwrites): throw better error if resolving option fails (#<I>) | discordjs_discord.js | train | js |
f3229535347d94bbd1a4100134dd610a1f1b1b82 | diff --git a/packages/cozy-stack-client/src/FileCollection.js b/packages/cozy-stack-client/src/FileCollection.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-stack-client/src/FileCollection.js
+++ b/packages/cozy-stack-client/src/FileCollection.js
@@ -92,7 +92,15 @@ export default class FileCollection extends Docume... | feat: Added automatic dereferencing of documents when destroying a file | cozy_cozy-client | train | js |
ba30c412655dd05f27a06b7ee1fd9ee205d951ad | diff --git a/webapps/client/scripts/task/directives/cam-tasklist-task.js b/webapps/client/scripts/task/directives/cam-tasklist-task.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/task/directives/cam-tasklist-task.js
+++ b/webapps/client/scripts/task/directives/cam-tasklist-task.js
@@ -23,17 +23,15 @@ defin... | fix(task): correct current task change detection | camunda_camunda-bpm-platform | train | js |
787eab41193678774e9f5ad185644963b63b229d | diff --git a/flasgger/utils.py b/flasgger/utils.py
index <HASH>..<HASH> 100644
--- a/flasgger/utils.py
+++ b/flasgger/utils.py
@@ -88,11 +88,11 @@ def get_specs(rules, ignore_verbs, optional_fields, sanitizer):
klass = method.__dict__.get('view_class', None)
if not is_mv and klass and hasatt... | fix: should use getattr | rochacbruno_flasgger | train | py |
36636745fbf237f3be461456ae1a38814c3a9f07 | diff --git a/asammdf/blocks/mdf_v4.py b/asammdf/blocks/mdf_v4.py
index <HASH>..<HASH> 100755
--- a/asammdf/blocks/mdf_v4.py
+++ b/asammdf/blocks/mdf_v4.py
@@ -10550,6 +10550,8 @@ class MDF4(MDF_Common):
bus_map = self.bus_logging_map["CAN"].setdefault(bus, {})
bus_map[int(msg_id)] = gr... | fix: :bug: _master is not reset in mdf_v4._process_can_logging | danielhrisca_asammdf | train | py |
d9ad276609987dd73ce5cd7d6265fe82189b10b6 | diff --git a/xpath_test.go b/xpath_test.go
index <HASH>..<HASH> 100644
--- a/xpath_test.go
+++ b/xpath_test.go
@@ -269,6 +269,10 @@ func TestFunction(t *testing.T) {
`translate('The quick brown fox.', 'brown', 'red')`,
"The quick red fdx.",
)
+ // preceding-sibling::*
+ testXPath3(t, html, "//li[last()]/precedi... | test: for preceding-sibling and preceding | antchfx_xpath | train | go |
38b9c9c3267c403532082bbc0b0cf8549576399d | diff --git a/nodes/get-history/get-history.js b/nodes/get-history/get-history.js
index <HASH>..<HASH> 100644
--- a/nodes/get-history/get-history.js
+++ b/nodes/get-history/get-history.js
@@ -136,7 +136,7 @@ module.exports = function(RED) {
this.setStatusFailed('No Results');
... | fix(get-history): Fix for using flatten results with output type split | zachowj_node-red-contrib-home-assistant-websocket | train | js |
c9417341e0adb681db6108cf1383bab77ab90da9 | diff --git a/src/swipe/index.js b/src/swipe/index.js
index <HASH>..<HASH> 100644
--- a/src/swipe/index.js
+++ b/src/swipe/index.js
@@ -3,8 +3,6 @@ import {
watch,
reactive,
computed,
- onMounted,
- onActivated,
onDeactivated,
onBeforeUnmount,
} from 'vue';
@@ -19,6 +17,7 @@ import {
useChildren,
... | perf(Swipe): avoid repeated initialization | youzan_vant | train | js |
6f6bffdc7801ca205518d670fe4fb33588f1b24f | diff --git a/examples/consumer/goconsumer/user_service_test.go b/examples/consumer/goconsumer/user_service_test.go
index <HASH>..<HASH> 100644
--- a/examples/consumer/goconsumer/user_service_test.go
+++ b/examples/consumer/goconsumer/user_service_test.go
@@ -204,7 +204,7 @@ func TestPactConsumerLoginHandler_Publish(t *... | chore(windows): publish e2e should use os separators | pact-foundation_pact-go | train | go |
7b6eafd5bbb9b6c2782c4d01fb876bef216ce043 | diff --git a/lib/review/book/part.rb b/lib/review/book/part.rb
index <HASH>..<HASH> 100644
--- a/lib/review/book/part.rb
+++ b/lib/review/book/part.rb
@@ -51,7 +51,7 @@ module ReVIEW
end
def file?
- name.present? and path.end_with?('.re') ? true : false
+ name.present? and path.end_with?('... | refactor: no need of conditional operator | kmuto_review | train | rb |
5b8f1d9381d2be0303a543f5ce9ec1a684cbaf24 | diff --git a/ui/src/components/select/QSelect.js b/ui/src/components/select/QSelect.js
index <HASH>..<HASH> 100755
--- a/ui/src/components/select/QSelect.js
+++ b/ui/src/components/select/QSelect.js
@@ -820,7 +820,7 @@ export default Vue.extend({
disabled: this.disable === true,
readonly: this.rea... | perf(ui): Use special key in QSelect if it hasDialog (#<I>) | quasarframework_quasar | train | js |
a3c8f16c640b66426e131ae1f1d0c8d268935fd8 | diff --git a/src/module/hyperlink.js b/src/module/hyperlink.js
index <HASH>..<HASH> 100644
--- a/src/module/hyperlink.js
+++ b/src/module/hyperlink.js
@@ -91,7 +91,14 @@ define(function(require, exports, module) {
update: function(link, node, box) {
var href = node.getData('hyper... | fix(hyperlink): restrict url protocol in hyperlink url to avoid XSS vulnerability | fex-team_kityminder-core | train | js |
3057446154af080c51d7c5f1cf76bac0308452d0 | diff --git a/packages/core/botpress-builtins/src/renderers/builtin_card.js b/packages/core/botpress-builtins/src/renderers/builtin_card.js
index <HASH>..<HASH> 100644
--- a/packages/core/botpress-builtins/src/renderers/builtin_card.js
+++ b/packages/core/botpress-builtins/src/renderers/builtin_card.js
@@ -1,3 +1,7 @@
... | fix(builtins): change card presentation (ref #<I>) | botpress_botpress | train | js |
15bb77c30b93a0ee5f03a706fdffb32fc506a003 | diff --git a/packages/collector/test/tracing/common/test.js b/packages/collector/test/tracing/common/test.js
index <HASH>..<HASH> 100644
--- a/packages/collector/test/tracing/common/test.js
+++ b/packages/collector/test/tracing/common/test.js
@@ -121,6 +121,8 @@ mochaSuiteFn('tracing/common', function () {
});
... | test: added missing timeout in collector/test/tracing/common/test.js | instana_nodejs-sensor | train | js |
d4f84a5663a1beeb0b0ee527374bfb4961f41337 | diff --git a/src/css.test.js b/src/css.test.js
index <HASH>..<HASH> 100644
--- a/src/css.test.js
+++ b/src/css.test.js
@@ -256,3 +256,13 @@ test('getMatchingSelectors return matching child selectors', t => {
t.deepEqual(actual, expected);
});
+
+test('getMatchingSelectors return matching selector list', t => {
+ c... | test: add test for selector list | sinnerschrader_schlump | train | js |
544ff5c720c34109bc686f70c73b366067f7fed6 | diff --git a/components/Hits.js b/components/Hits.js
index <HASH>..<HASH> 100644
--- a/components/Hits.js
+++ b/components/Hits.js
@@ -14,16 +14,15 @@ class Hits extends React.Component {
renderNoResults() {
return (
- <div><Template template={this.props.noResultsTemplate} /></div>
+ <div><Template ... | fix(Hits): handle the display when there is no result | algolia_instantsearch.js | train | js,js |
85481a446a9ea28af0cd67e063be682e822c7836 | diff --git a/site/src/server.js b/site/src/server.js
index <HASH>..<HASH> 100644
--- a/site/src/server.js
+++ b/site/src/server.js
@@ -94,7 +94,7 @@ if (process.env.GITHUB_CLIENT_ID) {
app.use(
compression({ threshold: 0 }),
- serve('static', {
+ sirv('static', {
setHeaders(res) {
res.setHeader('Access-Cont... | fix: serve -> sirv typo | sveltejs_svelte | train | js |
9f504d91175bbff05bd7f5dc5d3b6f17cdc03133 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -286,8 +286,8 @@ function buildModuleStyles(name) {
*
** ***************************************** */
-gulp.task('watch', ['build'], function() {
- gulp.watch('src/**/*', ['build']);
+gulp.task('watch', ['bu... | chore(docs): adds a gulp server variation for testing the whole site
Can be used with `gulp watch site` for a live-reloading version of the
whole site. | angular_material | train | js |
c5b26088a1e55292fa227d7dfad37828bf4553be | diff --git a/mythril/analysis/module/util.py b/mythril/analysis/module/util.py
index <HASH>..<HASH> 100644
--- a/mythril/analysis/module/util.py
+++ b/mythril/analysis/module/util.py
@@ -45,4 +45,4 @@ def reset_callback_modules(module_names: Optional[List[str]] = None):
"""Clean the issue records of every callback... | fix: do not access detector
modules are detector instances now | ConsenSys_mythril-classic | train | py |
819f717339a197067f4acfc69218f86a312d7c27 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -692,7 +692,7 @@ describe('migrator', function() {
});
it('invalid image link', async () => {
- const imageUrl = 'http://does.not.exist/image.jpeg';
+ const imageUrl = 'http://foo.inva... | test: use .invalid for testing (#<I>)
- RFC<I> | hexojs_hexo-migrator-wordpress | train | js |
737518a2480b270db009d277d1c1d1cfeb301aca | diff --git a/src/cssModuleToInterface.js b/src/cssModuleToInterface.js
index <HASH>..<HASH> 100644
--- a/src/cssModuleToInterface.js
+++ b/src/cssModuleToInterface.js
@@ -127,7 +127,7 @@ export const generateGenericExportInterface = (options, cssModuleKeys, filename,
result.push(...interfaceProperties);
}... | refactor: add empty line at the end of file | budarin_ts-css-loader | train | js |
3cad6930304ce6f97e565ebdb2c2b37f5f0600df | diff --git a/packages/ra-ui-materialui/src/detail/Show.js b/packages/ra-ui-materialui/src/detail/Show.js
index <HASH>..<HASH> 100644
--- a/packages/ra-ui-materialui/src/detail/Show.js
+++ b/packages/ra-ui-materialui/src/detail/Show.js
@@ -86,6 +86,7 @@ export const ShowView = ({
hasList,
... | fix(Show): Allowing actions props to be customized
Previously, it was impossible to write: `<Show basePath="/foo" actions={<ShowActions basePath="/foo/bar" />} />` because we were not tolerating `props` on `DefaultActions`, making the API/props useless/broken. | marmelab_react-admin | train | js |
1960f3c1c2214329fe02c13f87aa1c16dd781684 | diff --git a/src/android/com/adobe/phonegap/push/PushPlugin.java b/src/android/com/adobe/phonegap/push/PushPlugin.java
index <HASH>..<HASH> 100644
--- a/src/android/com/adobe/phonegap/push/PushPlugin.java
+++ b/src/android/com/adobe/phonegap/push/PushPlugin.java
@@ -155,12 +155,12 @@ public class PushPlugin extends Cor... | fix: possible overwrite of pushContext if 'hasPermission' gets called after init | phonegap_phonegap-plugin-push | train | java |
626969a880421fbe12728262c4c410a50132057e | diff --git a/packages/eslint-config-4catalyzer-typescript/rules.js b/packages/eslint-config-4catalyzer-typescript/rules.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config-4catalyzer-typescript/rules.js
+++ b/packages/eslint-config-4catalyzer-typescript/rules.js
@@ -33,8 +33,17 @@ module.exports = {
'@typesc... | fix: Allow other empty functions again (#<I>) | 4Catalyzer_javascript | train | js |
aabfd67b2a6311f4da6e20c3392a43c01187f001 | 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
@@ -551,10 +551,6 @@ function connect (client) {
.on('error', function (err) {
this[kError] = err
- if (err instanceof InformationalError) {
- return
- }
-
... | fix: prefer err.code of instanceof | mcollina_undici | train | js |
2545684c6811e410b34957135fdb4b1402d58e11 | diff --git a/benchbuild/source/base.py b/benchbuild/source/base.py
index <HASH>..<HASH> 100644
--- a/benchbuild/source/base.py
+++ b/benchbuild/source/base.py
@@ -154,7 +154,7 @@ class Versioned(Protocol):
...
-class FetchableSource(Fetchable, Expandable, Versioned):
+class FetchableSource:
"""
B... | fix(sources): do not use protocol class as ABC
This fixes #<I>. | PolyJIT_benchbuild | train | py |
ce25aaf0fc044fe2dd6addc1d07696cc6c46ccd6 | diff --git a/tests/test_utils.py b/tests/test_utils.py
index <HASH>..<HASH> 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -154,7 +154,8 @@ def test_utils_apps_get_all_apps(mock_murl, mock_requests_get):
result = get_all_apps()
-@mock.patch('foremast.utils.dns.boto3.Session.client')
+@mock.p... | fix: Mock DOMAIN constant | foremast_foremast | train | py |
d2ade0c0adf09308ab8af9df57619d0a96e89b18 | diff --git a/library/tasks/react-components.js b/library/tasks/react-components.js
index <HASH>..<HASH> 100644
--- a/library/tasks/react-components.js
+++ b/library/tasks/react-components.js
@@ -1,6 +1,7 @@
import license from './helpers/license-helper';
import del from 'del';
import gulp from 'gulp';
+import path f... | chore(publishing): fix path problem | pivotal-cf_pivotal-ui | train | js |
fd44b4844284a67548a02b12f8d52b51fcf06c9f | diff --git a/lib/components/narrative/tabbed-itineraries.js b/lib/components/narrative/tabbed-itineraries.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/tabbed-itineraries.js
+++ b/lib/components/narrative/tabbed-itineraries.js
@@ -144,7 +144,7 @@ class TabButton extends Component {
/>
... | refactor(tabbed-itineraries): move to a<I>y compliant red | opentripplanner_otp-react-redux | train | js |
d55d39947ac4a81de37b7dcbb02e16dc825797fd | diff --git a/Storage/src/Notification.php b/Storage/src/Notification.php
index <HASH>..<HASH> 100644
--- a/Storage/src/Notification.php
+++ b/Storage/src/Notification.php
@@ -29,12 +29,16 @@ use Google\Cloud\Storage\Connection\ConnectionInterface;
* notification contains information describing both the event that tri... | docs: add more detail on notification class usage (#<I>) | googleapis_google-cloud-php | train | php |
f856ea69b6e029ccecbd133b2aedf5ad00899ff9 | diff --git a/src/telegram-driver/api-request.js b/src/telegram-driver/api-request.js
index <HASH>..<HASH> 100644
--- a/src/telegram-driver/api-request.js
+++ b/src/telegram-driver/api-request.js
@@ -1,7 +1,7 @@
-import Rx from 'rx'
+import { Observable as $ } from 'rx'
import request from 'superagent'
-let fromSuper... | refactor(api-request): change `Rx.Observable` to `$` | goodmind_cycle-telegram | train | js |
d10131b87af328ddbf9b38311b0d161e3bcd412e | diff --git a/packages/xod-project/src/custom-types.js b/packages/xod-project/src/custom-types.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/src/custom-types.js
+++ b/packages/xod-project/src/custom-types.js
@@ -13,14 +13,25 @@ import PIN_TYPE from './internal/pinTypes';
export const CUSTOM_TYPES_SPECS = ... | feat(xod-project): make `xod/core/micros` castable to strings natively | xodio_xod | train | js |
7808327939b189408ca90e7e160327f48eb3dcd1 | diff --git a/test/runTest/genReport.js b/test/runTest/genReport.js
index <HASH>..<HASH> 100644
--- a/test/runTest/genReport.js
+++ b/test/runTest/genReport.js
@@ -31,7 +31,7 @@ function resolveImagePath(imageUrl) {
}
// The original image path is relative to the client.
- return imageUrl.replace(/\.\.\/t... | test: fix potential path issue in Windows. | apache_incubator-echarts | train | js |
28672ad6e7c65338fd3d70c6e381fbca015526b6 | diff --git a/lib/util/parse-url.js b/lib/util/parse-url.js
index <HASH>..<HASH> 100644
--- a/lib/util/parse-url.js
+++ b/lib/util/parse-url.js
@@ -1,7 +1,7 @@
var parse = require('url').parse;
var URL_RE = /^([a-z0-9.+-]+:)\/\/([^/?#]+)(\/[^?#]*)?(\?[^#]*)?(#.*)?$/i;
-var HOST_RE = /^(.+)(?:(\d*))$/;
+var HOST_RE =... | refactor: url.parse | avwo_whistle | train | js |
78c60c26518708ded9db68c19b05087889e3d775 | diff --git a/src/runner.js b/src/runner.js
index <HASH>..<HASH> 100644
--- a/src/runner.js
+++ b/src/runner.js
@@ -154,7 +154,7 @@ class MoleculerRunner {
else
return content;
})
- .then(res => this.configFile = res);
+ .then(res => this.configFile = res.default != null && res.__esModu... | fix: use config file with "export default" | moleculerjs_moleculer | train | js |
3c9810e9dc78f6d0e4a49e89e430f0586de62f2a | diff --git a/pkg.go b/pkg.go
index <HASH>..<HASH> 100644
--- a/pkg.go
+++ b/pkg.go
@@ -91,7 +91,7 @@ var (
cmdPackageCreateBulk = &Command{
Name: "package create bulk",
Usage: "[OPTION]...",
- Description: `Upload package from a folder output by 'package donload'.`,
+ Description: `Upload package... | fix: fixing typo in package create
When looking at the package create verb the word "download" is
misspelled. | coreos_updateservicectl | train | go |
4c8808edebef39c235f22f662f990ac6bc9cbc5c | diff --git a/core/src/elements/ons-list-item/index.js b/core/src/elements/ons-list-item/index.js
index <HASH>..<HASH> 100644
--- a/core/src/elements/ons-list-item/index.js
+++ b/core/src/elements/ons-list-item/index.js
@@ -324,7 +324,6 @@ export default class ListItemElement extends BaseElement {
toggleExpansion()... | fix(ons-list-item): Emit expansion event on expanded attribute change | OnsenUI_OnsenUI | train | js |
983ebebd8e8312a9fa4447cd5ae58878cf7c81f4 | diff --git a/biz/webui/cgi-bin/composer.js b/biz/webui/cgi-bin/composer.js
index <HASH>..<HASH> 100644
--- a/biz/webui/cgi-bin/composer.js
+++ b/biz/webui/cgi-bin/composer.js
@@ -78,7 +78,11 @@ function handleWebSocket(options) {
if (str.indexOf('\r\n\r\n') !== -1) {
socket.removeListener('data', handle... | feat: Support for setting the frame type by request header x-whistle-frame-type | avwo_whistle | train | js |
57650f9754ae1b4e6d05b2e6e3cb9ce0d64f5593 | diff --git a/example/http.js b/example/http.js
index <HASH>..<HASH> 100644
--- a/example/http.js
+++ b/example/http.js
@@ -1,10 +1,13 @@
var Satcat = require( '..' )
var http = require( 'http' )
+var inspect = require( './inspect' )
+var path = require( 'path' )
+var os = require( 'os' )
var parser = new Satcat.Pa... | chore(example): Improve output speed
Output speed is considerably improved by avoiding `console.log()`,
and output is pretty-printed with `util.inspect()` | jhermsmeier_node-satcat | train | js |
85f4759c7ac941177e7016afef7fcab4d996c542 | diff --git a/packages/node_modules/@webex/plugin-teams/test/integration/spec/teams.js b/packages/node_modules/@webex/plugin-teams/test/integration/spec/teams.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-teams/test/integration/spec/teams.js
+++ b/packages/node_modules/@webex/plugin-teams/test... | test(plugin-teams): migrate to device
Migrate from internal-plugin-wdm to internal-plugin-device. | webex_spark-js-sdk | train | js |
70c2aa749efc2230beb07a9c56f9827f18e96b13 | diff --git a/lib/webpack/create-chain.js b/lib/webpack/create-chain.js
index <HASH>..<HASH> 100644
--- a/lib/webpack/create-chain.js
+++ b/lib/webpack/create-chain.js
@@ -46,7 +46,9 @@ module.exports = function (cfg, configName) {
chain.resolve.alias
.merge({
- quasar: `quasar-framework`,
+ quasar: ... | feat: Improve usage when framework.all is set to true | quasarframework_quasar-cli | train | js |
aa122c9671ab26f1fc9026267e069a1a5234dd67 | diff --git a/python/add_mapillary_tag_from_json.py b/python/add_mapillary_tag_from_json.py
index <HASH>..<HASH> 100644
--- a/python/add_mapillary_tag_from_json.py
+++ b/python/add_mapillary_tag_from_json.py
@@ -65,6 +65,7 @@ if __name__ == '__main__':
mkdir_p(output_path)
images = os.listdir(image_path)
+ ... | feat(json): Add counts to log | mapillary_mapillary_tools | train | py |
13a870ccbd924e1ba8829093ab130986bf7eb845 | diff --git a/firestore/google/cloud/firestore_v1/watch.py b/firestore/google/cloud/firestore_v1/watch.py
index <HASH>..<HASH> 100644
--- a/firestore/google/cloud/firestore_v1/watch.py
+++ b/firestore/google/cloud/firestore_v1/watch.py
@@ -57,7 +57,16 @@ GRPC_STATUS_CODE = {
"DO_NOT_USE": -1,
}
_RPC_ERROR_THREAD_... | fix: recover watch stream on more error types (#<I>)
* fix: Recover watch stream on more error types. RST_STREAM for example is INTERNAL
* fix: match recovered stream exceptions to node.js implementation, <URL> | googleapis_google-cloud-python | train | py |
5869bf30690485c6a6439f08c4cda733089a1150 | 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
@@ -21,6 +21,8 @@ module Ditty
register ::Ditty::Generators::MigrationGenerator, 'migration', 'migration NAME', 'Create a new Sequel migration'
+ default_task :server
+
desc 'serve... | chore: Default to server for cli command | EagerELK_ditty | train | rb |
f44b4dcc76e231a4cd82c6a84e7fca06c9b67e20 | diff --git a/classes/Task.js b/classes/Task.js
index <HASH>..<HASH> 100644
--- a/classes/Task.js
+++ b/classes/Task.js
@@ -2,16 +2,10 @@ var Class = require( 'classes' ).Class;
module.exports = Class.extend(
{
- /**
- * Can this task run on multiple servers at the same time or should it only be running one a... | feat(task): Task class is ready for use | CleverStack_clever-background-tasks | train | js |
6a8d46f55e1955950fb65c4c6976147b392384da | diff --git a/test/spec-helper.js b/test/spec-helper.js
index <HASH>..<HASH> 100644
--- a/test/spec-helper.js
+++ b/test/spec-helper.js
@@ -11,7 +11,11 @@ global.helper = function (srcArgs, obj, expectedPath, done) {
var srcPattern = srcArgs.pattern || srcArgs;
var srcOptions = srcArgs.options || {};
var stream = ... | fix(tests): make sure tests actually do something | hparra_gulp-rename | train | js |
fac4442ad66928f5e9c8fa4b4aea7075d572ce6e | diff --git a/src/components/mousewheel/mousewheel.js b/src/components/mousewheel/mousewheel.js
index <HASH>..<HASH> 100644
--- a/src/components/mousewheel/mousewheel.js
+++ b/src/components/mousewheel/mousewheel.js
@@ -246,7 +246,7 @@ const Mousewheel = {
// 3. does the earliest event have an (absolute value... | docs: Fix simple typo, momuntum -> momentum
There is a small typo in src/components/mousewheel/mousewheel.js.
Should read `momentum` rather than `momuntum`. | nolimits4web_swiper | train | js |
d0484ad32ddbc0177f1e1441bebb89ce2b8ea52d | diff --git a/libs/log-filters.js b/libs/log-filters.js
index <HASH>..<HASH> 100644
--- a/libs/log-filters.js
+++ b/libs/log-filters.js
@@ -4,7 +4,8 @@ const levels = {
info: 10,
warn: 20,
error: 30,
- ok: 40
+ ok: 40,
+ critical: 40
}
const Secret = require('./Secret') | fix:: do not filter out critical logs | konnectors_libs | train | js |
ce47684be48dc8db871eb9724065c8c2d1d2b423 | diff --git a/classes/hypeJunction/Lists/EntityList.php b/classes/hypeJunction/Lists/EntityList.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Lists/EntityList.php
+++ b/classes/hypeJunction/Lists/EntityList.php
@@ -532,7 +532,7 @@ abstract class EntityList {
'sort_options' => $sort_options,
'filte... | fix(ui): expand search form by default | hypeJunction_hypeLists | train | php |
c903b1a223d0705e1769085e102d90317a410c5c | diff --git a/docs/redirect.js b/docs/redirect.js
index <HASH>..<HASH> 100644
--- a/docs/redirect.js
+++ b/docs/redirect.js
@@ -5,7 +5,7 @@ import Router from 'next/router'
* and client-side:
*
* ```js
- * import {redirect} from '../src/utils'
+ * import {redirect} from '../docs/utils'
* export default redirect(... | chore: fix path to docs/utils.js in comment | primer_css | train | js |
dfae6e69da9ed0b48dd7e0ba05b1a72a341b6f94 | diff --git a/packages/generator-nitro/generators/app/templates/tests/cypress/cypress/integration/examples/index.spec.js b/packages/generator-nitro/generators/app/templates/tests/cypress/cypress/integration/examples/index.spec.js
index <HASH>..<HASH> 100644
--- a/packages/generator-nitro/generators/app/templates/tests/c... | fix(generator): fix cypress test for example pattern | namics_generator-nitro | train | js |
3f4097b355360f274356a0d2cdbfd97b06b087f5 | diff --git a/services/maven-metadata/maven-metadata.service.js b/services/maven-metadata/maven-metadata.service.js
index <HASH>..<HASH> 100644
--- a/services/maven-metadata/maven-metadata.service.js
+++ b/services/maven-metadata/maven-metadata.service.js
@@ -12,6 +12,7 @@ const schema = Joi.object({
.items(
... | fix(maven-metadata): update schema to support single published versions (#<I>) | badges_shields | train | js |
d74b347373538f87f7d3012cf87c372c81a61ce4 | diff --git a/src/webui/components/Package/styles.js b/src/webui/components/Package/styles.js
index <HASH>..<HASH> 100644
--- a/src/webui/components/Package/styles.js
+++ b/src/webui/components/Package/styles.js
@@ -147,8 +147,6 @@ export const Avatar = styled(Photo)`
export const Description = styled.div`
&& {
... | chore: remove max-height
not need it here. | verdaccio_verdaccio | train | js |
17081b7dc1271b3054c366e2324e3db90b51b448 | diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
+++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintPlugin.spec.js
@@ -271,7 +27... | test: skip eslint v8 test for now
till we find a better way to test different versions of eslint | vuejs_vue-cli | train | js |
4f5c9301bed891c99486ab80f12040aaf593311f | diff --git a/src/memote/experimental/essentiality.py b/src/memote/experimental/essentiality.py
index <HASH>..<HASH> 100644
--- a/src/memote/experimental/essentiality.py
+++ b/src/memote/experimental/essentiality.py
@@ -18,6 +18,7 @@
"""Provide an interface for essentiality experiments."""
from __future__ import abs... | fix: point to ids column instead of index | opencobra_memote | train | py |
94c8e7b3accfd3d6ecd4892aef6ceb4a07ebacfa | diff --git a/src/React/Renderers/VtkGeometryRenderer/index.js b/src/React/Renderers/VtkGeometryRenderer/index.js
index <HASH>..<HASH> 100644
--- a/src/React/Renderers/VtkGeometryRenderer/index.js
+++ b/src/React/Renderers/VtkGeometryRenderer/index.js
@@ -121,6 +121,7 @@ export default class VtkGeometryRenderer extends ... | fix(VtkGeometryRenderer): Remove resize listener on unmount | Kitware_paraviewweb | train | js |
2644b64e020474652c5bee277d32802d0d4809b0 | diff --git a/src/interpolation-binding-expression.js b/src/interpolation-binding-expression.js
index <HASH>..<HASH> 100644
--- a/src/interpolation-binding-expression.js
+++ b/src/interpolation-binding-expression.js
@@ -1,4 +1,4 @@
-import {bindingMode, connectable} from 'aurelia-binding';
+import {bindingMode, connecta... | perf(binding): defer connect
related to aurelia/binding#<I> | aurelia_templating-binding | train | js |
9d26779bbe85b12c4738c51dfd6c24926a2f1358 | diff --git a/docs/src/components/ComponentDoc/ComponentProps/ComponentProps.js b/docs/src/components/ComponentDoc/ComponentProps/ComponentProps.js
index <HASH>..<HASH> 100644
--- a/docs/src/components/ComponentDoc/ComponentProps/ComponentProps.js
+++ b/docs/src/components/ComponentDoc/ComponentProps/ComponentProps.js
@... | docs(ComponentProps): replace deprecated lifecycle methods (#<I>) | Semantic-Org_Semantic-UI-React | train | js |
6fcb46e6e0de1971946274847cdb464cc8dc4dda | diff --git a/lib/pincers/core/search_context.rb b/lib/pincers/core/search_context.rb
index <HASH>..<HASH> 100644
--- a/lib/pincers/core/search_context.rb
+++ b/lib/pincers/core/search_context.rb
@@ -51,7 +51,7 @@ module Pincers::Core
def element!
wait(:present) if should_wait?
- raise Pincers::EmptyS... | fix(search_context): fixes element! calling empty? and triggering a reload_elements :all call | platanus_pincers | train | rb,rb |
376626ff350b3369cd2ff26fe5a4fc09240f2faa | diff --git a/anyconfig/ioinfo.py b/anyconfig/ioinfo.py
index <HASH>..<HASH> 100644
--- a/anyconfig/ioinfo.py
+++ b/anyconfig/ioinfo.py
@@ -63,7 +63,7 @@ def inspect_io_obj(obj):
opener = obj.open
elif itype == IOI_STREAM:
ipath = anyconfig.utils.get_path_from_stream(obj)
- ext = anyconfig.... | fix: set ext to None if .ioinfo.inspect_io_obj fails to get path info
set file extension to None if anyconfig.ioinfo.inspect_io_obj fails to
get path information from given stream data. | ssato_python-anyconfig | train | py |
14d0e712956a3bcb60afc6741208165135d72587 | diff --git a/packages/react-docs/patternfly-docs.source.js b/packages/react-docs/patternfly-docs.source.js
index <HASH>..<HASH> 100644
--- a/packages/react-docs/patternfly-docs.source.js
+++ b/packages/react-docs/patternfly-docs.source.js
@@ -1,6 +1,8 @@
const path = require('path');
-module.exports = (sourceMD, sou... | fix: windows issue listening on md changes to refresh (#<I>) | patternfly_patternfly-react | train | js |
5692c38737e0aad79e3b8350ff4cb32cfca4a647 | diff --git a/Countable.js b/Countable.js
index <HASH>..<HASH> 100644
--- a/Countable.js
+++ b/Countable.js
@@ -87,7 +87,7 @@
*
* @param {Function} callback The callback function to validate.
*
- * @return {Boolean} Returns whether all arguments are vaild.
+ * @return {Boolean} Retu... | docs: Fix simple typo, vaild -> valid
There is a small typo in Countable.js.
Should read `valid` rather than `vaild`. | RadLikeWhoa_Countable | train | js |
d0c1dd62cf53f3f0afb8a9514f29b7b733b0242c | diff --git a/test/integration/plugins/manager/multiple-add-source.js b/test/integration/plugins/manager/multiple-add-source.js
index <HASH>..<HASH> 100644
--- a/test/integration/plugins/manager/multiple-add-source.js
+++ b/test/integration/plugins/manager/multiple-add-source.js
@@ -42,13 +42,12 @@ test('get config valu... | style: fix indentation
* * *
This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:
<URL> | hoodiehq_hoodie-server | train | js |
d214c54e504c9befe97d49664b92c9bc300f8195 | diff --git a/dsl/client.go b/dsl/client.go
index <HASH>..<HASH> 100644
--- a/dsl/client.go
+++ b/dsl/client.go
@@ -14,7 +14,7 @@ import (
)
var (
- timeoutDuration = 1 * time.Second
+ timeoutDuration = 10 * time.Second
commandStartServer = "Daemon.StartServer"
commandStopServer = "Daemon.Stop... | fix: increased timeout to reduce likelihood of intermittent failure #<I> | pact-foundation_pact-go | train | go,go |
e3d57f6470880ee040581f2040024fec29da9edb | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -51,17 +51,18 @@ class Trilogy {
// errors from creating indices that already exist
if (this.isNative) {
- check.then(tableExists => {
- if (tableExists) return
- query.then(() =>... | fix(model): make `model()` async
Prevent race conditions due to `sqlite3` being async. Models now need to be defined asynchronously, and the table is guaranteed to exist when `model()` resolves. | citycide_trilogy | train | js |
1903e8ba76fc2eac5f5f7685f243f364aadac3ac | diff --git a/test/07-guard.spec.js b/test/07-guard.spec.js
index <HASH>..<HASH> 100644
--- a/test/07-guard.spec.js
+++ b/test/07-guard.spec.js
@@ -3,6 +3,7 @@
/* eslint-disable no-unused-vars */
const should = require('should');
const guard = require('../lib/guard');
+const envType = require('../lib/reporters/env-ty... | test(reporter): fix test on CI | inikulin_publish-please | train | js |
619f9ef2ed60b6e95af02c9269a98e09922ed834 | diff --git a/src/cryptojwt/jwt.py b/src/cryptojwt/jwt.py
index <HASH>..<HASH> 100755
--- a/src/cryptojwt/jwt.py
+++ b/src/cryptojwt/jwt.py
@@ -87,7 +87,7 @@ class JWT:
sign=True,
sign_alg="RS256",
encrypt=False,
- enc_enc="A128CBC-HS256",
+ enc_enc="A128GCM",
enc_alg="R... | feat: added A<I>GCM as default enc enc | openid_JWTConnect-Python-CryptoJWT | train | py |
1ff428087ea6373085e983fa0ee9c08d80c1c042 | diff --git a/pkg/cmd/grafana-cli/main.go b/pkg/cmd/grafana-cli/main.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/grafana-cli/main.go
+++ b/pkg/cmd/grafana-cli/main.go
@@ -12,7 +12,9 @@ import (
var version = "master"
func getGrafanaPluginPath() string {
- //TODO: try to get path from os:env GF_PLUGIN_FOLDER
+ if os... | feat(cli): add suppot for plugindir as environment variable | grafana_grafana | train | go |
fbba6879ff9c746d7d08c1dda1c2248f27317255 | diff --git a/src/System/Query.php b/src/System/Query.php
index <HASH>..<HASH> 100755
--- a/src/System/Query.php
+++ b/src/System/Query.php
@@ -68,6 +68,7 @@ class Query
* @var array
*/
protected $passthru = [
+ 'cursor',
'toSql',
'lists',
'pluck', | feat(Query): allow the cursor() method to be called | analogueorm_analogue | train | php |
e1fe1ffe8e51483a1a9d84deb6fe0425ceba0877 | diff --git a/pyethereum/chainmanager.py b/pyethereum/chainmanager.py
index <HASH>..<HASH> 100644
--- a/pyethereum/chainmanager.py
+++ b/pyethereum/chainmanager.py
@@ -119,7 +119,8 @@ class ChainManager(StoppableLoopThread):
block = blocks.Block.init_from_parent(
self.head, coinbase=self.coinbase)
... | fix:big-endian nonce | ethereum_pyethereum | train | py |
5952bd8cc9e10cd48d0b826c34dd2afb23507175 | diff --git a/test/browser.test.js b/test/browser.test.js
index <HASH>..<HASH> 100644
--- a/test/browser.test.js
+++ b/test/browser.test.js
@@ -33,7 +33,7 @@ beforeAll(done => {
puppeteer
.launch({
headless: true,
- args: process.env.TRAVIS === 'true' ? [ '--no-sandbox' ] : []
+ ... | chore: Adapt to the new version of standard | prantlf_fast-plural-rules | train | js |
b28b9fcf03fa09957526561f2977de488353491a | diff --git a/src/DatePicker/DatePicker.js b/src/DatePicker/DatePicker.js
index <HASH>..<HASH> 100644
--- a/src/DatePicker/DatePicker.js
+++ b/src/DatePicker/DatePicker.js
@@ -48,8 +48,9 @@ export default class DatePicker extends Component {
handleKeys = (e) => {
if (e.which === 27) {
this.setState({ disp... | chore: focus returns on esc and alt+down opens Cal | Pearson-Higher-Ed_compounds | train | js |
2e15714343139bb3b49a41ac63bb8e0fe48c838b | diff --git a/lib/bx/pwm/position_weight_matrix.py b/lib/bx/pwm/position_weight_matrix.py
index <HASH>..<HASH> 100755
--- a/lib/bx/pwm/position_weight_matrix.py
+++ b/lib/bx/pwm/position_weight_matrix.py
@@ -724,7 +724,7 @@ class Reader (object):
# name, if present, added to ID
if line.startswi... | fix: pass ID after reading transfac entry | bxlab_bx-python | train | py |
a892be9827a5f10790a086367092a67353be4264 | diff --git a/issue.go b/issue.go
index <HASH>..<HASH> 100644
--- a/issue.go
+++ b/issue.go
@@ -66,6 +66,7 @@ var ruleToCWE = map[string]string{
"G111": "22",
"G112": "400",
"G113": "190",
+ "G114": "676",
"G201": "89",
"G202": "89",
"G203": "79", | fix: add a CWE ID mapping to rule G<I> | securego_gosec | train | go |
b187e1c4dea873d15d0a2eecfbf4512e9fff7df3 | diff --git a/includes/edu-meta-box.php b/includes/edu-meta-box.php
index <HASH>..<HASH> 100644
--- a/includes/edu-meta-box.php
+++ b/includes/edu-meta-box.php
@@ -1,2 +1,2 @@
<strong><?php echo esc_html_x( 'Page shortcodes', 'backend', 'eduadmin-booking' ); ?></strong>
-<br /><?php echo _x( 'A more up to date list of ... | fix: Removed the strange occurrence of a closing div-tag. fixes #<I> | MultinetInteractive_EduAdmin-WordPress | train | php |
ef983b6e44b4b364c8545fda5adee2459d68e465 | diff --git a/bundler.go b/bundler.go
index <HASH>..<HASH> 100644
--- a/bundler.go
+++ b/bundler.go
@@ -416,6 +416,7 @@ func (b *Bundler) bundle(e ConfigurationEnvironment) (err error) {
"GOOS=" + e.OS,
"GOPATH=" + os.Getenv("GOPATH"),
"PATH=" + os.Getenv("PATH"),
+ "TEMP=" + os.Getenv("TEMP"),
}
// Exec | fix: bundling failed in windows environment
Fixes bundling failed error when bundling in Windows environment:
FATA[<I>] bundling failed: bundling for environment windows/amd<I> failed: building failed:
mkdir C:\Windows\go-build<I>: Access is denied.
The error appears when it tries to create the temporary build... | asticode_go-astilectron-bundler | train | go |
f6d83c6fa812bbe7f57fe3726f7faa97dcad8e61 | diff --git a/dmf_device_ui/view.py b/dmf_device_ui/view.py
index <HASH>..<HASH> 100644
--- a/dmf_device_ui/view.py
+++ b/dmf_device_ui/view.py
@@ -327,10 +327,12 @@ class DmfDeviceViewBase(SlaveView):
'''
.. versionchanged:: 0.6.3
Close app after cleaning up video process.
+
+ .. v... | fix(heartbeat): do not close app due to timeout | sci-bots_dmf-device-ui | train | py |
b8d501049bb19f3452afab493f0a43ede4590cb9 | diff --git a/lib/builder.js b/lib/builder.js
index <HASH>..<HASH> 100644
--- a/lib/builder.js
+++ b/lib/builder.js
@@ -33,6 +33,7 @@ exports.getDllWebpackConfig = (config, option = {}) => {
const dllArray = WebpackDllBuilder.getDllConfig(config.dll);
const alias = merge(config.alias, config.resolve && config.... | fix: dll support node key config | easy-team_easywebpack | train | js |
7d2ff0d316937eb5c4254cbc076b659a4011f903 | diff --git a/src/packages/server/request/parser/utils/format.js b/src/packages/server/request/parser/utils/format.js
index <HASH>..<HASH> 100644
--- a/src/packages/server/request/parser/utils/format.js
+++ b/src/packages/server/request/parser/utils/format.js
@@ -111,7 +111,7 @@ export default function format(params: Ob... | fix: ids in json payloads should be cast to number (#<I>) | postlight_lux | train | js |
901e206d03b615c189e12f94607d92c10d6909fa | diff --git a/compose/compose_strategy.go b/compose/compose_strategy.go
index <HASH>..<HASH> 100644
--- a/compose/compose_strategy.go
+++ b/compose/compose_strategy.go
@@ -58,6 +58,16 @@ func NewOAuth2JWTStrategy(key *rsa.PrivateKey, strategy *oauth2.HMACSHAStrategy)
}
}
+func NewOAuth2JWTStrategyWithIssuer(key *rs... | feat: new factory with default issuer for JWT tokens (#<I>) | ory_fosite | train | go |
8ed68384402566f6e10b6641329691688d3bd0bc | diff --git a/cwltool/executors.py b/cwltool/executors.py
index <HASH>..<HASH> 100644
--- a/cwltool/executors.py
+++ b/cwltool/executors.py
@@ -96,7 +96,7 @@ class JobExecutor(with_metaclass(ABCMeta, object)):
getdefault(runtime_context.compute_checksum, True),
path_mapper=runtime_conte... | fix: delete tmp dirs only when asked (#<I>) | common-workflow-language_cwltool | train | py,py |
d1a0acc9b4d32fdf3b64e0b88451bb0875a412d4 | diff --git a/issue.go b/issue.go
index <HASH>..<HASH> 100644
--- a/issue.go
+++ b/issue.go
@@ -324,7 +324,7 @@ type CreateTransitionPayload struct {
// TransitionPayloadUpdate represents the updates of Transition calls like DoTransition
type TransitionPayloadUpdate struct {
- Comment []TransitionPayloadComment
+ Co... | fix: TransitionPayloadUpdate.Added Comment field JSON annotations | andygrunwald_go-jira | train | go |
caca15a15e9bf75b9539bc10bb8c7c4426dd5811 | diff --git a/settings/base.py b/settings/base.py
index <HASH>..<HASH> 100644
--- a/settings/base.py
+++ b/settings/base.py
@@ -20,3 +20,5 @@ ROOT_URLCONF = 'urls'
INSTALLED_APPS = tuple()
BASE_DIR = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
+
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
diff... | chore: Applied codemods and added trove-classifiers (#<I>) | edx_opaque-keys | train | py,py |
a86e346b0aed72f3a93d553ed699e0a89f4748e1 | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -37,6 +37,7 @@ MOCK_MODULES = ['twisted', 'twisted.internet',
'configobj',
'validate',
'argparse',
+ 'urwid.util',
... | docs: mock urwid.util
To allow the docs to build. | pazz_alot | train | py |
d699e0838a45e62420ee627ae6b3cfe1d711e982 | diff --git a/test/setup.js b/test/setup.js
index <HASH>..<HASH> 100644
--- a/test/setup.js
+++ b/test/setup.js
@@ -6,17 +6,16 @@ import chai from 'chai'
import chaiEnzyme from 'chai-enzyme'
import dirtyChai from 'dirty-chai'
import sinonChai from 'sinon-chai'
-import enzyme from 'enzyme'
+import * as enzyme from 'en... | fix(test): use correct enzyme import and globals | Semantic-Org_Semantic-UI-React | train | js |
a03c81ba27839a2f6e04eb5f69c30dd1c838a95f | diff --git a/topologies/server.js b/topologies/server.js
index <HASH>..<HASH> 100644
--- a/topologies/server.js
+++ b/topologies/server.js
@@ -270,7 +270,7 @@ function disconnectHandler(self, type, ns, cmd, options, callback) {
!self.s.pool.isConnected() &&
self.s.options.reconnect &&
self.s.disconnectHa... | fix(server): correct minor typo in porting 2.x patch | mongodb_node-mongodb-native | train | js |
1b56932fb49e0f3793f00599e11c24f6254236f4 | diff --git a/lib/preprocessor.js b/lib/preprocessor.js
index <HASH>..<HASH> 100644
--- a/lib/preprocessor.js
+++ b/lib/preprocessor.js
@@ -22,7 +22,7 @@ var isBinary = Object.create(null);
'sgi', 'tiff', 'psd', 'uvi', 'sub', 'djvu', 'dwg', 'dxf', 'fbs', 'fpx', 'fst', 'mmr',
'rlc', 'mdi', 'wdp', 'npx', 'wbmp', 'xi... | fix(preprocessor): treat *.gz files as binary | karma-runner_karma | train | js |
6165023a9593f4f69fe342761b8b2d75923baf7a | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -304,12 +304,12 @@ var runJasmineTests = function() {
* Run Protractor once.
*/
var runOnce = function() {
- setUpSelenium().then(function() {
+ return setUpSelenium().then(function() {
// clean... | feat(runner): return a promise from runner.runOnce
In some cases knowing when the runner has finished is a requirement (e.g. an async grunt task). | angular_protractor | train | js |
0787a58c8c04c5ed418bc24e0b18185e6b133484 | diff --git a/sdam/server_description.js b/sdam/server_description.js
index <HASH>..<HASH> 100644
--- a/sdam/server_description.js
+++ b/sdam/server_description.js
@@ -66,7 +66,9 @@ class ServerDescription {
* @return {Boolean} Is this server available for writes
*/
get isWritable() {
- return [ServerType.... | fix(sdam): we can't use Array.includes yet | mongodb_node-mongodb-native | train | js,js |
3d02bbc815b6687dbb6e087f9f121ef93528fe49 | diff --git a/clients/packages/admin-client/src/app/app.js b/clients/packages/admin-client/src/app/app.js
index <HASH>..<HASH> 100644
--- a/clients/packages/admin-client/src/app/app.js
+++ b/clients/packages/admin-client/src/app/app.js
@@ -23,9 +23,11 @@ const Portal = ({ dispatch }) => {
const appDomain =
... | fix(admin): redirect to canary when not select community | nossas_bonde-client | train | js |
d2624128dae786a8104b8a91c6566ac039bf7f26 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -3,7 +3,9 @@
* __template__gist__: https://gist.github.com/tomchentw/0dc24c30955c1a6c94d4#file-test__index-js
*/
describe("mocha-jscs", function() {
- require("mocha-jshint")(["./lib/"]);
+ require("... | test(index): fix mocha-jshint breaking changes for upgrade | tomchentw_mocha-jscs | train | js |
6298958c196ba4e6f0af6024616e9f27fcd7e668 | diff --git a/build/bin/new.js b/build/bin/new.js
index <HASH>..<HASH> 100644
--- a/build/bin/new.js
+++ b/build/bin/new.js
@@ -54,6 +54,10 @@ export default {
content: `## ${ComponentName}`
},
{
+ filename: path.join('../../examples/docs/fr-FR', `${componentname}.md`),
+ content: `## ${ComponentName}`
... | chore: add French doc for new component (#<I>) | ElemeFE_element | train | js |
98ee075d65a61c0cf37879f67bdb07f5e9ede81d | diff --git a/packages/site/pages/core/color.js b/packages/site/pages/core/color.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/core/color.js
+++ b/packages/site/pages/core/color.js
@@ -306,7 +306,7 @@ const colorCategories = [
},
{
name: 'Primary Action Text - On Light',
- ... | fix(site): fix <I> colors react keys | pluralsight_design-system | train | js |
9089d93e936682bd4f7f53da3d3407fd7b8bd883 | diff --git a/packages/openneuro-server/src/server.js b/packages/openneuro-server/src/server.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/src/server.js
+++ b/packages/openneuro-server/src/server.js
@@ -37,6 +37,8 @@ mongoose.connect(config.mongo.url, {
dbName: config.mongo.dbName,
connectTimeoutM... | fix(server): Use unified topology and createIndex for Mongoose | OpenNeuroOrg_openneuro | train | js |
5c45c9a34921a2c5c9469b8ee40138c4124b8d43 | diff --git a/lib/helper/Polly.js b/lib/helper/Polly.js
index <HASH>..<HASH> 100644
--- a/lib/helper/Polly.js
+++ b/lib/helper/Polly.js
@@ -67,9 +67,12 @@ class Polly extends Helper {
// Connect Puppeteer helper to mock future requests.
async _connectPuppeteer(title) {
const adapter = require('@pollyjs/adapte... | fix: add preconditions to check for puppeteer page availability (#<I>) | Codeception_CodeceptJS | train | js |
00ecb65fd284be172760e9d877edb7eb2d613a9e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,7 +4,13 @@ function getNextTarget (runtime, targets) {
if (targets == null) targets = allTargets
var latest = targets.filter(function (t) { return t.runtime === runtime }).slice(-1)[0]
var increment = runtime === '... | fix: handle case where there is no active electron beta line | lgeiger_node-abi | train | js |
b5ac14b4fb7e624c3efff00829d3b0989edbf3f8 | diff --git a/src/SemanticForm.php b/src/SemanticForm.php
index <HASH>..<HASH> 100644
--- a/src/SemanticForm.php
+++ b/src/SemanticForm.php
@@ -3,6 +3,7 @@
namespace Laravolt\SemanticForm;
use Carbon\Carbon;
+use Illuminate\Database\Eloquent\Collection;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Se... | fix(selectMultiple): handle has many collections | laravolt_semantic-form | train | php |
dc66e01dacd3881a46c12241bb8f5820726e04d8 | 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
@@ -26,7 +26,7 @@ class KakaoProvider(OAuth2Provider):
def... | fix(kakao): Gracefully handle properties being absent | pennersr_django-allauth | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.