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 |
|---|---|---|---|---|---|
e1cf14849b65a63a62e15ad31d260374ff400b85 | diff --git a/src/utils/easing.js b/src/utils/easing.js
index <HASH>..<HASH> 100644
--- a/src/utils/easing.js
+++ b/src/utils/easing.js
@@ -30,9 +30,7 @@ export const easeInOutCirc = t => t < 0.5
? 0.5 * (1 - Math.sqrt(1 - 4 * t * t))
: 0.5 * (1 + Math.sqrt(-3 + 8 * t - 4 * t * t))
-const dampener = t => Math.E ... | perf: Small improvement to easings | quasarframework_quasar | train | js |
301baff1657b28eb18e5257ff4ec04c9983a72c5 | diff --git a/src/foremast/securitygroup/create_securitygroup.py b/src/foremast/securitygroup/create_securitygroup.py
index <HASH>..<HASH> 100644
--- a/src/foremast/securitygroup/create_securitygroup.py
+++ b/src/foremast/securitygroup/create_securitygroup.py
@@ -90,10 +90,6 @@ class SpinnakerSecurityGroup(object):
... | fix: Remove security group network restrictions
Closes #<I> | foremast_foremast | train | py |
91f0c75d3bd950390783fe0ce390da64cbe9b0b4 | diff --git a/src/act-compat.js b/src/act-compat.js
index <HASH>..<HASH> 100644
--- a/src/act-compat.js
+++ b/src/act-compat.js
@@ -82,7 +82,7 @@ function asyncAct(cb) {
if (!youHaveBeenWarned) {
// if act is supported and async act isn't and they're trying to use async
// act, then ... | docs: Fix typo, seemless -> seamless (#<I>)
There is a small typo in src/act-compat.js.
Should read `seamless` rather than `seemless`. | testing-library_react-testing-library | train | js |
a6c619bcbf0cca1d73e6a4e0eaba1e28174a5efa | diff --git a/src/Ganesha/GuzzleMiddleware.php b/src/Ganesha/GuzzleMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Ganesha/GuzzleMiddleware.php
+++ b/src/Ganesha/GuzzleMiddleware.php
@@ -14,8 +14,8 @@ class GuzzleMiddleware
*/
private $ganesha;
- /*
- * @var ResourceNameExtractorInterface
+ /... | chore: Fix phpdoc in GuzzleMiddleware | ackintosh_ganesha | train | php |
f4a0662162cd9852f2d65cbbea7bdd046767fa1e | diff --git a/src/components/table/table-pagination.js b/src/components/table/table-pagination.js
index <HASH>..<HASH> 100644
--- a/src/components/table/table-pagination.js
+++ b/src/components/table/table-pagination.js
@@ -14,7 +14,7 @@ function fixPagination (p) {
p.page = 1
}
if (p.rowsPerPage !== void 0 &... | fix: Possible loop on datatable with server-side interaction #<I> | quasarframework_quasar | train | js |
0a36a85a757f7a043d26e7a7e645032f2add2606 | diff --git a/sdks/python/sdk_version.py b/sdks/python/sdk_version.py
index <HASH>..<HASH> 100755
--- a/sdks/python/sdk_version.py
+++ b/sdks/python/sdk_version.py
@@ -26,7 +26,7 @@ try:
print(UNTAGGED_VERSION) # this goes to sys.stdout, so it's captured by the Makefile
exit(0)
- rc_version_suffi... | chore: Fix Python version on `-*dev` branches. (#<I>) | argoproj_argo | train | py |
ca3b5989bd0e44fc82d49a3b12548078740a5ddc | diff --git a/configValidation.js b/configValidation.js
index <HASH>..<HASH> 100644
--- a/configValidation.js
+++ b/configValidation.js
@@ -1,5 +1,3 @@
-'use strict';
-
const Joi = require('@hapi/joi');
// Schema Configuration
diff --git a/settings.js b/settings.js
index <HASH>..<HASH> 100644
--- a/settings.js
+++ b... | fix(node): Remove usage of `use strict` | pelias_schema | train | js,js,js,js |
f1c214dc16a60393d7c828038b43944296c39df7 | diff --git a/common/oatbox/cache/SetupFileCache.php b/common/oatbox/cache/SetupFileCache.php
index <HASH>..<HASH> 100644
--- a/common/oatbox/cache/SetupFileCache.php
+++ b/common/oatbox/cache/SetupFileCache.php
@@ -30,7 +30,11 @@ class SetupFileCache extends ConfigurableService
public function createDirectory($c... | fix: make sure directory writable | oat-sa_generis | train | php |
342093d25358231edc5c4cff2adf34ab55ef7340 | diff --git a/oidc/requireVerifiedEmail.js b/oidc/requireVerifiedEmail.js
index <HASH>..<HASH> 100644
--- a/oidc/requireVerifiedEmail.js
+++ b/oidc/requireVerifiedEmail.js
@@ -34,7 +34,7 @@ module.exports = function (options) {
if (err) { return next(err) }
var isAuthority = roles && roles.some(function ... | fix(oidc): ensure role present and has name attr | anvilresearch_connect | train | js |
3518a4d4b80e2d7063a2a44e6d7ac95c4d308a51 | 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
@@ -21,7 +21,7 @@ angular.module('material.components.tabs', [
'$compile',
'$timeout',
'$materialEffects',
- '$animate',
+ '$wind... | refactor(tabs): use $window instead of window | angular_material | train | js |
b2eca5c00c3bbca5834a6d308c8e038882070c91 | 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
@@ -487,7 +487,7 @@ function getRulesFromPlugins(type, req, res, callback) {
};
if (data) {
if (Date.now() - data.now <= data.maxAge) {
- return hand... | feat: Supports cache the rules of plugin | avwo_whistle | train | js |
f7471c3f2931f3fa0b9a6dfddfe425203d6b33a5 | diff --git a/Middleware/AuthenticateWithBearerAuth.php b/Middleware/AuthenticateWithBearerAuth.php
index <HASH>..<HASH> 100644
--- a/Middleware/AuthenticateWithBearerAuth.php
+++ b/Middleware/AuthenticateWithBearerAuth.php
@@ -113,7 +113,7 @@ class AuthenticateWithBearerAuth
*/
protected function response($messa... | feat: die after response
die and prevent request from continuing | modulusphp_http | train | php |
56309c6cfcefca1bc43a9fb72b22554ce644d32e | diff --git a/packages/node_modules/samples/browser-plugin-meetings/app.js b/packages/node_modules/samples/browser-plugin-meetings/app.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/samples/browser-plugin-meetings/app.js
+++ b/packages/node_modules/samples/browser-plugin-meetings/app.js
@@ -10,7 +10,7 @@
... | fix(samples): update mediaSettings global to object | webex_spark-js-sdk | train | js |
dd3e926edc0482315507e43288294b8b1c60b9cf | diff --git a/packages/webpack-preset-accurapp/index.js b/packages/webpack-preset-accurapp/index.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-preset-accurapp/index.js
+++ b/packages/webpack-preset-accurapp/index.js
@@ -347,6 +347,8 @@ function buildWebpackConfig(config = []) {
// Uglification in stagin... | fix: 🔨 Don't generate license.txt file | accurat_accurapp | train | js |
cc93fa9cdc73befdcc620f6b7c6a38b40f6d02a5 | diff --git a/go/flags/endtoend/flags_test.go b/go/flags/endtoend/flags_test.go
index <HASH>..<HASH> 100644
--- a/go/flags/endtoend/flags_test.go
+++ b/go/flags/endtoend/flags_test.go
@@ -1416,7 +1416,7 @@ max_rate_approach_threshold: 0.9
--vreplication_store_compressed_gtid
Store compressed gtids in the pos column... | test: fix test output in flags_test | vitessio_vitess | train | go |
09c362575003a09a0c5df0fcdcad7de196d3e529 | diff --git a/integration/combination/test_http_api_with_cors.py b/integration/combination/test_http_api_with_cors.py
index <HASH>..<HASH> 100644
--- a/integration/combination/test_http_api_with_cors.py
+++ b/integration/combination/test_http_api_with_cors.py
@@ -34,7 +34,7 @@ class TestHttpApiWithCors(BaseTest):
... | fix: Update tag count check for apigw v2 resources (#<I>) | awslabs_serverless-application-model | train | py |
3ebd5ca4865bd67e93f93ef59687a3ac25564afd | diff --git a/tests/lib/rules/no-replace-test-comments.js b/tests/lib/rules/no-replace-test-comments.js
index <HASH>..<HASH> 100644
--- a/tests/lib/rules/no-replace-test-comments.js
+++ b/tests/lib/rules/no-replace-test-comments.js
@@ -36,5 +36,16 @@ ruleTester.run('no-replace-test-comments', rule, {
},
... | test: add test for `no-replace-test-comments` rule with TODO-prefixed comment | ember-cli_eslint-plugin-ember | train | js |
bd25ff59133ba31713647d3e6a5ef66abc4d54fb | 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
@@ -75,9 +75,9 @@ class Util extends null {
while (char.length > 0 && splitText.some(elem => elem.length > maxLength)) {
const currentChar = char.shift();
if (currentChar i... | fix(Util): splitMessage not working with array (#<I>) | discordjs_discord.js | train | js |
346ef5d9b6f2a0e56a5e268d860fcf0b714ca82a | diff --git a/src/js/handlers.js b/src/js/handlers.js
index <HASH>..<HASH> 100644
--- a/src/js/handlers.js
+++ b/src/js/handlers.js
@@ -10,8 +10,6 @@ import {
EVENT_CROP_END,
EVENT_CROP_MOVE,
EVENT_CROP_START,
- MIN_CONTAINER_WIDTH,
- MIN_CONTAINER_HEIGHT,
REGEXP_ACTIONS,
} from './constants';
import {
@... | fix: improve container resizing
Fixed #<I> | fengyuanchen_cropperjs | train | js |
7c3ac91c349e340f5914912898f9c97e50bdbae2 | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/jobexecutor/historycleanup/HistoryCleanupRemovalTime.java b/engine/src/main/java/org/camunda/bpm/engine/impl/jobexecutor/historycleanup/HistoryCleanupRemovalTime.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/jobexecu... | fix(engine): avoid accessing inconsistent command context
related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
027e718fc1f6931156ff4e434b649df6ffe1c2b6 | diff --git a/oidc/token.js b/oidc/token.js
index <HASH>..<HASH> 100644
--- a/oidc/token.js
+++ b/oidc/token.js
@@ -87,7 +87,7 @@ function token (req, res, next) {
iss: settings.issuer,
sub: req.client._id,
aud: req.client._id,
- exp: req.client.default_max_age,
+ exp: nowSeconds(req.clien... | fix(token): correct client_credentials grant token expiration | anvilresearch_connect | train | js |
0e84cfe647c9603d011f518ad552f0f2779153d7 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/jobexecutor/JobExecutorCleanupTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/jobexecutor/JobExecutorCleanupTest.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/jobexecutor/JobExecutorCleanupTest.java
+++ ... | chore(test): increase maxMillisToWait to ensure job execution
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
8c11806fb81dd904d0695f1a18601a206645ac81 | diff --git a/src/internalHelpers/_isValidColor.js b/src/internalHelpers/_isValidColor.js
index <HASH>..<HASH> 100644
--- a/src/internalHelpers/_isValidColor.js
+++ b/src/internalHelpers/_isValidColor.js
@@ -2,3 +2,4 @@
export const isRgb = (color: string) : bool => /rgb\((\d{1,3}), ?(\d{1,3}), ?(\d{1,3})\)/.test(color... | chore(transparentize): Added isHsla regex | styled-components_polished | train | js |
8568456fa54af99b6ba9c9a35be00962d4f5cdfb | diff --git a/packages/eslint-config-udemy-website/index.js b/packages/eslint-config-udemy-website/index.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config-udemy-website/index.js
+++ b/packages/eslint-config-udemy-website/index.js
@@ -30,6 +30,11 @@ module.exports = {
exceptions: ['utils/curren... | feat: import blacklist enzyme/build/index | udemy_js-tooling | train | js |
78ee1372560010088bb83473525cf1b59b1e2f1d | diff --git a/src/Http/Controllers/Configuration/SeatController.php b/src/Http/Controllers/Configuration/SeatController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/Configuration/SeatController.php
+++ b/src/Http/Controllers/Configuration/SeatController.php
@@ -249,7 +249,7 @@ class SeatController extends ... | fix: address a typo in documentation url | eveseat_web | train | php |
6478cea94ae2d6add2f3dfc8a5e3f72a9984cc0e | diff --git a/lib/assertion-visitor.js b/lib/assertion-visitor.js
index <HASH>..<HASH> 100644
--- a/lib/assertion-visitor.js
+++ b/lib/assertion-visitor.js
@@ -40,16 +40,16 @@ AssertionVisitor.prototype.enter = function (currentNode, parentNode) {
AssertionVisitor.prototype.enterArgument = function (currentNode, pare... | refactor(espower): flatten conditionals | power-assert-js_espower | train | js |
9e32b2c1d585f7106d7b52698acb4476be70128b | diff --git a/fastly/vcl.go b/fastly/vcl.go
index <HASH>..<HASH> 100644
--- a/fastly/vcl.go
+++ b/fastly/vcl.go
@@ -4,6 +4,7 @@ import (
"fmt"
"net/url"
"sort"
+ "time"
)
// VCL represents a response about VCL from the Fastly API.
@@ -11,9 +12,12 @@ type VCL struct {
ServiceID string `mapstructure:"service_i... | feat(vcl): add timestamp fields to response object
Add support for created_at, updated_at, and deleted_at fields. | sethvargo_go-fastly | train | go |
36ad21e4c81a82890abfe16666e40f6e8d3effd3 | diff --git a/Model/Api/ProductsApi.php b/Model/Api/ProductsApi.php
index <HASH>..<HASH> 100644
--- a/Model/Api/ProductsApi.php
+++ b/Model/Api/ProductsApi.php
@@ -448,7 +448,7 @@ class ProductsApi implements ProductsApiInterface
}
// @codingStandardsIgnoreLine
- rotected function setWhere()
+ protecte... | test(system-info-api): fix system API test to not expect exact data MAGENTO-OPS | emartech_magento2-extension | train | php,js |
f6837c1cee9098a950b652b8f728aea9ed43e003 | diff --git a/src/flamegraph.js b/src/flamegraph.js
index <HASH>..<HASH> 100644
--- a/src/flamegraph.js
+++ b/src/flamegraph.js
@@ -454,7 +454,7 @@ export default function () {
function injectIds (node, parentId, rank, nSibs, depth) {
function idgen (seed, rank, nSibs) {
- function toAlpha (rank) {
+ ... | refactor: fix idgen long id generation | spiermar_d3-flame-graph | train | js |
95d8c108335f27e12890712108a13e3eb3c92f85 | diff --git a/etc/webpack.dev.js b/etc/webpack.dev.js
index <HASH>..<HASH> 100755
--- a/etc/webpack.dev.js
+++ b/etc/webpack.dev.js
@@ -57,7 +57,7 @@ module.exports = webpackMerge(commonConfig, {
* See: http://webpack.github.io/docs/configuration.html#devtool
* See: https://github.com/webpack/docs/wiki/build-per... | fix(webpack): Fix sourcemapping issues
see #<I> and #<I> | holisticon_angular-common | train | js |
b4e4fdac71bedbc99a19a37b265ea1d8b17dd1c9 | diff --git a/scripts/serverless.js b/scripts/serverless.js
index <HASH>..<HASH> 100755
--- a/scripts/serverless.js
+++ b/scripts/serverless.js
@@ -41,7 +41,7 @@ let hasTelemetryBeenReported = false;
// to propery handle e.g. `SIGINT` interrupt
const keepAliveTimer = setTimeout(() => {}, 60 * 60 * 1000);
-const stan... | refactor: Use set instead of array | serverless_serverless | train | js |
f9b85291b311b79641fced06921d795bd8bd39f6 | diff --git a/src/Linfo/OS/Darwin.php b/src/Linfo/OS/Darwin.php
index <HASH>..<HASH> 100644
--- a/src/Linfo/OS/Darwin.php
+++ b/src/Linfo/OS/Darwin.php
@@ -613,7 +613,7 @@ class Darwin extends BSDcommon
$loads = $this->sysctl['vm.loadavg'];
- if (preg_match('/([\d\.]+) ([\d\.]+) ([\d\.]+)/', $loads, ... | fix: fixing darwin load regex (#<I>) | jrgp_linfo | train | php |
8676973e5caf4af858dec98b1a66d1ce57b57e5e | diff --git a/src/lib/tutorial.js b/src/lib/tutorial.js
index <HASH>..<HASH> 100644
--- a/src/lib/tutorial.js
+++ b/src/lib/tutorial.js
@@ -8,7 +8,7 @@ export function isTutorial () {
export function display (t) {
const isSmall = document.querySelectorAll('.coz-nav')[0].offsetParent === null
const isLandscape = w... | fix: Open cozy bar :boom: | cozy_cozy-home | train | js |
334ca9c6d4ae32f8bbd76efc5981dc7b37be2ce6 | diff --git a/lib/auth_processes/mongodb.js b/lib/auth_processes/mongodb.js
index <HASH>..<HASH> 100644
--- a/lib/auth_processes/mongodb.js
+++ b/lib/auth_processes/mongodb.js
@@ -53,7 +53,12 @@ class MongoAuthProcess {
performGssapiCanonicalizeHostName(this.canonicalizeHostName, this.host, err => {
if (err)... | fix(auth-process): only send username/password if provided
NODE-<I> | mongodb-js_kerberos | train | js |
fb21ba5abec36584368ffe2733e22ed56e104f99 | diff --git a/spec/audited/adapters/mongo_mapper/auditor_spec.rb b/spec/audited/adapters/mongo_mapper/auditor_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/audited/adapters/mongo_mapper/auditor_spec.rb
+++ b/spec/audited/adapters/mongo_mapper/auditor_spec.rb
@@ -211,6 +211,18 @@ describe Audited::Auditor, :adapter => :... | feat: added mongomapper spec for auditing unsaved records that get destroyed | collectiveidea_audited | train | rb |
a1e1991591bbdef9207aee16f858848985aab8aa | diff --git a/src/Utility/HttpRequest.php b/src/Utility/HttpRequest.php
index <HASH>..<HASH> 100644
--- a/src/Utility/HttpRequest.php
+++ b/src/Utility/HttpRequest.php
@@ -371,10 +371,11 @@ final class HttpRequest
* Use an exponential back-off with the formula:
* max(MIN_REQUE... | docs: Add clarity about the exponential back-off | auth0_auth0-PHP | train | php |
528ef18c2f720c58f734302547f83d674ba3324b | diff --git a/cmd/dex/serve.go b/cmd/dex/serve.go
index <HASH>..<HASH> 100644
--- a/cmd/dex/serve.go
+++ b/cmd/dex/serve.go
@@ -9,6 +9,7 @@ import (
"net"
"net/http"
"os"
+ "runtime"
"strings"
"syscall"
"time"
@@ -91,6 +92,15 @@ func runServe(options serveOptions) error {
if err != nil {
return fmt.Erro... | feat: print dex version in the logs | dexidp_dex | train | go |
fb38b7306ec6b68fb396179124ff032021d107fb | diff --git a/src/js/timepicker/index.js b/src/js/timepicker/index.js
index <HASH>..<HASH> 100644
--- a/src/js/timepicker/index.js
+++ b/src/js/timepicker/index.js
@@ -632,6 +632,13 @@ var TimePicker = defineClass(
/**
* Change event - TimePicker
* @event TimePicker#change
+ * @type {object}... | chore: add change event example (#<I>) | nhn_tui.time-picker | train | js |
fd6ff0048e80a29bf80b8dacfd59facadbb73d42 | diff --git a/src/util/scrollbarSize.js b/src/util/scrollbarSize.js
index <HASH>..<HASH> 100644
--- a/src/util/scrollbarSize.js
+++ b/src/util/scrollbarSize.js
@@ -3,7 +3,7 @@ import canUseDOM from './inDOM'
let size;
export default function(recalc) {
- if (!size || recalc) {
+ if (size !== undefined || recalc) {
... | fix: always called on osx as size equal to 0 | react-bootstrap_dom-helpers | train | js |
a4099004a625c09ca0e9b29f51a96b5fc97655a8 | diff --git a/scripts/e2e/BuildE2eConfiguration.php b/scripts/e2e/BuildE2eConfiguration.php
index <HASH>..<HASH> 100644
--- a/scripts/e2e/BuildE2eConfiguration.php
+++ b/scripts/e2e/BuildE2eConfiguration.php
@@ -172,7 +172,7 @@ class BuildE2eConfiguration extends AbstractAction
private function createLabel(string... | chore: avoid usage of reprecated function | oat-sa_extension-tao-delivery-rdf | train | php |
1bf23d1e1e9d4d5f2a84aa1930bd7d91168a721a | diff --git a/algolia/suggestions/configuration.go b/algolia/suggestions/configuration.go
index <HASH>..<HASH> 100644
--- a/algolia/suggestions/configuration.go
+++ b/algolia/suggestions/configuration.go
@@ -8,7 +8,7 @@ import (
)
// Configuration contains all the different parameters one can change to
-// instantia... | chore: fix comment in suggestions api (#<I>)
Fix wrong comment in suggestions API | algolia_algoliasearch-client-go | train | go,go |
b7e2dc6b05b9b8dfedcaa87881d7a5bd8f9210d1 | diff --git a/packages/cozy-konnector-libs/src/libs/cozyclient.js b/packages/cozy-konnector-libs/src/libs/cozyclient.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/cozyclient.js
+++ b/packages/cozy-konnector-libs/src/libs/cozyclient.js
@@ -70,4 +70,6 @@ const getCozyClient = function (environ... | fix: recognize webpack's 'none' mode as 'production' mode | konnectors_libs | train | js |
fefa70caf3e8d064d16a08824f5399698960d335 | diff --git a/packages/angular-templates/templates-handler.js b/packages/angular-templates/templates-handler.js
index <HASH>..<HASH> 100644
--- a/packages/angular-templates/templates-handler.js
+++ b/packages/angular-templates/templates-handler.js
@@ -1,3 +1,8 @@
+if (Package['modules-runtime']) {
+ var require = Packa... | feat(templates): make compatible with modules | Urigo_angular-meteor | train | js |
67377cf5ba3762e67450e78e479bcb15a11e0c46 | diff --git a/lib/v1/decoder.js b/lib/v1/decoder.js
index <HASH>..<HASH> 100644
--- a/lib/v1/decoder.js
+++ b/lib/v1/decoder.js
@@ -412,7 +412,7 @@ proto.readObject = function (withType) {
while (label !== 'z') {
this.byteBuffer.position(this.byteBuffer.position() - 1);
key = this.read();
- key = key.toS... | fix(decode): toString is not stable. | node-modules_hessian.js | train | js,js |
09f6ec709c532a61e1d8b17719c78aeb565e46c8 | diff --git a/src/Cms/Model/CategoryVersion.php b/src/Cms/Model/CategoryVersion.php
index <HASH>..<HASH> 100644
--- a/src/Cms/Model/CategoryVersion.php
+++ b/src/Cms/Model/CategoryVersion.php
@@ -64,6 +64,9 @@ class CategoryVersion extends \Cms\Model\CategoryDraft
$attributeValueRelationModel->deleteAttributeVa... | fix: version not saving parent or order | milejko_mmi-cms | train | php |
9a2f39bd75dcc9732ae98da14af6eefbba40860d | diff --git a/aws/resource_aws_cloudwatch_event_archive.go b/aws/resource_aws_cloudwatch_event_archive.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_cloudwatch_event_archive.go
+++ b/aws/resource_aws_cloudwatch_event_archive.go
@@ -32,6 +32,7 @@ func resourceAwsCloudWatchEventArchive() *schema.Resource {
"ev... | fix: address Bill's review. | terraform-providers_terraform-provider-aws | train | go |
cf85747b6fb37bc50692086b0782b54ffb9ed5da | diff --git a/classes/hypeJunction/Prototyper/Plugin.php b/classes/hypeJunction/Prototyper/Plugin.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Prototyper/Plugin.php
+++ b/classes/hypeJunction/Prototyper/Plugin.php
@@ -142,7 +142,7 @@ final class Plugin extends \hypeJunction\Plugin {
'shortname' => 'acc... | fix(forms): fix typo in access field registration | hypeJunction_hypePrototyper | train | php |
f4937f18840c88d0d0fc4bc7f2f07ed950ffc522 | diff --git a/http/query_handler.go b/http/query_handler.go
index <HASH>..<HASH> 100644
--- a/http/query_handler.go
+++ b/http/query_handler.go
@@ -121,6 +121,7 @@ func (h *FluxHandler) handleQuery(w http.ResponseWriter, r *http.Request) {
EncodeError(ctx, err, w)
return
}
+ orgID = req.Request.OrganizationID
... | fix(http): set org ID on event metric
Looks like this field was just mistakenly overlooked when it was
introduced. | influxdata_influxdb | train | go |
c27fe24dc6088b517ab17c799a1852f97c22c076 | diff --git a/src/compiler/parser/html-parser.js b/src/compiler/parser/html-parser.js
index <HASH>..<HASH> 100644
--- a/src/compiler/parser/html-parser.js
+++ b/src/compiler/parser/html-parser.js
@@ -36,10 +36,11 @@ const decodingMap = {
'"': '"',
'&': '&',
' ': '\n',
- '	': '\t'
+ '	': '\t... | fix: decode single quotes in html attributes (#<I>) | kaola-fed_megalo | train | js |
4fab1c0888aaa6c4e4568c53ba26eecae85a25bd | diff --git a/packages/site/pages/components/dropdown.js b/packages/site/pages/components/dropdown.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/dropdown.js
+++ b/packages/site/pages/components/dropdown.js
@@ -1,5 +1,6 @@
/* eslint-disable react/display-name */
import React, { forwardRef, useStat... | style(site): fix some linting errors | pluralsight_design-system | train | js |
b6544156cbc5b3b25b916ab2ad84e969cfcdccc3 | diff --git a/packages/cozy-stack-client/src/SharingCollection.js b/packages/cozy-stack-client/src/SharingCollection.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-stack-client/src/SharingCollection.js
+++ b/packages/cozy-stack-client/src/SharingCollection.js
@@ -193,12 +193,12 @@ SharingCollection.normalizeDoctype ... | fix: Remove the reference to policy in getSharingRules warning | cozy_cozy-client | train | js |
d1e9506dd3f989d153547e91355304d60d0036f2 | diff --git a/src/thresholds.service.js b/src/thresholds.service.js
index <HASH>..<HASH> 100644
--- a/src/thresholds.service.js
+++ b/src/thresholds.service.js
@@ -68,11 +68,15 @@ class ThresholdsService {
const plans = stockCount.plans || { version: 1 }
index[id] = angular.merge({}, { allocations: allocat... | fix: breaks when more than one stockCount of same type | fielded_angular-nav-thresholds | train | js |
be268ffd1c42e461a8ec99984d8daeeb98d6b7d0 | diff --git a/classes/hypeJunction/Services/IconFactory.php b/classes/hypeJunction/Services/IconFactory.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Services/IconFactory.php
+++ b/classes/hypeJunction/Services/IconFactory.php
@@ -67,7 +67,9 @@ class IconFactory {
$icon_sizes = $this->getSizes($entity, e... | fix(icons): do not attempt a crop if props are empty | hypeJunction_hypeApps | train | php |
286a0eeea9229ae9a0ea7893bb1090eb68fd4724 | diff --git a/packages/cozy-stack-client/src/OAuthClient.js b/packages/cozy-stack-client/src/OAuthClient.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-stack-client/src/OAuthClient.js
+++ b/packages/cozy-stack-client/src/OAuthClient.js
@@ -88,7 +88,8 @@ export default class OAuthClient extends CozyStackClient {
... | fix(stack-client): Map redirect_uris to camelcase | cozy_cozy-client | train | js |
1bcc6b2c8f98e86e829ec2ec81e0890cd9b7cc9e | diff --git a/test/function_inheritance.js b/test/function_inheritance.js
index <HASH>..<HASH> 100644
--- a/test/function_inheritance.js
+++ b/test/function_inheritance.js
@@ -97,4 +97,32 @@ describe('Inheritance', function() {
});
});
+ describe('#setStatic(fnc)', function() {
+
+ it('should set a static proper... | test: add Function#setStatic unit tests | skerit_protoblast | train | js |
356c53d7b9ae1ce449ba08c48f40681c2e064987 | diff --git a/lib/binary-build.js b/lib/binary-build.js
index <HASH>..<HASH> 100644
--- a/lib/binary-build.js
+++ b/lib/binary-build.js
@@ -23,9 +23,9 @@ module.exports = async (config, archiveLocation) => {
const buildLogWatcher = watchBuildLog(config, response.metadata.name);
logger.info('waiting for build to ... | fix: increase build wait times linearly (#<I>) | nodeshift_nodeshift | train | js |
1e56bb565dd67692d664e5794341706c4d74ffe7 | diff --git a/lib/dependencies/CriticalDependencyWarning.js b/lib/dependencies/CriticalDependencyWarning.js
index <HASH>..<HASH> 100644
--- a/lib/dependencies/CriticalDependencyWarning.js
+++ b/lib/dependencies/CriticalDependencyWarning.js
@@ -2,13 +2,18 @@
MIT License http://www.opensource.org/licenses/mit-license.ph... | refactor(CriticalDependencyWarning): upgrade to ES6 | webpack_webpack | train | js |
c933931b6b8ac024820972bb447e5b17ed943669 | diff --git a/packages/site/src/ui/example/react.js b/packages/site/src/ui/example/react.js
index <HASH>..<HASH> 100644
--- a/packages/site/src/ui/example/react.js
+++ b/packages/site/src/ui/example/react.js
@@ -234,10 +234,12 @@ class ReactExample extends React.Component {
{this.renderError()}
{this... | fix(site): themeToggle missing correct context | pluralsight_design-system | train | js |
0f1ae636ec2f831728f034b7e7fea5faf08976bd | diff --git a/library/src/main/java/com/liulishuo/filedownloader/services/FileDownloadRunnable.java b/library/src/main/java/com/liulishuo/filedownloader/services/FileDownloadRunnable.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/filedownloader/services/FileDownloadRunnable.java
+++ b/library... | fix(lesson_than_jelly-bean-mr2): fix the incorrect free space size was calculated in device less than JELLY_BEAN_MR2(Android <I>)
Closes #<I> | lingochamp_FileDownloader | train | java |
157a3b907dab44232e73e7ef54a48ee15e30f6ca | diff --git a/packages/server/lib/saved_state.js b/packages/server/lib/saved_state.js
index <HASH>..<HASH> 100644
--- a/packages/server/lib/saved_state.js
+++ b/packages/server/lib/saved_state.js
@@ -9,6 +9,8 @@ const { fs } = require('./util/fs')
const stateFiles = {}
+// TODO: remove `showedOnBoardingModal` from ... | chore: add showedOnBoardingModal back to allowed state keys (#<I>) | cypress-io_cypress | train | js |
e114638fd202e035ee9346900439aa9e68acdd9d | diff --git a/tests/gui/test_semantic_data.py b/tests/gui/test_semantic_data.py
index <HASH>..<HASH> 100644
--- a/tests/gui/test_semantic_data.py
+++ b/tests/gui/test_semantic_data.py
@@ -37,7 +37,7 @@ def change_semantic_data_values():
state_machine_model = gui_singleton.state_machine_manager_model.state_machines[... | fix(semantic_data): Adapt to renamed method | DLR-RM_RAFCON | train | py |
888fe246e42d20234057bcda00a39adeac74ab5a | diff --git a/docs/assets/js/chat.js b/docs/assets/js/chat.js
index <HASH>..<HASH> 100644
--- a/docs/assets/js/chat.js
+++ b/docs/assets/js/chat.js
@@ -39,13 +39,13 @@ var rules = [
{
name: 'playground',
message: 'Nice! I will redirect you...',
- actions: [{ redirect: '/docs/playground' }],
+ actions:... | docs: fix redirect url in chat | andersonba_yve-bot | train | js |
1a29c9b8b84e212f3ee626d03dd7ed1ca4dca97c | diff --git a/src/textlint-rule-alex.js b/src/textlint-rule-alex.js
index <HASH>..<HASH> 100644
--- a/src/textlint-rule-alex.js
+++ b/src/textlint-rule-alex.js
@@ -35,7 +35,7 @@ export default function textlintRuleAlex(context, options = {}) {
return;
}
const text = getSource(n... | fix(rule): fix to work "allow" option
close #1 | textlint-rule_textlint-rule-alex | train | js,js |
c7869c2e6c7e21a8622248b7ae862bb8aa29ef35 | diff --git a/src/filter/collection/contains.js b/src/filter/collection/contains.js
index <HASH>..<HASH> 100644
--- a/src/filter/collection/contains.js
+++ b/src/filter/collection/contains.js
@@ -24,8 +24,9 @@ function containsFilter( $parse ) {
return collection.some( function(elm, index, self) {
- re... | fix(contains): check if expression is a fucntion | a8m_angular-filter | train | js |
ee2ba72a7e326baef758f180c023cb029415a9d6 | diff --git a/handlers/home.go b/handlers/home.go
index <HASH>..<HASH> 100644
--- a/handlers/home.go
+++ b/handlers/home.go
@@ -1,10 +1,13 @@
package handlers
import (
- "fmt"
"net/http"
)
func HomeHandler(w http.ResponseWriter, r *http.Request) {
- fmt.Fprintf(w, "discovery.etcd.io")
+
+ http.Redirect(w, r... | feat(handlers): home goes to the discovery instructions | coreos_discovery.etcd.io | train | go |
660f8cfd80ecd6e00cabd55454f65191f504f6d9 | diff --git a/pipeline/checksums/checksums_test.go b/pipeline/checksums/checksums_test.go
index <HASH>..<HASH> 100644
--- a/pipeline/checksums/checksums_test.go
+++ b/pipeline/checksums/checksums_test.go
@@ -17,7 +17,7 @@ func TestDescription(t *testing.T) {
func TestPipe(t *testing.T) {
var binary = "binary"
- var... | test: added env to pipe tests | goreleaser_goreleaser | train | go |
21c3b0a07aa671a6262bc4b8e52dfe34ac56a28b | diff --git a/samples/system-test/list-session-entity-types.test.js b/samples/system-test/list-session-entity-types.test.js
index <HASH>..<HASH> 100644
--- a/samples/system-test/list-session-entity-types.test.js
+++ b/samples/system-test/list-session-entity-types.test.js
@@ -68,7 +68,7 @@ describe('list session entity t... | chore: don't enforce count (#<I>) | googleapis_nodejs-dialogflow | train | js |
6104b2ea606b7e08eba24def01abfed051febc34 | diff --git a/src/directives/array.js b/src/directives/array.js
index <HASH>..<HASH> 100644
--- a/src/directives/array.js
+++ b/src/directives/array.js
@@ -170,7 +170,7 @@ angular.module('schemaForm').directive('sfArray', ['sfSelect', 'schemaForm', 'sf
// Apparently the fastest way to clear an array, re... | refactor(array): change `shift` to `pop` for performance | json-schema-form_angular-schema-form | train | js |
74091ddba1c831acc11fa35b3c114e33514f69b0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,6 +55,7 @@ quest.stream = function(url, headers) {
res.ok = status >= 200 && status < 300
res.status = status
res.headers = stream.headers
+ res.emit('response')
})
quest.ok(req, err).then(stream ... | feat: emit a 'response' event on response streams
This event indicates that the status and headers are available | aleclarson_quest | train | js |
2f343a68457cee43f6e292abb91ce679c4a847c5 | diff --git a/audioread/ffdec.py b/audioread/ffdec.py
index <HASH>..<HASH> 100644
--- a/audioread/ffdec.py
+++ b/audioread/ffdec.py
@@ -100,12 +100,12 @@ class FFmpegAudioFile(object):
self.stderr_reader.start()
self.stdin_reader = None
+ self.audio_datas = Queue()
def read_data(self, b... | feat: ensure that the queue is cleared | beetbox_audioread | train | py |
4c00490b18b713113eb03ebcf079b2611bc2b3e0 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -66,6 +66,7 @@ export {
export OverflowMenu from './components/OverflowMenu';
export OverflowMenuItem from './components/OverflowMenuItem';
export Pagination from './components/Pagination';
+export Paginatio... | fix(pagination): added paginationv2 to export list (#<I>) | carbon-design-system_carbon-components-react | train | js |
9f81d014f1bf59e9c599527a7031aee32e8cb60f | diff --git a/cmd/obdinfo.go b/cmd/obdinfo.go
index <HASH>..<HASH> 100644
--- a/cmd/obdinfo.go
+++ b/cmd/obdinfo.go
@@ -80,10 +80,10 @@ func getLocalDrivesOBD(ctx context.Context, parallel bool, endpointZones Endpoin
})
continue
}
- measure := func(index int) {
+ measure := func(index int, path st... | fix: drive names in output of parallel obd test (#<I>) | minio_minio | train | go |
fd0d6d228c1d6414d2698f48b4b0ff3125f3946b | 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
@@ -639,3 +639,10 @@ func SkipQuarantined() bool {
func SkipGKEQuarantined() bool {
return SkipQuarantined() && IsIntegration(CIIntegrationGKE)
}
+
+// SkipRaceDetectorEnabl... | test: detect RACE env var at runtime
This allows to determine whether the Cilium binaries under test were
built using the race detector enabled and the tests should be run
skipping any tests that fail with the race detector enabled. | cilium_cilium | train | go |
00c55355c4f9a4a917a0054d8998f5607dc56599 | diff --git a/views/js/qtiCreator/helper/itemLoader.js b/views/js/qtiCreator/helper/itemLoader.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/helper/itemLoader.js
+++ b/views/js/qtiCreator/helper/itemLoader.js
@@ -63,12 +63,14 @@ define([
Promise.all([langList, itemRdf]).then(([languagesList, ... | fix: Error when item is empty | oat-sa_extension-tao-itemqti | train | js |
9ad771c83a3af77c608798bba0446ab8359a978d | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100755
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -40,6 +40,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'packages/dna-core/**/*.spec.js',
+ 'packages/dna-ido... | chore: trying to fix ios 9 tests | chialab_dna | train | js |
9c68daf9729badc0f114ea6f665d79b2580a5c16 | diff --git a/test/issue4.py b/test/issue4.py
index <HASH>..<HASH> 100644
--- a/test/issue4.py
+++ b/test/issue4.py
@@ -7,7 +7,8 @@ Test contributed by jacekt
from __future__ import absolute_import
from intervaltree import Interval, IntervalTree
from test.progress_bar import ProgressBar
-from test.data.issue4 import ... | fix: broken import reference in test/issue4.py | chaimleib_intervaltree | train | py |
0745774240f08ad1f4a67e241960b4f860c40c0a | diff --git a/proselint/checks/uncomparables/misc.py b/proselint/checks/uncomparables/misc.py
index <HASH>..<HASH> 100644
--- a/proselint/checks/uncomparables/misc.py
+++ b/proselint/checks/uncomparables/misc.py
@@ -45,7 +45,7 @@ One axiom of Standard Written English is that your reader is paying close
attention and ex... | refactor: use existence_check for uncomparables | amperser_proselint | train | py |
ceefaf677eeac4050c79b200b2f6007779e68905 | diff --git a/src/ServiceLocator.js b/src/ServiceLocator.js
index <HASH>..<HASH> 100644
--- a/src/ServiceLocator.js
+++ b/src/ServiceLocator.js
@@ -30,6 +30,12 @@ ServiceLocator.prototype.set = function (name, callback) {
this._callbacks[name] = callback;
+ Object.defineProperty(this, name, {
+ get: (... | feat: define getter for service on .set call | mafjs_service-locator | train | js,js |
60a2709213be956096a6a5c72672b457652e82a9 | diff --git a/store/v2/compare_and_delete_command.go b/store/v2/compare_and_delete_command.go
index <HASH>..<HASH> 100644
--- a/store/v2/compare_and_delete_command.go
+++ b/store/v2/compare_and_delete_command.go
@@ -12,9 +12,9 @@ func init() {
// The CompareAndDelete performs a conditional delete on a key in the stor... | chore(gofmt): gofmt compare_and_delete_command.go | etcd-io_etcd | train | go |
16adf587725cb420a42f973a9305b2634f00f162 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,6 +19,7 @@
import os
import sys
+from datetime import datetime
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
@@ -64,7 +65,7 @@ master_doc = ... | docs: Update copyright year | wmayner_pyphi | train | py |
01eaf49e8816e4667f9bc442b85329cddeb35fb2 | diff --git a/src/components/Table/body/styled/cellContent.js b/src/components/Table/body/styled/cellContent.js
index <HASH>..<HASH> 100644
--- a/src/components/Table/body/styled/cellContent.js
+++ b/src/components/Table/body/styled/cellContent.js
@@ -15,6 +15,7 @@ const StyledCellContent = attachThemeAttrs(styled.div)`... | fix: height on table (#<I>) | 90milesbridge_react-rainbow | train | js |
f6691dd14c4dedc14f2ad543062ca416ff125505 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -87,9 +87,6 @@ itk.readImageDICOMFileSeries = readImageDICOMFileSeries
import readImageFile from './readImageFile.js'
itk.readImageFile = readImageFile
-import readLocalFile from './readLocalFile.js'
-itk.r... | fix(index): Remove readLocalFile
For Node.js runtime. | InsightSoftwareConsortium_itk-js | train | js |
34515fc8f86ed3724762bd0fa2306d8d4142fb44 | diff --git a/src/DropdownToggle.js b/src/DropdownToggle.js
index <HASH>..<HASH> 100644
--- a/src/DropdownToggle.js
+++ b/src/DropdownToggle.js
@@ -3,7 +3,7 @@ import { findDOMNode } from 'react-dom';
import PropTypes from 'prop-types';
import isRequiredForA11y from 'prop-types-extra/lib/isRequiredForA11y';
import { ... | fix: typo in module reference for react-overlay (#<I>) | react-bootstrap_react-bootstrap | train | js |
7493ee6e19b9185a26e641c585deee293537feb7 | diff --git a/src/Commands/new.js b/src/Commands/new.js
index <HASH>..<HASH> 100644
--- a/src/Commands/new.js
+++ b/src/Commands/new.js
@@ -16,6 +16,7 @@ const path = require('path')
const install = require('../../lib/install')
const clone = require('../../lib/clone')
const fix = require('./fix')
+const check = requi... | feat: add check node.js and npm required versions to the new command. | adonisjs_adonis-cli | train | js |
49dc882c96b9aeefb669f5d42cbd5a661f7dad95 | diff --git a/controller/Groups.php b/controller/Groups.php
index <HASH>..<HASH> 100644
--- a/controller/Groups.php
+++ b/controller/Groups.php
@@ -87,6 +87,9 @@ class Groups extends tao_actions_SaSModule
$memberProperty = $this->getProperty(GroupsService::PROPERTY_MEMBERS_URI);
$memberForm = tao_helpe... | chore: pointed reverse TT group form to newly created endpoint | oat-sa_extension-tao-group | train | php |
3fb291869834bd226b08d0c3c7fd6d8f759ea0e6 | diff --git a/src/Leevel/Support/functions.php b/src/Leevel/Support/functions.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Support/functions.php
+++ b/src/Leevel/Support/functions.php
@@ -94,7 +94,9 @@ if (!function_exists('f_exists')) {
if (!function_exists('env')) {
/**
- * 取得应用的环境变量.支持 bool, empty 和 n... | refactor(support): code poem | hunzhiwange_framework | train | php |
38ff0820c12929b4c6c033c3a5bd84a79aab28a6 | diff --git a/test/karma.conf.js b/test/karma.conf.js
index <HASH>..<HASH> 100644
--- a/test/karma.conf.js
+++ b/test/karma.conf.js
@@ -112,6 +112,7 @@ module.exports = function (config) {
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
- singleRun: false
+ ... | chore: debug ci again and again | twobin_react-lazyload | train | js |
57ce035972aaec95c1a9ca5cf446e3e48a1c2e9e | diff --git a/src/DatabaseProvider/DatabaseContext.js b/src/DatabaseProvider/DatabaseContext.js
index <HASH>..<HASH> 100644
--- a/src/DatabaseProvider/DatabaseContext.js
+++ b/src/DatabaseProvider/DatabaseContext.js
@@ -5,7 +5,7 @@ const { Provider, Consumer } = DatabaseContext
export {
Consumer as DatabaseConsume... | fix: test and lint #<I> | Nozbe_WatermelonDB | train | js,js |
43dbd10046645643e2e71b38023b1454c46fbc23 | diff --git a/lib/git.js b/lib/git.js
index <HASH>..<HASH> 100644
--- a/lib/git.js
+++ b/lib/git.js
@@ -29,7 +29,7 @@ async function getTags(execaOpts) {
return (await execa.stdout('git', ['tag'], execaOpts))
.split('\n')
.map(tag => tag.trim())
- .filter(tag => Boolean(tag));
+ .filter(Boolean);
}
... | refactor: prefer filter shorter form | semantic-release_semantic-release | train | js |
68328cc6935fa511d23270900adb97e3a95482a5 | diff --git a/packages/react/src/components/MultiSelect/MultiSelect-story.js b/packages/react/src/components/MultiSelect/MultiSelect-story.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/MultiSelect/MultiSelect-story.js
+++ b/packages/react/src/components/MultiSelect/MultiSelect-story.js
@@ -75,6 +75,... | feat(MultiSelect): pass through `<ListBox.Selection>` translations (#<I>) | carbon-design-system_carbon-components | train | js,js |
be6e1b5e6525401723d5d73b70da401ff7ae7445 | diff --git a/src/i18njs-builder.js b/src/i18njs-builder.js
index <HASH>..<HASH> 100644
--- a/src/i18njs-builder.js
+++ b/src/i18njs-builder.js
@@ -93,9 +93,10 @@ define(function () {
escapedSingleQuotes] = src[i];
}
}
+ return dest;
... | fix: return at the end of `changeKeys` | yoannmoinet_requirejs-i18njs | train | js |
306c4c04001395d40547a8fdf34ac061a1eeb159 | diff --git a/packages/node_modules/@webex/internal-plugin-ediscovery/src/transforms.js b/packages/node_modules/@webex/internal-plugin-ediscovery/src/transforms.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-ediscovery/src/transforms.js
+++ b/packages/node_modules/@webex/internal-plugi... | feat(ediscovery): support scr decryption on files that use their own key url | webex_spark-js-sdk | train | js |
d3976cb0a50f4ce7075200d6fa7e92a0dead0a66 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -121,6 +121,24 @@ describe('Puppeteer', function() {
expect(fs.readdirSync(userDataDir).length).toBeGreaterThan(0);
rm(userDataDir);
}));
+ // Headless has issues shutting down gracefully
... | test: add failing test for storing data in custom userDataDir
Headless isn't closing gracefully, which sometimes causes data loss when Chrome closes before it finishes writing things to disk.
See <URL> | GoogleChrome_puppeteer | train | js |
be8355fd41fa49fcc5bbb9a068abfdaac57c8fed | diff --git a/src/platforms/mp/runtime/instance/update.js b/src/platforms/mp/runtime/instance/update.js
index <HASH>..<HASH> 100644
--- a/src/platforms/mp/runtime/instance/update.js
+++ b/src/platforms/mp/runtime/instance/update.js
@@ -49,7 +49,7 @@ export function createUpdateFn (page) {
const throttleSetData = thro... | chore: not calling setData on App | kaola-fed_megalo | train | js |
e4866ad32c5b1ccd5f2bb60ad69945e583f1b765 | diff --git a/packages/graphiql/src/utility/StorageAPI.js b/packages/graphiql/src/utility/StorageAPI.js
index <HASH>..<HASH> 100644
--- a/packages/graphiql/src/utility/StorageAPI.js
+++ b/packages/graphiql/src/utility/StorageAPI.js
@@ -7,7 +7,8 @@
export default class StorageAPI {
constructor(storage) {
- this.... | fix: check `window` is defined before using it (#<I>) | graphql_graphiql | train | js |
883a07d56ddd7d32bb585d77600eeba0a3c7c482 | diff --git a/src/carousel/Carousel.js b/src/carousel/Carousel.js
index <HASH>..<HASH> 100644
--- a/src/carousel/Carousel.js
+++ b/src/carousel/Carousel.js
@@ -985,8 +985,9 @@ export default class Carousel extends Component {
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicat... | refactor(Carousel): disable `pinchGestureEnabled` by default
This is a new `ScrollView` prop, introduced in RN <I>. | archriss_react-native-snap-carousel | train | js |
6f1c0e638021eeaf94473477493a3f5a3c2cb394 | diff --git a/packages/cozy-client/src/authentication/mobile.js b/packages/cozy-client/src/authentication/mobile.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/authentication/mobile.js
+++ b/packages/cozy-client/src/authentication/mobile.js
@@ -1,6 +1,10 @@
/* global prompt */
import { REGISTRATION_ABOR... | fix: Rm safariViewController for Android
It works great until the call of the hide() method | cozy_cozy-client | train | js |
438f352825b6afa5de6edd50845660eaad608077 | diff --git a/src/ViewableService.php b/src/ViewableService.php
index <HASH>..<HASH> 100644
--- a/src/ViewableService.php
+++ b/src/ViewableService.php
@@ -195,13 +195,12 @@ class ViewableService implements ViewableServiceContract
}
$visitorCookie = Cookie::get($cookieName);
- $visitor = $visi... | feat: remove IP address as fallback for visitor cookie | cyrildewit_eloquent-viewable | train | php |
d6ce17b85a6d18a526a9a68e7ec51e7f635ca15b | diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py
index <HASH>..<HASH> 100644
--- a/semantic_release/__init__.py
+++ b/semantic_release/__init__.py
@@ -12,5 +12,5 @@ def setup_hook(argv):
:param argv: sys.argv
"""
if len(argv) > 1 and argv[1] in ['version', 'publish', 'changelog']:... | chore(imports): Make all imports relative | relekang_python-semantic-release | train | py |
d1e2f45c45f74c86db6b8d24b754c03f9e384125 | diff --git a/dclab/features/emodulus/__init__.py b/dclab/features/emodulus/__init__.py
index <HASH>..<HASH> 100644
--- a/dclab/features/emodulus/__init__.py
+++ b/dclab/features/emodulus/__init__.py
@@ -198,6 +198,7 @@ def get_emodulus(area_um=None, deform=None, volume=None, medium="CellCarrier",
deform = np.array... | docs: code comment and sanity test | ZELLMECHANIK-DRESDEN_dclab | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.