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 |
|---|---|---|---|---|---|
54cb2324f2873fc62b0320e81033d1a641c65166 | diff --git a/src/translate.js b/src/translate.js
index <HASH>..<HASH> 100755
--- a/src/translate.js
+++ b/src/translate.js
@@ -811,7 +811,7 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
deferred.resolve(key);
$rootScope.$broadcast('$translateChangeEnd');
- ... | fix(typo): remove unnecessary semicolon
According to "grunt jshint" task this semicolon is unnecessary, so it's impossible to
build module with "grunt build" task without this fix. | angular-translate_angular-translate | train | js |
2da5a9d8b095e65625e7c258e79779f3eb13a1a0 | diff --git a/src/Session/AdapterTrait.php b/src/Session/AdapterTrait.php
index <HASH>..<HASH> 100644
--- a/src/Session/AdapterTrait.php
+++ b/src/Session/AdapterTrait.php
@@ -80,7 +80,7 @@ trait AdapterTrait
{
if (!$this->_started && $this->status() !== self::SESSION_ACTIVE) {
$this->isValidS... | refactor: session regenerate id | phwoolcon_phwoolcon | train | php |
cc1420bbe6473ae1c895bf27d16b2119a3c6029b | diff --git a/consumer.go b/consumer.go
index <HASH>..<HASH> 100644
--- a/consumer.go
+++ b/consumer.go
@@ -936,6 +936,12 @@ func (bc *brokerConsumer) subscriptionConsumer() {
return
}
+ // if there isn't response, it means that not fetch was made
+ // so we don't need to handle any response
+ if response ==... | fix: prevent empty requests from paused consumer
When using the new "pause consumer" support (#<I>), Sarama would
incorrectly submit empty FetchRequests if all of the assigned partitions
were paused. This is because we only used Pause to skip adding the
topicPartition blocks to the FetchRequest and still went ahead an... | Shopify_sarama | train | go |
f0f6fdd78c747bb18bee39509b6bcb894cced8b4 | 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
@@ -103,8 +103,13 @@ class GitLookup():
LOG.info('Retrieving "%s" from "%s".', filename, self.runway_dir or self.git_short)
i... | fix: WARNING when local file missing
See also: #<I> | foremast_foremast | train | py |
28b150f6dc71fd8229e9e26d850a5bbd3281d62b | diff --git a/spec/api-debugger-spec.js b/spec/api-debugger-spec.js
index <HASH>..<HASH> 100644
--- a/spec/api-debugger-spec.js
+++ b/spec/api-debugger-spec.js
@@ -142,8 +142,9 @@ describe('debugger module', () => {
w.webContents.loadURL('about:blank')
w.webContents.debugger.attach()
+ const opened ... | test: fix race condition in debugger spec (#<I>) | electron_electron | train | js |
a03a1b3cb0d5c1ba754c1ee9418b21ea3ddeea2d | diff --git a/src/CornerstoneViewport/CornerstoneViewport.js b/src/CornerstoneViewport/CornerstoneViewport.js
index <HASH>..<HASH> 100644
--- a/src/CornerstoneViewport/CornerstoneViewport.js
+++ b/src/CornerstoneViewport/CornerstoneViewport.js
@@ -148,6 +148,11 @@ class CornerstoneViewport extends Component {
v... | fix(layout): Debounce to update viewport specific data on new image (#<I>) | cornerstonejs_react-cornerstone-viewport | train | js |
2bbe090d8eb164977291bf852d55324642c515c6 | diff --git a/actor-apps/app-web/src/app/l18n/index.js b/actor-apps/app-web/src/app/l18n/index.js
index <HASH>..<HASH> 100644
--- a/actor-apps/app-web/src/app/l18n/index.js
+++ b/actor-apps/app-web/src/app/l18n/index.js
@@ -8,7 +8,10 @@ import spanish from './es-ES';
import portuguese from './pt-BR';
import chinese fr... | fix(web): fix Chinese locale data. | actorapp_actor-platform | train | js |
5cdcbf342777e4d2c2bcfd8182767b3405df1727 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,20 +30,14 @@ import sys
import sphinx.environment
from docutils.utils import get_source_line
-
-def _warn_node(self, msg, node):
- """Do not warn on external images."""
- if not msg.startswith('no... | docs: sphinx <I>
* Upgrades to Sphinx <I>, fixes Travis CI build status. | inveniosoftware_kwalitee | train | py,py |
c8e4fb21e03ea9efdfcedd31253ceebcc883e87c | diff --git a/tinydb/database.py b/tinydb/database.py
index <HASH>..<HASH> 100644
--- a/tinydb/database.py
+++ b/tinydb/database.py
@@ -25,7 +25,7 @@ class TinyDB:
When creating a new instance, all arguments and keyword arguments (except
for ``storage``) will be passed to the storage class that is provided. ... | docs: fix typo in docstring (#<I>) | msiemens_tinydb | train | py |
c0659cc88535ec0ae6e9f39f78f5aea738ffdd2a | diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js
index <HASH>..<HASH> 100644
--- a/src/components/autocomplete/js/autocompleteController.js
+++ b/src/components/autocomplete/js/autocompleteController.js
@@ -434,7 +434,7 @@ function MdAutoco... | fix(autocomplete): changing windows while typing (with no results) no longer breaks scrolling
Closes #<I> | angular_material | train | js |
0447ce800f7f2abb5c5a63a3cff61445e8ee31b7 | diff --git a/packages/webpack-titanium-angular/src/TitaniumAngularCompilerPlugin.js b/packages/webpack-titanium-angular/src/TitaniumAngularCompilerPlugin.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-titanium-angular/src/TitaniumAngularCompilerPlugin.js
+++ b/packages/webpack-titanium-angular/src/TitaniumAngula... | fix: create watch file system using platform decorator | appcelerator_titanium-webpack-devkit | train | js |
993a7dd2bc05f597a61763ee1247ddca6b9cebc5 | diff --git a/compiler/reader.go b/compiler/reader.go
index <HASH>..<HASH> 100644
--- a/compiler/reader.go
+++ b/compiler/reader.go
@@ -17,13 +17,14 @@ package compiler
import (
"errors"
"fmt"
- "gopkg.in/yaml.v2"
"io/ioutil"
"log"
"net/http"
"net/url"
"path/filepath"
"strings"
+
+ yaml "gopkg.in/yaml.v... | fix(resp): fix connection leak problem of missing response body close | googleapis_gnostic | train | go |
f5b120fd6c591bbb797a9fac044d06899bf856f2 | diff --git a/src/components/TableWithBrowserPagination/index.js b/src/components/TableWithBrowserPagination/index.js
index <HASH>..<HASH> 100644
--- a/src/components/TableWithBrowserPagination/index.js
+++ b/src/components/TableWithBrowserPagination/index.js
@@ -11,9 +11,9 @@ import StyledSelectContainer from './styled... | docs: fix typos in tablewithbrowserpagination (#<I>)
* docs: fix typos in tablewithbrowserpagination
* docs: fix typo in pagesize prop description
* docs: delete markdown format | 90milesbridge_react-rainbow | train | js |
d8b545d107ac4e1f48761c8ab3fc738381b3efec | diff --git a/util/git/client.go b/util/git/client.go
index <HASH>..<HASH> 100644
--- a/util/git/client.go
+++ b/util/git/client.go
@@ -263,8 +263,9 @@ func (m *nativeGitClient) IsLFSEnabled() bool {
// Fetch fetches latest updates from origin
func (m *nativeGitClient) Fetch(revision string) error {
var err error
- ... | fix: improve fetching commit SHAs (#<I>) | argoproj_argo-cd | train | go |
10c6bb9a4b46c73e96e3d9c71cfbcba685a42181 | diff --git a/src/createActionArgs.js b/src/createActionArgs.js
index <HASH>..<HASH> 100644
--- a/src/createActionArgs.js
+++ b/src/createActionArgs.js
@@ -33,7 +33,7 @@ var createStateArg = function (action, model, isAsync, compute) {
}
action.mutations.push({
name: mutator,
- path... | fix(cursor): should set correct path on mutation record | cerebral_cerebral | train | js |
8816ca43db7b82ae3a8f17f51122946bcdb56218 | diff --git a/cloudflare_test.go b/cloudflare_test.go
index <HASH>..<HASH> 100644
--- a/cloudflare_test.go
+++ b/cloudflare_test.go
@@ -26,7 +26,7 @@ func setup() {
server = httptest.NewServer(mux)
// Cloudflare client configured to use test server
- client, _ = New("cloudflare@example.org", "deadbeef")
+ client, ... | fix(tests): fix test setup
The tests were calling the New() method with key and email in the wrong
order.
Functionally this didn't matter as we mock the API responses, however
it's a bad example. | cloudflare_cloudflare-go | train | go |
bd1d4a83b2490b7929310f9301ae8a1d4db7d54a | diff --git a/allauth/account/auth_backends.py b/allauth/account/auth_backends.py
index <HASH>..<HASH> 100644
--- a/allauth/account/auth_backends.py
+++ b/allauth/account/auth_backends.py
@@ -47,7 +47,7 @@ class AuthenticationBackend(ModelBackend):
# Even though allauth will pass along `email`, other apps may
... | chore: Fixed typo in auth_backends.py comment | pennersr_django-allauth | train | py |
f258c2a72fd316f6306df7383242a022004b98b6 | diff --git a/src/SearchResults/index.js b/src/SearchResults/index.js
index <HASH>..<HASH> 100644
--- a/src/SearchResults/index.js
+++ b/src/SearchResults/index.js
@@ -296,6 +296,9 @@ function SearchResults(state, results) {
this.automaticRadius = mainSubResponse.automaticRadius;
/**
* String identifying the s... | docs(serverUsed): mention getRankingInfo (#<I>)
This is a basically useless response, and we maybe shoudl remove it, and similar field (as you can read them from _rawResponse), or we can arbitrarily set all remaining parameters.
fixes #<I> | algolia_algoliasearch-helper-js | train | js |
ddac874ce5d6f9e2fc5ae638d6c1f2a563da5f26 | diff --git a/model/base/src/main/java/io/sundr/model/TypeDef.java b/model/base/src/main/java/io/sundr/model/TypeDef.java
index <HASH>..<HASH> 100644
--- a/model/base/src/main/java/io/sundr/model/TypeDef.java
+++ b/model/base/src/main/java/io/sundr/model/TypeDef.java
@@ -68,10 +68,11 @@ public class TypeDef extends Modi... | fix: adapt methods in TypeDef are now called last. | sundrio_sundrio | train | java |
7f7981a9892b85b8aab3a611a48d6237220c0bf7 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -146,7 +146,7 @@ function tunnelProxy(server, proxy) {
resData.ip = ip || LOCALHOST;
reqEmitter.emit('send', data);
err ? emitError(err) : callback(ip);
- });
+ }, plugin && plugin.rulesMgr);... | refactor: remove the plugins of tunnel request | avwo_whistle | train | js |
9a33e12f26f91f30653c44a477a81c427bda3159 | diff --git a/packages/cometd/lib/browser/Transports.js b/packages/cometd/lib/browser/Transports.js
index <HASH>..<HASH> 100644
--- a/packages/cometd/lib/browser/Transports.js
+++ b/packages/cometd/lib/browser/Transports.js
@@ -5,7 +5,20 @@ var WebSocketTransport = require('../WebSocketTransport');
// Use node-fetch ... | feat(react-native): improve browser fetch support to handle react native context
affects: @zetapush/cometd
ISSUES CLOSED: #<I> | zetapush_zetapush | train | js |
f73c045767bef34977d5a8eb2acf7594f313f9eb | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -41,10 +41,12 @@ class Node extends EventEmitter {
// Received incommind dial and muxer upgrade happened, reuse this
// muxed connection
this.swarm.on('peer-mux-established', (peerInfo) => ... | feat: update events to conform with #<I> | libp2p_js-libp2p | train | js |
8e557dc33d3857b69170dc803ba82ada7280e83f | diff --git a/src/Common/CodeIgniter/Libraries/FormValidation.php b/src/Common/CodeIgniter/Libraries/FormValidation.php
index <HASH>..<HASH> 100644
--- a/src/Common/CodeIgniter/Libraries/FormValidation.php
+++ b/src/Common/CodeIgniter/Libraries/FormValidation.php
@@ -65,20 +65,6 @@ class FormValidation extends CI_Form_v... | chore: Remove deprecated form validation rule | nails_common | train | php |
0f2c6a4175a5862b9a574dd5c9ba8e822c2b94b9 | diff --git a/tests/Http/FileBagTest.php b/tests/Http/FileBagTest.php
index <HASH>..<HASH> 100644
--- a/tests/Http/FileBagTest.php
+++ b/tests/Http/FileBagTest.php
@@ -31,7 +31,7 @@ use Tests\TestCase;
*
* @api(
* title="File Bag",
- * path="component/http/filetag",
+ * path="component/http/filebag",
... | docs(http): fix file tag path | hunzhiwange_framework | train | php |
2cdda25c5d1cd6239f0427f98e8fffaa4fa675ea | diff --git a/test/helpers/utils.go b/test/helpers/utils.go
index <HASH>..<HASH> 100644
--- a/test/helpers/utils.go
+++ b/test/helpers/utils.go
@@ -377,7 +377,7 @@ func getK8sSupportedConstraints(ciliumVersion string) (go_version.Constraints, e
case CiliumV1_3.Check(cst):
return versioncheck.MustCompile(">= 1.8, <1... | test: Allow Cilium <I> to be run with K8s <I>
This commit makes it possible to run upgrade tests on k8s <I> with
Cilium <I>. | cilium_cilium | train | go |
09d9dbcb83b5266e8ecfd6eba2b576d40189eb9d | diff --git a/src/Glpi/Api/Rest/Client.php b/src/Glpi/Api/Rest/Client.php
index <HASH>..<HASH> 100644
--- a/src/Glpi/Api/Rest/Client.php
+++ b/src/Glpi/Api/Rest/Client.php
@@ -97,7 +97,15 @@ class Client {
* @return boolean True if success
*/
public function initSessionByUserToken($userToken) {
- $res... | fix(Client): bad contruct of request
the token is not added to HTTP headers | glpi-project_php-library-glpi | train | php |
280acd52c0ad5b1347ac8d44fb993dc97fd3d994 | diff --git a/error-stack-parser.js b/error-stack-parser.js
index <HASH>..<HASH> 100644
--- a/error-stack-parser.js
+++ b/error-stack-parser.js
@@ -62,7 +62,7 @@
// capture and preseve the parenthesized location "(/foo/my bar.js:12:87)" in
// case it has spaces in it, as the string is... | fix: removed regexp group ':(\d+):(\d+)' because we should get any location in brackets | stacktracejs_error-stack-parser | train | js |
a4807f548e62f284c312360d2c1398563ab4504d | diff --git a/lib/tasks/views.js b/lib/tasks/views.js
index <HASH>..<HASH> 100644
--- a/lib/tasks/views.js
+++ b/lib/tasks/views.js
@@ -31,12 +31,10 @@ function ViewsRegistry() {
// Lazy load expensive modules
var factory = resolveRequire('factory-' + this.factory);
- var reload = require('browser-sync').... | fix(views): remove browser-sync hack to properly close the stream | ng-tools_undertaker-app-tasks | train | js |
91d16e0f312657963c0ed23c61ff28465519c9ef | diff --git a/packages/helix-shared-indexer/src/index.js b/packages/helix-shared-indexer/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/helix-shared-indexer/src/index.js
+++ b/packages/helix-shared-indexer/src/index.js
@@ -9,5 +9,6 @@
* OF ANY KIND, either express or implied. See the License for the specific ... | fix: create release
BREAKING CHANGE: turn library into ESM | adobe_helix-shared | train | js |
20205b4eea05aaf14622421fc7907a913feac288 | diff --git a/packages/core/renderers/bolt-base.js b/packages/core/renderers/bolt-base.js
index <HASH>..<HASH> 100644
--- a/packages/core/renderers/bolt-base.js
+++ b/packages/core/renderers/bolt-base.js
@@ -1,6 +1,7 @@
import { withComponent, shadow, props } from 'skatejs';
import { hasNativeShadowDomSupport } from '... | refactor: add validateProps to base class, add param for schema | bolt-design-system_bolt | train | js |
84d9aa508dcd40d1a396402f68e55c29cb72a8d8 | diff --git a/lib/install/link_bins.js b/lib/install/link_bins.js
index <HASH>..<HASH> 100644
--- a/lib/install/link_bins.js
+++ b/lib/install/link_bins.js
@@ -17,9 +17,11 @@ module.exports = linkAllBins
module.exports.linkPkgBins = linkPkgBins
function linkAllBins (modules) {
- getDirectories(modules)
- .reduce... | fix(install): bin files are used once they were created
link_bins was not returning a Promise. As a consequence the
linking step was being completed too early and the next step
was trying to use the bin files which were not yet created. | pnpm_pnpm | train | js |
0000e8afcb6f9d7af7d96effd90c050e28021b73 | diff --git a/packages/cli-plugin-build/buildCommand/index.js b/packages/cli-plugin-build/buildCommand/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-build/buildCommand/index.js
+++ b/packages/cli-plugin-build/buildCommand/index.js
@@ -26,5 +26,8 @@ module.exports = (options = {}) => ({
... | fix: enable executing the command via plugin's `execute` property | Webiny_webiny-js | train | js |
319cb7ad7df00b3fbe84c14264317a4f90ee3219 | diff --git a/lib/all.js b/lib/all.js
index <HASH>..<HASH> 100644
--- a/lib/all.js
+++ b/lib/all.js
@@ -32,6 +32,7 @@ class All extends AigleProxy {
promiseArrayEach(this);
} else {
this._rest = 0;
+ this._result = [];
}
if (this._rest === 0) {
this._promise._resolve(this._result... | fix(all): fix all to return an emtyp array when the previous value is not array | suguru03_aigle | train | js,js |
89f443236eb1be9704c4475857e5623ad539936a | diff --git a/android/src/main/java/com/horcrux/svg/GroupView.java b/android/src/main/java/com/horcrux/svg/GroupView.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/horcrux/svg/GroupView.java
+++ b/android/src/main/java/com/horcrux/svg/GroupView.java
@@ -122,10 +122,9 @@ class GroupView extends Renderab... | fix(android): improve handling of native ancestors | react-native-community_react-native-svg | train | java |
aa063d37d85ac967e2b65f347e6a845b711f1054 | diff --git a/browser/mocha/stub.js b/browser/mocha/stub.js
index <HASH>..<HASH> 100644
--- a/browser/mocha/stub.js
+++ b/browser/mocha/stub.js
@@ -14,6 +14,14 @@ import { extendInterfaces } from './extend';
* otherMethod: function() {
* // More custom implementation..
* },
+ * getterSetterProper... | fix(stub): Properly restore stubbed *etter methods
Use the returned stub returned from sinon to restore, since when stubbing getter/setter properties there isn't an isSinonProxy property to check.
Closes #<I> | Polymer_web-component-tester | train | js |
e1d45d19ee76990d7611c4575c52590d6c12d1b5 | diff --git a/build/tasks/release.js b/build/tasks/release.js
index <HASH>..<HASH> 100644
--- a/build/tasks/release.js
+++ b/build/tasks/release.js
@@ -34,6 +34,7 @@ gulp.task('conventional-release', function (done) {
gulp.task('release', function (callback) {
runSequence(
+ 'docs',
'git-commit-c... | chore(build): docs generation returned | eastbanctechru_e2e4 | train | js |
e4cffcc30b069d344aaff428e213908f4a8aafde | diff --git a/lib/rate-limit.js b/lib/rate-limit.js
index <HASH>..<HASH> 100644
--- a/lib/rate-limit.js
+++ b/lib/rate-limit.js
@@ -9,6 +9,7 @@ export default function rateLimit (instance, maxRetry = 5) {
requestLogger(config)
return config
}, function (error) {
+ requestLogger(error)
return Promise... | fix(loggers): call reqLogger and resLogger in error cases (#<I>) | contentful_contentful-sdk-core | train | js |
d43c00598a2c397e2e30ba15099194319ae6d867 | diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/load-plugin.js
+++ b/lib/plugins/load-plugin.js
@@ -175,10 +175,12 @@ var addParserApi = function(req, conn, status, reqId) {
if (req.curReceiveStatus) {
process.nextTick(req.onReceiveStateChange.b... | refactor: onDisconnected | avwo_whistle | train | js |
14d2af48b93bec08d63a95d2f9c4d4ab1f01ca63 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -187,20 +187,22 @@ class WebpackPluginServe extends EventEmitter {
// check static paths for publicPath. #100
const { publicPath } = compiler.options.output;
- let foundPath = false;
- for (co... | fix: check publicPath only if it's specified. fixes #<I> (#<I>) | shellscape_webpack-plugin-serve | train | js |
0f5116094b43b94f81d829073f34b8dbfee01c92 | diff --git a/webapps/ui/tasklist/client/scripts/navigation/controllers/cam-layout-ctrl.js b/webapps/ui/tasklist/client/scripts/navigation/controllers/cam-layout-ctrl.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/navigation/controllers/cam-layout-ctrl.js
+++ b/webapps/ui/tasklist/client/scripts... | fix(tasklist): keep focus when maximizing or resetting regions
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
27c5b03b3fca0db8e00831ad505499b26de2e4f1 | diff --git a/webapps/ui/tasklist/client/scripts/tasklist/directives/cam-tasklist-tasks.js b/webapps/ui/tasklist/client/scripts/tasklist/directives/cam-tasklist-tasks.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/tasklist/directives/cam-tasklist-tasks.js
+++ b/webapps/ui/tasklist/client/scripts... | fix(tasklist): keep focus on selected task when pressing F5
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
548d73a25a8a98e702f4cd88314242fd5545bb50 | diff --git a/DependencyInjection/WizbiiPipelineExtension.php b/DependencyInjection/WizbiiPipelineExtension.php
index <HASH>..<HASH> 100755
--- a/DependencyInjection/WizbiiPipelineExtension.php
+++ b/DependencyInjection/WizbiiPipelineExtension.php
@@ -70,6 +70,7 @@ class WizbiiPipelineExtension extends Extension impleme... | feat(perfs): add some options around QoS | wizbii_pipeline | train | php |
bfcdba57bc653ee05aea3f432280834da70c5f1b | diff --git a/connection/pool.js b/connection/pool.js
index <HASH>..<HASH> 100644
--- a/connection/pool.js
+++ b/connection/pool.js
@@ -1222,7 +1222,11 @@ Pool.prototype.write = function(commands, options, cb) {
// decorate the commands with session-specific details
commands.forEach(command => {
if (com... | fix(pool): ensure that lsid is sent in get requests to mongos
There is a strange case, when topology is mongos and readPreference
is not primary, where we nest our find queries in a "$query" attribute.
This was having the effect of not sending the lsid on find requests,
which caused further errors when getMores attemp... | mongodb_node-mongodb-native | train | js |
9528abfa5d689b53420180dc491ec3f98e2c26c6 | diff --git a/cypress/integration/renderers/tui.spec.js b/cypress/integration/renderers/tui.spec.js
index <HASH>..<HASH> 100644
--- a/cypress/integration/renderers/tui.spec.js
+++ b/cypress/integration/renderers/tui.spec.js
@@ -102,9 +102,17 @@ describe('Renderers: tui', () => {
it('should render methods properly',... | test(e2e): check for methods lines number in template Tui | Kocal_jsdoc-vuejs | train | js |
5a23931734ee80b80182008197c92985975f1646 | diff --git a/lib/aws/request.js b/lib/aws/request.js
index <HASH>..<HASH> 100644
--- a/lib/aws/request.js
+++ b/lib/aws/request.js
@@ -115,6 +115,11 @@ const getServiceInstance = memoize(
}
);
+const normalizerPattern = /(?<!^)([A-Z])/g;
+const normalizeErrorCodePostfix = (name) => {
+ return name.replace(normal... | refactor(Telemetry): Normalize AWS request error codes | serverless_serverless | train | js |
120c271be0058ec96e676c34dd55baf53357ae6d | diff --git a/src/components/tabs/js/tabsController.js b/src/components/tabs/js/tabsController.js
index <HASH>..<HASH> 100644
--- a/src/components/tabs/js/tabsController.js
+++ b/src/components/tabs/js/tabsController.js
@@ -16,7 +16,7 @@ function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $md
... | fix(tabs): initial state will now scroll to selected tab
Closes #<I> | angular_material | train | js |
00bfb9b78a3dbf62d8a1a87836900ac639e337ff | diff --git a/src/grid/PaidWPColumn.php b/src/grid/PaidWPColumn.php
index <HASH>..<HASH> 100644
--- a/src/grid/PaidWPColumn.php
+++ b/src/grid/PaidWPColumn.php
@@ -48,7 +48,7 @@ class PaidWPColumn extends DataColumn
{
/** @var Domain $model */
$needToPayOptions = [];
- if (!$model->needToPa... | fix: do not add wp to card if WP is free (#<I>) | hiqdev_hipanel-module-domain | train | php |
16efe88a8953db60438f77f43bd5bf614079803d | diff --git a/src/string.js b/src/string.js
index <HASH>..<HASH> 100644
--- a/src/string.js
+++ b/src/string.js
@@ -76,9 +76,10 @@ inherits(StringSchema, MixedSchema, {
let name;
if (options) {
- if (typeof options === 'string') message = options;
if (typeof options === 'object') {
({ ex... | fix: allow passing of function to .matches() options/message param (#<I>)
* Allow passing of function to .matches()
* No strict type checking | jquense_yup | train | js |
edf81a89a37d7e3e2e2336e9f749dfdb091ac2c7 | diff --git a/table/base-table/base-table.js b/table/base-table/base-table.js
index <HASH>..<HASH> 100644
--- a/table/base-table/base-table.js
+++ b/table/base-table/base-table.js
@@ -9,6 +9,7 @@ import SortableHeader from '../sortable-header';
import Cell from '../cell';
import cellRangeRenderer from './cell-range-re... | feat(ui-kit): add data track support to base table | commercetools_ui-kit | train | js |
fce602b11591ef0e779c761dda392ed435c6ed3b | diff --git a/scripts/check-version-md.js b/scripts/check-version-md.js
index <HASH>..<HASH> 100644
--- a/scripts/check-version-md.js
+++ b/scripts/check-version-md.js
@@ -31,6 +31,13 @@ const packageJson = require(join(__dirname, '..', 'package.json'));
const { version } = packageJson;
+if (!/^\d+\.\d+\.\d+$/.test... | chore: check changelog script skip prerelease | ant-design_ant-design | train | js |
982d252f19e0159603065a1143a52238eb1ff04f | diff --git a/packages/drawer/.storybook/config.js b/packages/drawer/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/packages/drawer/.storybook/config.js
+++ b/packages/drawer/.storybook/config.js
@@ -11,7 +11,7 @@ const rc = requireContext('../rc', true, /\.story\.js$/)
function loadStories() {
req.keys().... | feat(drawer): update packages/drawer/.storybook/config.js | pluralsight_design-system | train | js |
766843bfec444c25cb5d1633b3e8d94f18fddd52 | diff --git a/test/cycleReactDriver.spec.js b/test/cycleReactDriver.spec.js
index <HASH>..<HASH> 100644
--- a/test/cycleReactDriver.spec.js
+++ b/test/cycleReactDriver.spec.js
@@ -213,5 +213,20 @@ describe('Cycle React Driver', () => {
expect(actual).to.equal('An event');
});
+
+ it('Should only receive... | test(driver): Add test for the selector in driver sources | BenoitAverty_cycle-react-driver | train | js |
d67fcdbc85177ab8479ee128309c278af0a563eb | diff --git a/packages/@vue/cli-ui/apollo-server/resolvers.js b/packages/@vue/cli-ui/apollo-server/resolvers.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-ui/apollo-server/resolvers.js
+++ b/packages/@vue/cli-ui/apollo-server/resolvers.js
@@ -2,7 +2,7 @@ const { withFilter } = require('graphql-subscriptions')
... | fix: graphql-type-json has changed its commonjs export interface | vuejs_vue-cli | train | js |
f719ff88489f0492c5e2e9c1c496f0f70c8000ba | diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/res.js
+++ b/lib/inspectors/res.js
@@ -180,7 +180,7 @@ module.exports = function(req, res, next) {
rules.resolveHost(options.localDNS && net.isIP(options.host) ? options.host :
(proxyUrl && util.repla... | feat: Supports host://ip:port | avwo_whistle | train | js |
11e7cd94ae31f542fde19268e486c9cd18dcb28d | diff --git a/src/Configuration/Network.php b/src/Configuration/Network.php
index <HASH>..<HASH> 100644
--- a/src/Configuration/Network.php
+++ b/src/Configuration/Network.php
@@ -31,6 +31,19 @@ class Network
private static $network;
/**
+ * Call a method on the network instance.
+ *
+ * @param s... | refactor: make network config a proxy | ArkEcosystem_php-crypto | train | php |
7849f28161ed7cf9057879d5536343424911e2b7 | diff --git a/src/lib/Marker.js b/src/lib/Marker.js
index <HASH>..<HASH> 100644
--- a/src/lib/Marker.js
+++ b/src/lib/Marker.js
@@ -42,6 +42,8 @@ const controlledPropTypes = {
label: PropTypes.any,
+ noRedraw: PropTypes.bool,
+
opacity: PropTypes.number,
options: PropTypes.object,
@@ -211,7 +213,7 @@ exp... | feat(Marker): prevent Marker from redrawing under clusters
* Original commit: <I>f<I>ba1ee7ac<I>f5b<I>c<I>d<I>
* Original | tomchentw_react-google-maps | train | js |
58fb8b088fcfb7c86c197fed6b12feb04ed27020 | diff --git a/src/config/karma.conf.js b/src/config/karma.conf.js
index <HASH>..<HASH> 100644
--- a/src/config/karma.conf.js
+++ b/src/config/karma.conf.js
@@ -34,6 +34,7 @@ const karmaWebpackConfig = merge(webpackConfig({ production: isProduction }), {
const karmaConfig = (config, files, grep, progress) => {
// TOD... | fix: use the same timeout for mocha and karma-mocha (#<I>) | ipfs_aegir | train | js |
22258fe9cda9d51cd728c09d2c1b6f8452d85fde | diff --git a/lib/util/SummonerUtil.js b/lib/util/SummonerUtil.js
index <HASH>..<HASH> 100644
--- a/lib/util/SummonerUtil.js
+++ b/lib/util/SummonerUtil.js
@@ -14,7 +14,7 @@ class SummonerUtil {
// because JS does not support unicode shortcuts ( \p{L} )
// UPDATE: now using xregexp, which seems to work fine
- l... | fix: name validation - wasn't detecting invalid chars in the middle of the name | Colorfulstan_LeagueJS | train | js |
57fa690724ee3b6091754dee7411935087c1d0fe | diff --git a/lib/Connection.js b/lib/Connection.js
index <HASH>..<HASH> 100644
--- a/lib/Connection.js
+++ b/lib/Connection.js
@@ -102,15 +102,17 @@ class Connection extends EventEmitter {
await new Promise(f => setTimeout(f, this._delay));
debugProtocol('◀ RECV ' + message);
const object = JSON.parse(... | fix(Connection): do not assert that methods always have callbacks. (#<I>)
In certain cases, all callbacks could be rejected before we get a
response from transport. This is easily reproducible with `slowMo`
option.
Fixes #<I>. | GoogleChrome_puppeteer | train | js |
3c0b155e39d7e9576f25de26bbaeb84d31de2994 | diff --git a/views/js/qtiCreator/helper/formatStyles.js b/views/js/qtiCreator/helper/formatStyles.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/helper/formatStyles.js
+++ b/views/js/qtiCreator/helper/formatStyles.js
@@ -38,7 +38,11 @@ define([
}
})
... | fix: solve passage format CSS on Test preview | oat-sa_extension-tao-mediamanager | train | js |
da5320f86694071c562f5f00295ad1231a7dbed5 | diff --git a/lib/core/network.js b/lib/core/network.js
index <HASH>..<HASH> 100644
--- a/lib/core/network.js
+++ b/lib/core/network.js
@@ -239,6 +239,13 @@ export default class Network {
var edge = edgeGroup.edges[e]
this.graph.splitEdgeAtInternalPoints(edge, splitPoints)
}
+ } else ... | fix(geometry): Fix bug with geographic rendering of 1-stop transit legs | conveyal_transitive.js | train | js |
605e9e6140b2ec8726f032d29d6a025a7f004d10 | diff --git a/src/subscribe/Decrypt.js b/src/subscribe/Decrypt.js
index <HASH>..<HASH> 100644
--- a/src/subscribe/Decrypt.js
+++ b/src/subscribe/Decrypt.js
@@ -39,7 +39,7 @@ export default function Decrypt(client, options = {}) {
try {
const groupKey = await keyExchange.getGroupKey(stream... | refactor(subscribe): Add parent stack trace to UnableToDecryptError Could not get GroupKey error. | streamr-dev_streamr-client-javascript | train | js |
c9aec255627c80dc6bab853ad9433ef7e864cde9 | diff --git a/packages/platform-ios/native_modules.rb b/packages/platform-ios/native_modules.rb
index <HASH>..<HASH> 100644
--- a/packages/platform-ios/native_modules.rb
+++ b/packages/platform-ios/native_modules.rb
@@ -42,7 +42,11 @@ def use_native_modules!(root = "..", packages = nil)
existing_dep.name.split('/... | feat: use relative paths for Podfile.lock (#<I>) | react-native-community_cli | train | rb |
7819e80ea96089758320fbcb43b1a54ebc812119 | diff --git a/packages/create-webiny-project/utils/createProject.js b/packages/create-webiny-project/utils/createProject.js
index <HASH>..<HASH> 100644
--- a/packages/create-webiny-project/utils/createProject.js
+++ b/packages/create-webiny-project/utils/createProject.js
@@ -93,7 +93,6 @@ module.exports = async function... | fix: revert change (use berry a version) | Webiny_webiny-js | train | js |
3e231f1ab5cd2fdddca7b0d0b0fe1315920ee7f4 | diff --git a/src/row/index.js b/src/row/index.js
index <HASH>..<HASH> 100644
--- a/src/row/index.js
+++ b/src/row/index.js
@@ -48,7 +48,7 @@ export default createComponent({
group.forEach((item, index) => {
if (index === 0) {
- spaces.push({ right: group.length > 1 ? averagePadding : 0 ... | chore(Col): remove unnecessary ternary operator (#<I>) | youzan_vant | train | js |
ddc8f04d4fddc4bbef9ff9bead6e531e07023e81 | diff --git a/packages/netlify-cms-backend-github/src/API.js b/packages/netlify-cms-backend-github/src/API.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-backend-github/src/API.js
+++ b/packages/netlify-cms-backend-github/src/API.js
@@ -1,6 +1,6 @@
import { localForage } from "netlify-cms-lib-util";
import ... | fix(github): fix image uploading (#<I>) | netlify_netlify-cms | train | js |
271f5bf09079730a4d16d56cd4f14a689f3ede16 | diff --git a/src/states/agentready.js b/src/states/agentready.js
index <HASH>..<HASH> 100644
--- a/src/states/agentready.js
+++ b/src/states/agentready.js
@@ -48,7 +48,7 @@ module.exports = {
agentConnection.sendDataToAgent(payload, function(error, requests) {
if (error) {
- logger.error('Err... | chore(logging): Reducing verbosity of error messages when data transmission to agent fails | instana_nodejs-sensor | train | js |
05490fe2290144fbc60ae3171184e4e05719898a | diff --git a/test/mocks/registry.js b/test/mocks/registry.js
index <HASH>..<HASH> 100644
--- a/test/mocks/registry.js
+++ b/test/mocks/registry.js
@@ -22,7 +22,7 @@ module.exports = nock('http://registry.npmjs.org')
.reply(200, availableModule)
.get('/untagged')
.reply(200, availableModule)
- .get('/@scoped/a... | test(last-release): adapt registry-mock to how the registry actually behaves | semantic-release_semantic-release | train | js |
3769ffe8d6c234d7959201cea81ccfae30177807 | diff --git a/build/webpack.dev.config.js b/build/webpack.dev.config.js
index <HASH>..<HASH> 100644
--- a/build/webpack.dev.config.js
+++ b/build/webpack.dev.config.js
@@ -59,8 +59,7 @@ module.exports = merge(baseWebpackConfig, {
new VueLoaderPlugin(),
new ForkTsCheckerWebpackPlugin({
checkSyntacticErro... | chore: disable tslint in webpack
causes errors with HMR for some reason | vuetifyjs_vuetify | train | js |
d5e17dfde1af8f22434ad557b780b4685b357bd6 | diff --git a/lib/image.js b/lib/image.js
index <HASH>..<HASH> 100644
--- a/lib/image.js
+++ b/lib/image.js
@@ -168,7 +168,7 @@ Image.prototype = {
readFooter: function( callback ) {
- var length = UDIF.Footer.size
+ var length = UDIF.Footer.SIZE
var buffer = Buffer.allocUnsafe( length )
this.fs... | fix(image): Fix reference to changed Footer.SIZE | jhermsmeier_node-udif | train | js |
bb8019b774c38f16b3869f3dc88899ef9c38d8f9 | diff --git a/tests/e2e/bubblechart.spec.js b/tests/e2e/bubblechart.spec.js
index <HASH>..<HASH> 100644
--- a/tests/e2e/bubblechart.spec.js
+++ b/tests/e2e/bubblechart.spec.js
@@ -161,7 +161,7 @@ describe('Web - Vizabi e2e test :: Bubble Chart', function() {
slider.getLocation().then(function (beforePlaySli... | feat(e2e): BC Play - increase timeout a little because wasn't enough for me | vizabi_vizabi | train | js |
c472f4d647123e177d87c2d942698ac97e6c5cb1 | diff --git a/karma.config.js b/karma.config.js
index <HASH>..<HASH> 100644
--- a/karma.config.js
+++ b/karma.config.js
@@ -5,6 +5,7 @@ module.exports = function(config) {
config.set({
autoWatch: false,
basePath: './',
+ browserNoActivityTimeout: 60000,
browserify: {
transform: ['reactify']
... | chore(karma): Increase karma timeout to make CI less flaky
[#<I>] | pivotal-cf_pivotal-ui | train | js |
afa185a3c5c1c35b73e3541f18fec95d756a5977 | diff --git a/src/core/permissionModule.js b/src/core/permissionModule.js
index <HASH>..<HASH> 100644
--- a/src/core/permissionModule.js
+++ b/src/core/permissionModule.js
@@ -102,7 +102,10 @@
.authorize(permissions, toParams)
.then(function () {
$rootScope.$broadcast('$stateChangePerm... | fix: Handle state resolution properly to not mess up browser history as @Nazerus implemented in 1.x | RafaelVidaurre_angular-permission | train | js,js |
4e06468f0fc13f46e9741671d5d81da78ba4aeb8 | diff --git a/src/directive/translate.js b/src/directive/translate.js
index <HASH>..<HASH> 100644
--- a/src/directive/translate.js
+++ b/src/directive/translate.js
@@ -81,7 +81,6 @@ angular.module('pascalprecht.translate')
return {
restrict: 'AE',
- scope: true,
link: function linkFn(scope, element, at... | fix(translateDirective): fixes bug that directive writes into scope
Fixes #<I> | angular-translate_angular-translate | train | js |
1ba8ec25b54cc33460871cda94a106f22eafb1c8 | diff --git a/test/components/loadJSONTest.js b/test/components/loadJSONTest.js
index <HASH>..<HASH> 100644
--- a/test/components/loadJSONTest.js
+++ b/test/components/loadJSONTest.js
@@ -33,7 +33,7 @@ tape('loadJSON', function(test) {
test_stream(input, loadJSON.create('./'), function(err, actual) {
t.dee... | fix: Use regex to test for correct error
In Node 6, the error output for JSON parse exceptions now includes a
nice backtrace. Unfortunately our test was comparing exact output, so it
now fails. This regex checks that the part we care about is there
without expecting a specific output. | pelias_whosonfirst | train | js |
38bd6f4986795ba647fb3464f7acb7d305ad68f8 | diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/pypi.js
+++ b/lib/datasource/pypi.js
@@ -17,6 +17,8 @@ const changelogUrls = {
'pytest-django':
'https://pytest-django.readthedocs.io/en/latest/changelog.html#changelog',
django: 'https://github.com/... | fix: add djangorestframework release notes (#<I>) | renovatebot_renovate | train | js |
5ae9928559c8ea607aa64f97314fa017ee62c804 | diff --git a/test/functional/retryable_reads_tests.js b/test/functional/retryable_reads_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/retryable_reads_tests.js
+++ b/test/functional/retryable_reads_tests.js
@@ -15,6 +15,10 @@ describe('Retryable Reads', function() {
});
generateTopologyTests(testSui... | test: enable aggregation retryable reads tests | mongodb_node-mongodb-native | train | js |
3c0d884c27bdcd22f8a1f10d4a52576a04478e0e | diff --git a/commitizen/cli.py b/commitizen/cli.py
index <HASH>..<HASH> 100644
--- a/commitizen/cli.py
+++ b/commitizen/cli.py
@@ -186,7 +186,7 @@ def main():
out.error("Command is required")
raise SystemExit()
- if args.name:
+ if args.name and not conf.path:
conf.update({"name": arg... | fix(cli): fix name cannot be overwritten through config in newly refactored config design
#<I> | Woile_commitizen | train | py |
e750f4378c25872b704197ee9161bee7eebb415c | diff --git a/examples/with-google-tag-manager/components/GoogleTagManager.js b/examples/with-google-tag-manager/components/GoogleTagManager.js
index <HASH>..<HASH> 100644
--- a/examples/with-google-tag-manager/components/GoogleTagManager.js
+++ b/examples/with-google-tag-manager/components/GoogleTagManager.js
@@ -2,17 ... | fix: send url to gtm.pageview (#<I>)
`gtm.pageview` was called without sending an actual URL, while it is required here:
<URL> | zeit_next.js | train | js |
d62e7b9e689514b81b8ec08288244c67c488926a | diff --git a/ibis/backends/pandas/execution/selection.py b/ibis/backends/pandas/execution/selection.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/pandas/execution/selection.py
+++ b/ibis/backends/pandas/execution/selection.py
@@ -141,7 +141,7 @@ def compute_projection_column_expr(
@compute_projection.register(i... | fix(pandas): perform correct equality comparison | ibis-project_ibis | train | py |
e15bf9b2f54fd3512b5a1f360394e3daaeac0723 | diff --git a/src/providers/github.js b/src/providers/github.js
index <HASH>..<HASH> 100644
--- a/src/providers/github.js
+++ b/src/providers/github.js
@@ -3,7 +3,7 @@ export default function GitHub(options) {
id: "github",
name: "GitHub",
type: "oauth",
- authorization: "https://github.com/login/oauth... | feat(provider): use more restrictive default scope for GitHub (#<I>)
When using the default settings of the Github provider, with the "user" scope, it grants read/write access to profile info only. By changing to "read:user" and "user:email" it will only request read-only access <URL> | iaincollins_next-auth | train | js |
3b5b04c0a10db250ffb36a9faa2103f113a504e7 | diff --git a/deis/__init__.py b/deis/__init__.py
index <HASH>..<HASH> 100644
--- a/deis/__init__.py
+++ b/deis/__init__.py
@@ -6,4 +6,4 @@ the api, provider, cm, and web Django apps.
from __future__ import absolute_import
-__version__ = '1.0.0'
+__version__ = '1.0.0+git' | chore(release): update version in master to <I>+git | deis_controller-sdk-go | train | py |
59ac28524bfbd6152df1b29867fd748d752550df | diff --git a/src/merge.js b/src/merge.js
index <HASH>..<HASH> 100644
--- a/src/merge.js
+++ b/src/merge.js
@@ -1,7 +1,6 @@
// npm
import circleAssign from 'circle-assign';
-
/**
* Merge all sources into the target with the most right source
* having the most priority
@@ -22,8 +21,4 @@ import circleAssign from ... | fix(merge): change merge to directly export circle-assign | hammy2899_o | train | js |
fdc457125e203075a473b67456ebaa6c87d496ce | diff --git a/lib/llhttp/parser.js b/lib/llhttp/parser.js
index <HASH>..<HASH> 100644
--- a/lib/llhttp/parser.js
+++ b/lib/llhttp/parser.js
@@ -121,7 +121,7 @@ class HTTPParser {
return 0
}
- [kOnBody] (body) {
+ [kOnBody] (buf, at, len) {
return 0
} | fix: parser kOnBody stub signature | mcollina_undici | train | js |
9f740a53bcc2ed7eba2558afed8b4c17fd8a1d4c | diff --git a/demos/perspective_transform.py b/demos/perspective_transform.py
index <HASH>..<HASH> 100644
--- a/demos/perspective_transform.py
+++ b/demos/perspective_transform.py
@@ -20,7 +20,7 @@ pts = np.array([(73, 239), (356, 117), (475, 265), (187, 443)])
for (x, y) in pts:
cv2.circle(clone, (x, y), 5, (0, 2... | docs: fix simple typo, tranform -> transform (#<I>)
There is a small typo in demos/perspective_transform.py.
Should read `transform` rather than `tranform`. | jrosebr1_imutils | train | py |
525d00055bd45d8b1a1af17f249f456066047b07 | diff --git a/lib/either.js b/lib/either.js
index <HASH>..<HASH> 100644
--- a/lib/either.js
+++ b/lib/either.js
@@ -115,8 +115,8 @@ Either.prototype.Right = Either.Right
* @summary α → Either[α, α]
*/
Either.fromNullable = function(a) {
- return a != null? this.Right(a)
- : /* otherwise */ this.Left(a... | refactor: Makes functions directly on the Either obect static. | folktale_data.either | train | js |
46d4f7216e9f617707b72f0bab39113aea997b8d | diff --git a/lnd_test.go b/lnd_test.go
index <HASH>..<HASH> 100644
--- a/lnd_test.go
+++ b/lnd_test.go
@@ -359,6 +359,10 @@ func testBasicChannelFunding(net *networkHarness, t *harnessTest) {
if err != nil {
t.Fatalf("alice didn't report channel: %v", err)
}
+ err = net.Bob.WaitForNetworkChannelOpen(ctxt, chanPo... | test: in testBasicChannelFunding also wait for bob to see channel | lightningnetwork_lnd | train | go |
b7ae9ff2c09d55284f57b2edfb274b4d3268f359 | diff --git a/scripts/check_type_hint_coverage.py b/scripts/check_type_hint_coverage.py
index <HASH>..<HASH> 100644
--- a/scripts/check_type_hint_coverage.py
+++ b/scripts/check_type_hint_coverage.py
@@ -56,6 +56,11 @@ def run_mypy(directory: str) -> List[str]:
universal_newlines=True,
)
+ # Check to ... | chore: check for mypy existence (#<I>) | great-expectations_great_expectations | train | py |
84be4847763ffcd789d60be095f1bd3608d1bed7 | diff --git a/packages/optimizer-docker/utils.js b/packages/optimizer-docker/utils.js
index <HASH>..<HASH> 100644
--- a/packages/optimizer-docker/utils.js
+++ b/packages/optimizer-docker/utils.js
@@ -4,6 +4,10 @@ function objectFromEntries(arr) {
return Object.assign({}, ...Array.from(arr, ([k, v]) => ({[k]: v})));
... | fix: transform environment variable values to boolean when possible (#<I>) | ampproject_amp-toolbox | train | js |
e4c35c36013581d514242edbdf0e12356db7c7c2 | diff --git a/src/ApiClient/Request.js b/src/ApiClient/Request.js
index <HASH>..<HASH> 100644
--- a/src/ApiClient/Request.js
+++ b/src/ApiClient/Request.js
@@ -260,6 +260,13 @@ module.exports = function (BaseRequest, Response) {
try {
response = await this._agent
} catch (error) {
+ /**
+ ... | fix(api-response): throw error happen out of request lifecycle | adonisjs_adonis-vow | train | js |
fa7cbf9bb1d334d3129328da3aa76ddfd6e44022 | diff --git a/modules/angular2/test/di/injector_spec.js b/modules/angular2/test/di/injector_spec.js
index <HASH>..<HASH> 100644
--- a/modules/angular2/test/di/injector_spec.js
+++ b/modules/angular2/test/di/injector_spec.js
@@ -262,6 +262,18 @@ export function main() {
expect(engineFromChild).toBe(engineFromPar... | test(di): add a test to di checking that child bindings are not used when resolving the dependencies of a parent binding | angular_angular | train | js |
d623ba8c7c97bf3bcdf03db93cca0ec40f2834e9 | diff --git a/intranet/apps/users/models.py b/intranet/apps/users/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/users/models.py
+++ b/intranet/apps/users/models.py
@@ -309,6 +309,21 @@ class User(AbstractBaseUser, PermissionsMixin):
return "{}@{}".format(self.username, domain)
@property
+ ... | refactor(users): add notification_email property | tjcsl_ion | train | py |
6f88c11312c67b628c398105af0ea466642731e7 | diff --git a/commands/plugin-install.js b/commands/plugin-install.js
index <HASH>..<HASH> 100644
--- a/commands/plugin-install.js
+++ b/commands/plugin-install.js
@@ -120,7 +120,7 @@ const npmInstall = async (name, { serviceDir }) => {
shell: true,
});
} catch (error) {
- process.stdout.write(error.st... | refactor(Plugins): Improve error messaging on failed npm install | serverless_serverless | train | js |
31c52d1b7117ccef221857ebac0c206ca6e2abb5 | diff --git a/js/src/object.js b/js/src/object.js
index <HASH>..<HASH> 100644
--- a/js/src/object.js
+++ b/js/src/object.js
@@ -680,7 +680,6 @@ module.exports = (common) => {
let testNodeMultihash
let testNodeWithLinkMultihash
let testLink
- let testLinkPlainObject
const obj ... | fix: wait for put in object.patch.addLink before hook
License: MIT | ipfs_interface-js-ipfs-core | train | js |
3b01341d4d1d2941bfd4fcf797435d6f6812bbee | diff --git a/lib/gruff/renderer/rectangle.rb b/lib/gruff/renderer/rectangle.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/renderer/rectangle.rb
+++ b/lib/gruff/renderer/rectangle.rb
@@ -9,9 +9,11 @@ module Gruff
def render(upper_left_x, upper_left_y, lower_right_x, lower_right_y)
draw = Renderer.instance.d... | refactor: Update Draw instance in Singleton (for Java) (#<I>) | topfunky_gruff | train | rb,rb |
707b258d9c39e3410f35425aee1e5d46d83d1ebd | diff --git a/library/src/main/java/com/liulishuo/filedownloader/download/FetchDataTask.java b/library/src/main/java/com/liulishuo/filedownloader/download/FetchDataTask.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/filedownloader/download/FetchDataTask.java
+++ b/library/src/main/java/com/li... | fix: fix the wrong timestamp used for sync on fetch data | lingochamp_FileDownloader | train | java |
358070cb15f5837ba72d4183ad10dd1d9069f4d5 | diff --git a/lib/workers/pr/changelog/source-github.js b/lib/workers/pr/changelog/source-github.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/changelog/source-github.js
+++ b/lib/workers/pr/changelog/source-github.js
@@ -144,7 +144,7 @@ async function getChangeLogJSON({
const cacheMinutes = 30;
... | fix: releases cache on prev and next | renovatebot_renovate | train | js |
3f4c8facb074bf7577a87061fd2f8351e710ce5c | diff --git a/packages/xod-client-electron/src/app/arduinoActions.js b/packages/xod-client-electron/src/app/arduinoActions.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-electron/src/app/arduinoActions.js
+++ b/packages/xod-client-electron/src/app/arduinoActions.js
@@ -31,7 +31,11 @@ const getIDEPaths = getPat... | fix(xod-client-electron): fix upload to arduino | xodio_xod | train | js |
e07b3e56459bae741516eaa3b9930aa0b8226241 | diff --git a/test/requests.js b/test/requests.js
index <HASH>..<HASH> 100644
--- a/test/requests.js
+++ b/test/requests.js
@@ -100,7 +100,9 @@ const tests = function(web3) {
params: []
});
- assert.strictEqual(result.result, "0x1");
+ // For legacy reasons, we return 1337 regardless of the a... | fix: chainId test was broken due to outdated value | trufflesuite_ganache-core | train | js |
3e14a2330f4bc5ca95b6a2b50e3e0e4a42a14666 | diff --git a/test/spec/features/popup-menu/PopupMenuSpec.js b/test/spec/features/popup-menu/PopupMenuSpec.js
index <HASH>..<HASH> 100644
--- a/test/spec/features/popup-menu/PopupMenuSpec.js
+++ b/test/spec/features/popup-menu/PopupMenuSpec.js
@@ -105,7 +105,7 @@ describe('features/popup', function() {
});
... | fix(tests): use correct css class in popupmenu test
related to CAM-<I> | bpmn-io_table-js | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.