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 |
|---|---|---|---|---|---|
7b6cec423c6c10c1bd9e7c0e56b60c48506b2b5e | diff --git a/wily/decorators.py b/wily/decorators.py
index <HASH>..<HASH> 100644
--- a/wily/decorators.py
+++ b/wily/decorators.py
@@ -9,6 +9,12 @@ from wily import __version__
def add_version(f):
+ """
+ Add the version of wily to the help heading.
+
+ :param f: function to decorate
+ :return: decorat... | fix: added docstring to public function | tonybaloney_wily | train | py |
481ef8731ef4992440fde3915bdff40c18477947 | diff --git a/anytemplate/cli.py b/anytemplate/cli.py
index <HASH>..<HASH> 100644
--- a/anytemplate/cli.py
+++ b/anytemplate/cli.py
@@ -93,8 +93,11 @@ def main(argv=None):
return
tmpl = args[0]
- ctx = anytemplate.utils.parse_and_load_contexts(options.contexts,
- ... | refactor: add log messages to info context loading | ssato_python-anytemplate | train | py |
934a05f511f4108cab67eacda14514cf28830e18 | diff --git a/lib/http/server.js b/lib/http/server.js
index <HASH>..<HASH> 100644
--- a/lib/http/server.js
+++ b/lib/http/server.js
@@ -1,7 +1,6 @@
const http = require('http')
const https = require('https')
const errors = require('../errors')
-const version = require('../../package.json').version
module.exp... | refactor: remove version from header | h2non_rocky | train | js |
484679db284a48ab5083d820b76a52d49e3c5290 | diff --git a/packages/storybook-addon-markdown-docs/src/jsxToJs.js b/packages/storybook-addon-markdown-docs/src/jsxToJs.js
index <HASH>..<HASH> 100644
--- a/packages/storybook-addon-markdown-docs/src/jsxToJs.js
+++ b/packages/storybook-addon-markdown-docs/src/jsxToJs.js
@@ -11,6 +11,8 @@ async function jsxToJs(docsJsx,... | fix(storybook-addon-markdown-docs): no babel user config for jsxToJs (#<I>) | open-wc_open-wc | train | js |
8c1b27a0da928a20e1886c8d9e3c17d284431023 | diff --git a/src/models/authorCreditName.js b/src/models/authorCreditName.js
index <HASH>..<HASH> 100644
--- a/src/models/authorCreditName.js
+++ b/src/models/authorCreditName.js
@@ -21,6 +21,9 @@ import {camelToSnake, snakeToCamelID} from '../util';
export default function authorCreditName(bookshelf) {
const Auth... | feat: Add author relationship to author credit name | bookbrainz_bookbrainz-data-js | train | js |
4a5f07a0b021327acad598c93b21190f5ec125e6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -274,7 +274,7 @@ class CrawlKit {
}
addUrl(absoluteUrl);
} catch (e) {
- ... | chore: logging should contain elaborate reason | crawlkit_crawlkit | train | js |
d578b6bd6f3ef0fddc9b204c81b7834292ec75ee | diff --git a/epab/utils/_repo.py b/epab/utils/_repo.py
index <HASH>..<HASH> 100644
--- a/epab/utils/_repo.py
+++ b/epab/utils/_repo.py
@@ -89,7 +89,8 @@ def repo_push(ctx: click.Context):
_info('Pushing repo to origin')
if dry_run(ctx):
return
- do(ctx, ['git', 'push', '--all', '--tags'])
+ do(... | fix: apparently, --all and --tags are incompatible ... | etcher-be_epab | train | py |
e2eb55e404f7a1399f68d5570a9281c8b2fe8beb | diff --git a/library/src/main/java/com/liulishuo/filedownloader/FileDownloadMessageStation.java b/library/src/main/java/com/liulishuo/filedownloader/FileDownloadMessageStation.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/filedownloader/FileDownloadMessageStation.java
+++ b/library/src/main... | perf(block-complete-thread-pool): change the count of core-thread for block-completed-thread-pool: 5 -> 2, reduce redundant resource waste | lingochamp_FileDownloader | train | java |
bf93c3ac769426d7294c633dab851092e58ef46e | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -242,6 +242,11 @@ module.exports = {
// Only use known tag names plus `jest-environment`.
'jsdoc/check-tag-names': [ 'error', { definedTags: [ 'jest-environment' ] } ],
+ // Do not require param/return... | chore: Disable jsdoc rules related to param/return descriptions (#<I>) | Automattic_wp-calypso | train | js |
cb7e3441de0ed75d7f2b1e9f6c33c095561489dd | diff --git a/VisComponent/test/events.js b/VisComponent/test/events.js
index <HASH>..<HASH> 100644
--- a/VisComponent/test/events.js
+++ b/VisComponent/test/events.js
@@ -41,7 +41,7 @@ test('Events mixin for VisComponent', t => {
// Make sure we can catch triggered events from the component.
v.on('foobar', value ... | style: bring code up to linting standard | Kitware_candela | train | js,js |
9cb0e74d68c2c3a8a75e9e3afec9d72b7fc2c84d | diff --git a/dump2polarion/exporters/xunit_exporter.py b/dump2polarion/exporters/xunit_exporter.py
index <HASH>..<HASH> 100644
--- a/dump2polarion/exporters/xunit_exporter.py
+++ b/dump2polarion/exporters/xunit_exporter.py
@@ -19,8 +19,7 @@ tests_records = ImportedData(
import datetime
import logging
-from collecti... | refactor: typed namedtuple | mkoura_dump2polarion | train | py |
7f83a25383b8a887f047ec0448a9ce30504b47fb | diff --git a/webpack/common.js b/webpack/common.js
index <HASH>..<HASH> 100644
--- a/webpack/common.js
+++ b/webpack/common.js
@@ -31,12 +31,12 @@ var common = {
failOnError: true
},
module: {
- /*preLoaders: [{
+ preLoaders: [{
// linting check
test: /\.js?$/,
exclude: /node_modul... | chore(webpack): add eslint as preloader
to check style | Urigo_angular-meteor | train | js |
44945bfe69ad48fba51dd86a4f0c37473014cf73 | diff --git a/tests/base/collector.py b/tests/base/collector.py
index <HASH>..<HASH> 100644
--- a/tests/base/collector.py
+++ b/tests/base/collector.py
@@ -140,12 +140,17 @@ class TDataCollector:
target = 'base'
kind = 'basics'
- pattern = '*.json'
+ pattern = '*.json' # input file name pattern
s... | fix: Ensure a member in tests.base.collector.TDataCollector initialized
Ensure a member, internal datasets, in instances of
tests.base.collector.TDataCollector initialized when its method
'each_data' is called to a avoid errors when unittest.TestCase.__init__
is called in children classes inherits TDataCollector toget... | ssato_python-anyconfig | train | py |
0097a1fb03db19d4385033e8fdee4302d2ec370c | diff --git a/src/Jobs/Killmails/Detail.php b/src/Jobs/Killmails/Detail.php
index <HASH>..<HASH> 100644
--- a/src/Jobs/Killmails/Detail.php
+++ b/src/Jobs/Killmails/Detail.php
@@ -92,7 +92,9 @@ class Detail extends EsiBase
if ($detail->isCachedLoad()) return;
- KillmailDetail::firstOrCreate([
+ ... | fix(notifications): trigger update once DB is seeded | eveseat_eveapi | train | php |
706f2046896fc957204dc30bdf87cb1b40e7b40a | diff --git a/components/dropdown/dropdown.js b/components/dropdown/dropdown.js
index <HASH>..<HASH> 100644
--- a/components/dropdown/dropdown.js
+++ b/components/dropdown/dropdown.js
@@ -37,9 +37,18 @@ export default class Dropdown extends Intact {
const originProps = children.props;
let hasSaved = fa... | fix(Dropdown): trigger element event missing in vue | ksc-fe_kpc | train | js |
c5441fd6f28290efd7c05355b121ef897bfe8203 | diff --git a/src/collection.js b/src/collection.js
index <HASH>..<HASH> 100644
--- a/src/collection.js
+++ b/src/collection.js
@@ -249,6 +249,10 @@ Collection.prototype.processOnStart = function (evt) {
};
var nipple = self.getOrCreate(identifier, position);
var process = function (nip) {
+ // Tri... | fix(collection): trigger `start` event before any potential direction | yoannmoinet_nipplejs | train | js |
f842de8c6a2197d236f4a9d442c720253355db46 | diff --git a/concise/hyopt.py b/concise/hyopt.py
index <HASH>..<HASH> 100644
--- a/concise/hyopt.py
+++ b/concise/hyopt.py
@@ -18,6 +18,8 @@ import os
import glob
import pprint
import logging
+import matplotlib.pyplot as plt
+
logging.basicConfig(format='%(asctime)s [%(levelname)s] %(message)s')
logger = logging... | feat: CMongoTrials.plot_history | gagneurlab_concise | train | py |
de0537fc5798dd3a3a8b2c38010c45e52bd7c364 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -31,7 +31,7 @@ return [
'version' => '11.8.0',
'author' => 'Open Assessment Technologies SA',
'requires' => [
- 'tao' => '>=46.9.0',
+ 'tao' => '>=46.14.0',
'generis' => '>... | chore: update tao version in dependencies | oat-sa_extension-tao-mediamanager | train | php |
77e7be95a12110780aede29ec5543d249abc7be4 | diff --git a/components/form/formItem.js b/components/form/formItem.js
index <HASH>..<HASH> 100644
--- a/components/form/formItem.js
+++ b/components/form/formItem.js
@@ -184,12 +184,16 @@ export default class FormItem extends Intact {
if (!this.get('model')) return;
if (this.get('isDirty')) return;
... | fix: put off validating, closes #4 | ksc-fe_kpc | train | js |
11cba005b335f2c84735bebc34862856af40a7fe | diff --git a/tests/Keboola/GenericExtractor/Config/ApiTest.php b/tests/Keboola/GenericExtractor/Config/ApiTest.php
index <HASH>..<HASH> 100644
--- a/tests/Keboola/GenericExtractor/Config/ApiTest.php
+++ b/tests/Keboola/GenericExtractor/Config/ApiTest.php
@@ -67,4 +67,27 @@ class ApiTest extends ExtractorTestCase
... | test: OAuth <I> through Api::createAuth | keboola_generic-extractor | train | php |
c435409bfdcda51c5ba164c9013a3da1e5a03ce6 | diff --git a/src/core/services/ripple/ripple.js b/src/core/services/ripple/ripple.js
index <HASH>..<HASH> 100644
--- a/src/core/services/ripple/ripple.js
+++ b/src/core/services/ripple/ripple.js
@@ -42,7 +42,8 @@ function InkRippleService($window, $timeout) {
function attachCheckboxBehavior(scope, element, options) ... | fix(ripple): fixes size issue with ripple on switches | angular_material | train | js |
425a76a3a5b4bce767e0f8ad766d7a8773e5463f | diff --git a/src/components/select/select.js b/src/components/select/select.js
index <HASH>..<HASH> 100755
--- a/src/components/select/select.js
+++ b/src/components/select/select.js
@@ -459,6 +459,19 @@ function OptionDirective($mdInkRipple, $mdUtil) {
throw new Error("Expected either ngValue or value attr");
... | fix(select): make md-option work with ng-selected
closes #<I> | angular_material | train | js |
9cfbd08cfa521228f1b3e1c3448188936845e5c2 | diff --git a/test/webdriver/content/capabilities.js b/test/webdriver/content/capabilities.js
index <HASH>..<HASH> 100644
--- a/test/webdriver/content/capabilities.js
+++ b/test/webdriver/content/capabilities.js
@@ -18,12 +18,13 @@ require('chromedriver');
require('geckodriver');
var browserstackCapabilities = {
- ... | test: Enable browserstack network logs. (#<I>) | googleads_videojs-ima | train | js |
5696cccf722495b4163466b4291b549259b2f1dd | diff --git a/lib/datasource/packagist.js b/lib/datasource/packagist.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/packagist.js
+++ b/lib/datasource/packagist.js
@@ -172,18 +172,26 @@ async function getAllPackages(regUrl) {
}
async function packagistOrgLookup(name) {
+ const cacheNamespace = 'datasource-packa... | feat(packagist): cache packagist.org for <I> minutes | renovatebot_renovate | train | js |
4ae7a4877e06568218e3554a65dc1960a92b4e3d | diff --git a/packages/viewer/rollup.config.js b/packages/viewer/rollup.config.js
index <HASH>..<HASH> 100644
--- a/packages/viewer/rollup.config.js
+++ b/packages/viewer/rollup.config.js
@@ -1,5 +1,5 @@
+import path from "path";
import ts from "@wessberg/rollup-plugin-ts";
-// import { string } from "rollup-plugin-str... | chore: refer core package.json for main attribute | vivliostyle_vivliostyle.js | train | js |
1932f54af5f407e76168855e51e9ffbf0b5dcf82 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -393,7 +393,9 @@ exports.extend = function(newConf) {
}
});
}
- if (newConf.guestName && newConf.guestPassword) {
+ if (newConf.guestName === '-' && !newConf.guestPassword) {
+ ... | refactor: support direct access by guest accounts | avwo_whistle | train | js |
b5f43c83b25271f7aff917a9ce8826d39ff94034 | diff --git a/gitlab/config.py b/gitlab/config.py
index <HASH>..<HASH> 100644
--- a/gitlab/config.py
+++ b/gitlab/config.py
@@ -36,9 +36,7 @@ _DEFAULT_FILES: List[str] = _env_config() + [
HELPER_PREFIX = "helper:"
-HELPER_ATTRIBUTES = [
- "job_token", "http_password", "private_token", "oauth_token"
-]
+HELPER_AT... | chore: make lint happy | python-gitlab_python-gitlab | train | py |
189c0552736f301a5d28aa468344c7daea181a9e | diff --git a/src/build.js b/src/build.js
index <HASH>..<HASH> 100644
--- a/src/build.js
+++ b/src/build.js
@@ -492,6 +492,8 @@ function getEslintSettings({commonjs, es2017, esmodules, typescript}) {
function getReadme({description, commonjs, es2017, esmodules, typescript}) {
return `# ESLint Config: ${description}
... | chore: add Github Release badge in `getReadme` | wildpeaks_packages-eslint-config | train | js |
45982121bd579c69682339834953246bbbe34910 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,7 @@
'use strict';
-require('babel-polyfill');
+if (typeof window !== 'undefined') {
+ require('babel-polyfill');
+}
module.exports = require('./lib/parser'); | fix(index): babel-polyfill is not required in node | richardschneider_table-master-parser | train | js |
8e711dc970ee9db8da48e9a9bef596384c673ed4 | diff --git a/sentry_sdk/client.py b/sentry_sdk/client.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/client.py
+++ b/sentry_sdk/client.py
@@ -153,10 +153,12 @@ class Client(object):
rv = event.get("event_id")
if rv is None:
event["event_id"] = rv = uuid.uuid4().hex
- if self._shou... | fix: Only set last_event_id when event actually captured | getsentry_sentry-python | train | py |
0b029c4fd6132bcfb9b614f673eb8cb4653c6b74 | diff --git a/lib/adb.js b/lib/adb.js
index <HASH>..<HASH> 100644
--- a/lib/adb.js
+++ b/lib/adb.js
@@ -3,8 +3,11 @@ import os from 'os';
import path from 'path';
import methods from './tools/index.js';
import { rootDir, DEFAULT_ADB_EXEC_TIMEOUT } from './helpers';
+import { retryInterval } from 'asyncbox';
+
cons... | fix: make sure device is reachable in createADB (#<I>) | appium_appium-adb | train | js |
4999fff29b6ec3ef1bc5d2db9fd615392cef3fe3 | diff --git a/pkg/services/alerting/notifiers/email.go b/pkg/services/alerting/notifiers/email.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/notifiers/email.go
+++ b/pkg/services/alerting/notifiers/email.go
@@ -29,9 +29,18 @@ func NewEmailNotifier(model *m.AlertNotification) (alerting.Notifier, error) {
... | fix(alerting): fixed email notification so it splits email address multiple ways, fixes #<I> | grafana_grafana | train | go |
34d8c796ac6a8e47bf23155bad71d07fafd1aa51 | diff --git a/src/platforms/web/runtime/transition-util.js b/src/platforms/web/runtime/transition-util.js
index <HASH>..<HASH> 100644
--- a/src/platforms/web/runtime/transition-util.js
+++ b/src/platforms/web/runtime/transition-util.js
@@ -69,8 +69,11 @@ export function nextFrame (fn: Function) {
}
export function a... | fix: check enterToClass/leaveToClass existence before adding it (#<I>)
related: #<I> | IOriens_wxml-transpiler | train | js |
74233e8078097a77ad644d3142fd16c7e09beaa9 | diff --git a/packages/components/bolt-button/src/button.js b/packages/components/bolt-button/src/button.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-button/src/button.js
+++ b/packages/components/bolt-button/src/button.js
@@ -1,5 +1,17 @@
import { polyfillLoader } from '@bolt/core/polyfills';
polyf... | refactor: update button loader to now pull in the replace-with-children element if it hasn't yet been defined | bolt-design-system_bolt | train | js |
a1d25d22a1a41d49951bc426946793593d94d2c9 | diff --git a/dist/ng-showdown.js b/dist/ng-showdown.js
index <HASH>..<HASH> 100644
--- a/dist/ng-showdown.js
+++ b/dist/ng-showdown.js
@@ -1,4 +1,4 @@
-;/*! ng-showdown 17-07-2015 */
+;/*! ng-showdown 18-07-2015 */
(function (angular, showdown) {
// Conditional load for NodeJS
if (typeof require !== 'undefined')... | chore(changelog): prepare for <I> release | showdownjs_ng-showdown | train | js |
d0dcd6c8be01a6ab1ed50a499b61452eb0a8f469 | diff --git a/views/js/qtiCreator/editor/styleEditor/styleSheetToggler.js b/views/js/qtiCreator/editor/styleEditor/styleSheetToggler.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiCreator/editor/styleEditor/styleSheetToggler.js
+++ b/views/js/qtiCreator/editor/styleEditor/styleSheetToggler.js
@@ -71,10 +71,10 @@ defin... | fix: actions with CSS on simulus folder | oat-sa_extension-tao-mediamanager | train | js |
879667485a487042b39f83ff4c362f3d98139deb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -83,9 +83,10 @@ function addDirective(type) {
: directive.name
if (!name) {
- throw new Error('Directive must have a name')
+ throw new TypeError('Directive function must have a name')
}
+ dir... | fix: add directive name for loopups | h2non_toxy | train | js,js |
90340492a0d78cec688e59e48c6bd192137ea715 | diff --git a/lib/dynflow.rb b/lib/dynflow.rb
index <HASH>..<HASH> 100644
--- a/lib/dynflow.rb
+++ b/lib/dynflow.rb
@@ -76,7 +76,7 @@ module Dynflow
if defined? ::ActiveJob
require 'dynflow/active_job/queue_adapter'
- class Railtie < Rails::Railtie
+ class Railtie < ::Rails::Railtie
config.before_... | fix: invalid constant exception
! invalid constant exception Railties due to invalid context search | Dynflow_dynflow | train | rb |
04817d4ecfc693195e28c80455bfbb127485f36b | diff --git a/semantic_release/cli.py b/semantic_release/cli.py
index <HASH>..<HASH> 100644
--- a/semantic_release/cli.py
+++ b/semantic_release/cli.py
@@ -298,7 +298,7 @@ def publish(**kwargs):
logger.info("Uploading to HVCS release")
upload_to_release(owner, name, new_version, dist_path)
... | fix(cli): skip remove_dist where not needed
Skip removing dist files when upload_pypi or upload_release are not set | relekang_python-semantic-release | train | py |
8b3a2a44ccf0bf130083f2257105c5f7969be6f6 | diff --git a/src/Client.js b/src/Client.js
index <HASH>..<HASH> 100644
--- a/src/Client.js
+++ b/src/Client.js
@@ -451,7 +451,8 @@ class Client extends EventEmitter {
.then(() => skipEncoder ? message : this.encoder(message))
.then(data => {
if (!this.connected && !isAuth) {
- throw new ... | refactor: add an id in send errors | an-sh_ws-messaging | train | js |
7cc64279a98025abc96b015c394b13ac8ea8c941 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ else: # python3
global_requirements = ['pylint>=1.6,<2', 'psutil', 'jsonconversion~=0.2.12', 'yaml_configuration~=0.1',
'python-gtkmvc3-dlr~=1.0.0', 'gaphas~=1.0.0', 'future>=0.... | test: using numpy version still supporting python<I> | DLR-RM_RAFCON | train | py |
e95ada7cbb2c3f19a4bb25b86941017608417b02 | diff --git a/packages/components/bolt-image/src/image.js b/packages/components/bolt-image/src/image.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-image/src/image.js
+++ b/packages/components/bolt-image/src/image.js
@@ -157,8 +157,8 @@ class BoltImage extends withLitHtml() {
const classes = cx(...... | fix: don't re-blur the image component once it has already loaded the first time. fixes a lazy-loaded related rendering issue when updating the src / srcset props after the image component has already loaded up | bolt-design-system_bolt | train | js |
6ea511f0580b279d10d08ba5614a8650b9612cf7 | diff --git a/resize_test.go b/resize_test.go
index <HASH>..<HASH> 100644
--- a/resize_test.go
+++ b/resize_test.go
@@ -37,6 +37,8 @@ func TestResizeVerticalImage(t *testing.T) {
{JPEG, Options{Width: 800, Height: 600}},
{JPEG, Options{Width: 1000, Height: 1000}},
{JPEG, Options{Width: 1000, Height: 1500}},
+ ... | feat(test): resize only by height o width | h2non_bimg | train | go |
1c692e330bf0d8d181969e66324bcf74012096b6 | diff --git a/src/js/core/navbar.js b/src/js/core/navbar.js
index <HASH>..<HASH> 100644
--- a/src/js/core/navbar.js
+++ b/src/js/core/navbar.js
@@ -387,7 +387,7 @@ export default {
el = oldHeight < newHeight && el;
- css(el, 'clip', `rect(0,${el.offsetWidth}px,${oldHeight}px,0)`);
+ ... | refactor: use clip-path property as clip is deprecated | uikit_uikit | train | js |
cfdebf64eed8b87bf0f84f4284323e72f6d14cbb | diff --git a/server/event/dispatch/operation.go b/server/event/dispatch/operation.go
index <HASH>..<HASH> 100644
--- a/server/event/dispatch/operation.go
+++ b/server/event/dispatch/operation.go
@@ -118,7 +118,7 @@ func (o *Operation) dispatch(ctx context.Context, wfeb wfv1.WorkflowEventBinding
if submit.Arguments !... | fix(typo): correct typo in event-dispatch error log (#<I>) | argoproj_argo | train | go |
c5b62d6d9782624c209c498d255015c9880b52dd | diff --git a/pyannote/metrics/segmentation.py b/pyannote/metrics/segmentation.py
index <HASH>..<HASH> 100755
--- a/pyannote/metrics/segmentation.py
+++ b/pyannote/metrics/segmentation.py
@@ -29,6 +29,7 @@
# Mamadou Doumbia
from __future__ import unicode_literals
+from __future__ import division
import numpy as n... | fix: fix python 3 support | pyannote_pyannote-metrics | train | py |
859191d6ffd218b3bf9a17e2f5e5b60bac65d4f3 | diff --git a/lib/ditty/components/app.rb b/lib/ditty/components/app.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/components/app.rb
+++ b/lib/ditty/components/app.rb
@@ -69,7 +69,8 @@ module Ditty
def self.tasks
Kernel.load 'ditty/tasks/ditty.rake'
- Kernel.load 'ditty/tasks/omniauth-ldap.rake' if D... | fix: Account for nil auth settings | EagerELK_ditty | train | rb |
10408a69d9a4c7b3028de7f596171d38e0614248 | diff --git a/src/doc.js b/src/doc.js
index <HASH>..<HASH> 100644
--- a/src/doc.js
+++ b/src/doc.js
@@ -32,14 +32,20 @@ module.exports = {
delete item.module;
if(item.class){
- var owner = api.classes[item.class];
- owner.methods = owner.methods || [];
- owner.properties = owner.prop... | fix(doc): capture module level properties and methods | aurelia_tools | train | js |
aab5d6087f189fae75e2e9afff30a60b1106acbe | diff --git a/lib/util/file-mgr.js b/lib/util/file-mgr.js
index <HASH>..<HASH> 100644
--- a/lib/util/file-mgr.js
+++ b/lib/util/file-mgr.js
@@ -7,7 +7,7 @@ var isUtf8 = require('./is-utf8');
var isWin32 = process.platform === 'win32';
var MAX_SIZE = 1024 * 1024 * 64;
var LOCAL_FILES = config.LOCAL_FILES;
-var LOCAL_F... | feat: replace / or / with real directory path | avwo_whistle | train | js |
0d5933e849bf5230a73c28c9aafb1040ba69577d | diff --git a/src/experi/scheduler.py b/src/experi/scheduler.py
index <HASH>..<HASH> 100644
--- a/src/experi/scheduler.py
+++ b/src/experi/scheduler.py
@@ -13,6 +13,7 @@ from the list of commands. The variables will be generated and iterated over usi
job array feature of pbs. """
import logging
+from pathlib import ... | fix: Create log directory if it doesn't already exist
Currently the log directory has to be created beforehand, however this
is another manual step which shouldn't be required. | malramsay64_experi | train | py |
6eab35109fc80967568297e169737a8ae2eee95f | diff --git a/packages/availity-workflow-settings/index.js b/packages/availity-workflow-settings/index.js
index <HASH>..<HASH> 100644
--- a/packages/availity-workflow-settings/index.js
+++ b/packages/availity-workflow-settings/index.js
@@ -316,8 +316,8 @@ const settings = {
return get(this.configuration, 'developme... | fix(availity-workflow-settings): allow option to disable linter. Closes #<I>. | Availity_availity-workflow | train | js |
f8a62df5da3183727fb1536196cc49884046a117 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -34,7 +34,7 @@ function SshWebpackPlugin(options) {
SshWebpackPlugin.prototype.apply = function (compiler) {
var that = this;
- compiler.plugin('done',function (compilation) {
+ compiler.hooks.emit.tap('done',fun... | feat: support webpack4 (#7) | unadlib_ssh-webpack-plugin | train | js |
8da7213eb488c4467ce20fc2a0e4b95e4ae84424 | diff --git a/test/ejs.js b/test/ejs.js
index <HASH>..<HASH> 100755
--- a/test/ejs.js
+++ b/test/ejs.js
@@ -1001,8 +1001,8 @@ suite('include()', function () {
test('include ejs with custom includer function', function () {
var file = 'test/fixtures/include-root.ejs';
- var inc = function (url, prev) {
- ... | test(includer): rename first param (url -> original) | mde_ejs | train | js |
1ca61fcb46d1b8902cea57dbfad9a336ac01c495 | diff --git a/test/tests.js b/test/tests.js
index <HASH>..<HASH> 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -10,7 +10,8 @@ var http = require('http'),
var t = -1,
group = path.basename(__filename, '.js') + '/',
- tmpdir = __dirname + '/temp';
+ tmpdir = path.join(__dirname, 'temp'),
+ fixturesdir... | test: use path.join() | mscdex_reformed | train | js |
ce43ca556560d735f74f8e2abaf45cc4fda5e338 | diff --git a/test/e2e/sauce/karma.conf.js b/test/e2e/sauce/karma.conf.js
index <HASH>..<HASH> 100644
--- a/test/e2e/sauce/karma.conf.js
+++ b/test/e2e/sauce/karma.conf.js
@@ -18,7 +18,8 @@ module.exports = function(config) {
plugins: [
'karma-jasmine',
- 'karma-sauce-launcher'
+ 'karma-sauce-lau... | test(e2e): fix sauce test for pull requests
Pull requests don't have secured vars, so they can't use Sauce Labs. | karma-runner_karma | train | js |
cfd49c9026a49cdca21dc54ae6b993874280316e | diff --git a/lib/util/resolveCommand.js b/lib/util/resolveCommand.js
index <HASH>..<HASH> 100644
--- a/lib/util/resolveCommand.js
+++ b/lib/util/resolveCommand.js
@@ -7,10 +7,12 @@ const pathKey = require('path-key')();
function resolveCommandAttempt(parsed, withoutPathExt) {
const cwd = process.cwd();
const... | fix(core): support worker threads (#<I>) | moxystudio_node-cross-spawn | train | js |
48349b7de41dc3a2a51b12b7c931b33dee95c5d8 | diff --git a/test/services/leaderboard-stat-getter.test.js b/test/services/leaderboard-stat-getter.test.js
index <HASH>..<HASH> 100644
--- a/test/services/leaderboard-stat-getter.test.js
+++ b/test/services/leaderboard-stat-getter.test.js
@@ -79,20 +79,18 @@ describe('services > leaderboard-stat-getter', () => {
... | test: update tests for the new format of options | ForestAdmin_forest-express-sequelize | train | js |
f759a06e66b38114ea37ef25a9e3d28236bd0c18 | diff --git a/packages/react/src/components/UIShell/Link.js b/packages/react/src/components/UIShell/Link.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/UIShell/Link.js
+++ b/packages/react/src/components/UIShell/Link.js
@@ -15,7 +15,11 @@ import React from 'react';
* `@reach/router`
*/
const Lin... | fix(UIShellLink): prevent isSideNavExpanded prop from spreading to Link (#<I>) | carbon-design-system_carbon-components | train | js |
1c3c0c98f0ac1a7516ab4a4d46ad8d933225656d | diff --git a/webapps/ui/welcome/client/scripts/directives/custom-links.js b/webapps/ui/welcome/client/scripts/directives/custom-links.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/welcome/client/scripts/directives/custom-links.js
+++ b/webapps/ui/welcome/client/scripts/directives/custom-links.js
@@ -12,7 +12,11 @@ mo... | fix(welcome): add sorting to custom links
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
14df3c62494a3d3c9e2eb28acd6199b7c14e596f | 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,10 +12,6 @@ import (
var version = "master"
func getGrafanaPluginPath() string {
- if os.Getenv("GF_PLUGIN_DIR") != "" {
- return os.Getenv("... | feat(cli): use built in envvar support | grafana_grafana | train | go |
173ae42cdde973f6cb8a96a5e62057ddacd2a823 | diff --git a/lib/util/cmcd_manager.js b/lib/util/cmcd_manager.js
index <HASH>..<HASH> 100644
--- a/lib/util/cmcd_manager.js
+++ b/lib/util/cmcd_manager.js
@@ -531,6 +531,10 @@ shaka.util.CmcdManager = class {
return uri;
}
+ if (uri.includes('offline:')) {
+ return uri;
+ }
+
const separat... | fix(offline): Do not apply CMCD query args to offline URIs (#<I>)
Closes #<I> | google_shaka-player | train | js |
7c569efdd41e23db8ee64e6bd791f3066cdc9bfb | diff --git a/tests/test_api.py b/tests/test_api.py
index <HASH>..<HASH> 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -318,7 +318,7 @@ class TestTessBaseApi(unittest.TestCase):
res = self._api.Recognize(1)
self.assertFalse(res)
self._api.SetImageFile(self._image_file)
- # t... | docs: Fix simple typo, seocnds -> seconds
There is a small typo in tests/test_api.py.
Should read `seconds` rather than `seocnds`. | sirfz_tesserocr | train | py |
aab390cb3024b562f05c44ade51e71c484341feb | diff --git a/owlbot.py b/owlbot.py
index <HASH>..<HASH> 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -21,7 +21,7 @@ logging.basicConfig(level=logging.DEBUG)
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(source_location='build/src')
-s.copy(templates, excludes=['.jsdoc.js', '.github... | chore: do not let owlbot change repo settings (#<I>) | googleapis_nodejs-storage | train | py |
8fe6bb5009b8c210c9b1e1ff185399635c4849de | diff --git a/app/templates/src/test/javascript/spec/_servicesSpec.js b/app/templates/src/test/javascript/spec/_servicesSpec.js
index <HASH>..<HASH> 100644
--- a/app/templates/src/test/javascript/spec/_servicesSpec.js
+++ b/app/templates/src/test/javascript/spec/_servicesSpec.js
@@ -27,8 +27,8 @@ describe('Services Test... | test(AuthenticationSharedService): with CSFR logout call is a POST | jhipster_generator-jhipster | train | js |
89fdbf4729bf9c3198eb11d3d53448ecef29917f | diff --git a/src/calendar/components/Month.js b/src/calendar/components/Month.js
index <HASH>..<HASH> 100644
--- a/src/calendar/components/Month.js
+++ b/src/calendar/components/Month.js
@@ -90,11 +90,14 @@ export default createComponent({
},
},
- mounted() {
- this.height = this.$el.getBoundingClientRect... | fix(Calendar): subtitle not updated in some cases (#<I>) | youzan_vant | train | js,js |
25d3cb54d652c3a7bc0fe0449983df72adeeb266 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -19,7 +19,7 @@ function Documentify (entry, opts) {
this.entry = entry
if (opts.transform) {
- if (Array.isArray(opts.transform)) this.transforms.concat(opts.transform)
+ if (Array.isArray(opts.transform)) this.t... | fix(transforms): fix concat of array transforms (#3)
* fix(transforms): fix concat of array transforms
* fix(findTransforms): fix concat error | stackhtml_documentify | train | js |
ecaeb1f1bb210e8f6eced3011ce54ab854d23ff8 | diff --git a/lib/classes/console.js b/lib/classes/console.js
index <HASH>..<HASH> 100644
--- a/lib/classes/console.js
+++ b/lib/classes/console.js
@@ -86,7 +86,17 @@ class Console {
this.serverless.service.package.path ||
path.join(this.serverless.serviceDir, '.serverless');
this.provider = this.serv... | feat(Console): Report org mismatch with a meaningful error | serverless_serverless | train | js |
6820fce7adbe73278037426c72ee3d869eda9368 | diff --git a/common/oatbox/filesystem/FileSystemHandler.php b/common/oatbox/filesystem/FileSystemHandler.php
index <HASH>..<HASH> 100644
--- a/common/oatbox/filesystem/FileSystemHandler.php
+++ b/common/oatbox/filesystem/FileSystemHandler.php
@@ -22,6 +22,9 @@
namespace oat\oatbox\filesystem;
+use oat\oatbox\servi... | fix: improve serialization process of `FileSystemHandler` heirs | oat-sa_generis | train | php |
07874bc0aa24d9be0fba435f7b61dae2da46a076 | diff --git a/goreq.go b/goreq.go
index <HASH>..<HASH> 100644
--- a/goreq.go
+++ b/goreq.go
@@ -888,7 +888,7 @@ func (gr *GoReq) EndBytes(callback ...func(response Response, body []byte, errs
}
func initRequest(req *http.Request, gr *GoReq) {
- //绑定host
+ //bind host
req.Host = gr.Host
for k, v := range gr.Head... | feat: can req by host | smallnest_goreq | train | go |
0ee01b0477c0c2043bc7317cf0caa14cf63430dd | diff --git a/src/middleware/cached.js b/src/middleware/cached.js
index <HASH>..<HASH> 100644
--- a/src/middleware/cached.js
+++ b/src/middleware/cached.js
@@ -7,11 +7,11 @@ import * as fs from 'fs';
function noop () {}
/** @ignore */
const stat = function stat (path) {
- return new Promise(function (resolve) {
+ ret... | fix: trying to serve a file that does not exists won't kill koaton | gerard2p_koaton | train | js |
b330fc67e250e6b951357fc879eb5a83add76cf9 | diff --git a/src/components/VBreadcrumbs/VBreadcrumbs.js b/src/components/VBreadcrumbs/VBreadcrumbs.js
index <HASH>..<HASH> 100644
--- a/src/components/VBreadcrumbs/VBreadcrumbs.js
+++ b/src/components/VBreadcrumbs/VBreadcrumbs.js
@@ -47,10 +47,9 @@ export default {
genChildren () {
if (!this.$slots.default... | fix(VBreadcrumbs): don't reuse divider VNodes
fixes #<I> | vuetifyjs_vuetify | train | js |
ed7b88525bbb4183e8f9acd9a3ed6790d3e1f958 | diff --git a/cmd/influxd/launcher/launcher.go b/cmd/influxd/launcher/launcher.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/launcher/launcher.go
+++ b/cmd/influxd/launcher/launcher.go
@@ -18,6 +18,7 @@ import (
"github.com/influxdata/influxdb/authorizer"
"github.com/influxdata/influxdb/bolt"
"github.com/influx... | fix(launcher): print inspect as a subcommand when running with --help flag | influxdata_influxdb | train | go |
a3bfd5f9a7ee0d2f40ba006243da65e39c6a7d32 | diff --git a/samples/openTelemetryTracing.js b/samples/openTelemetryTracing.js
index <HASH>..<HASH> 100644
--- a/samples/openTelemetryTracing.js
+++ b/samples/openTelemetryTracing.js
@@ -71,7 +71,7 @@ function main(
provider.register();
// OpenTelemetry tracing is an optional feature and can be enabled by setti... | docs: fix typo in comment "traceing" [sic] (#<I>) | googleapis_nodejs-pubsub | train | js |
8837e7ad1758d10995c48ce79d5d6e91f7f0a135 | diff --git a/lib/default-theme/util.js b/lib/default-theme/util.js
index <HASH>..<HASH> 100644
--- a/lib/default-theme/util.js
+++ b/lib/default-theme/util.js
@@ -4,7 +4,7 @@ export const endingSlashRE = /\/$/
export const outboundRE = /^(https?:|mailto:|tel:)/
export function normalize (path) {
- return path
+ r... | fix: cannot get sidebar when sidebar config contains non-ASCII chars. (close: #<I>) | vuejs_vuepress | train | js |
d87aa78accdebb2e3065779c90f71b7c559c75ba | diff --git a/scripts/release/release-npm.js b/scripts/release/release-npm.js
index <HASH>..<HASH> 100644
--- a/scripts/release/release-npm.js
+++ b/scripts/release/release-npm.js
@@ -11,7 +11,7 @@ function releasePackage(packagePath) {
const spinner = ora(`Publishing @lingui/${name}@${version}`)
try {
- exec... | chore: Publish prerelease to npm | lingui_js-lingui | train | js |
9149a21c0a3f279f47f8f3301a849a2b84a405e8 | diff --git a/packages/vuetify/build/babel-transform-stylus-paths.js b/packages/vuetify/build/babel-transform-stylus-paths.js
index <HASH>..<HASH> 100644
--- a/packages/vuetify/build/babel-transform-stylus-paths.js
+++ b/packages/vuetify/build/babel-transform-stylus-paths.js
@@ -1,8 +1,6 @@
-var types = require('babel-t... | refactor: delete unused variables (#<I>) | vuetifyjs_vuetify | train | js |
7e6acd39e8d037129ea1d53967af07830d321236 | diff --git a/src/defaults.js b/src/defaults.js
index <HASH>..<HASH> 100644
--- a/src/defaults.js
+++ b/src/defaults.js
@@ -80,5 +80,12 @@ async function latestDeps(pkg = {}) {
asia: `^${await get('asia', 'version')}`,
});
- return { deps, devDeps };
+ return {
+ deps: stringify(deps),
+ devDeps: strin... | fix: bug in stringify-ing deps/devDeps locals | tunnckoCoreLabs_charlike | train | js |
a60bd91710cdd2c13b146686abad9cf98bac818c | diff --git a/commitizen/commands/init.py b/commitizen/commands/init.py
index <HASH>..<HASH> 100644
--- a/commitizen/commands/init.py
+++ b/commitizen/commands/init.py
@@ -32,7 +32,7 @@ class Init:
values_to_add["version"] = Version(tag).public
values_to_add["tag_format"] = self._ask_tag_format... | style(init): fix typo in init script
I was trying out commitizen when I noticed the typo and so thought I would help fix it | Woile_commitizen | train | py |
d50505e83619a25e85550731c203230de62bc99d | diff --git a/src/compiler/parser.js b/src/compiler/parser.js
index <HASH>..<HASH> 100644
--- a/src/compiler/parser.js
+++ b/src/compiler/parser.js
@@ -33,6 +33,7 @@ const parse = function(tokens) {
};
elements[lastIndex].children.push(node);
+ // Add to stack if element is a non void element
... | refactor: add note about parser stack for non void elements | kbrsh_moon | train | js |
43674f6a6d17bd037ed531de534068a2993780a7 | diff --git a/src/carousel/Carousel.js b/src/carousel/Carousel.js
index <HASH>..<HASH> 100644
--- a/src/carousel/Carousel.js
+++ b/src/carousel/Carousel.js
@@ -487,7 +487,7 @@ export default class Carousel extends Component {
_getScrollOffset (event) {
const { vertical } = this.props;
return (even... | refactor(carousel): do not round scroll offset's number in order to prevent potential issues with scroll repositioning
This happens if `itemWidth` is not a integer number and if loop mode is enabled. See #<I> | archriss_react-native-snap-carousel | train | js |
b5a807736bde15744f399ea822797c541fef8880 | diff --git a/packages/resolve-url/src/index.js b/packages/resolve-url/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/resolve-url/src/index.js
+++ b/packages/resolve-url/src/index.js
@@ -1,6 +1,6 @@
import resolveUrl from './resolve-url';
import isAbsoluteUrl from './is-absolute-url';
-import relativeToAbsolu... | fix(resolve-url): fixed import | Availity_sdk-js | train | js |
2603bc7987ba4e2bb4789817a3d4b0d18c966fe7 | diff --git a/src/notebook/middlewares.js b/src/notebook/middlewares.js
index <HASH>..<HASH> 100644
--- a/src/notebook/middlewares.js
+++ b/src/notebook/middlewares.js
@@ -14,7 +14,7 @@ const errorMiddleware = store => next => action => {
console.error(action);
let errorText;
if (action.payload) {
- errorTex... | fix(error): ensure payload is stringified from error actions | nteract_nteract | train | js |
52991d10ed8846c91a866ce871419563b0554019 | diff --git a/typed-values/src/main/java/org/camunda/bpm/engine/variable/Variables.java b/typed-values/src/main/java/org/camunda/bpm/engine/variable/Variables.java
index <HASH>..<HASH> 100644
--- a/typed-values/src/main/java/org/camunda/bpm/engine/variable/Variables.java
+++ b/typed-values/src/main/java/org/camunda/bpm/... | fix(variables): add missing method for creating a transient file value
related to CAM-<I> | camunda_camunda-commons | train | java |
a2a965cc38693da53865e21a720da2183265c630 | diff --git a/tests/integration/routes/accounts/post-accounts-test.js b/tests/integration/routes/accounts/post-accounts-test.js
index <HASH>..<HASH> 100644
--- a/tests/integration/routes/accounts/post-accounts-test.js
+++ b/tests/integration/routes/accounts/post-accounts-test.js
@@ -63,6 +63,7 @@ getServer(function (err... | test: prepared test for #<I>
* * *
This commit was sponsored by Neighbourhoodie
You can hire Neighbourhoodie for all your
Hoodie / CouchDB / Offline First needs
<URL> | hoodiehq_hoodie-account-server | train | js |
a12ab7c2924c4220ace003975fbfa9cf01177ac1 | diff --git a/packages/cozy-konnector-libs/src/libs/request.js b/packages/cozy-konnector-libs/src/libs/request.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/request.js
+++ b/packages/cozy-konnector-libs/src/libs/request.js
@@ -49,12 +49,9 @@
let request = require('request-promise')
const r... | refactor: variable is never assigned | konnectors_libs | train | js |
9aa9f4dfac020b3d9e4ea2b27a16f187d89ecb28 | diff --git a/src/resources/views/corporation/contracts.blade.php b/src/resources/views/corporation/contracts.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/corporation/contracts.blade.php
+++ b/src/resources/views/corporation/contracts.blade.php
@@ -6,11 +6,11 @@
@section('corporation_content')
- ... | feat(deps): upgrade corporations contracts | eveseat_web | train | php |
de58e837e5b1a1f08b119825ce59be92a7ea1839 | diff --git a/packages/nitro-webpack/webpack-config/webpack.config.dev.js b/packages/nitro-webpack/webpack-config/webpack.config.dev.js
index <HASH>..<HASH> 100644
--- a/packages/nitro-webpack/webpack-config/webpack.config.dev.js
+++ b/packages/nitro-webpack/webpack-config/webpack.config.dev.js
@@ -146,9 +146,6 @@ modul... | fix(webpack): remove outdated config prop for MiniCssExtractPlugin | namics_generator-nitro | train | js |
54da2c23a13aafb7342915419c9a21ffc3705b37 | diff --git a/lib/configuration/variables/resolve.js b/lib/configuration/variables/resolve.js
index <HASH>..<HASH> 100644
--- a/lib/configuration/variables/resolve.js
+++ b/lib/configuration/variables/resolve.js
@@ -47,7 +47,7 @@ class VariablesResolver {
Array.from(variablesMeta.keys(), (propertyPath) =>
... | refactor(Variables): Ensure to not resolve any value with promise | serverless_serverless | train | js |
897e241b90f490f8f7e9fac08ddfdc336ec78cb8 | diff --git a/decls/flow-typed/jest.js b/decls/flow-typed/jest.js
index <HASH>..<HASH> 100644
--- a/decls/flow-typed/jest.js
+++ b/decls/flow-typed/jest.js
@@ -1,4 +1,4 @@
-// https://raw.githubusercontent.com/flowtype/flow-typed/master/definitions/npm/jest_v21.x.x/flow_v0.39.x-/jest_v21.x.x.js
+// https://github.com/fl... | chore: Update Jest Flow library definitions (#<I>) | stylelint_stylelint | train | js |
9ecf8857d74f51666ba2ea40344c8ba99accccb8 | diff --git a/tests/test_bukuDb.py b/tests/test_bukuDb.py
index <HASH>..<HASH> 100644
--- a/tests/test_bukuDb.py
+++ b/tests/test_bukuDb.py
@@ -936,16 +936,14 @@ def test_delete_rec_on_non_interger(index, low, high, is_range):
for bookmark in TEST_BOOKMARKS:
bdb.add_rec(*bookmark)
- db_len = len(TEST_... | fix: test: delete_rec | jarun_Buku | train | py |
7ba1b2d02af30e3a4046cba1f5b2dbb9494d44ca | diff --git a/lib/ditty/controllers/application.rb b/lib/ditty/controllers/application.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/controllers/application.rb
+++ b/lib/ditty/controllers/application.rb
@@ -169,14 +169,21 @@ module Ditty
after do
return if params[:layout].nil?
- response.body = respo... | fix: Don't try to parse non html responses | EagerELK_ditty | train | rb |
060f4c9c9d1b7ded3d09a45eaddc1e2549b6eaea | diff --git a/modules/dropdown/js/dropdown_directive.js b/modules/dropdown/js/dropdown_directive.js
index <HASH>..<HASH> 100644
--- a/modules/dropdown/js/dropdown_directive.js
+++ b/modules/dropdown/js/dropdown_directive.js
@@ -397,7 +397,8 @@
scrollMask.css('z-index', LxDepthService.getDepth(... | fix(dropdown): an action on the mask closes the dropdown | lumapps_lumX | train | js |
e3eb943b21bf9d711c15629ce321a66e0922c014 | 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', type=click.Path(exists=True))
+@click.argument(... | fix: fixed default path for upload tools | cocaine_cocaine-tools | train | py |
89444d6c2e6e32c279576036f4d9c3cf2ead1ef7 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -625,7 +625,7 @@ exports.extend = function(newConf) {
maxSockets: config.sockets,
keepAlive: config.keepAlive,
keepAliveMsecs: config.keepAliveMsecs,
- maxFreeSockets: 60
+ maxFreeSocke... | refactor: maxFreeSockets | avwo_whistle | train | js |
f613cacec5952f1167236f5123324b6ee9008b8d | diff --git a/test/test_host_update.go b/test/test_host_update.go
index <HASH>..<HASH> 100644
--- a/test/test_host_update.go
+++ b/test/test_host_update.go
@@ -60,7 +60,7 @@ func (s *HostUpdateSuite) TestUpdateLogs(t *c.C) {
t.Assert(err, c.IsNil)
_, err = hostClient.UpdateWithShutdownDelay(
"/usr/local/bin/flynn... | test: Increase the host shutdown delay in TestUpdateLogs
This gives the test a chance to collect debug logs if receiving the log
message times out (which takes <I>s). | flynn_flynn | train | go |
1c80df26c0d34c2925e2cfca5859ee84032cccb5 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -43,12 +43,14 @@ class IpfsRepo {
constructor (repoPath, options) {
assert.equal(typeof repoPath, 'string', 'missing repoPath')
- const defaultOptions = require('./default-options')
this.close... | fix: remove the extensions .data that got introduced by #<I> | ipfs_js-ipfs-repo | train | js |
5de06252f60e1b216d7dcf64c68ccc3353237068 | diff --git a/lib/cron_for_github/client.rb b/lib/cron_for_github/client.rb
index <HASH>..<HASH> 100644
--- a/lib/cron_for_github/client.rb
+++ b/lib/cron_for_github/client.rb
@@ -15,7 +15,7 @@ module CronForGithub
def refs(slug, refs_prefix)
client
.refs(slug, refs_prefix)
- .map{|obj| obj.r... | style(client): fix by rubocop | packsaddle_ruby-cron_for_github | train | rb |
7eb796cc00396743773f2f22a7f16a52712698da | diff --git a/app/lib/webpack/inject.style-rules.js b/app/lib/webpack/inject.style-rules.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/inject.style-rules.js
+++ b/app/lib/webpack/inject.style-rules.js
@@ -1,11 +1,12 @@
const ExtractLoader = require('mini-css-extract-plugin').loader
const merge = require('webpac... | fix: #<I> (@quasar/app) adding path.concat to build path strings. (#<I>) | quasarframework_quasar | train | js |
1dbefd3f6a430771e54782c50787282f776186d1 | diff --git a/query.go b/query.go
index <HASH>..<HASH> 100644
--- a/query.go
+++ b/query.go
@@ -117,10 +117,12 @@ func (dht *IpfsDHT) runLookupWithFollowup(ctx context.Context, target string, qu
}
// wait for all queries to complete before returning, aborting ongoing queries if we've been externally stopped
+ foll... | fix: lookup context cancellation race condition | libp2p_go-libp2p-kad-dht | train | go |
e31d790d6de0138077b23f0615caaa3aece95605 | diff --git a/services/terminal.js b/services/terminal.js
index <HASH>..<HASH> 100644
--- a/services/terminal.js
+++ b/services/terminal.js
@@ -12,6 +12,8 @@ try {
error = e.stack;
}
+const fs = require('fs');
+
const {ServiceBase} = require('./service_base.js');
const NDB_VERSION = require('../package.json').... | feat(backend): get shell for terminal for $SHELL variable (#<I>)
If variable is empty or points to not existing file then fallback
to cmd.exe for win and bash for linux and mac.
Fixes #<I> | GoogleChromeLabs_ndb | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.