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
bedf5bacba2fb426dba3a0376255be6299c609e9
diff --git a/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js b/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js +++ b/packages/@vue/cli-service/lib/commands/build/resolveWcConfig.js @@ -5,13 ...
chore: show error message that the `wc` target with Vue 3 isn't supported yet (#<I>)
vuejs_vue-cli
train
js
1306a12dff4ff29dfd68ee548e4533e06b3db5fa
diff --git a/hrp/internal/boomer/runner.go b/hrp/internal/boomer/runner.go index <HASH>..<HASH> 100644 --- a/hrp/internal/boomer/runner.go +++ b/hrp/internal/boomer/runner.go @@ -240,17 +240,11 @@ func (r *runner) getSpawnRate() float64 { } func (r *runner) setRunTime(runTime int64) { - r.mutex.Lock() - defer r.mut...
perf: hrp boom run time related code optimization
HttpRunner_HttpRunner
train
go
14165e8099076255b1f55cb44d824b3dda887ba5
diff --git a/src/Providers/FoundationServiceProvider.php b/src/Providers/FoundationServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Providers/FoundationServiceProvider.php +++ b/src/Providers/FoundationServiceProvider.php @@ -128,13 +128,16 @@ class FoundationServiceProvider extends AbstractModuleServiceProvid...
fix: integerUserType not found
crcms_foundation
train
php
b6540b4639cfa896783cab5c5beb49f0db8f9e18
diff --git a/site/assets/js/app.js b/site/assets/js/app.js index <HASH>..<HASH> 100644 --- a/site/assets/js/app.js +++ b/site/assets/js/app.js @@ -191,9 +191,7 @@ if ($lgInlineContainer) { }, ], }); - setTimeout(() => { - inlineGallery && inlineGallery.openGallery(); - }, 130); +...
docs(demo): remove unwanted timeout
sachinchoolur_lightGallery
train
js
1a9de0781354a251fb9da48efdc9821312df6e14
diff --git a/src/actions/value.js b/src/actions/value.js index <HASH>..<HASH> 100644 --- a/src/actions/value.js +++ b/src/actions/value.js @@ -49,6 +49,7 @@ export function resetValuesToDefault() { } else if ( [ componentTypes.rangeSlider, + componentTypes.rangeInput, componentTypes.ratingsFilt...
fix: rangeinput component type added
appbaseio_reactivecore
train
js
420753e2a563afa4c6bba6f2b511beb04d1b7504
diff --git a/lib/ditty/controllers/user_login_traits_controller.rb b/lib/ditty/controllers/user_login_traits_controller.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/controllers/user_login_traits_controller.rb +++ b/lib/ditty/controllers/user_login_traits_controller.rb @@ -36,5 +36,9 @@ module Ditty policy_sc...
chore: Order login traits by updated_at, reversed
EagerELK_ditty
train
rb
7eccd8de23974523ef463e5e5d269ffb5bef455b
diff --git a/rakelib/kokoro/kokoro.rb b/rakelib/kokoro/kokoro.rb index <HASH>..<HASH> 100644 --- a/rakelib/kokoro/kokoro.rb +++ b/rakelib/kokoro/kokoro.rb @@ -31,7 +31,7 @@ class Kokoro < Command end def presubmit - gems.each do |gem| + @updated_gems.each do |gem| run_ci gem do run "bundle...
chore: test only updated gems (#<I>)
googleapis_google-cloud-ruby
train
rb
cec807812ae43171d191362d4dc9f1dba2ec3821
diff --git a/lib/publish.js b/lib/publish.js index <HASH>..<HASH> 100644 --- a/lib/publish.js +++ b/lib/publish.js @@ -11,7 +11,7 @@ module.exports = async ({npmPublish, tarballDir, pkgRoot}, {publishConfig, name} if (tarballDir) { logger.log('Creating npm package version %s', version); - const tarball = a...
fix: get tarball name as last line from stdout
semantic-release_npm
train
js
fa72c40cd70c9f4e230828da77d60693c5b1ddbd
diff --git a/app/router.js b/app/router.js index <HASH>..<HASH> 100644 --- a/app/router.js +++ b/app/router.js @@ -73,10 +73,41 @@ export default new Router([ } }, { - path: '/components/pagination', + + path: '/components/tooltip', action: async () => { - return {Pa...
fix: rebase lead code missing
ksc-fe_kpc
train
js
408d58f937a544190ca64d13942a6a7b04b95615
diff --git a/superset-frontend/src/SqlLab/reducers/sqlLab.js b/superset-frontend/src/SqlLab/reducers/sqlLab.js index <HASH>..<HASH> 100644 --- a/superset-frontend/src/SqlLab/reducers/sqlLab.js +++ b/superset-frontend/src/SqlLab/reducers/sqlLab.js @@ -517,7 +517,20 @@ export default function sqlLabReducer(state = {}, ac...
fix: SQL Lab show "Refetch Results" button while fetching new query results (#<I>) * fix: SQL Lab show "Refetch Results" button while fetching new query results * fix comments
apache_incubator-superset
train
js
501b12bf86816ded4f5183a075a9d08da0ef22bf
diff --git a/lib/ast-deepcopy.js b/lib/ast-deepcopy.js index <HASH>..<HASH> 100644 --- a/lib/ast-deepcopy.js +++ b/lib/ast-deepcopy.js @@ -12,7 +12,7 @@ var isArray = Array.isArray || function isArray (array) { function deepCopyInternal (obj, result) { var key, val; for (key in obj) { - if (key.lastIn...
fix(espurify): avoid cloning private (maybe recursive) props
estools_espurify
train
js
429313228a8ee3cef53610cd9d29e8d10c68b3e7
diff --git a/src/events.js b/src/events.js index <HASH>..<HASH> 100644 --- a/src/events.js +++ b/src/events.js @@ -36,11 +36,17 @@ export const onStdoutFactory = ({ Lines, Maybe }) => (stream, chunk) => { continue // at next line } + // End of HEADERS can be easy to detect with list and hash commands t...
fix: Always emit 'end' event when stream close
quentinrossetti_node-7z
train
js
eb2715262e16b7f366b1a71899ff67e4e5c564f5
diff --git a/index.es6.js b/index.es6.js index <HASH>..<HASH> 100644 --- a/index.es6.js +++ b/index.es6.js @@ -19,7 +19,7 @@ Object.defineProperty(instantSearchFactory, 'widgets', { get() { throw new ReferenceError( `You can't access 'instantsearch.widgets' directly from the ES6 build. -Import the widget...
fix(warning): make sure suggested import is possible (#<I>)
algolia_instantsearch.js
train
js
e9bf8ea7c1bf6b658f7d8d165f822e9b4efdb370
diff --git a/src/untp/untp.py b/src/untp/untp.py index <HASH>..<HASH> 100644 --- a/src/untp/untp.py +++ b/src/untp/untp.py @@ -94,7 +94,8 @@ def unpacker(data_file, image_file=None, output_dir=None, config=None, extra_dat temp_image = temp_image.rotate(90, expand=1) # create dst image - d...
fix: creater image exception while source image mode is `P`
justbilt_untp
train
py
6e2c0b9c10a2f155b2c5ba7f7068fe46693f8fcb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,6 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ...
feat: add py<I> to set of supported python versions
LEMS_pylems
train
py
9d8b58b13fddcd5a4fa02f8df3a3bbb44b4d5433
diff --git a/website/js/routes.js b/website/js/routes.js index <HASH>..<HASH> 100644 --- a/website/js/routes.js +++ b/website/js/routes.js @@ -23,6 +23,7 @@ angular.module('protractorApp').config(function($routeProvider) { }). when('/plugins', { templateUrl: 'partials/plugins.html' + contr...
chore(website): make links on plugin page work Closes #<I>
angular_protractor
train
js
786d2f744d58df1a54392379fde51680792f8894
diff --git a/src/actions/query.js b/src/actions/query.js index <HASH>..<HASH> 100644 --- a/src/actions/query.js +++ b/src/actions/query.js @@ -476,10 +476,12 @@ export function executeQuery( } } } else { + const preference = config && config.analyticsConfig && config.analyticsConfig.userId + ...
fix: use preference with user id
appbaseio_reactivecore
train
js
a09833f9a907bea63ccb6538ff7190bdff606857
diff --git a/packages/d3fc-webgl/src/shaders/vertexShaderSnippets.js b/packages/d3fc-webgl/src/shaders/vertexShaderSnippets.js index <HASH>..<HASH> 100644 --- a/packages/d3fc-webgl/src/shaders/vertexShaderSnippets.js +++ b/packages/d3fc-webgl/src/shaders/vertexShaderSnippets.js @@ -9,9 +9,9 @@ export const translate = ...
fix: changes uniform to attribute for multicolor
d3fc_d3fc
train
js
b6888ba645810911ac490d7b8ee121574500700d
diff --git a/src/animator.js b/src/animator.js index <HASH>..<HASH> 100644 --- a/src/animator.js +++ b/src/animator.js @@ -54,7 +54,7 @@ export class VelocityAnimator { * @param options Animation options * @return resolved when animation is complete */ - animate(element:any, nameOrProps:any, options:any, s...
fix(animator): mark animate params as optional
aurelia_animator-velocity
train
js
fd36541e7130f50907c173a33bba667a38551e7c
diff --git a/nyamuk/nyamuk.py b/nyamuk/nyamuk.py index <HASH>..<HASH> 100644 --- a/nyamuk/nyamuk.py +++ b/nyamuk/nyamuk.py @@ -152,6 +152,8 @@ class Nyamuk(base_nyamuk.BaseNyamuk): self.state = NC.CS_DISCONNECTING ret = self.send_disconnect() + ret2, bytes_written = self.packet_write(...
fix: actually send DISCONNECT message before closing socket
iwanbk_nyamuk
train
py
f6de036ea7bad6db40ae7fcf0bfa14ac4b85b44e
diff --git a/library/tasks/dev.js b/library/tasks/dev.js index <HASH>..<HASH> 100644 --- a/library/tasks/dev.js +++ b/library/tasks/dev.js @@ -4,9 +4,9 @@ const runSequence = require('run-sequence').use(gulp); gulp.task('setup-watchers', (callback) => { process.env.WEBPACK_WATCH = true; - gulp.watch(['src/**.js'...
chore(sandbox): fix watchers for developing in sandbox
pivotal-cf_pivotal-ui
train
js
ea4f28b6475993beaf5908da8340bf7277d503d5
diff --git a/packages/components/bolt-device-viewer/src/device-viewer.standalone.js b/packages/components/bolt-device-viewer/src/device-viewer.standalone.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-device-viewer/src/device-viewer.standalone.js +++ b/packages/components/bolt-device-viewer/src/device-vi...
fix: update selector for image zoom to work when images are rendered to shadow DOM
bolt-design-system_bolt
train
js
dd8d06cfc4a5a79d4906688e85a16f824247aafe
diff --git a/src/main/java/com/github/maven_nar/NarSystemMojo.java b/src/main/java/com/github/maven_nar/NarSystemMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/maven_nar/NarSystemMojo.java +++ b/src/main/java/com/github/maven_nar/NarSystemMojo.java @@ -216,7 +216,7 @@ public class NarSystemMojo ex...
fix: fix for issue <I>
maven-nar_nar-maven-plugin
train
java
7ccb9b12338253e0212ea14e9bb13f552b7fcecc
diff --git a/src/main/cli.js b/src/main/cli.js index <HASH>..<HASH> 100644 --- a/src/main/cli.js +++ b/src/main/cli.js @@ -17,7 +17,7 @@ const getStartCommand = () => { const electronPath = join(dir, `electron${ext}`); if (fs.existsSync(nteractPath)) { - return [nteractPath, '', join(dir, 'bin', win)]; + ...
feat(cli): Fix paths when used with the release
nteract_nteract
train
js,js
efde4266d971e7bfc741d33f975ecf2deafb192b
diff --git a/lib/candevice.js b/lib/candevice.js index <HASH>..<HASH> 100644 --- a/lib/candevice.js +++ b/lib/candevice.js @@ -221,7 +221,7 @@ function handleISOAddressClaim(device, n2kMsg) { debug('Checking ISO address claim. %j', n2kMsg) const uint64ValueFromReceivedClaim = getISOAddressClaimAsUint64(n2kMsg) ...
fix: exception when handling address claims (#<I>)
canboat_canboatjs
train
js
4ab06cfc5a069ea1455c83fbbdbf1b83f9417aab
diff --git a/lib/tachikoma/version.rb b/lib/tachikoma/version.rb index <HASH>..<HASH> 100644 --- a/lib/tachikoma/version.rb +++ b/lib/tachikoma/version.rb @@ -1,4 +1,4 @@ # Version of tachikoma module Tachikoma - VERSION = '4.2.6' + VERSION = '4.2.7.beta' end
chore(app): bump development version to <I>.beta
sanemat_tachikoma
train
rb
4292c0a7bc2bdd1b02dee888e5f57d6531a2e98f
diff --git a/tests/unit/CacheTest.php b/tests/unit/CacheTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/CacheTest.php +++ b/tests/unit/CacheTest.php @@ -28,8 +28,8 @@ class CacheTest extends CacheTestCase public function testCacheDriver() { - $this->cache->setDriver('redis'); + $this...
test: CacheTest 不依赖 redis
twinh_wei
train
php
26b890c237443fa644caa400da6b79a1945ae88a
diff --git a/src/navigation-instruction.js b/src/navigation-instruction.js index <HASH>..<HASH> 100644 --- a/src/navigation-instruction.js +++ b/src/navigation-instruction.js @@ -5,7 +5,7 @@ export class NavigationInstruction { this.params = params || {}; this.queryParams = queryParams; this.config = con...
feat(navigation-instruction): add instruction to lifecycle args
aurelia_router
train
js
cd52424fb735de9664022b27008f4c6e936efc20
diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index <HASH>..<HASH> 100644 --- a/src/structures/VoiceState.js +++ b/src/structures/VoiceState.js @@ -152,10 +152,10 @@ class VoiceState extends Base { } /** - * Moves the member to a different channel, or kick them from the one they're ...
docs(VoiceState): improve phrasing of setChannel method (#<I>) * (docs) Fixed phrasing of docs Added permission needed to edit a member's voice state and adjusted docs to say **"Disconnect"** instead of **"Kicking"** the member. * fixed line length on <I>
discordjs_discord.js
train
js
854a4614a82c489422e1cc588cb85955802bd0a2
diff --git a/superset/views/base.py b/superset/views/base.py index <HASH>..<HASH> 100644 --- a/superset/views/base.py +++ b/superset/views/base.py @@ -257,22 +257,6 @@ class BaseSupersetView(BaseView): def menu_data() -> Dict[str, Any]: menu = appbuilder.menu.get_data() - root_path = "#" - logo_target_pat...
feat: make logo link point to welcome page (#<I>)
apache_incubator-superset
train
py
7d55999f73d7b16bf16723a23b68d7fea5b18143
diff --git a/src/Cms/Model/TemplateModel.php b/src/Cms/Model/TemplateModel.php index <HASH>..<HASH> 100644 --- a/src/Cms/Model/TemplateModel.php +++ b/src/Cms/Model/TemplateModel.php @@ -35,6 +35,10 @@ class TemplateModel public function __construct(CmsCategoryRecord $categoryRecord, CmsSkinsetConfig $skinsetConfi...
fix: template model fix in case of missing template
milejko_mmi-cms
train
php
be9a7d396db167103db4103586fc8d86546c5848
diff --git a/src/plugin/release/index.js b/src/plugin/release/index.js index <HASH>..<HASH> 100644 --- a/src/plugin/release/index.js +++ b/src/plugin/release/index.js @@ -111,6 +111,8 @@ function action (config, directory, options) { .then(handleVersionOutput(method)) .then(handlePublishOutput(rel...
fix(northbrook): fix changelog generation
northbrookjs_northbrook
train
js
2796e69273b930f8e7f5a49d55a15dc3e8c32df4
diff --git a/anyconfig/utils.py b/anyconfig/utils.py index <HASH>..<HASH> 100644 --- a/anyconfig/utils.py +++ b/anyconfig/utils.py @@ -273,7 +273,10 @@ def _try_to_get_extension(obj): else: return None - return path and get_file_extension(path) or None + if path: + return get_file_extension...
fix: correct for pylint's warn, consider-using-ternary, in .utils._try_to_get_extension
ssato_python-anyconfig
train
py
cb4f05296fcbf6ea11896c33106d9de056ec3563
diff --git a/GPy/mappings/mlp.py b/GPy/mappings/mlp.py index <HASH>..<HASH> 100644 --- a/GPy/mappings/mlp.py +++ b/GPy/mappings/mlp.py @@ -35,7 +35,7 @@ class MLP(Mapping): # Backpropagation to hidden layer. dL_dact = np.dot(dL_dF, self.W2.T) - dL_dlayer1 = dL_dact / np.square(np.cosh(layer1)...
fix: slight modification to MLP mapping to reduce potential for numpy overflows and unnecessary computation
SheffieldML_GPy
train
py
8c9938cc4c44abe4f999eb4f0dd3fa814bb6c2ff
diff --git a/algoliasearch/exceptions.py b/algoliasearch/exceptions.py index <HASH>..<HASH> 100644 --- a/algoliasearch/exceptions.py +++ b/algoliasearch/exceptions.py @@ -21,5 +21,5 @@ class RequestException(AlgoliaException): self.status_code = status_code -class AlgoliaUnreachableHostException(Exception)...
fix(unreachable-exception): makes unreachable be an algolia exception (#<I>)
algolia_algoliasearch-client-python
train
py
e70372c4af565fb98519b6024594fa27975e5a77
diff --git a/src/i18n.js b/src/i18n.js index <HASH>..<HASH> 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -160,7 +160,7 @@ export class I18N { while (i--) { let key = keys[i]; // remove the optional attribute - let re = /\[([a-z\-]*)\]/g; + let re = /\[([a-z\-]*)\]/ig; let m; ...
fix(attribute): fix support for dashed bindables bindables from custom elements are now properly supported with attribute-based translations fixes issue <URL>
aurelia_i18n
train
js
c1afb2a5173224cadd2f001889b1e98d272175d8
diff --git a/packages/cozy-konnector-libs/src/libs/signin.js b/packages/cozy-konnector-libs/src/libs/signin.js index <HASH>..<HASH> 100644 --- a/packages/cozy-konnector-libs/src/libs/signin.js +++ b/packages/cozy-konnector-libs/src/libs/signin.js @@ -87,8 +87,8 @@ module.exports = function signin({ parseBody ...
feat: also pass full response to signin validate function This allows to validate the authentication with response headers for example
konnectors_libs
train
js
052eac93adc262152fa83ed2324560ebd61c38c2
diff --git a/packages/core/renderers/renderer-hyperhtml.js b/packages/core/renderers/renderer-hyperhtml.js index <HASH>..<HASH> 100644 --- a/packages/core/renderers/renderer-hyperhtml.js +++ b/packages/core/renderers/renderer-hyperhtml.js @@ -1,14 +1,7 @@ // HyperHTML Renderer ported to SkateJS -import { - withCompon...
refactor: clean up hyperhtml dependencies
bolt-design-system_bolt
train
js
4dfa3ed2ac5019edd6f1d179ba00f9d804b7b1c2
diff --git a/api.php b/api.php index <HASH>..<HASH> 100644 --- a/api.php +++ b/api.php @@ -8616,7 +8616,7 @@ namespace Tqdev\PhpCrudApi\OpenApi { $parameters = ['filter', 'include', 'exclude', 'order', 'size', 'page', 'join']; } } else { - ...
fix: pkName should be allawys "id", if not it doesn't match with "/components/parameters" maybe more a workaround than a fix. Better way would be to fix components
mevdschee_php-crud-api
train
php
57cd8a9745e45ffee6b49265792d266dfff8cd25
diff --git a/test/instrumentation_test.js b/test/instrumentation_test.js index <HASH>..<HASH> 100644 --- a/test/instrumentation_test.js +++ b/test/instrumentation_test.js @@ -333,6 +333,8 @@ describe('instrumentation spec', function () { describe('FunctionExpression will not be instrumented', function () { + ...
test(espower): add bug reproduction case when FunctionExpression begins right after the assertion, its params will be transformed accidentally.
power-assert-js_espower
train
js
23cc9cc1141a9ca14282bad99d4526a3a84d395e
diff --git a/src/components/gallery/rkGallery.js b/src/components/gallery/rkGallery.js index <HASH>..<HASH> 100644 --- a/src/components/gallery/rkGallery.js +++ b/src/components/gallery/rkGallery.js @@ -259,6 +259,8 @@ export class RkGallery extends RkComponent { overlayOpacity: new Animated.Value(0), }; + i...
fix(rkGallery): rkGallery - react/sort-comp
akveo_react-native-ui-kitten
train
js
2ccd6a79b444fc8e3dba723ec009cd1b024c53c0
diff --git a/aws/resource_aws_elasticsearch_domain_test.go b/aws/resource_aws_elasticsearch_domain_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_elasticsearch_domain_test.go +++ b/aws/resource_aws_elasticsearch_domain_test.go @@ -306,7 +306,7 @@ func TestAccAWSElasticSearchDomain_CognitoOptions(t *testing....
fix: Correct syntax error in Elasticsearch_CognitoOptions test
terraform-providers_terraform-provider-aws
train
go
36887c66bbf26d540f087f80ddfec38462a33bdf
diff --git a/lib/node-inspect.js b/lib/node-inspect.js index <HASH>..<HASH> 100644 --- a/lib/node-inspect.js +++ b/lib/node-inspect.js @@ -252,7 +252,7 @@ function formatPreview({ properties, subtype, description }, opts) { } const propertyFormatter = subtype === 'array' ? formatPropertyValue : formatPropertyPa...
fix: Properly print watchers
nodejs_node-inspect
train
js
66be874bbdbb9ba796e0406c63a455455bc4caf2
diff --git a/packages/icon/index.js b/packages/icon/index.js index <HASH>..<HASH> 100755 --- a/packages/icon/index.js +++ b/packages/icon/index.js @@ -68,7 +68,7 @@ async function findIcon (options) { options.iconSrc, path.resolve(this.options.srcDir, this.options.dir.static, options.iconFileName), path....
fix(icon): handle situation where the iconSrc is `null` or `undefined` (#<I>)
nuxt-community_pwa-module
train
js
29b8eb7ec5a45eadbacba7c5ae5837c69de51030
diff --git a/build/module-opentest/session.js b/build/module-opentest/session.js index <HASH>..<HASH> 100644 --- a/build/module-opentest/session.js +++ b/build/module-opentest/session.js @@ -80,7 +80,7 @@ function createSessionFromTemplateAndWait(templatePartialPath, options) { outFile = helpers.trimChars(options.ou...
fix(cli): wait option not working with remote server
mcdcorp_opentest
train
js
6797cd580ca6ec28cdd36eeb2abcb0fd28470c6b
diff --git a/src/components/application-shell/global-style-imports.js b/src/components/application-shell/global-style-imports.js index <HASH>..<HASH> 100644 --- a/src/components/application-shell/global-style-imports.js +++ b/src/components/application-shell/global-style-imports.js @@ -1,5 +1,3 @@ -// Vendor styles -im...
refactor(vendor-css): move to explicit react-select css import
commercetools_merchant-center-application-kit
train
js
27606c12f8c2f00fdd2bc0ce18fbf19818e17397
diff --git a/source-map-support.js b/source-map-support.js index <HASH>..<HASH> 100644 --- a/source-map-support.js +++ b/source-map-support.js @@ -350,7 +350,11 @@ function wrapCallSite(frame) { // Fix position in Node where some (internal) code is prepended. // See https://github.com/evanw/node-source-map-...
fix: Adapt to node's removal of the module header As of version <I> (and backported to <I>), node automatically strips the module closure header from the module source code. So, the fix for that caused off-by-one errors in the sourcemapped file. Set the headerLength to 0 when it is known to not be present.
evanw_node-source-map-support
train
js
14c9e7d71dc2f484a7bae56ad8d4e56fc8b66605
diff --git a/benchmarks/benchmark.js b/benchmarks/benchmark.js index <HASH>..<HASH> 100644 --- a/benchmarks/benchmark.js +++ b/benchmarks/benchmark.js @@ -246,7 +246,7 @@ cronometro( 'undici - fetch' () { return makeParallelRequests(resolve => { fetch(dest.url).then(res => { - res.text().t...
chore: update undici-fetch to fair benchmarks (#<I>)
mcollina_undici
train
js
02f37a77d2f76af2274435e672ec41a15c86a340
diff --git a/src/rez/pip.py b/src/rez/pip.py index <HASH>..<HASH> 100644 --- a/src/rez/pip.py +++ b/src/rez/pip.py @@ -396,7 +396,7 @@ def pip_install_package(source_name, pip_version=None, python_version=None, # when in fact ../bin seems to be the resulting path after the # installation as su...
fix(rez-pip): ensure the path to bin scripts works cross-platform The wheel RECORD file seems to always list the paths of the installed file in UNIX form which means when checking for bin scripts on Windows through os.sep ("\\") the executables are not handled correctly. Normalize the path to fix the issue. Relates: ...
nerdvegas_rez
train
py
5125821b56cbb9e24f898e1c71eedcc886d46f47
diff --git a/nodes/get-entities/get-entities.js b/nodes/get-entities/get-entities.js index <HASH>..<HASH> 100644 --- a/nodes/get-entities/get-entities.js +++ b/nodes/get-entities/get-entities.js @@ -75,7 +75,11 @@ module.exports = function(RED) { schema: Joi.array() .items(...
fix(get-entities): error when property value was not set for jsonata
zachowj_node-red-contrib-home-assistant-websocket
train
js
eaf14e20a624b690defddc9a620db0a38b7e23c3
diff --git a/core/src/elements/ons-splitter-side.js b/core/src/elements/ons-splitter-side.js index <HASH>..<HASH> 100644 --- a/core/src/elements/ons-splitter-side.js +++ b/core/src/elements/ons-splitter-side.js @@ -384,6 +384,14 @@ export default class SplitterSideElement extends BaseElement { return this.getAttri...
fix(ons-splitter-side): Add setter for `side` property
OnsenUI_OnsenUI
train
js
0ee6f11af4736350cb7ddae61e67ac3d2e47867d
diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js index <HASH>..<HASH> 100644 --- a/ui/src/components/btn/QBtn.js +++ b/ui/src/components/btn/QBtn.js @@ -35,8 +35,15 @@ export default Vue.extend({ // focus button if it came from ENTER on form // prevent the new submit (already...
fix(QBtn): Submit button not working correctly in Safari inside of a dialog #<I>
quasarframework_quasar
train
js
acd154296f50d48af51d5db598954b0e6afd7da3
diff --git a/src/_filter/string/slugify.js b/src/_filter/string/slugify.js index <HASH>..<HASH> 100644 --- a/src/_filter/string/slugify.js +++ b/src/_filter/string/slugify.js @@ -12,7 +12,7 @@ angular.module('a8m.slugify', []) .filter('slugify',[ function () { return function (input, sub) { - var replace...
fix(slugify): consistent things
a8m_angular-filter
train
js
6bd42213df9f0fde79e662d6d2bbc8a63da45d0c
diff --git a/lib/chromedriver.js b/lib/chromedriver.js index <HASH>..<HASH> 100644 --- a/lib/chromedriver.js +++ b/lib/chromedriver.js @@ -240,9 +240,12 @@ class Chromedriver extends events.EventEmitter { async getChromeVersion () { let chromeVersion; - // on Android 7+ webviews are backed by the main Chro...
feat: add support for android <I> to getChromeVersion (#<I>)
appium_appium-chromedriver
train
js
93577bd335dbda08eb3f7bf99d550751d4e13fe6
diff --git a/test/spec/ol/rectangle.test.js b/test/spec/ol/rectangle.test.js index <HASH>..<HASH> 100644 --- a/test/spec/ol/rectangle.test.js +++ b/test/spec/ol/rectangle.test.js @@ -17,9 +17,6 @@ describe('ol.Rectangle', function() { beforeEach(function() { rectangle1 = new ol.Rectangle(50, 50, 100, 100)...
test: Moved intersectsWith() testing function into test-extensions.js
openlayers_openlayers
train
js,js
985f7b3431979bd9eb9b1fb5e7590e47b2337b21
diff --git a/src/server/index.js b/src/server/index.js index <HASH>..<HASH> 100644 --- a/src/server/index.js +++ b/src/server/index.js @@ -225,18 +225,19 @@ async function NextAuthHandler (req, res, userOptions) { } break case '_log': - try { - if (!userOptions.logger)...
fix(logger): properly end request every time (#<I>) * fix(logger): properly end request every time * chore: fix linting
iaincollins_next-auth
train
js
fbe18c66ed13b04f6f24c3b54e190ccee4e76b96
diff --git a/lib/components/viewers/trip-viewer.js b/lib/components/viewers/trip-viewer.js index <HASH>..<HASH> 100644 --- a/lib/components/viewers/trip-viewer.js +++ b/lib/components/viewers/trip-viewer.js @@ -189,7 +189,7 @@ const mapStateToProps = (state) => { const mapDispatchToProps = { findGraphQLTrip: apiA...
refactor(trip-viewer): correct typo
opentripplanner_otp-react-redux
train
js
170e7b552fccfa90176a3c42339c370e8f639f1f
diff --git a/allauth/socialaccount/providers/microsoft/provider.py b/allauth/socialaccount/providers/microsoft/provider.py index <HASH>..<HASH> 100644 --- a/allauth/socialaccount/providers/microsoft/provider.py +++ b/allauth/socialaccount/providers/microsoft/provider.py @@ -8,7 +8,7 @@ class MicrosoftGraphAccount(Provi...
fix(microsoft): 'NoneType' object has no attribute 'strip'
pennersr_django-allauth
train
py
352c32619cbb8ab8ce7655c920ace23a80f484c9
diff --git a/yoke/build_deps.py b/yoke/build_deps.py index <HASH>..<HASH> 100644 --- a/yoke/build_deps.py +++ b/yoke/build_deps.py @@ -340,7 +340,10 @@ class PythonDependencyBuilder(object): export_installed_dependencies( container, self.install_dir, - self....
fix(build_deps): fix build export path The "extra" libs built for some functions need to be placed in a path relative to the yoke.yml/the project directory (rather than the current directory of execution).
rackerlabs_yoke
train
py
03596effe086286c075e54acdb6096801592da1f
diff --git a/views/js/qtiCreator/widgets/interactions/graphicGapMatchInteraction/Widget.js b/views/js/qtiCreator/widgets/interactions/graphicGapMatchInteraction/Widget.js index <HASH>..<HASH> 100755 --- a/views/js/qtiCreator/widgets/interactions/graphicGapMatchInteraction/Widget.js +++ b/views/js/qtiCreator/widgets/int...
feat: refactor unsafe object keys loop
oat-sa_extension-tao-itemqti
train
js
7a9b197e2cdeda8d9165bd870e03ff15cf124f57
diff --git a/scripts/preuninstall.js b/scripts/preuninstall.js index <HASH>..<HASH> 100644 --- a/scripts/preuninstall.js +++ b/scripts/preuninstall.js @@ -9,19 +9,9 @@ var path = require('path'); var TASK_NAME = 'copy-assets'; -function projectConfigDeletePaths(config) { - delete config.paths.src[TASK_NAM...
feat: remove uneeded module config transform from uninstall, as per install script
cartridge_cartridge-copy-assets
train
js
68938b6f04a4904ec7d593a8d3c986996b5a0f6c
diff --git a/django_tenants/files/storage.py b/django_tenants/files/storage.py index <HASH>..<HASH> 100644 --- a/django_tenants/files/storage.py +++ b/django_tenants/files/storage.py @@ -38,6 +38,9 @@ class TenantFileSystemStorage(FileSystemStorage): multitenant_relative_url = "/".join(s.strip("/") for s in ...
fix(file_storage): Ensure media URL is always prefixed with a slash.
tomturner_django-tenants
train
py
000513019e028b13c2892769170c52f708f508a4
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -47,11 +47,18 @@ Alternative Formats Alternative Cron expression formats support other fields like seconds. You can implement that by creating a custom Parser as follows. - cron.New( - cron.WithParser( - ...
docs: change heading so godoc recognizes it. add WithSeconds mention
robfig_cron
train
go
0827fc173374463c9e68014eb5e553a1ed73fa81
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ setup( version=read_version(), description='AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates', long_description=read('README.md'), + long_descripti...
chore: configure PyPI long_description to use Markdown (#<I>)
awslabs_serverless-application-model
train
py
f92ad2a724a54c319c76ce385604254223cbebe2
diff --git a/src/QueryCriteria.js b/src/QueryCriteria.js index <HASH>..<HASH> 100644 --- a/src/QueryCriteria.js +++ b/src/QueryCriteria.js @@ -43,12 +43,12 @@ export class QueryCriteria in(field, value) { - return `${parseFieldAndTable(field)} IN (${value.map(v => treatValue(v)).join(', ')})`; + ...
refactor(Criteria): avoid repeated code
parpeoficial_stackerjs-db-mysql-adapter
train
js
3d9699daa6c81c1af334cf23d6ef89b0c6e3c4f4
diff --git a/src/Symfony/Component/VarDumper/Resources/functions/dump.php b/src/Symfony/Component/VarDumper/Resources/functions/dump.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/VarDumper/Resources/functions/dump.php +++ b/src/Symfony/Component/VarDumper/Resources/functions/dump.php @@ -32,6 +32,9 @@ if ...
chore(VarDumper): declare that dd() never returns
symfony_symfony
train
php
dcc48468b484d4785d0b61aa431731d63663f518
diff --git a/bindings/angular1/views/pullHook.js b/bindings/angular1/views/pullHook.js index <HASH>..<HASH> 100644 --- a/bindings/angular1/views/pullHook.js +++ b/bindings/angular1/views/pullHook.js @@ -61,8 +61,6 @@ limitations under the License. _onAction: function(done) { if (this._attrs.ngAction) { ...
fix(ons-pull-hook): remove eval call
OnsenUI_OnsenUI
train
js
87e5f1192bd4eb61a300bebf5c7fab8d28744141
diff --git a/lib/https/ca.js b/lib/https/ca.js index <HASH>..<HASH> 100644 --- a/lib/https/ca.js +++ b/lib/https/ca.js @@ -33,6 +33,7 @@ var certsCache = new LRU({max: 256}); var remoteCerts = new LRU({max: 1280}); var ILEGAL_CHAR_RE = /[^a-z\d-]/i; var RANDOM_SERIAL = '.' + Date.now() + '.' + Math.floor(Math.random...
refactor: reset certs cache
avwo_whistle
train
js
c668ba4027db865283eb2665df8ce3d0fde24e2f
diff --git a/src/components/toolbar/toolbar.js b/src/components/toolbar/toolbar.js index <HASH>..<HASH> 100644 --- a/src/components/toolbar/toolbar.js +++ b/src/components/toolbar/toolbar.js @@ -64,6 +64,8 @@ function mdToolbarDirective($$rAF, $mdConstant, $mdUtil, $mdTheming, $animate) { var translateY = angular.bi...
fix(toolbar): solves NgUpgrade interop issue. Fixes #<I> Closes #<I>
angular_material
train
js
e6b66014441ab9440ca68b336e20715e540d0afb
diff --git a/src/components/Dropdown/Dropdown.js b/src/components/Dropdown/Dropdown.js index <HASH>..<HASH> 100644 --- a/src/components/Dropdown/Dropdown.js +++ b/src/components/Dropdown/Dropdown.js @@ -20,8 +20,8 @@ const Item = styled.div` props.disabled && ` cursor: not-allowed; - color: ${props.th...
style: dropdown and input have same style when disabled
weaveworks_ui-components
train
js
03ba113b927ad38f6166812feccb8aafc6f71066
diff --git a/babel-preset-app/index.js b/babel-preset-app/index.js index <HASH>..<HASH> 100644 --- a/babel-preset-app/index.js +++ b/babel-preset-app/index.js @@ -77,8 +77,9 @@ module.exports = (_, opts) => { ] ] - // use @babel/runtime-corejs{2,3} so that helpers will reference core-js instead - if (preset...
fix(app): deduplicate code when using core-js@3 (#<I>)
quasarframework_quasar
train
js
a81d8acbcf4a9ab27c085254534625c82793e760
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -351,7 +351,7 @@ class CrawlKit { */ crawl(shouldStream) { const stream = shouldStream ? JSONStream.stringifyObject() : null; - const prefix = 'crawlkit' + (this.name ? `(${this.name})...
fix: make name selectable with DEBUG param
crawlkit_crawlkit
train
js
ad985315759203e407d57d2db3ede46953f538e4
diff --git a/packages/components/src/components/date-picker/date-picker.js b/packages/components/src/components/date-picker/date-picker.js index <HASH>..<HASH> 100644 --- a/packages/components/src/components/date-picker/date-picker.js +++ b/packages/components/src/components/date-picker/date-picker.js @@ -246,6 +246,7 ...
fix(date-picker): disable mobile UI (#<I>) This change disables `flatpickr`'s mobile mode, given we have been not supporting the mobile UI and the mobile UI has caused several JavaScript errors. Fixes #<I>.
carbon-design-system_carbon-components
train
js,js
8cae109561dc5ff1d5161f23539760a99cc9e3c0
diff --git a/src/Schema/index.js b/src/Schema/index.js index <HASH>..<HASH> 100644 --- a/src/Schema/index.js +++ b/src/Schema/index.js @@ -171,7 +171,7 @@ class Schema { * @return {Object} */ raw (statement) { - return this.schema.raw(statement) + return this.raw(statement) } /**
fix(schema): raw method should be knex.raw raw method was knex.schema.raw instead it has to be knex.raw Closes #<I>
adonisjs_adonis-lucid
train
js
23eccf371b7651c9c0d81cf0977084305d25c2c6
diff --git a/test/all-test.js b/test/all-test.js index <HASH>..<HASH> 100644 --- a/test/all-test.js +++ b/test/all-test.js @@ -30,8 +30,8 @@ test('Promise API', function(t){ t.pass('Success handled'); }; - var handle_error = function() { - t.pass('Error handled'); + var handle_error = funct...
style(tests): Detail when/where errors are ok
Widen_node-collective
train
js
be7c530e9487df980f680dfaa73cdcd6ee51cb20
diff --git a/src/authentication.js b/src/authentication.js index <HASH>..<HASH> 100644 --- a/src/authentication.js +++ b/src/authentication.js @@ -83,6 +83,10 @@ export class Authentication { setResponseObject(response: {}) { if (response) { + if (this.config.keepOldResponseProperties){ + var oldR...
feat(authentication): add option to always store all received properties
SpoonX_aurelia-authentication
train
js,js
6220fe7daad123d5261f6affac4ffa2a0f1b2bc2
diff --git a/lib/storage.js b/lib/storage.js index <HASH>..<HASH> 100644 --- a/lib/storage.js +++ b/lib/storage.js @@ -42,7 +42,8 @@ exports.env = { ROOM_HISTORY: 'roomHistory:', ROOM_VISUAL: 'roomVisual:', MEMORY_SEGMENTS: 'memorySegments:', - PUBLIC_MEMORY_SEGMENTS: 'publicMemorySegm...
feat(storage): add `ROOM_EVENT_LOG` key
screeps_common
train
js
df871dba383b2c01dd6b021d36b62026b70ec447
diff --git a/packages/vue-cli-plugin-styleguidist/ui/config.js b/packages/vue-cli-plugin-styleguidist/ui/config.js index <HASH>..<HASH> 100644 --- a/packages/vue-cli-plugin-styleguidist/ui/config.js +++ b/packages/vue-cli-plugin-styleguidist/ui/config.js @@ -63,6 +63,7 @@ function onRead({ data }) { 'ribbon', ...
feat: add displayOrigins to vue-cli-ui
vue-styleguidist_vue-styleguidist
train
js
1e0602221e3e99745fdb494951dcc000c763703e
diff --git a/packages/server/lib/environment.js b/packages/server/lib/environment.js index <HASH>..<HASH> 100644 --- a/packages/server/lib/environment.js +++ b/packages/server/lib/environment.js @@ -60,6 +60,10 @@ try { // https://github.com/electron/electron/issues/18214 app.commandLine.appendSwitch('disable-sit...
fix: pass disable-dev-shm-usage flag to Electron (#<I>)
cypress-io_cypress
train
js
4ba595074ba2a36faad1df25471db5b7abb2ba5b
diff --git a/simpl/rest.py b/simpl/rest.py index <HASH>..<HASH> 100644 --- a/simpl/rest.py +++ b/simpl/rest.py @@ -68,8 +68,6 @@ def body(schema=None, types=None, required=False, default=None): if schema: try: data = schema(data) - except (KeyboardInterr...
fix(exceptions): drop unnecessary except/raises As noted by @mgeisler, KeyboardInterrupt and SystemExit do not inherit from Exception (they inherit from BaseException). So they will not be caught by `except Exception`. Therefore they don’t need to be caught explicitly and reraised.
rackerlabs_simpl
train
py,py
b40e7da45bb058d5bdfe2468402550e27429d42a
diff --git a/packages/bonde-admin/src/mobilizations/widgets/__plugins__/pressure/components/target-list/index.spec.js b/packages/bonde-admin/src/mobilizations/widgets/__plugins__/pressure/components/target-list/index.spec.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin/src/mobilizations/widgets/__plugins__/pr...
fix(admin): target-list console.error
nossas_bonde-client
train
js
5cf4b5b241c78ef4508eca0702a0a7af5b1db586
diff --git a/packages/api/index.js b/packages/api/index.js index <HASH>..<HASH> 100644 --- a/packages/api/index.js +++ b/packages/api/index.js @@ -1,5 +1,5 @@ const url = require('url'); -const { render } = require('@bolt/twig-renderer'); +const { render, renderString } = require('@bolt/twig-renderer'); const log = r...
feat: add ability to render Twig template strings in the Twig rendering service API
bolt-design-system_bolt
train
js
7a7bd83882b48fea467b821f150626bca6318f0b
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -191,12 +191,10 @@ const analyze = (css) => { break } if (atRuleName === 'layer') { - containers.push( - node.prelude.value.trim() - .split(',') - ...
fix: do not add @layers to @containers
projectwallace_css-analyzer
train
js
70c1a5df56014494d5783236e81772e25b95bfdd
diff --git a/uberjar/src/test/java/io/fabric8/kubernetes/clnt/UberJarTest.java b/uberjar/src/test/java/io/fabric8/kubernetes/clnt/UberJarTest.java index <HASH>..<HASH> 100644 --- a/uberjar/src/test/java/io/fabric8/kubernetes/clnt/UberJarTest.java +++ b/uberjar/src/test/java/io/fabric8/kubernetes/clnt/UberJarTest.java @...
fix: UberJar test supports more complex version names
fabric8io_kubernetes-client
train
java
40655cd844eace9f146d279449c9f39ec9d82ef5
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -61,16 +61,27 @@ function addHook(exts, matcher, hook) { log.verbose('loader', filename); mod._compile = function fakeCompile(code /*, filename*/) { + var newCode = code; + log.v...
feat: handle cases when the hook doesn't return anything
ariporad_pirates
train
js
9248d58f7f7354535fafffabc1c4325177a14d33
diff --git a/cloudvolume/cloudvolume.py b/cloudvolume/cloudvolume.py index <HASH>..<HASH> 100644 --- a/cloudvolume/cloudvolume.py +++ b/cloudvolume/cloudvolume.py @@ -620,7 +620,7 @@ class CloudVolume(object): if self.encoding == 'jpeg': content_type == 'image/jpeg' - compress = (self.layer_type in ('s...
fix: compress for raw and compressed_encoding Previously only segmentation was compressed but this is too rough a guideline. Images are also often stored losslessly, but are uncompressed because they aren't 'segmentation'. This should improve future storage costs by about 1/3.
seung-lab_cloud-volume
train
py
366ba96319f43283f62ef927f0ce7f339d588e55
diff --git a/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php b/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php index <HASH>..<HASH> 100644 --- a/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php +++ b/src/Metadata/Resource/Factor...
fix: make sure the route prefix is only applied once (#<I>)
api-platform_core
train
php
51662ba5dea0fa08aa3ab30af125dcdae903aab8
diff --git a/pkg/cluster/kubernetes/resource/load.go b/pkg/cluster/kubernetes/resource/load.go index <HASH>..<HASH> 100644 --- a/pkg/cluster/kubernetes/resource/load.go +++ b/pkg/cluster/kubernetes/resource/load.go @@ -30,7 +30,7 @@ func Load(base string, paths []string, sopsEnabled bool) (map[string]KubeManifes for ...
fix: update pluralization of yaml to non-disputable version
weaveworks_flux
train
go
40a7accc5dbc14472e14fbfdc3170a691767f35b
diff --git a/gspreadsheet/gspreadsheet.py b/gspreadsheet/gspreadsheet.py index <HASH>..<HASH> 100644 --- a/gspreadsheet/gspreadsheet.py +++ b/gspreadsheet/gspreadsheet.py @@ -187,7 +187,7 @@ class GSpreadsheet(object): except (AttributeError, IndexError): pass - self.get_feed() + ...
refactor: make .get_feed not touch self.feed
texastribune_gspreadsheet
train
py
cad85a99fd05992121a1c2504dfac6c6a346694e
diff --git a/www/src/examples/Button/ToggleButtonGroupControlled.js b/www/src/examples/Button/ToggleButtonGroupControlled.js index <HASH>..<HASH> 100644 --- a/www/src/examples/Button/ToggleButtonGroupControlled.js +++ b/www/src/examples/Button/ToggleButtonGroupControlled.js @@ -11,9 +11,15 @@ function ToggleButtonGroup...
docs: fix toggle button controlled example (#<I>)
react-bootstrap_react-bootstrap
train
js
4a2eca6b5913a6f37539d4a2e709850bf3ed0853
diff --git a/lib/knex.js b/lib/knex.js index <HASH>..<HASH> 100644 --- a/lib/knex.js +++ b/lib/knex.js @@ -1,7 +1,10 @@ 'use strict'; const assert = require('assert'); const knex = require('knex'); +<<<<<<< HEAD const helpers = require('knex/lib/helpers'); +======= +>>>>>>> feat: enhancement config (#1) const co ...
feat: enhancement config (#1) * enhancement * cover transaction and egg-instrument * fix password for travis
sunfuze_egg-knex
train
js
592aba7d70f3098934abf530970562de0d3310e5
diff --git a/angular-raven.js b/angular-raven.js index <HASH>..<HASH> 100644 --- a/angular-raven.js +++ b/angular-raven.js @@ -64,6 +64,22 @@ $window.Raven.setExtraContext(data); } }, + setRelease: function setRelease(data) { + if (_development) { + $log.info(...
feat: added missing ravenjs features - setRelease - isSetup - setDataCallback - setShouldSendCallback
PatrickJS_angular-raven
train
js
7452b2140d62f73addfcd499aa7b1f7cb1d395f2
diff --git a/src/Salamek/Tempnam/DI/TempnamExtension.php b/src/Salamek/Tempnam/DI/TempnamExtension.php index <HASH>..<HASH> 100644 --- a/src/Salamek/Tempnam/DI/TempnamExtension.php +++ b/src/Salamek/Tempnam/DI/TempnamExtension.php @@ -4,6 +4,8 @@ namespace Salamek\Tempnam\DI; use Nette\DI\CompilerExtension; use Sal...
fix(Extension): Add missing use
Salamek_nette-tempnam
train
php
29a3a8ed2a053895a7ff5e538c11af08a31b1985
diff --git a/example.js b/example.js index <HASH>..<HASH> 100644 --- a/example.js +++ b/example.js @@ -13,6 +13,7 @@ import { Navbar, Grid, Row, Col } from 'react-bootstrap' import { BaseLayers, BaseMap, + BikeRentalOverlay, DateTimeSelector, EndpointsOverlay, ErrorMessage, @@ -75,6 +76,7 @@ class OtpR...
fix(example): include BikeRentalOverlay in example
opentripplanner_otp-react-redux
train
js
bb02e87f63dd05300f55dcde651cde4918545a4d
diff --git a/aws/provider.go b/aws/provider.go index <HASH>..<HASH> 100644 --- a/aws/provider.go +++ b/aws/provider.go @@ -832,9 +832,9 @@ func Provider() *schema.Provider { "aws_load_balancer_backend_server_policy": resourceAwsLoadBalancerBackendServerPolicies(), "aws_load_balancer_listener_pol...
refactor:reordered alphabetically in providers
terraform-providers_terraform-provider-aws
train
go
7721cfba830fb9069c18e88597533e9ff3920fd2
diff --git a/spec/rack/app_spec.rb b/spec/rack/app_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rack/app_spec.rb +++ b/spec/rack/app_spec.rb @@ -441,7 +441,7 @@ describe Rack::App do end - describe '.mount_folder' do + describe '.serve_files_from' do rack_app described_class do
fix: typo fix in app_spec describe label
rack-app_rack-app
train
rb
02afcb83418d38d8d655bbfe4fee5c49b465710e
diff --git a/test/spec/client/client.js b/test/spec/client/client.js index <HASH>..<HASH> 100644 --- a/test/spec/client/client.js +++ b/test/spec/client/client.js @@ -182,7 +182,7 @@ describe('client', function () { nextUpdated = null; // For some reason, waiting 1 millisecond can still occassionally result...
feat(utils): sleep to guarantee unique timestamps
delta-db_deltadb-server
train
js
a0e46643f331575a234c9190575b04ce09beb40c
diff --git a/agent/agent.go b/agent/agent.go index <HASH>..<HASH> 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -85,6 +85,11 @@ func (a *Agent) Initialize() uint64 { time.Sleep(wait) } + // Lock the state early so we can decide what the Agent needs to do + // without the risk of conflicting with any of its...
refactor(agent): Acquire AgentState lock during Initialize
coreos_fleet
train
go
1f2383eec86666700154efd5fb8633637364e358
diff --git a/.toys/release/perform.rb b/.toys/release/perform.rb index <HASH>..<HASH> 100644 --- a/.toys/release/perform.rb +++ b/.toys/release/perform.rb @@ -153,7 +153,7 @@ class Performer def run force_republish: false, enable_docs: false, - enable_rad: false + enable_rad: false, ...
chore: Fix syntax error in the last release script update
googleapis_google-cloud-ruby
train
rb
770b881f03c0f8398f84e81cd65bd6cb0ede1848
diff --git a/src/cli.test.js b/src/cli.test.js index <HASH>..<HASH> 100644 --- a/src/cli.test.js +++ b/src/cli.test.js @@ -54,11 +54,19 @@ async function getCliInstallCommand(extraArgs) { // non-whitespace line written to stdout const cli = spawnCli([...extraArgs, "--dry-run"]); const fullstdout = []; + ...
test: improve error reporting from CLI tests Errors are often on stderr and that's important for debugging
nathanhleung_install-peerdeps
train
js