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 |
|---|---|---|---|---|---|
dac0d7150fcc29d48a620681818b803c277f5e3d | diff --git a/lib/holepicker/online_database.rb b/lib/holepicker/online_database.rb
index <HASH>..<HASH> 100644
--- a/lib/holepicker/online_database.rb
+++ b/lib/holepicker/online_database.rb
@@ -1,14 +1,13 @@
require 'holepicker/database'
require 'holepicker/logger'
require 'holepicker/utils'
-require 'net/http'
-re... | fix: new domain for github raw data + follow redirect to avoid further issues | mackuba_holepicker | train | rb |
84bb7b8119612be3e94dfdd440bfbe2437c65b74 | diff --git a/lib/rules/rules.js b/lib/rules/rules.js
index <HASH>..<HASH> 100644
--- a/lib/rules/rules.js
+++ b/lib/rules/rules.js
@@ -72,6 +72,7 @@ var CONTROL_RE = /[\u001e\u001f\u200e\u200f\u200d\u200c\u202a\u202d\u202e\u202c\
var HTTP_PROXY_RE = /^x?(?:proxy|http-proxy|http2https-proxy|https2http-proxy|internal-pr... | refactor: enlarge max length of plugin vars | avwo_whistle | train | js |
6207dd97c3fb6e1d6738197624bf218e45ddfa41 | diff --git a/packages/@vue/cli-plugin-eslint/generator/index.js b/packages/@vue/cli-plugin-eslint/generator/index.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-eslint/generator/index.js
+++ b/packages/@vue/cli-plugin-eslint/generator/index.js
@@ -56,7 +56,9 @@ module.exports = (api, { config, lintOn = [... | feat(eslint-generator): upgrade @vue/eslint-config-prettier to <I> (#<I>)
This only affects newly generated projects so it's not considered a
breaking change.
Fixes #<I> | vuejs_vue-cli | train | js |
2de83c9d4af63504dea3b4f048018dbd0d23fbf1 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -14,5 +14,5 @@ export default {
navigate(href) {
navigate(href)
- }
+ },
} | fix: add missing trailing comma | cignium_hypermedia-client | train | js |
d2e5a8f62d6110609eb6083b79063a345985b738 | diff --git a/tests/unit/AppTest.php b/tests/unit/AppTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/AppTest.php
+++ b/tests/unit/AppTest.php
@@ -27,6 +27,8 @@ class AppTest extends \Codeception\Test\Unit
$app = new App($config, new Debug());
$config->routeStorageData = require dirname(__DIR__) .... | fix: tests for App, pointed to tests template for callback test | enikeishik_ufoframework | train | php |
50d17d154ec38ca01a089b06966a11b16add8d95 | diff --git a/src/foremast/utils/lookups.py b/src/foremast/utils/lookups.py
index <HASH>..<HASH> 100644
--- a/src/foremast/utils/lookups.py
+++ b/src/foremast/utils/lookups.py
@@ -59,7 +59,7 @@ def ami_lookup(region='us-east-1', name='tomcat8'):
def _get_ami_file(region='us-east-1'):
- """Helper function to get ... | docs: Update docstrings | foremast_foremast | train | py |
f75388259262bf6b4a64375b97800bd72378f3bc | diff --git a/packages/discord.js/src/index.js b/packages/discord.js/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/index.js
+++ b/packages/discord.js/src/index.js
@@ -158,7 +158,7 @@ exports.WebSocket = require('./WebSocket');
// External
exports.ActivityType = require('discord-api-types/v9'... | fix(exports): export ApplicationCommandType properly (#<I>) | discordjs_discord.js | train | js |
bf28508e593d570e63ab763e58aca0b0d39c55a1 | diff --git a/webapps/ui/cockpit/plugins/base/app/views/dashboard/decisions.js b/webapps/ui/cockpit/plugins/base/app/views/dashboard/decisions.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/plugins/base/app/views/dashboard/decisions.js
+++ b/webapps/ui/cockpit/plugins/base/app/views/dashboard/decisions.js
@@ -1... | fix(decision-dashboard-plugin): add checkActive function
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
5e0d3186bc8de4a73c14fa982e6f3b27233663b8 | diff --git a/src/file.js b/src/file.js
index <HASH>..<HASH> 100644
--- a/src/file.js
+++ b/src/file.js
@@ -2062,6 +2062,16 @@ File.prototype.rotateEncryptionKey = function(encryptionKey, callback) {
*
* *This is a convenience method which wraps {@link File#createWriteStream}.*
*
+ * Resumable uploads are automati... | docs: add performance note to File#save. (#<I>) | googleapis_nodejs-storage | train | js |
c160b681a9d3d988fbc90b2767b3f75014e604a7 | diff --git a/lib/plugins/index.js b/lib/plugins/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/index.js
+++ b/lib/plugins/index.js
@@ -291,9 +291,6 @@ function getRules(req, port, callback) {
if (req.reqId) {
options.headers[REQ_ID_HEADER] = req.reqId;
}
- if (req.dataId) {
- options.head... | refactor: Send dataId to resRulesServer of plugin | avwo_whistle | train | js |
a38f93cd664fe7f04fae0af566a1ac9cdfc32975 | diff --git a/web_pdb/web_console.py b/web_pdb/web_console.py
index <HASH>..<HASH> 100644
--- a/web_pdb/web_console.py
+++ b/web_pdb/web_console.py
@@ -42,6 +42,7 @@ from .wsgi_app import app
__all__ = ['WebConsole']
logger = logging.getLogger('Web-PDB')
+logger.addHandler(logging.StreamHandler())
class SilentW... | fix: No handlers could be found for logger "Web-PDB" | romanvm_python-web-pdb | train | py |
e1b1c639837f0ec9cf238a14fcfdb285e9790a66 | diff --git a/junit-servers-core/src/main/java/com/github/mjeanroy/junit/servers/servers/EmbeddedServer.java b/junit-servers-core/src/main/java/com/github/mjeanroy/junit/servers/servers/EmbeddedServer.java
index <HASH>..<HASH> 100644
--- a/junit-servers-core/src/main/java/com/github/mjeanroy/junit/servers/servers/Embedd... | feat: add missing methods to EmbeddedServer
Some methods were missing in EmbeddedServer interface:
- `getScheme()`: the URL scheme to query server (http, https).
- `getHost()`: the host to query server (should be localhost).
- `getUri()`: build a valid URI instance.
- `getUrl()`: fix the final URL with a non encoded ... | mjeanroy_junit-servers | train | java |
ee3b4cecf236ca1da7f567cbd09e76c0c9b8c203 | diff --git a/anyconfig/backend/xml.py b/anyconfig/backend/xml.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/xml.py
+++ b/anyconfig/backend/xml.py
@@ -243,21 +243,20 @@ def elem_to_container(elem, to_container=dict, **options):
subdic = dic[_tweak_ns(elem.tag, **options)] = to_container()
(attrs, te... | refactor: s/_num_of_children/nchildren/g in .backend.xml | ssato_python-anyconfig | train | py |
fd1b01d86eb1bf59d23bcf25594f848bae157763 | diff --git a/packages/react/src/components/ComposedModal/ComposedModal.js b/packages/react/src/components/ComposedModal/ComposedModal.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/ComposedModal/ComposedModal.js
+++ b/packages/react/src/components/ComposedModal/ComposedModal.js
@@ -311,7 +311,7 @@ e... | fix(composed-modal): moves aria-label from close icon to close button (#<I>) | carbon-design-system_carbon-components | train | js |
144165845aac85f6b91e426872ea02daac541387 | diff --git a/persistence/sql/persister.go b/persistence/sql/persister.go
index <HASH>..<HASH> 100644
--- a/persistence/sql/persister.go
+++ b/persistence/sql/persister.go
@@ -71,7 +71,7 @@ func (p *Persister) Commit(ctx context.Context) error {
return errorsx.WithStack(ErrNoTransactionOpen)
}
- return c.TX.Commi... | fix: missing stack traces (#<I>) | ory_hydra | train | go |
598f52401587924ca62da040e187ad5f79c78c3a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -52,8 +52,10 @@ function parseArgs () {
type: 'boolean',
describe: 'warn about improperly formatted checksum lines'
})
- .help('help')
+ .help('h')
+ .alias('h', 'help')
.version(() => require('./package.jso... | feat(cli-flags): add -h and -v aliases | zkat_srisum | train | js |
efe16186644766113c0de01c38058d0cfb9986cb | diff --git a/src/geshi/ceylon.php b/src/geshi/ceylon.php
index <HASH>..<HASH> 100644
--- a/src/geshi/ceylon.php
+++ b/src/geshi/ceylon.php
@@ -48,7 +48,12 @@ $language_data = array (
'COMMENT_SINGLE' => array(1 => '//', 2 => '#!'),
'COMMENT_MULTI' => array('/*' => '*/'),
'COMMENT_REGEXP' => array(
- ... | fix: Ceylon string comment regex name
langcheck.php says the array should only contain integer keys. | GeSHi_geshi-1.0 | train | php |
4a15c3f52d26642bf7a4590d0409d27f64b08a5f | diff --git a/test/runner/runner.go b/test/runner/runner.go
index <HASH>..<HASH> 100644
--- a/test/runner/runner.go
+++ b/test/runner/runner.go
@@ -215,6 +215,7 @@ func (r *Runner) build(b *Build) (err error) {
var buildLog bytes.Buffer
start := time.Now()
+ fmt.Fprintf(&buildLog, "Starting build of %s at %s\n", b... | test: Add the start time to the build log | flynn_flynn | train | go |
eb519dc37bf2e01344eb1479e50f581d4105e807 | diff --git a/molgenis-api-data/src/main/java/org/molgenis/api/data/v2/RestControllerV2.java b/molgenis-api-data/src/main/java/org/molgenis/api/data/v2/RestControllerV2.java
index <HASH>..<HASH> 100644
--- a/molgenis-api-data/src/main/java/org/molgenis/api/data/v2/RestControllerV2.java
+++ b/molgenis-api-data/src/main/j... | fix(api-data): start read-only transaction for i<I>n endpoint
Otherwise the dataservice creates a new transaction for each
cache lookup, which is costly.
Fixes #<I> | molgenis_molgenis | train | java |
de777872193d2ebf35559471ec72e9a87b0b8e6e | diff --git a/lib/polyfill/media_capabilities.js b/lib/polyfill/media_capabilities.js
index <HASH>..<HASH> 100644
--- a/lib/polyfill/media_capabilities.js
+++ b/lib/polyfill/media_capabilities.js
@@ -37,7 +37,9 @@ shaka.polyfill.MediaCapabilities = class {
return;
}
- navigator.mediaCapabilities = /** @... | fix: Fix mediaCapabilities polyfill on Chromecast
Chromecast firmware now includes limited support for
mediaCapabilities, but we still need to install the polyfill for now.
The platform will let us overwrite the decodingInfo method, but not
the mediaCapabilities object itself. This fixes the polyfill to
handle this s... | google_shaka-player | train | js |
9f0cd770fe2c1da3a2c23c7661824a14b47b4cb9 | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -566,17 +566,18 @@ function connect (client) {
}
socket[kError] = null
- socket.setTimeout(client[kSocketTimeout], function () {
- util.destroy(this, new SocketTimeoutError())
- })
socket
... | refactor: socket timeout listener | mcollina_undici | train | js |
63fc518ccc410e6eec76c910b6eef53815cc2afb | diff --git a/src/components/Tabs/Tabs.js b/src/components/Tabs/Tabs.js
index <HASH>..<HASH> 100644
--- a/src/components/Tabs/Tabs.js
+++ b/src/components/Tabs/Tabs.js
@@ -230,6 +230,7 @@ export default class Tabs extends React.Component {
return (
<TabContent
+ className="tab-content"
... | fix(Tabs): re-implement tab-content classname (#<I>) | carbon-design-system_carbon-components-react | train | js |
7c2f8a58f989af0a3cad4508c8c433bf36387d3d | diff --git a/docs/docs/.vitepress/config.js b/docs/docs/.vitepress/config.js
index <HASH>..<HASH> 100644
--- a/docs/docs/.vitepress/config.js
+++ b/docs/docs/.vitepress/config.js
@@ -16,7 +16,7 @@ module.exports = {
algolia: {
appId: 'WSHECG363P',
apiKey: '3393639615aa5e141656843e87dff0c8',
- in... | refactor: Add DocSearch settings | nystudio107_craft-eagerbeaver | train | js |
b45f5fb00032a8e32c342fc76a51205978db2cc2 | diff --git a/test/support/opengl_stub.rb b/test/support/opengl_stub.rb
index <HASH>..<HASH> 100644
--- a/test/support/opengl_stub.rb
+++ b/test/support/opengl_stub.rb
@@ -1,7 +1,14 @@
require 'opengl'
+require 'mittsu/renderers/opengl/opengl_lib'
+
+module OpenGLLib
+ def self.discover
+ Struct.new(:path, :file).n... | fix: stub out OpenGLLib in tests | jellymann_mittsu | train | rb |
bcddae5f00132c926869077032d5ff329369ac25 | diff --git a/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js b/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js
index <HASH>..<HASH> 100644
--- a/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js
+++ b/src/events/http/lambda-events/LambdaProxyIntegrationEventV2.js
@@ -118,8 +11... | fix: Handle multiple cookies with the same name in the same way API Gateway does. | dherault_serverless-offline | train | js |
bb0700ade38300a7c87ce800d26c3a523b2fe1a9 | diff --git a/src/util/Util.js b/src/util/Util.js
index <HASH>..<HASH> 100644
--- a/src/util/Util.js
+++ b/src/util/Util.js
@@ -399,7 +399,7 @@ class Util {
const member = message.channel.guild.members.get(id);
if (member) {
- return member.displayName;
+ return `@${member.displayNa... | fix: Util#cleanContent parsing of GuildMember | discordjs_discord.js | train | js |
2e57328c29cf7f06e04b101a58a8491732cbecb0 | diff --git a/dirsync/syncer.py b/dirsync/syncer.py
index <HASH>..<HASH> 100644
--- a/dirsync/syncer.py
+++ b/dirsync/syncer.py
@@ -260,9 +260,12 @@ class Syncer(object):
elif stat.S_ISDIR(st.st_mode):
to_make = os.path.join(self._dir2, f1)
if not os.path.exists(to_make):
-... | fix(syncer): prevent error if target dir cannot be created | tkhyn_dirsync | train | py |
1c946ef0038a27d134f497ed72352136c0a4bb9e | diff --git a/graph.go b/graph.go
index <HASH>..<HASH> 100644
--- a/graph.go
+++ b/graph.go
@@ -89,6 +89,7 @@ func (graph *Graph) Get(name string) (*Image, error) {
if img.Id != id {
return nil, fmt.Errorf("Image stored at '%s' has wrong id '%s'", id, img.Id)
}
+ img.graph = graph
if img.Size == 0 {
root, er... | fix: Can't lookup root of unregistered image | moby_moby | train | go |
5311fd3b8e804f1346f31d83cb7366116f2ee724 | diff --git a/src/karma.sauce.conf.js b/src/karma.sauce.conf.js
index <HASH>..<HASH> 100644
--- a/src/karma.sauce.conf.js
+++ b/src/karma.sauce.conf.js
@@ -31,11 +31,11 @@ const BROWSERS = {
platform: 'Windows 10',
version: '11'
},
- 'SAFARI12': {
+ 'SAFARI': {
base: 'SauceLabs',
browserName: 's... | test: add latest Safari to the sauce labs | ng-bootstrap_ng-bootstrap | train | js |
254854fb4010ec70a0650cb7da25450f463dead6 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -1,6 +1,7 @@
'use strict'
var zlib = require('zlib')
+var http = require('http')
var test = require('tape')
var nock = require('nock')
var Client = require('./')
@@ -90,5 +91,32 @@ test('#request()', function (t) {
... | test: add test for scoket hang up | elastic_apm-nodejs-http-client | train | js |
6c39e35565671f5f2b5e73da609400134e358a60 | diff --git a/idispatch_windows.go b/idispatch_windows.go
index <HASH>..<HASH> 100644
--- a/idispatch_windows.go
+++ b/idispatch_windows.go
@@ -1,3 +1,4 @@
+//go:build windows
// +build windows
package ole
@@ -92,7 +93,7 @@ func invoke(disp *IDispatch, dispid int32, dispatch int16, params ...interface{}
case int... | fix: crash when using *int8 as param | go-ole_go-ole | train | go |
c9fe2269ccdb4b25f3545b24486a099d4c365dca | diff --git a/src/components/progressCircular/progress-circular.js b/src/components/progressCircular/progress-circular.js
index <HASH>..<HASH> 100644
--- a/src/components/progressCircular/progress-circular.js
+++ b/src/components/progressCircular/progress-circular.js
@@ -35,7 +35,7 @@ angular.module('material.components... | docs(progressCircular): fix spelling of diameter
There was already a PR, but this one had git conflicts, so this is a stable PR
Closes #<I> | angular_material | train | js |
d67a6c08ec3c8e904c8d113fee2bdadca421aac1 | diff --git a/packages/select/src/Select.js b/packages/select/src/Select.js
index <HASH>..<HASH> 100644
--- a/packages/select/src/Select.js
+++ b/packages/select/src/Select.js
@@ -1,3 +1,4 @@
+/* eslint-disable react/prop-types */
import React, { useState } from 'react';
import PropTypes from 'prop-types';
import cla... | feat: used innerProps to add role, name and state to field options SIH-<I> | Availity_availity-react | train | js |
f8ab7b4c53b4f5feed5064ab78326bef4e50b563 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -28,7 +28,7 @@
return fetch(url, options).then(res => res.json()).then(data => data.filter(x => /Edici.n/i.test(x.title)))
.then(data => {
return data.map(x => {
- const body = x.b... | fix(getEvents): Fix split body | lgaticaq_beerjs | train | js |
b067cf38948f0c432d1ad495162f3bd34cd70b59 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1,6 @@
'use strict';
+import bannerPlugin from '@comandeer/babel-plugin-banner';
import { getCommentContent } from '@comandeer/babel-plugin-banner/utils';
import fixMappings from './fixMappings';
im... | fix(babel): explicitly pass banner plugin to babel | Comandeer_rollup-plugin-babel-minify | train | js |
cc4248cb26bb2ece19d81750edfe75139859eb64 | 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
@@ -417,7 +417,7 @@ def pip_install_package(source_name, pip_version=None, python_version=None,
destination_file = os.path.relpath(source_file, stagingdir)
exe = False
-... | refactor(rez-pip): add os.sep to the bin check to avoid naming issues | nerdvegas_rez | train | py |
57ecc270e41b0734424396732614e1d0fc2a0858 | diff --git a/Modules/User/Controllers/UserController.php b/Modules/User/Controllers/UserController.php
index <HASH>..<HASH> 100644
--- a/Modules/User/Controllers/UserController.php
+++ b/Modules/User/Controllers/UserController.php
@@ -19,7 +19,9 @@ class UserController extends AppBaseController
{
$this->r... | fix: current user API should be able get called for everyone. | zgldh_scaffold | train | php |
e62e3e7e9cfce9f1c13fbe8fe7912aeda228fb81 | diff --git a/library/src/pivotal-ui-react/dropdowns/dropdowns.js b/library/src/pivotal-ui-react/dropdowns/dropdowns.js
index <HASH>..<HASH> 100644
--- a/library/src/pivotal-ui-react/dropdowns/dropdowns.js
+++ b/library/src/pivotal-ui-react/dropdowns/dropdowns.js
@@ -169,11 +169,11 @@ export class DropdownItem extends R... | feat(dropdown): onSelect is triggered by clicking DropdownItem <li>
[#<I>] | pivotal-cf_pivotal-ui | train | js |
af855ef7b4b1b9fcfa15d04a7da9449b5197934d | diff --git a/webui/dev/scripts/transfer.js b/webui/dev/scripts/transfer.js
index <HASH>..<HASH> 100644
--- a/webui/dev/scripts/transfer.js
+++ b/webui/dev/scripts/transfer.js
@@ -5,7 +5,7 @@ const folder = process.argv[2]
async function execute () {
try {
await fs.emptyDir('./static')
- await fs.outputFile(... | fix: generated placeholder for the webui | containous_traefik | train | js |
f41586ff1bb918b17cd5a0e88c08eb59ba8af493 | diff --git a/tasks/usemin.js b/tasks/usemin.js
index <HASH>..<HASH> 100644
--- a/tasks/usemin.js
+++ b/tasks/usemin.js
@@ -146,7 +146,10 @@ module.exports = function (grunt) {
grunt.file.write(filename, content);
});
- grunt.log.writeln('Replaced ' + chalk.cyan(files.length) + ' references to ass... | feat(log): add support for only one reference replaced
Simple trick to avoid another test against files.length | yeoman_grunt-usemin | train | js |
5fc4b4ea8f6d89b84f6612204538c856707b6191 | diff --git a/cmd/kubeadm/app/cmd/phases/init/controlplane.go b/cmd/kubeadm/app/cmd/phases/init/controlplane.go
index <HASH>..<HASH> 100644
--- a/cmd/kubeadm/app/cmd/phases/init/controlplane.go
+++ b/cmd/kubeadm/app/cmd/phases/init/controlplane.go
@@ -100,6 +100,7 @@ func getControlPlanePhaseFlags(name string) []string ... | fix: add missing patch flag for kubeadm init phase control-plane | kubernetes_kubernetes | train | go |
c1b7516c381fdc117469f97913d1db1c19892ea9 | diff --git a/lib/components/narrative/default/itinerary-summary.js b/lib/components/narrative/default/itinerary-summary.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/default/itinerary-summary.js
+++ b/lib/components/narrative/default/itinerary-summary.js
@@ -48,6 +48,11 @@ const Block = connect(mapState... | refactor: avoid massive block mode icons | opentripplanner_otp-react-redux | train | js |
8179f2e60d083624a67f21c2a30d844df54a6591 | diff --git a/icons/ionicons.js b/icons/ionicons.js
index <HASH>..<HASH> 100644
--- a/icons/ionicons.js
+++ b/icons/ionicons.js
@@ -52,7 +52,7 @@ export default {
add: 'ion-android-send'
},
collapsible: {
- icon: 'ion-arrow-down-b'
+ icon: 'ion-android-arrow-dropdown'
},
datetime: {
arrowLeft... | refactor: Addition to Collapsible icon commit | quasarframework_quasar | train | js |
1ed7665ca9caa9c22f8bf353482c3d42c4162331 | diff --git a/src/models/ColourSwatches.php b/src/models/ColourSwatches.php
index <HASH>..<HASH> 100644
--- a/src/models/ColourSwatches.php
+++ b/src/models/ColourSwatches.php
@@ -13,9 +13,9 @@ class ColourSwatches extends Model
public string $label = '';
/**
- * @var string
+ * @var array|string|nul... | refactor: extend the typings for saving custom and predefined fields | Rias500_craft-colour-swatches | train | php |
28ee65e6ddb9b03c5cdb1671d58a51f737d0ea7d | diff --git a/notification-portlet-webcomponents/notification-component-icon/src/NotificationIcon.js b/notification-portlet-webcomponents/notification-component-icon/src/NotificationIcon.js
index <HASH>..<HASH> 100644
--- a/notification-portlet-webcomponents/notification-component-icon/src/NotificationIcon.js
+++ b/noti... | fix: add non breaking space between notication bell and count | Jasig_NotificationPortlet | train | js |
b3bdacee147945ed189075bcaf8d007bd90ed975 | diff --git a/test/all.js b/test/all.js
index <HASH>..<HASH> 100644
--- a/test/all.js
+++ b/test/all.js
@@ -9,4 +9,5 @@ require('./fischerandom.js');
require('./mobility.js');
require('./board.js');
require('./promotion.js');
-require('./algebraic.js');
\ No newline at end of file
+require('./algebraic.js');
+require... | test: stub tests for line | chessfish_chesslib | train | js |
c18ae4690ac4e1f9bc16a74cb414f44e5395a9a4 | diff --git a/lib/pincers/support/cookie_jar.rb b/lib/pincers/support/cookie_jar.rb
index <HASH>..<HASH> 100644
--- a/lib/pincers/support/cookie_jar.rb
+++ b/lib/pincers/support/cookie_jar.rb
@@ -20,9 +20,9 @@ module Pincers::Support
end
def set(_parts)
- raise ArgumentError, "domain is required" unless... | refactor(cookie_jar): makes set return nil on failure and cookie on success | platanus_pincers | train | rb |
74799a2e991d114070ad06c7320fe6dc8088635a | diff --git a/src/route-loading.js b/src/route-loading.js
index <HASH>..<HASH> 100644
--- a/src/route-loading.js
+++ b/src/route-loading.js
@@ -118,7 +118,7 @@ function resolveComponent(routeLoader, router, viewPortPlan) {
function getComponent(routerViewPort) {
routerViewPort.getComponent(type, createCh... | fix(route-loading): use correct rejection callback
There was a copy/paste error in the code which resulted in an undefined
symbol being used as the rejection callback. This commit fixes the
error. | aurelia_router | train | js |
6f0651264e28cb8259589f04f4c0a3eabcb59bb6 | diff --git a/src/adapters/sequelize.js b/src/adapters/sequelize.js
index <HASH>..<HASH> 100644
--- a/src/adapters/sequelize.js
+++ b/src/adapters/sequelize.js
@@ -87,7 +87,9 @@ module.exports = (model, opts) => {
const pkIsFk = primaryKeyIsForeignKey(association);
if (pkIsFk) {
const fk = f... | fix: fix error when no foreign key is found but foreign and primary key is detected (#<I>) | ForestAdmin_forest-express-sequelize | train | js |
23e2fec2abadefef6f4d24538aa0622386cbec6a | diff --git a/src/main/java/com/github/mjeanroy/springmvc/view/mustache/handlebars/HandlebarsTemplateLoader.java b/src/main/java/com/github/mjeanroy/springmvc/view/mustache/handlebars/HandlebarsTemplateLoader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/mjeanroy/springmvc/view/mustache/handlebars/Hand... | refactor: extend abstract for easier dependency updates | mjeanroy_springmvc-mustache | train | java |
eacbf281a169d86107947f9c2ca5b80ee99fe63e | diff --git a/src/foremast/utils/pipelines.py b/src/foremast/utils/pipelines.py
index <HASH>..<HASH> 100644
--- a/src/foremast/utils/pipelines.py
+++ b/src/foremast/utils/pipelines.py
@@ -108,3 +108,11 @@ def get_pipeline_id(name=''):
break
return return_id
+
+
+def normalize_pipeline_name(name=''):
... | feat: Normalize Pipeline name function
Spinnaker does not allow special characters in the Pipeline name. | foremast_foremast | train | py |
de5c91a09998afc48bb8f77dbef6a92465962838 | diff --git a/field-label/field-label.js b/field-label/field-label.js
index <HASH>..<HASH> 100644
--- a/field-label/field-label.js
+++ b/field-label/field-label.js
@@ -34,7 +34,7 @@ export const FieldLabel = props => (
{props.hint && (
<div className={styles.hint}>
- <Spacings.Inline alignItems="fle... | fix(field-label): adjust hint alignment | commercetools_ui-kit | train | js |
e3846896f127ac176d111242ea9cf2eaeaaf9ceb | diff --git a/src/Entities/FeePlan.php b/src/Entities/FeePlan.php
index <HASH>..<HASH> 100644
--- a/src/Entities/FeePlan.php
+++ b/src/Entities/FeePlan.php
@@ -44,6 +44,9 @@ class FeePlan extends Base implements PaymentPlanInterface
/** @var int Number of deferred days this fee plan applies to */
public $defer... | fix: add property deferred trigger in feeplan | alma_alma-php-client | train | php |
e641b0e2965bdef7e385208e099943a7e49f0557 | diff --git a/src/server/routes/post-upload.js b/src/server/routes/post-upload.js
index <HASH>..<HASH> 100644
--- a/src/server/routes/post-upload.js
+++ b/src/server/routes/post-upload.js
@@ -20,7 +20,7 @@ var route = function(req, res, next){
mkdirp.sync(folderFilePath)
req.pipe(req.busboy)
req.busboy.on('file... | fix: allow file upload with uppercase extensions | abecms_abecms | train | js |
b4ccdb8ad3898f15c81b6e4f03817daf257c482e | diff --git a/test/permission-ng/permission-ng.test.js b/test/permission-ng/permission-ng.test.js
index <HASH>..<HASH> 100644
--- a/test/permission-ng/permission-ng.test.js
+++ b/test/permission-ng/permission-ng.test.js
@@ -119,7 +119,6 @@ describe('permission.ng', function () {
$rootScope.$digest();
... | fix: #<I> - Controller runs in ngRoute although user don't have permissions | RafaelVidaurre_angular-permission | train | js |
3b8fb83cfda242f4cdf721cd476d458a103f467c | diff --git a/src/main/java/com/smartsheet/api/models/enums/AccessScope.java b/src/main/java/com/smartsheet/api/models/enums/AccessScope.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/smartsheet/api/models/enums/AccessScope.java
+++ b/src/main/java/com/smartsheet/api/models/enums/AccessScope.java
@@ -27,18 +27... | fix: add missing scopes `READ_CONTACTS` and `ADMIN_SIGHTS` | smartsheet-platform_smartsheet-java-sdk | train | java |
607399ab0e17556d7476fb6e0a2b7155a76bb313 | diff --git a/rundeckapp/grails-app/assets/javascripts/menu/home.js b/rundeckapp/grails-app/assets/javascripts/menu/home.js
index <HASH>..<HASH> 100644
--- a/rundeckapp/grails-app/assets/javascripts/menu/home.js
+++ b/rundeckapp/grails-app/assets/javascripts/menu/home.js
@@ -222,7 +222,6 @@ function HomeData(data) {
... | fix: processed list should be updated when ajax call is made | rundeck_rundeck | train | js |
21af62a45eb167adcf4d6932b27f9e2b86fc06f3 | diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUploader.java b/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUploader.java
index <HASH>..<HASH> 100644
--- a/google-api-client/src/main/java/com/google/api/client/googleapis/media/MediaHttpUpl... | docs: fix link to media upload documentation (#<I>) | googleapis_google-api-java-client | train | java |
ccc4c46e7ad83ba299d796dc5beaa9212f639976 | diff --git a/Extension/FilterExtension.php b/Extension/FilterExtension.php
index <HASH>..<HASH> 100644
--- a/Extension/FilterExtension.php
+++ b/Extension/FilterExtension.php
@@ -35,7 +35,7 @@ use Doctrine\ORM\Mapping\ManyToOne;
use Doctrine\ORM\Mapping\OneToMany;
use Doctrine\ORM\QueryBuilder;
use ReflectionPropert... | refactor: replace deprecated classes | whatwedo_TableBundle | train | php,php |
ef822b432be12126316a89d85707e3a07216478b | diff --git a/paco/timeout.py b/paco/timeout.py
index <HASH>..<HASH> 100644
--- a/paco/timeout.py
+++ b/paco/timeout.py
@@ -88,5 +88,8 @@ class TimeoutLimit(object):
self._cancel_handler = None
self._task = None
- def _cancel_task(self):
+ def cancel(self):
+ """
+ Cancels cur... | refactor(timeout): rename cancel method | h2non_paco | train | py |
c04635419ebca39775033dc7a2b815e54bd35ae5 | diff --git a/src/modern/QuerySubscription.js b/src/modern/QuerySubscription.js
index <HASH>..<HASH> 100644
--- a/src/modern/QuerySubscription.js
+++ b/src/modern/QuerySubscription.js
@@ -63,7 +63,6 @@ export default class QuerySubscription {
this.updateReadyState({
error,
props: null,
- ... | chore: Remove stale FIXME (#<I>) | relay-tools_found-relay | train | js |
3437d7229e10cb4be6ab898691e650c417ac831b | diff --git a/extensions/mentions/js/src/forum/utils/getMentionText.js b/extensions/mentions/js/src/forum/utils/getMentionText.js
index <HASH>..<HASH> 100644
--- a/extensions/mentions/js/src/forum/utils/getMentionText.js
+++ b/extensions/mentions/js/src/forum/utils/getMentionText.js
@@ -27,7 +27,7 @@ export default func... | fix: Missing `#` from autocompleted user mention format (#<I>) | flarum_core | train | js |
ecb893ebf1ddab828c32aa5fb0f13c110ac52103 | diff --git a/src/Adapters/Phpunit/Printer.php b/src/Adapters/Phpunit/Printer.php
index <HASH>..<HASH> 100644
--- a/src/Adapters/Phpunit/Printer.php
+++ b/src/Adapters/Phpunit/Printer.php
@@ -10,6 +10,7 @@ use PHPUnit\Framework\Test;
use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\TestSuite;
use PHPUnit\Framewo... | feat: adds better display of assertions errors. | nunomaduro_collision | train | php |
3e844eea2fb53b5cb5dee00fbe4aa4cba91f62e5 | diff --git a/__tests__/render.js b/__tests__/render.js
index <HASH>..<HASH> 100644
--- a/__tests__/render.js
+++ b/__tests__/render.js
@@ -135,6 +135,12 @@ describe('redraft', () => {
const joined = joinRecursively(rendered);
expect(joined).toBe('<p>!</p>');
});
+ test('should not mutate input when render... | fix(render): Prevent input mutation
This commit addresses an issue that causes input to redraft’s render to be mutated. In this case, a children key is added. Redraft should be pure and not cause side effects. | lokiuz_redraft | train | js,js |
d047aca3134905d2fd071c1bcc638864a59cc930 | diff --git a/packages/@vue/cli-ui/apollo-server/connectors/folders.js b/packages/@vue/cli-ui/apollo-server/connectors/folders.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-ui/apollo-server/connectors/folders.js
+++ b/packages/@vue/cli-ui/apollo-server/connectors/folders.js
@@ -24,7 +24,13 @@ function isDirecto... | fix(cli-ui): folder list when root windows (#<I>) | vuejs_vue-cli | train | js |
e6baafa2f1a2a80df05b3041aa4f5197fc73d20e | diff --git a/karma.sauce.config.js b/karma.sauce.config.js
index <HASH>..<HASH> 100644
--- a/karma.sauce.config.js
+++ b/karma.sauce.config.js
@@ -35,7 +35,7 @@ var customLaunchers = {
base: 'SauceLabs',
browserName: 'safari',
platform: 'OS X 10.12',
- version: '10.0'
+ version: '11.0'
},
sl_... | ci: Update Safari to <I> (OSX) on SauceLabs (#<I>) | getsentry_sentry-javascript | train | js |
1791b300773e55c23643f1c8315a5c21312a832f | diff --git a/cypress/integration/datatable_spec.js b/cypress/integration/datatable_spec.js
index <HASH>..<HASH> 100644
--- a/cypress/integration/datatable_spec.js
+++ b/cypress/integration/datatable_spec.js
@@ -213,6 +213,11 @@ describe('DataTable', function () {
cy.get('.dt-row[data-row-index=5]').should(... | test: 💍 Add test for the equals keyword | frappe_datatable | train | js |
fc1e5fd047d5d7b04c29cfa44312d14afa67ad54 | diff --git a/lib/SauceBrowser.js b/lib/SauceBrowser.js
index <HASH>..<HASH> 100644
--- a/lib/SauceBrowser.js
+++ b/lib/SauceBrowser.js
@@ -64,7 +64,7 @@ SauceBrowser.prototype.start = function() {
// appium-version is not always the latest stable,
// we enforce it to be sure to always be up to... | fix(appium): force <I> waiting for <I>.x fixes | airtap_airtap | train | js |
ffca636024147b140b98d535b1a3a1925b8b236b | diff --git a/staging/src/k8s.io/mount-utils/resizefs_unsupported.go b/staging/src/k8s.io/mount-utils/resizefs_unsupported.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/mount-utils/resizefs_unsupported.go
+++ b/staging/src/k8s.io/mount-utils/resizefs_unsupported.go
@@ -39,3 +39,8 @@ func NewResizeFs(exec utile... | fix: NeedResize build failure on Windows | kubernetes_kubernetes | train | go |
2b1f06db8dde7c680377e4f8f707dabe11113d28 | diff --git a/lib/donedone-api.js b/lib/donedone-api.js
index <HASH>..<HASH> 100644
--- a/lib/donedone-api.js
+++ b/lib/donedone-api.js
@@ -206,7 +206,7 @@ exports.getIssue = function(subdomain, username, passwordOrAPIToken, projectId,
*/
exports.getIssuesWaitingOnYou = function(subdomain, username, passwordOrAPIT... | fix: Remove extra / in url | evsheffield_node-donedone-api | train | js |
e9472988303079ee0ac87cc2b5f4e8b9af29a69a | diff --git a/cursor.js b/cursor.js
index <HASH>..<HASH> 100644
--- a/cursor.js
+++ b/cursor.js
@@ -238,7 +238,7 @@ Cursor.prototype._find = function(callback) {
Array.isArray(result.documents) &&
result.documents.length === 1 &&
(!self.cmd.find || (self.cmd.find && self.cmd.virtual === false)) &&
-... | fix(cursor): typo in _find() | mongodb_node-mongodb-native | train | js |
8a8bc72c392602284bd99e01f8ac1fa63d514594 | diff --git a/lib/webpack-cli.js b/lib/webpack-cli.js
index <HASH>..<HASH> 100644
--- a/lib/webpack-cli.js
+++ b/lib/webpack-cli.js
@@ -165,10 +165,11 @@ class WebpackCLI extends GroupHelper {
runHelp(args) {
const HelpGroup = require('./groups/help');
const Commands = require('./utils/commands').... | chore: refactor webpack-cli | webpack_webpack-cli | train | js |
ae79abc16af68a53eaecbb7bc552f72cf9fd40f3 | diff --git a/pvl/pvl_validate.py b/pvl/pvl_validate.py
index <HASH>..<HASH> 100644
--- a/pvl/pvl_validate.py
+++ b/pvl/pvl_validate.py
@@ -85,7 +85,8 @@ def arg_parser():
"--verbose",
action="count",
default=0,
- help="Will report the errors that are encountered.",
+ help="Will ... | feat(pvl_validate): Now better handles errors, and provides additional reporting information via -v and -vv arguments. | planetarypy_pvl | train | py |
da6c37b2fe82f087aa06bb579551e40cf268aedc | diff --git a/src/createDva.js b/src/createDva.js
index <HASH>..<HASH> 100644
--- a/src/createDva.js
+++ b/src/createDva.js
@@ -240,7 +240,9 @@ export default function createDva(createOpts) {
// store change
const listeners = plugin.get('onStateChange');
for (const listener of listeners) {
- ... | feat: pass current state to onStateChange hook | dvajs_dva | train | js,js |
d367cfab89b07528ba0023af5f7b8ccd5153ff10 | diff --git a/src/Router.php b/src/Router.php
index <HASH>..<HASH> 100644
--- a/src/Router.php
+++ b/src/Router.php
@@ -89,6 +89,7 @@ class Router extends PhalconRouter implements ServiceAwareInterface
$this->cookies = static::$di->getShared('cookies');
$this->response = static::$di->getShared('respons... | fix(session): disable session in cli mode | phwoolcon_phwoolcon | train | php |
9e83fb42ee1b23947ca950cf22d08d3e9cfb2693 | diff --git a/test/core/ping.spec.js b/test/core/ping.spec.js
index <HASH>..<HASH> 100644
--- a/test/core/ping.spec.js
+++ b/test/core/ping.spec.js
@@ -175,7 +175,7 @@ describe('ping', function () {
it('pinging a not available peer will fail accordingly', (done) => {
const unknownPeerId = 'QmUmaEnH1uMmvckMZb... | test: fix ping with disabled dht | ipfs_js-ipfs | train | js |
88a2e261bf7f6dae1c1d6cc186e29bbe71b68894 | diff --git a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js b/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@ciscospark/internal-plugin-ediscovery/src/ediscovery.js
+++ b/packages/node_modules/@cisco... | docs(ediscovery): additional comments | webex_spark-js-sdk | train | js |
d0eb58a49f39f6fc61ef4d2b1e151b069a7c6c8e | diff --git a/src/aurelia-form.js b/src/aurelia-form.js
index <HASH>..<HASH> 100644
--- a/src/aurelia-form.js
+++ b/src/aurelia-form.js
@@ -29,6 +29,7 @@ export function configure(aurelia, configCallback) {
date : '{{framepath}}/input.html',
datetime : '{{framepath}}/input.html',
'... | fix(aliases): default type is string and not text | SpoonX_aurelia-form | train | js |
bf85283f392459f8c4a723eaf5978985c303d8f0 | diff --git a/tests/unit/AppTest.php b/tests/unit/AppTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/AppTest.php
+++ b/tests/unit/AppTest.php
@@ -202,9 +202,12 @@ class AppTest extends BaseUnitTest
$this->assertArrayContentContains('Module parameter unknown');
}
+ /**
+ * @group mysql
+ ... | test: change app tests logic according to external routing | enikeishik_ufoframework | train | php |
82002ec5e8d3a5b7517d9a8ca5fc36e2864334dc | diff --git a/spec/custom.spec.js b/spec/custom.spec.js
index <HASH>..<HASH> 100644
--- a/spec/custom.spec.js
+++ b/spec/custom.spec.js
@@ -1041,4 +1041,47 @@ describe('Custom keywords', function () {
validate(2) .should.equal(true);
});
});
+
+
+ describe.skip('mutating data', function() {
+ beforeEa... | test: failing test for custom keyword mutating data, #<I>, #<I> | epoberezkin_ajv | train | js |
4c6e4e2aa6d3ad6ffcc2f1c3291d10e5bb667448 | diff --git a/pkg/services/alerting/notifiers/discord.go b/pkg/services/alerting/notifiers/discord.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/notifiers/discord.go
+++ b/pkg/services/alerting/notifiers/discord.go
@@ -91,8 +91,7 @@ func (this *DiscordNotifier) Notify(evalContext *alerting.EvalContext) erro... | fix: fixed gometalinter issues with Discord PR | grafana_grafana | train | go |
9508646c44a442bb8ea86d6a1f4527e8a89aacc2 | diff --git a/packages/babel-preset/getPresetEnv/getTargets.js b/packages/babel-preset/getPresetEnv/getTargets.js
index <HASH>..<HASH> 100644
--- a/packages/babel-preset/getPresetEnv/getTargets.js
+++ b/packages/babel-preset/getPresetEnv/getTargets.js
@@ -1,7 +1,7 @@
const browsers = require('@goldwasserexchange/browse... | fix(babel-preset): fix #8 cannot read property replace of null
affects: @goldwasserexchange/babel-preset | goldwasserexchange_public | train | js |
364487ce5022d729c03623a6bbdd00400cf60f14 | diff --git a/src/node_modules/internal/buffer-list.js b/src/node_modules/internal/buffer-list.js
index <HASH>..<HASH> 100644
--- a/src/node_modules/internal/buffer-list.js
+++ b/src/node_modules/internal/buffer-list.js
@@ -101,6 +101,11 @@ module.exports = class BufferList {
const subset = this.queue.slice(start... | perf: reduce Buffer.concat() calls a bit. | reklatsmasters_binary-data | train | js |
dc8b947d5530387b20d0f206e843fd7163d85f34 | diff --git a/src/Commands/Publish/PublishTablesCommand.php b/src/Commands/Publish/PublishTablesCommand.php
index <HASH>..<HASH> 100755
--- a/src/Commands/Publish/PublishTablesCommand.php
+++ b/src/Commands/Publish/PublishTablesCommand.php
@@ -26,15 +26,17 @@ class PublishTablesCommand extends PublishBaseCommand
... | style: Apply fixes from StyleCI (#<I>) | InfyOmLabs_laravel-generator | train | php,php |
2b41785312bc605ff941d55cc74c785db66b19e8 | diff --git a/packages/veui-theme-dls/components/DatePicker.js b/packages/veui-theme-dls/components/DatePicker.js
index <HASH>..<HASH> 100644
--- a/packages/veui-theme-dls/components/DatePicker.js
+++ b/packages/veui-theme-dls/components/DatePicker.js
@@ -8,10 +8,6 @@ config.defaults(
clear: IconTimesCircle
... | fix: remove unsupported style variant for date picker | ecomfe_veui | train | js |
353bfc93003d7596040a081341f1cfcbb9c99b2b | diff --git a/core/src/main/java/com/github/gumtreediff/tree/TypeSet.java b/core/src/main/java/com/github/gumtreediff/tree/TypeSet.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/gumtreediff/tree/TypeSet.java
+++ b/core/src/main/java/com/github/gumtreediff/tree/TypeSet.java
@@ -29,6 +29,8 @@ import ... | fix: typeset constructor is now private. | GumTreeDiff_gumtree | train | java |
1100c5a24b0626c01c6248d87172c7ab624bf42f | diff --git a/lib/gzr/cli.rb b/lib/gzr/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/gzr/cli.rb
+++ b/lib/gzr/cli.rb
@@ -29,6 +29,10 @@ module Gzr
#
# @api public
class CLI < Thor
+ def self.exit_on_failure?
+ true
+ end
+
class_option :debug, type: :boolean, default: false, desc: 'Run in debug m... | fix: remove Thor deprecation warning (#<I>)
* fix: refactored look and dashboard cat commands and space export to use the same code to generate each look and dashboard file.
* fix: add override for Thor deprecation warning | looker-open-source_gzr | train | rb |
23cf22fda545baa55d325747d633d5436134049b | diff --git a/docs/index.js b/docs/index.js
index <HASH>..<HASH> 100644
--- a/docs/index.js
+++ b/docs/index.js
@@ -3,14 +3,14 @@ import ReactDOM from 'react-dom';
import routes from './components/routes';
import Router from 'react-router';
import initializeTheme from './theme/initialize';
-import { createHistory } f... | fix(doc): move back to hash history | nikgraf_belle | train | js,js |
e536b9e34173e9a5b5f028341c8a47ba747026e6 | diff --git a/src/tasks/copy.js b/src/tasks/copy.js
index <HASH>..<HASH> 100644
--- a/src/tasks/copy.js
+++ b/src/tasks/copy.js
@@ -12,6 +12,7 @@ function copyTasks(gulp, config) {
function copyDist() {
gulp.src([
config.paths.src.root + '**/*.js',
+ config.paths.src.root + '**/*.js... | feat: include json files when copying src -> dist | ApsisInternational_gulp-config-apsis | train | js |
ec966237911d3ef438214518f4131dbbaa6f4d4a | diff --git a/packages/ipfs-repo/src/idstore.js b/packages/ipfs-repo/src/idstore.js
index <HASH>..<HASH> 100644
--- a/packages/ipfs-repo/src/idstore.js
+++ b/packages/ipfs-repo/src/idstore.js
@@ -67,7 +67,7 @@ export function createIdStore (store) {
// process.nextTick runs on the microtask queue, setImmediate ... | fix: access process from globalThis (#<I>)
Fixes webpack error:
```
Module not found: Error: Can't resolve 'process/browser' in /path/...
```
Falls back to `setImmediate`, then `setTimeout`. | ipfs_js-ipfs-repo | train | js |
b8614bde7f9d29e2f89dbd13e81d04b6664b317d | diff --git a/src/Lucid/Model/Mixins/Persistance.js b/src/Lucid/Model/Mixins/Persistance.js
index <HASH>..<HASH> 100644
--- a/src/Lucid/Model/Mixins/Persistance.js
+++ b/src/Lucid/Model/Mixins/Persistance.js
@@ -53,13 +53,14 @@ Peristance.insert = function * () {
*
* @public
*/
-Peristance.update = function * (dir... | fix(lucid): consider dirty values after beforeHooks
beforeUpdate has the ability to update model attributes and dirty values should get evaluated after
that
Closes #<I> | adonisjs_adonis-lucid | train | js |
d48f580646a4c51964dda2549e9ab65af9049763 | diff --git a/packages/collector/test/uncaught/uncaught_exceptions_test.js b/packages/collector/test/uncaught/uncaught_exceptions_test.js
index <HASH>..<HASH> 100644
--- a/packages/collector/test/uncaught/uncaught_exceptions_test.js
+++ b/packages/collector/test/uncaught/uncaught_exceptions_test.js
@@ -54,7 +54,7 @@ des... | fix(test): fix test for uncaught exception | instana_nodejs-sensor | train | js |
cfbe3661f4c551734ae98d882e06fc16f9510f17 | diff --git a/src/Leevel/Database/Condition.php b/src/Leevel/Database/Condition.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Condition.php
+++ b/src/Leevel/Database/Condition.php
@@ -2195,7 +2195,6 @@ class Condition
// 格式化字段值,支持数组
if (array_key_exists(2, $cond)) {
... | fix(database): remove bad code for parse where and having condition | hunzhiwange_framework | train | php |
0cfd6874056cdda1e62dec6f832b1ee8fe8d9531 | diff --git a/lib/amqp_client.js b/lib/amqp_client.js
index <HASH>..<HASH> 100644
--- a/lib/amqp_client.js
+++ b/lib/amqp_client.js
@@ -139,7 +139,7 @@ AMQPClient.prototype.connect = function(url) {
self._session = self._newSession(c);
}
- self._session.on(Session.Mapped, function(s) {
+ self... | fix(client): only listen for Session.Mapped once during connect | noodlefrenzy_node-amqp10 | train | js |
4f968bab2353d5c42f78e5c397d9d9675221ae6d | diff --git a/epab/cmd/test_runner.py b/epab/cmd/test_runner.py
index <HASH>..<HASH> 100644
--- a/epab/cmd/test_runner.py
+++ b/epab/cmd/test_runner.py
@@ -16,6 +16,9 @@ COVERAGE_CONFIG = r"""
#timid = True
branch = True
source = epab
+omit =
+ */_versioneer.py
+ {package_name}/_version.py
[report]
# Regexe... | fix: omit versioneer files during coverage | etcher-be_epab | train | py |
0ef0694cc34496afd1d08b013daae29b8782e694 | diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js
index <HASH>..<HASH> 100644
--- a/docs/gatsby-config.js
+++ b/docs/gatsby-config.js
@@ -25,7 +25,7 @@ module.exports = {
null: [
'index',
{
- resolve: '/storybook',
+ resolve: '[Storybook](/storyboo... | refactor(react-docs): fixed relative link | Availity_availity-react | train | js |
971bfabacb97f5b88301b19918eaf3ef72504da7 | diff --git a/examples/07-display-field.js b/examples/07-display-field.js
index <HASH>..<HASH> 100644
--- a/examples/07-display-field.js
+++ b/examples/07-display-field.js
@@ -9,5 +9,5 @@ module.exports = function (migration) {
.type('Symbol')
.name('what it tastes like');
- food.displayField('amount');
+ ... | fix(examples): display field in example to an existing field | contentful_contentful-migration | train | js |
de3f059cc3b9d6352cd9312280842c7a804ceac1 | diff --git a/samples/greengrass/basicDiscovery.py b/samples/greengrass/basicDiscovery.py
index <HASH>..<HASH> 100644
--- a/samples/greengrass/basicDiscovery.py
+++ b/samples/greengrass/basicDiscovery.py
@@ -123,13 +123,13 @@ while retryCount != 0:
except DiscoveryInvalidRequestException as e:
print("Inval... | fix: use string representation of error (Fixes #<I>)
A BaseException does not always have a message field.
Traceback (most recent call last):
File "basicDiscovery.py", line <I>, in <module>
print("Error message: %s" % e.message)
AttributeError: 'ConnectionRefusedError' object has no attribute 'message' | aws_aws-iot-device-sdk-python | train | py |
baf9169c4852ed3af7a0e13ac1511a788d6c7fae | diff --git a/src/storyFinder/index.test.js b/src/storyFinder/index.test.js
index <HASH>..<HASH> 100644
--- a/src/storyFinder/index.test.js
+++ b/src/storyFinder/index.test.js
@@ -10,13 +10,13 @@ import { loadStories } from './';
jest.mock('glob');
beforeEach(() => {
- jest.resetAllMocks();
+ jest.clearAllMocks();... | test(storyFinder): Added a test to confirm glob call | elderfo_react-native-storybook-loader | train | js |
9687015e07c0c6b669b4afeae3595a2adf19bfc4 | diff --git a/lib/dependencies/LocalModule.js b/lib/dependencies/LocalModule.js
index <HASH>..<HASH> 100644
--- a/lib/dependencies/LocalModule.js
+++ b/lib/dependencies/LocalModule.js
@@ -2,18 +2,22 @@
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
-function LocalModu... | refactor(ES6): upgrade LocalModule to ES6 | webpack_webpack | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.