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 |
|---|---|---|---|---|---|
257ff25c2e340b19b64280b144e0c07d8ce97da4 | diff --git a/api/tests/test_key.py b/api/tests/test_key.py
index <HASH>..<HASH> 100644
--- a/api/tests/test_key.py
+++ b/api/tests/test_key.py
@@ -152,3 +152,13 @@ class KeyTest(TestCase):
def test_rsa_key_fingerprint(self):
fp = fingerprint(RSA_PUBKEY)
self.assertEquals(fp, '54:6d:da:1f:91:b5:2b... | fix(controller): allow non superusers to manage their keys
Fix Key management view permission configuration so users
are able to remove/retrieve their SSH keys. | deis_controller-sdk-go | train | py,py |
aeb5d221071e7f58f0522ec8cac18d925a48ccd6 | diff --git a/test/lib/create-branch.js b/test/lib/create-branch.js
index <HASH>..<HASH> 100644
--- a/test/lib/create-branch.js
+++ b/test/lib/create-branch.js
@@ -6,18 +6,6 @@ const { createTransformFunction } = require('../../utils/utils')
nock.disableNetConnect()
nock.enableNetConnect('localhost')
-// function gh... | test(create-branch):remove commented code | greenkeeperio_greenkeeper | train | js |
3fbf7c8f709a7a9978ec797457497b64866a09eb | diff --git a/lib/instrumentation/span.js b/lib/instrumentation/span.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/span.js
+++ b/lib/instrumentation/span.js
@@ -23,7 +23,7 @@ function Span (transaction, name, type, opts) {
}
} else {
opts.timer = transaction._timer
- if (!opts.traceparent) {
+... | fix: don't ignore custom trace context on spans (#<I>) | elastic_apm-agent-nodejs | train | js |
df237fa16a184ce40c55b8a6e9e92511f79fcda1 | diff --git a/src/lib/logger.js b/src/lib/logger.js
index <HASH>..<HASH> 100644
--- a/src/lib/logger.js
+++ b/src/lib/logger.js
@@ -6,6 +6,7 @@ const chalk = require('chalk');
const Utils = require('./utils');
const pkgJSON = require('../../package.json');
const _ = require('lodash');
+const {format} = require('date-... | fix: support localTimeZone for logger `pretty-timestamped` format (#<I>)
* feat: support localTimeZone for logger `pretty-timestamped` format
* feat: use `date-fns` to format log time | verdaccio_verdaccio | train | js |
25301a9bf5464e1b8276202bf30aae03d4300d96 | diff --git a/src/image/core/bitMethods.js b/src/image/core/bitMethods.js
index <HASH>..<HASH> 100644
--- a/src/image/core/bitMethods.js
+++ b/src/image/core/bitMethods.js
@@ -55,6 +55,7 @@ const bitMethods = {
* @return {number} 0: bit is unset, 1: bit is set
*/
getBitXY(x, y) {
+ if (x >= this.width || y... | fix: getBitXY if outside image | image-js_image-js | train | js |
2e8c06171ce7be2541e19c66438c85e738bc7de1 | diff --git a/react/MuiCozyTheme/theme.js b/react/MuiCozyTheme/theme.js
index <HASH>..<HASH> 100644
--- a/react/MuiCozyTheme/theme.js
+++ b/react/MuiCozyTheme/theme.js
@@ -195,10 +195,14 @@ normalTheme.overrides = {
borderBottom: '1px solid var(--zircon)',
marginBottom: '-1px',
padding: 0,
- ba... | feat: Update MuiListSubheader to match recent designs | cozy_cozy-ui | train | js |
e35726e4bb36c539920a663031701e160b74b94c | diff --git a/test/plugins/bump-package-json.spec.js b/test/plugins/bump-package-json.spec.js
index <HASH>..<HASH> 100644
--- a/test/plugins/bump-package-json.spec.js
+++ b/test/plugins/bump-package-json.spec.js
@@ -53,7 +53,8 @@ describe('plugins', function() {
equal(this.writeFileSyncCalls[0][1], `{
"versi... | fix(bump-package-json): inserting newline at the end of file | mcasimir_release-flow | train | js |
0f7f1063ab4955bc860c95a494b6d8aba8f8564d | diff --git a/ruby/server/lib/roma/command/vn_command_receiver.rb b/ruby/server/lib/roma/command/vn_command_receiver.rb
index <HASH>..<HASH> 100644
--- a/ruby/server/lib/roma/command/vn_command_receiver.rb
+++ b/ruby/server/lib/roma/command/vn_command_receiver.rb
@@ -105,7 +105,7 @@ module Roma
send_data("CLI... | fix:Protects the 'reqpushv' request in the join process. | roma_roma | train | rb |
e2d25419b4485aa1adff00b0fb35aea39a5398ec | diff --git a/templates/build/main.js b/templates/build/main.js
index <HASH>..<HASH> 100644
--- a/templates/build/main.js
+++ b/templates/build/main.js
@@ -1 +1 @@
-export { default as NAME-FULLNAME } from '../NAME-FULLNAME'; // eslint-disable-line import/prefer-default-export
+export { default as {NAME-FULLNAME} } from... | chore(generator): fix name replacement in template file | rei_rei-cedar | train | js |
070c9a1798b12a2f9a56835b027e9cb385b8e19a | diff --git a/build/tasks/doc.js b/build/tasks/doc.js
index <HASH>..<HASH> 100644
--- a/build/tasks/doc.js
+++ b/build/tasks/doc.js
@@ -1,13 +1,13 @@
var gulp = require('gulp');
var paths = require('../paths');
-var typedoc = require("gulp-typedoc");
-var typedocExtractor = require("gulp-typedoc-extractor");
+var type... | feat(docs): generate api.json from .d.ts file | aurelia_router | train | js |
0120677ab8cf893368063b348cbef295805530ba | diff --git a/js/test/test.js b/js/test/test.js
index <HASH>..<HASH> 100644
--- a/js/test/test.js
+++ b/js/test/test.js
@@ -634,8 +634,9 @@ let testBadNonce = async (exchange, symbol) => {
try {
- // check if a method throws an AuthenticationError
- // (it should, due to bad nonce)
+ ... | test: bad nonce: restore in case an exchange silently eats bad nonce | ccxt_ccxt | train | js |
688578dd151ec487836c665ca8e986a2738ee5bd | diff --git a/interfaces/python/bable_interface/utils.py b/interfaces/python/bable_interface/utils.py
index <HASH>..<HASH> 100644
--- a/interfaces/python/bable_interface/utils.py
+++ b/interfaces/python/bable_interface/utils.py
@@ -91,10 +91,10 @@ def uuid_to_string(uuid, output_byteorder='little'):
else:
... | fix(python): issue with endianness on uuid | iotile_baBLE | train | py |
4fd8075f2b8edfa2b9532c92a35834847f13bfb5 | diff --git a/concise/layers.py b/concise/layers.py
index <HASH>..<HASH> 100644
--- a/concise/layers.py
+++ b/concise/layers.py
@@ -247,9 +247,9 @@ class GAMSmooth(Layer):
# convert to the right precision and K.constant
self.X_spline_K = K.constant(K.cast_to_floatx(self.X_spline))
- # add weig... | fix: set GAMSmooth initialization to 'zeros' | gagneurlab_concise | train | py,py |
25b1db02bdd68419d17cd8a4bd58a047f257d0e9 | diff --git a/js/src/figure.js b/js/src/figure.js
index <HASH>..<HASH> 100644
--- a/js/src/figure.js
+++ b/js/src/figure.js
@@ -109,7 +109,7 @@ var copy_image_to_clipboard = function(data) {
ToolIcon = function(className, parent) {
this.a = document.createElement('a')
this.a.className = 'ipyvolume-toolicon'
-... | fix: icon button links sometimes jumped to top of document | maartenbreddels_ipyvolume | train | js |
9bf2870e4ccb954238786f75b191860922411966 | diff --git a/lib/checks/aria/required-children.js b/lib/checks/aria/required-children.js
index <HASH>..<HASH> 100644
--- a/lib/checks/aria/required-children.js
+++ b/lib/checks/aria/required-children.js
@@ -22,7 +22,7 @@ function ariaOwns(nodes, role) {
for (index = 0, length = nodes.length; index < length; index++... | fix: get virtualNode with getNodeFromTree | dequelabs_axe-core | train | js |
7e72d65ed2257b48e0dbfb82562ec490c9328b81 | diff --git a/examples/serialize/index.js b/examples/serialize/index.js
index <HASH>..<HASH> 100644
--- a/examples/serialize/index.js
+++ b/examples/serialize/index.js
@@ -13,6 +13,7 @@ window.onload = () => {
x: 'petalLength',
y: 'petalWidth',
color: 'sepalLength',
+ colorType: 'quantitative',
sh... | refactor(examples): bring serialize example up to speed with new vegalite component | Kitware_candela | train | js |
77ee405e3c02b3799744ec977760db2040684438 | diff --git a/lib/watson_developer_cloud/watson_service.rb b/lib/watson_developer_cloud/watson_service.rb
index <HASH>..<HASH> 100644
--- a/lib/watson_developer_cloud/watson_service.rb
+++ b/lib/watson_developer_cloud/watson_service.rb
@@ -17,7 +17,7 @@ class WatsonService
@url = vars[:url] unless vars[:url].nil?
... | perf(requests): Add timeouts for api calls | watson-developer-cloud_ruby-sdk | train | rb |
c61a1abaf50c5ebdfd2d1d6316390349a105125a | diff --git a/src/main/java/org/casbin/jcasbin/main/Enforcer.java b/src/main/java/org/casbin/jcasbin/main/Enforcer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/casbin/jcasbin/main/Enforcer.java
+++ b/src/main/java/org/casbin/jcasbin/main/Enforcer.java
@@ -71,7 +71,8 @@ public class Enforcer extends Managemen... | fix: for Enforcer pass FilteredAdapter will load all policy | casbin_jcasbin | train | java |
01fcc40b0aab7e2ef44cd131d42477305dc04b1d | diff --git a/src/mixins/data-iterable.js b/src/mixins/data-iterable.js
index <HASH>..<HASH> 100644
--- a/src/mixins/data-iterable.js
+++ b/src/mixins/data-iterable.js
@@ -79,8 +79,8 @@ export default {
filter: {
type: Function,
default: (val, search) => {
- return val !== null &&
- ['... | refactor(data-iterable): improved filter default fn | vuetifyjs_vuetify | train | js |
7de4f248b59f2737d87974752d779deaa14c759f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -69,7 +69,7 @@ LiveReloadPlugin.prototype.autoloadJs = function autoloadJs() {
' el.id = id;',
' el.async = true;',
' el.src = "http://' + this.hostname + ':' + this.port + '/livereload.js";',
- ' documen... | fix: ie8 don't support document.head (#<I>) | statianzo_webpack-livereload-plugin | train | js |
8ef9455ee9c6807217b6167c38b612f105849ff7 | diff --git a/packages/svg-transform-loader/lib/loader.js b/packages/svg-transform-loader/lib/loader.js
index <HASH>..<HASH> 100644
--- a/packages/svg-transform-loader/lib/loader.js
+++ b/packages/svg-transform-loader/lib/loader.js
@@ -13,7 +13,7 @@ function generateResult(content, raw = defaultConfig.raw) {
}
// es... | feat: share ast with remaining loaders | JetBrains_svg-mixer | train | js |
d2ccf998ade84cd77611925d0bdca8e8d527dbfb | diff --git a/src/createMixin.js b/src/createMixin.js
index <HASH>..<HASH> 100644
--- a/src/createMixin.js
+++ b/src/createMixin.js
@@ -19,7 +19,7 @@ export default GlobalEmitter => ({
deleteProperty: (target, key) => {
GlobalEmitter.removeListener(key, this.$options.sockets[key], this);
// esli... | fix(mixin): fix issue #<I>, unable to unsubscribe from dynamic listener | probil_vue-socket.io-extended | train | js |
ee26ff0d5746590f68f98a5d7faa2664e84838de | diff --git a/src/Drivers/Database.php b/src/Drivers/Database.php
index <HASH>..<HASH> 100644
--- a/src/Drivers/Database.php
+++ b/src/Drivers/Database.php
@@ -33,7 +33,7 @@ class Database implements AuditDriver
*/
public function prune(Auditable $model)
{
- if ($threshold = $model->getAuditThresh... | fix(DatabaseDriver): fixes #<I> - enclose variable assignment so that we get an integer instead of a boolean | owen-it_laravel-auditing | train | php |
c9333bfcfc56be8d1d8091d48c9c6c719123b9bc | diff --git a/mishmash/util.py b/mishmash/util.py
index <HASH>..<HASH> 100644
--- a/mishmash/util.py
+++ b/mishmash/util.py
@@ -1,5 +1,5 @@
import os
-import re
+from urllib.parse import urlparse
from eyed3.utils import datePicker
from countrycode.countrycode import countrycode
@@ -70,8 +70,6 @@ def mostCommonItem(... | fix: Database URL obfuscation is more reliable. | nicfit_MishMash | train | py |
dfb95916f8401ddc7886a1389440ab265b27d796 | diff --git a/src/explorers/bitcoin/bitcoin-explorer.js b/src/explorers/bitcoin/bitcoin-explorer.js
index <HASH>..<HASH> 100644
--- a/src/explorers/bitcoin/bitcoin-explorer.js
+++ b/src/explorers/bitcoin/bitcoin-explorer.js
@@ -15,7 +15,7 @@ export async function getBitcoinTransactionFromApi (apiName, transactionId, cha... | refactor(BitcoinExplorer): [#<I>] renamed function | blockchain-certificates_cert-verifier-js | train | js |
0c1d61b7c92c211c4a7325abfccb73574c151375 | diff --git a/packages/test-helper-server/src/files.js b/packages/test-helper-server/src/files.js
index <HASH>..<HASH> 100644
--- a/packages/test-helper-server/src/files.js
+++ b/packages/test-helper-server/src/files.js
@@ -25,7 +25,7 @@ router.patch('/reflect', reflect);
router.post('/reflect', reflect);
router.put('... | refactor(test-helper-server): make sure uploaded files don't clobber each other. | webex_spark-js-sdk | train | js |
090165155a28fb1b6a87281c652de0ef8b56b627 | diff --git a/webapps/ui/cockpit/src/components/Header/AppSelect.js b/webapps/ui/cockpit/src/components/Header/AppSelect.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/src/components/Header/AppSelect.js
+++ b/webapps/ui/cockpit/src/components/Header/AppSelect.js
@@ -47,11 +47,18 @@ export default function AppSe... | fix(dropdown): add Welcome link when not logged in
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
9d5c76c9ff2d2e7386faf839f4967b4020956f50 | diff --git a/lib/plugin/components/services/statebox/index.js b/lib/plugin/components/services/statebox/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugin/components/services/statebox/index.js
+++ b/lib/plugin/components/services/statebox/index.js
@@ -148,7 +148,7 @@ class StateboxService {
sendTaskRevivificat... | test: I really should run lint before committing | wmfs_tymly-core | train | js |
5d080c02210047ab92471ede1fa8eca98e129e62 | diff --git a/src/core/components/object.js b/src/core/components/object.js
index <HASH>..<HASH> 100644
--- a/src/core/components/object.js
+++ b/src/core/components/object.js
@@ -333,7 +333,7 @@ module.exports = function object (self) {
if (cid.codec === 'dag-cbor') {
const links = findLinks(result)... | fix: double callback in object.links for cbor data (#<I>)
Thanks @hugomrdias | ipfs_js-ipfs | train | js |
fb695c26335f34743b759701a0291662df1f9948 | diff --git a/packages/theme-data/src/baseTheme/components/modal.js b/packages/theme-data/src/baseTheme/components/modal.js
index <HASH>..<HASH> 100644
--- a/packages/theme-data/src/baseTheme/components/modal.js
+++ b/packages/theme-data/src/baseTheme/components/modal.js
@@ -17,7 +17,7 @@ export default {
},
"moda... | fix: modal bg color should be surface level <I> | Autodesk_hig | train | js |
980f90c59da4eeed416d46125c4e7a7fe2623292 | diff --git a/packages/webiny-ui/src/Avatar/Avatar.js b/packages/webiny-ui/src/Avatar/Avatar.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-ui/src/Avatar/Avatar.js
+++ b/packages/webiny-ui/src/Avatar/Avatar.js
@@ -21,7 +21,7 @@ type Props = {
src: string,
// "alt" text.
- alt: string,
+ alt: ?str... | fix: allow null value to be sent into Avatar component (#<I>) | Webiny_webiny-js | train | js |
0a221cf3aa39447194415eb222dddf2ce9a228e8 | diff --git a/src/hooks/utils.js b/src/hooks/utils.js
index <HASH>..<HASH> 100644
--- a/src/hooks/utils.js
+++ b/src/hooks/utils.js
@@ -5,6 +5,7 @@ import {
useEffect,
useLayoutEffect,
} from 'react'
+import {isReactNative} from '../is.macro'
import {
scrollIntoView,
getNextWrappingIndex,
@@ -450,7 +451,7 ... | fix(hooks): do not add a<I>y status on react native (#<I>) | downshift-js_downshift | train | js |
81f748e0979fae63fc4f99d7e5fcdbdb97d2c678 | diff --git a/app/Gruntfile.js b/app/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/app/Gruntfile.js
+++ b/app/Gruntfile.js
@@ -217,7 +217,7 @@ module.exports = function(grunt) {
grunt.registerTask('production--unique', ['name-unique', 'clean', 'html2js', 'jshint', 'concat:production', 'sass', 'copy', 'uglify', '... | chore(build): don't jump to deploy branch after release | sofa_sofa-couch-service | train | js |
431cb867ac05c93fefdb0f15ba62db62e5169473 | diff --git a/src/object.js b/src/object.js
index <HASH>..<HASH> 100644
--- a/src/object.js
+++ b/src/object.js
@@ -163,6 +163,7 @@ inherits(ObjectSchema, MixedSchema, {
innerOptions.strict = true;
if (field.validate) return field.validate(value[key], innerOptions);
+ return Promis... | fix: validate() does not work with ref and abortEarly false. (#<I>) (#<I>)
Commented change on #<I> to dont break Promise.all chain | jquense_yup | train | js,js |
7984e0b0f89fc0a0c9fc07c9f9d72f87b6ac0caf | diff --git a/samples/test/tables.test.js b/samples/test/tables.test.js
index <HASH>..<HASH> 100644
--- a/samples/test/tables.test.js
+++ b/samples/test/tables.test.js
@@ -48,7 +48,7 @@ const partialDataFilePath = path.join(
);
const bigquery = new BigQuery();
-describe.only('Tables', () => {
+describe('Tables', () ... | test(samples): test all samples and not just tables (#<I>) | googleapis_nodejs-bigquery | train | js |
e6ddffc2af90ce4fad3db6510911bce849b8c578 | diff --git a/cmd/ctr/commands/tasks/exec.go b/cmd/ctr/commands/tasks/exec.go
index <HASH>..<HASH> 100644
--- a/cmd/ctr/commands/tasks/exec.go
+++ b/cmd/ctr/commands/tasks/exec.go
@@ -31,7 +31,6 @@ import (
"github.com/urfave/cli"
)
-//TODO:(jessvalarezo) exec-id is optional here, update to required arg
var execCo... | fix: make exec-id flag required in exec command | containerd_containerd | train | go |
56266fd17ab5b9c7f3aeb20b693ffc93ee2f1e75 | diff --git a/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js b/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
+++ b/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
@@ -1... | fix(xod-client-browser): adapt tests to the ne CircleCI's performance | xodio_xod | train | js |
9e3474f87dabd300d914c0f44f49a13dae34227d | diff --git a/samples/getMetadata.js b/samples/getMetadata.js
index <HASH>..<HASH> 100644
--- a/samples/getMetadata.js
+++ b/samples/getMetadata.js
@@ -67,6 +67,7 @@ function main(bucketName = 'my-bucket', filename = 'test.txt') {
console.log(
`Effective Expiration Time: ${metadata.effectiveExpirationTime}`
... | feat: add custom time field in metadata sample (#<I>) | googleapis_nodejs-storage | train | js |
21be97753bc0922e6529087e854870d15dd6a3f1 | diff --git a/src/js/core/core.js b/src/js/core/core.js
index <HASH>..<HASH> 100644
--- a/src/js/core/core.js
+++ b/src/js/core/core.js
@@ -66,7 +66,7 @@ export default function (UIkit) {
}
});
- });
+ }, {passive: true});
}
diff --git a/src/js/core/offcanvas.js b/src/js/core/offcanvas... | perf: use passive event listeners for 'touchstart' | uikit_uikit | train | js,js |
eff7824ee680f621cd076ccfe3a5ff02d61bfcd6 | diff --git a/packages/flyout/src/Flyout.js b/packages/flyout/src/Flyout.js
index <HASH>..<HASH> 100644
--- a/packages/flyout/src/Flyout.js
+++ b/packages/flyout/src/Flyout.js
@@ -120,13 +120,13 @@ class Flyout extends Component {
});
if (alterCoordinates) {
- const context = {
+ const rects = {
... | refactor: rename variable for clarity | Autodesk_hig | train | js |
4f8f538b15a5fa393ee3b1498ef0a3d885dcce2f | diff --git a/src/components/controls.js b/src/components/controls.js
index <HASH>..<HASH> 100644
--- a/src/components/controls.js
+++ b/src/components/controls.js
@@ -224,7 +224,9 @@ export default function (Glide, Components, Events) {
* @return {void}
*/
click (event) {
- event.preventDefault()
... | fix(controls): Chrome error 'Unable to preventDefault inside passive event listener' (#<I>) | glidejs_glide | train | js |
f4cb2d39d22b7bd338a5058827b6cdc8c2fc223f | diff --git a/shinken/util.py b/shinken/util.py
index <HASH>..<HASH> 100644
--- a/shinken/util.py
+++ b/shinken/util.py
@@ -164,11 +164,7 @@ def get_obj_name(obj):
# return the list of keys of the custom dict
# but without the _ before
def get_customs_keys(d):
- keys = d.keys()
- r = []
- for k in keys:
- ... | fix: the Gerhard version for get customs keys was in fact faster. We keep it. | Alignak-monitoring_alignak | train | py |
3472fd4755abe72da2cf024dae92c329fda7419b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -581,6 +581,12 @@ var FirefoxDriver = {
_getDefaultBinary: function () {
var platform = process.platform;
+
+ // check default binary for linuy
+ if (platform !== 'darwin' && platform !== 'win32' && this.defaul... | fix(core): loading on linux | dalekjs_dalek-browser-firefox | train | js |
4bac045288bead814b1f73b5f2b9f8faaff5a4dd | diff --git a/handlers.go b/handlers.go
index <HASH>..<HASH> 100644
--- a/handlers.go
+++ b/handlers.go
@@ -316,20 +316,8 @@ func (dht *IpfsDHT) handleGetProviders(ctx context.Context, p peer.ID, pmes *pb.
resp := pb.NewMessage(pmes.GetType(), pmes.GetKey(), pmes.GetClusterLevel())
- // check if we have this value... | fix: remove local provider check
It doesn't actually work. Blocks are stored under /blocks and have been since
<I>.
Furthermore, this is just wrong. We shouldn't go digging through the datastore
to see if we happen to have the block. If we want something like this, we should
include a blockstore in the provider manag... | libp2p_go-libp2p-kad-dht | train | go |
9446b994ba2082ed0114bd9f2e433c9ce9759c7b | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,8 +1,8 @@
/**
* @name match-sorter
* @license MIT license.
- * @copyright (c) 2019 Kent C. Dodds
- * @author Kent C. Dodds <kent@doddsfamily.us>
+ * @copyright (c) 2020 Kent C. Dodds
+ * @author Kent C.... | docs: update author comment and copyright | kentcdodds_match-sorter | train | js |
47249ea112f26966d9355197ec06f6a7728dad30 | diff --git a/packages/workflow-settings/webpack/loader-scss.js b/packages/workflow-settings/webpack/loader-scss.js
index <HASH>..<HASH> 100644
--- a/packages/workflow-settings/webpack/loader-scss.js
+++ b/packages/workflow-settings/webpack/loader-scss.js
@@ -3,7 +3,7 @@ const loaderPostcss = require('./loader-postcss')... | fix(workflow-settings): regex for sass was not strict
Two loaders were running for one css file causing:
Error in ../packages/example-react/…
SyntaxError
(2:1) Unknown word | Availity_availity-workflow | train | js |
5ed50bc6202dc80f95c78df74869b5d9bf651aff | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,8 @@ setup(
],
entry_points={"console_scripts": ["fusesoc = fusesoc.main:main"]},
setup_requires=[
- "setuptools_scm",
+ "setuptools_scm < 7.0; python_version<'3.7'",
+ "setuptools... | fix: `python<I>` build by using different `setuptools_scm` version
fixes: #<I> | olofk_fusesoc | train | py |
24bca450ca2f348b6cc6201a8bd8950532ec82fd | diff --git a/src/tools/annotation/AngleTool.js b/src/tools/annotation/AngleTool.js
index <HASH>..<HASH> 100644
--- a/src/tools/annotation/AngleTool.js
+++ b/src/tools/annotation/AngleTool.js
@@ -336,6 +336,18 @@ export default class AngleTool extends BaseAnnotationTool {
}
this.preventNewMea... | feat: Ensure AngleTool and ArrowAnnotateTool fire MEASUREMENT_COMPLETED event (#<I>) | cornerstonejs_cornerstoneTools | train | js,js |
4c984e44def96816c19b4b7c66b095816de5b8de | diff --git a/src/lib/functions/config.js b/src/lib/functions/config.js
index <HASH>..<HASH> 100644
--- a/src/lib/functions/config.js
+++ b/src/lib/functions/config.js
@@ -12,6 +12,7 @@ const normalizeFunctionsConfig = ({ functionsConfig = {}, projectRoot }) =>
ignoredNodeModules: config.ignored_node_modules,
... | feat: add `schedule` property to normalised config (#<I>) | netlify_cli | train | js |
1d7d9edd951b31ccba409aa3483787b87570941c | diff --git a/src/main/java/com/bugsnag/ThreadState.java b/src/main/java/com/bugsnag/ThreadState.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/bugsnag/ThreadState.java
+++ b/src/main/java/com/bugsnag/ThreadState.java
@@ -76,7 +76,6 @@ class ThreadState {
}
@JsonProperty("errorReportingThread")
- ... | style: remove unnecessary jsoninclude annotation - serialisation is non-empty by default | bugsnag_bugsnag-java | train | java |
5c41cf25ccafb7755831df0bdb09b945efa70337 | diff --git a/packages/date/tests/DateRange.test.js b/packages/date/tests/DateRange.test.js
index <HASH>..<HASH> 100644
--- a/packages/date/tests/DateRange.test.js
+++ b/packages/date/tests/DateRange.test.js
@@ -310,14 +310,14 @@ describe('DateRange', () => {
// Simulate User hitting the 'Today' pre-set
contai... | test(date): fix failing test | Availity_availity-react | train | js |
2be68e41259c6f4339ffb4af1eaa4d3d30fd91f3 | diff --git a/src/structures/Message.js b/src/structures/Message.js
index <HASH>..<HASH> 100644
--- a/src/structures/Message.js
+++ b/src/structures/Message.js
@@ -13,6 +13,7 @@ const Collection = require('../util/Collection');
const { MessageTypes } = require('../util/Constants');
const MessageFlags = require('../uti... | fix(Message): Message#createdTimestamp uses deconstructed message id to get timestamp (#<I>) | discordjs_discord.js | train | js |
905fdba44de8e3953b07a3645bd88d3791b3a98c | diff --git a/src/Common/Console/Command/Install.php b/src/Common/Console/Command/Install.php
index <HASH>..<HASH> 100644
--- a/src/Common/Console/Command/Install.php
+++ b/src/Common/Console/Command/Install.php
@@ -718,7 +718,7 @@ class Install extends Base
*
* @return int
*/
- protected function a... | fix: Compatability with parent method | nails_common | train | php |
9635e412e68e0144f0517764fef12f74f48bf6ee | diff --git a/ksamsok/ksamsok.py b/ksamsok/ksamsok.py
index <HASH>..<HASH> 100644
--- a/ksamsok/ksamsok.py
+++ b/ksamsok/ksamsok.py
@@ -299,7 +299,7 @@ class KSamsok:
def getHints(self, string, count = 5):
self.requiresKey()
- request_query = self.endpoint + 'ksamsok/api?x-api=' + self.key + '&met... | fix: do not limit search help to image related indexes | Abbe98_ksamsok-py | train | py |
cc5df8381245f1dd209d0af1b6aa7ad991df502e | diff --git a/lib/fetch/index.js b/lib/fetch/index.js
index <HASH>..<HASH> 100644
--- a/lib/fetch/index.js
+++ b/lib/fetch/index.js
@@ -1334,29 +1334,11 @@ function httpNetworkFetch (
context.connection = {
abort: null,
- controller: null,
destroyed: false,
destroy (err) {
- if (t... | fix: fetch connection doesn't need controller | mcollina_undici | train | js |
348e144594284f6ab4e9b95b2eb59339cdbfc25f | diff --git a/browserstack.browsers.js b/browserstack.browsers.js
index <HASH>..<HASH> 100644
--- a/browserstack.browsers.js
+++ b/browserstack.browsers.js
@@ -1,4 +1,15 @@
const browserstackBrowsers = {
+ // iOS
+ iphone: {
+ os: 'ios',
+ os_version: '9.1',
+ device: 'iPhone 6S',
+ },
+
+ // Important: ma... | fix(tests): run iOS first to fix browserstack | skatejs_build | train | js |
da651ab3a94c5fe0437761a22586b3c1603527be | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -222,3 +222,26 @@ test('reply to any clock they send, 2', function (t) {
t.end()
})
+test('append when not in tx mode', function (t) {
+ var state = {
+ clock: { alice: 3, bob: 2},
+ follows: {... | test: append when not in tx mode | dominictarr_epidemic-broadcast-trees | train | js |
ced7e316dbe5202c051bca75a9094a4dbdf8e13a | diff --git a/qa/integration-tests-webapps/src/test/java/org/camunda/bpm/rest/test/RestIT.java b/qa/integration-tests-webapps/src/test/java/org/camunda/bpm/rest/test/RestIT.java
index <HASH>..<HASH> 100644
--- a/qa/integration-tests-webapps/src/test/java/org/camunda/bpm/rest/test/RestIT.java
+++ b/qa/integration-tests-w... | fix(qa): fix content-type comparison if q parameters is also returned
- happens on websphere and wink
related to #CAM-<I> | camunda_camunda-bpm-platform | train | java |
91f516206c572fa82d351d6dc4ede86934aefa35 | diff --git a/providers/slack/slack.go b/providers/slack/slack.go
index <HASH>..<HASH> 100644
--- a/providers/slack/slack.go
+++ b/providers/slack/slack.go
@@ -8,7 +8,6 @@ import (
"io"
"io/ioutil"
"net/http"
- "net/url"
"fmt"
@@ -94,7 +93,9 @@ func (p *Provider) FetchUser(session goth.Session) (goth.User, e... | fix: modify auth.test endpoint to bearer token | markbates_goth | train | go |
ce6459d674e9fcef7f8cccb22b8bb6cf7c55e4dd | diff --git a/tests/easy/test_proc.py b/tests/easy/test_proc.py
index <HASH>..<HASH> 100644
--- a/tests/easy/test_proc.py
+++ b/tests/easy/test_proc.py
@@ -2,16 +2,24 @@ from nose.tools import eq_, raises
from pyscreenshot.procutil import run_in_childprocess
+# win error with lambda: Can't pickle local object '...<... | test: replace lambda with function | ponty_pyscreenshot | train | py |
b9fe2cbdb5d712f827fe87443557a483e829aa2f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -11,7 +11,7 @@ var Module = require('module');
* @returns {*}
*/
module.exports = function(content, filename, context) {
- var ext = path.extname(filename);
+ var ext = path.extname(filename || '');
content =... | fix: node6 wants string for path.extname | node-eval_node-eval | train | js |
f36960d2634d8fb54344d03a67084497f4736ae2 | diff --git a/cmd/influxd/inspect/build_tsi/build_tsi.go b/cmd/influxd/inspect/build_tsi/build_tsi.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/inspect/build_tsi/build_tsi.go
+++ b/cmd/influxd/inspect/build_tsi/build_tsi.go
@@ -123,13 +123,18 @@ func (buildTSICmd *buildTSI) run() error {
// Verify the user actuall... | fix: detect noninteractive prompt when displaying warning in buildtsi (#<I>) | influxdata_influxdb | train | go |
851cf4826b03f63aafcb26eedca3ac101ced362b | diff --git a/test/spec/algoliasearch.helper/searchForFacetValues.js b/test/spec/algoliasearch.helper/searchForFacetValues.js
index <HASH>..<HASH> 100644
--- a/test/spec/algoliasearch.helper/searchForFacetValues.js
+++ b/test/spec/algoliasearch.helper/searchForFacetValues.js
@@ -36,7 +36,7 @@ test('searchForFacetValues ... | chore(test): run all tests (#<I>) | algolia_algoliasearch-helper-js | train | js |
397aa73bed06845a76f1972779102c74148715ff | diff --git a/packages/avatar/src/css/index.js b/packages/avatar/src/css/index.js
index <HASH>..<HASH> 100644
--- a/packages/avatar/src/css/index.js
+++ b/packages/avatar/src/css/index.js
@@ -10,7 +10,7 @@ export default {
position: 'relative',
borderRadius: '100%'
},
- // --size
+
[`.psds-avatar--size-... | style(avatar): rm unneeded css comments | pluralsight_design-system | train | js |
c63ab34bc523ba9f68d14534125a3f70909517a5 | diff --git a/Model/Service/TransactionHandlerService.php b/Model/Service/TransactionHandlerService.php
index <HASH>..<HASH> 100755
--- a/Model/Service/TransactionHandlerService.php
+++ b/Model/Service/TransactionHandlerService.php
@@ -509,6 +509,7 @@ class TransactionHandlerService
// Create a credit memo
... | chore: only refund fee, remove shipping | checkout_checkout-magento2-plugin | train | php |
7b67cf95ff37b5a4d35a706c142af0fab2c385bc | diff --git a/packages/react-router-navigation-core/src/SceneView.js b/packages/react-router-navigation-core/src/SceneView.js
index <HASH>..<HASH> 100644
--- a/packages/react-router-navigation-core/src/SceneView.js
+++ b/packages/react-router-navigation-core/src/SceneView.js
@@ -47,8 +47,6 @@ export default class SceneV... | fix(react-router-navigation): close #<I> | winoteam_react-router-navigation | train | js |
b9730afa0420735ac7da7829b5a684efab39f370 | diff --git a/src/ae/oracle.js b/src/ae/oracle.js
index <HASH>..<HASH> 100644
--- a/src/ae/oracle.js
+++ b/src/ae/oracle.js
@@ -75,9 +75,15 @@ function pollForQueries (oracleId, onQuery, { interval = 5000 } = {}) {
if (queries.length) onQuery(queries)
}
- checkNewQueries()
- const intervalId = setInterval(ch... | refactor(pollForQueries): avoid overlapping of frequent requests | aeternity_aepp-sdk-js | train | js |
5b810695697534f26ca6fd41461bca803ee23825 | diff --git a/views/js/qtiCreator/widgets/static/include/states/Active.js b/views/js/qtiCreator/widgets/static/include/states/Active.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiCreator/widgets/static/include/states/Active.js
+++ b/views/js/qtiCreator/widgets/static/include/states/Active.js
@@ -156,7 +156,7 @@ defin... | fix: load assets layout on upload modal | oat-sa_extension-tao-itemqti | train | js |
4e7f49585530dffa28caba7a6bf1eeb91f5deb0e | diff --git a/sub/client_test.go b/sub/client_test.go
index <HASH>..<HASH> 100644
--- a/sub/client_test.go
+++ b/sub/client_test.go
@@ -2,6 +2,7 @@ package sub
import (
"testing"
+ "time"
stripe "github.com/stripe/stripe-go"
"github.com/stripe/stripe-go/coupon"
@@ -40,10 +41,11 @@ func TestSubscriptionNew(t *... | test: BillingCycleAnchor for TestSubscriptionNew | stripe_stripe-go | train | go |
1df3868463712e43fe457803ea0b114db9c2334d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,7 +4,7 @@ var MessageFormat = require('messageformat');
module.exports = function(content) {
var query = loaderUtils.parseQuery(this.query);
var locale = query.locale || 'en';
- var messages = (Array.isArray(this.in... | fix: "TypeError: Path must be a string. Received undefined" in Node v6
Apparently `filename` is a required parameter to `this.exec()` in a loader. It worked before because of some lax Node code which is now stricter. | messageformat_messageformat | train | js |
753d9ed3a3aba6c284a89607a1ef7d0ef1f0b38a | diff --git a/lib/pbn-stream.js b/lib/pbn-stream.js
index <HASH>..<HASH> 100644
--- a/lib/pbn-stream.js
+++ b/lib/pbn-stream.js
@@ -101,9 +101,8 @@ PbnStream.prototype._transform = function(line, encoding, done) {
});
}
else if (emptyLine.test(line)) {
- this.produce({
- type: 'game'
... | fix(pbn-stream): should ignore empty lines at eof | richardschneider_pbn | train | js,js |
cf086002350a2c8b0837cf2f8fc63732bff6613e | diff --git a/src/python/itkwasm/image.py b/src/python/itkwasm/image.py
index <HASH>..<HASH> 100644
--- a/src/python/itkwasm/image.py
+++ b/src/python/itkwasm/image.py
@@ -21,4 +21,5 @@ class Image:
size: Sequence[int]
origin: Sequence[float]
spacing: Sequence[float]
- direction: ArrayLike
\ No newline... | fix(Python): add name entry to Python itkwasm Image
Added in itk-<I>rc4.post1 | InsightSoftwareConsortium_itk-js | train | py |
199d88ff8dcefaccd424ab55cf11ea0cb37ecab2 | diff --git a/dramatiq/worker.py b/dramatiq/worker.py
index <HASH>..<HASH> 100644
--- a/dramatiq/worker.py
+++ b/dramatiq/worker.py
@@ -402,14 +402,14 @@ class _WorkerThread(Thread):
def pause(self):
"""Pause this worker.
"""
- self.paused_event.clear()
self.paused = True
+ ... | fix: clear paused event after assigning to pause to avoid race | Bogdanp_dramatiq | train | py |
3dbdaeab7af825c3e43415657f0bbcd58083e2d2 | diff --git a/react/Highlight/Highlight.js b/react/Highlight/Highlight.js
index <HASH>..<HASH> 100644
--- a/react/Highlight/Highlight.js
+++ b/react/Highlight/Highlight.js
@@ -8,7 +8,7 @@ type Props = {
children: React$Node,
secondary?: boolean,
className?: string,
- tone: typeof TONE.CRITICAL | typeof TONE.NE... | fix(Highlight): Do not require tone as it is defaulted (#<I>) | seek-oss_seek-style-guide | train | js |
a3a0a716b63732470537862dd77071ff495209ce | diff --git a/packages/micro-journeys/src/interactive-pathways.js b/packages/micro-journeys/src/interactive-pathways.js
index <HASH>..<HASH> 100644
--- a/packages/micro-journeys/src/interactive-pathways.js
+++ b/packages/micro-journeys/src/interactive-pathways.js
@@ -109,6 +109,7 @@ class BoltInteractivePathways extends... | fix: remove click event listener when disconnecting + remove preventDefault that was causing UI like buttons to not click as expected as a result | bolt-design-system_bolt | train | js |
fc56775a4d0e4248c77d7a0ec1932b7fa6ad117b | diff --git a/java-errorreporting/synth.py b/java-errorreporting/synth.py
index <HASH>..<HASH> 100644
--- a/java-errorreporting/synth.py
+++ b/java-errorreporting/synth.py
@@ -18,6 +18,8 @@ import synthtool as s
import synthtool.gcp as gcp
import synthtool.languages.java as java
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
... | chore: enable context aware commits (#<I>) | googleapis_google-cloud-java | train | py |
44943ca2dd16beb0ed18f20b3346b7b88d8445d8 | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100755
--- a/src/cli.js
+++ b/src/cli.js
@@ -9,20 +9,11 @@ const parsedArgs = minimist(process.argv.slice(2), { stopEarly: true, boolean: t
// running from the right-hand side of a pipe
const run = (input) => {
// Pass stdin to shx as the 'this' parameter
-... | fix: use process.exitCode to wait for streams (#<I>)
Issue #<I>
This is a follow-up to the initial PR. This favors `process.exitCode` over
`process.exit()` to guarantee that we don't terminate while streams are still
open.
This should have no effect on behavior, this is just a cleaner fix over the
previous ha... | shelljs_shx | train | js |
047df0265ae58f7ec0218b996525ecd5f0a90663 | diff --git a/scheduler/fleet.py b/scheduler/fleet.py
index <HASH>..<HASH> 100644
--- a/scheduler/fleet.py
+++ b/scheduler/fleet.py
@@ -116,6 +116,9 @@ class FleetHTTPClient(object):
entrypoint = kwargs.get('entrypoint')
if entrypoint:
l.update({'entrypoint': '{}'.format(entrypoint)})
+ ... | fix(client): encode unicode properly for apps:run | deis_controller-sdk-go | train | py |
5ca1752f19b5aa9558e32356b8c0c7b74e6d9992 | diff --git a/packages/lingui-react/src/Select.js b/packages/lingui-react/src/Select.js
index <HASH>..<HASH> 100644
--- a/packages/lingui-react/src/Select.js
+++ b/packages/lingui-react/src/Select.js
@@ -26,11 +26,14 @@ const Select = withI18n()(class Select extends React.Component<*, SelectProps> {
props: SelectProp... | fix: Fix react package for react-native | lingui_js-lingui | train | js |
b0ba7f8050c9bfa3659f3646471faa9ff7d7c666 | diff --git a/packages/colors/tasks/build.js b/packages/colors/tasks/build.js
index <HASH>..<HASH> 100644
--- a/packages/colors/tasks/build.js
+++ b/packages/colors/tasks/build.js
@@ -62,11 +62,35 @@ async function build() {
prettier.format(mixins, prettierOptions)
);
+ const colorMapValues = Object.keys(colo... | fix(colors): add back in ibm-color-map (#<I>) | carbon-design-system_carbon-elements | train | js |
fe06a9fb4cad0194d7328ec4311750b87310952b | diff --git a/packages/xod-project/test/project.spec.js b/packages/xod-project/test/project.spec.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/test/project.spec.js
+++ b/packages/xod-project/test/project.spec.js
@@ -43,7 +43,6 @@ describe('Project', () => {
});
// properties
- // description
desc... | refactor(xod-project): remove excessive comments | xodio_xod | train | js |
a5f16210000bd936e689500b85175df94ed5a771 | diff --git a/src/main/java/io/appium/java_client/internal/ElementMap.java b/src/main/java/io/appium/java_client/internal/ElementMap.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/appium/java_client/internal/ElementMap.java
+++ b/src/main/java/io/appium/java_client/internal/ElementMap.java
@@ -37,7 +37,7 @@ pub... | fix: Use lower case for Windows platform key in ElementMap (#<I>) | appium_java-client | train | java |
2b006e2c4831fb73dd07ae2cf666c43352e08bef | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -252,7 +252,7 @@ async function register (server, options) {
var logObject
if (mergeHapiLogData) {
- if (typeof data === 'string') {
+ if (typeof data === 'string' || typeof data === 'number') {
... | fix: allow logging numbers when mergeHapiLogData is true (#<I>) | pinojs_hapi-pino | train | js,js |
3d19278aa33e6c445727445c14bf936726ee1269 | diff --git a/packages/core/lib/runtime.js b/packages/core/lib/runtime.js
index <HASH>..<HASH> 100644
--- a/packages/core/lib/runtime.js
+++ b/packages/core/lib/runtime.js
@@ -2,8 +2,6 @@ const define = require('mixinable');
const { bindAll } = require('./util');
-const { override } = define;
-
exports.Mixin = cla... | refactor(core): get rid of render strategy in core | untool_untool | train | js |
f65e01b3ec5361ce244831b1877470b74338a14e | diff --git a/src/sensors.js b/src/sensors.js
index <HASH>..<HASH> 100644
--- a/src/sensors.js
+++ b/src/sensors.js
@@ -13,22 +13,22 @@ const listenerKeys = new Map([
function createSensorObservable(sensorType) {
return Observable.create(function subscribe(observer) {
this.isSensorAvailable = false;
-
+
... | fix(linter): Another try fixing the linter | react-native-sensors_react-native-sensors | train | js |
d776ec788a43765b10a394b75deb25050985b329 | diff --git a/lib/workers/pr/pr-body.js b/lib/workers/pr/pr-body.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/pr-body.js
+++ b/lib/workers/pr/pr-body.js
@@ -110,7 +110,7 @@ async function getPrBody(config) {
for (const row of tableValues) {
let val = '|';
for (const column of tableColumns) {
- v... | fix(GHE): Escape leading @ in pr body table (#<I>)
This prevents github from parsing package names as a team mention.
Closes #<I> | renovatebot_renovate | train | js |
08a50d309fb45bed7107aa70d6923ad48838a264 | diff --git a/components/serverless-apollo-service/serverless.js b/components/serverless-apollo-service/serverless.js
index <HASH>..<HASH> 100644
--- a/components/serverless-apollo-service/serverless.js
+++ b/components/serverless-apollo-service/serverless.js
@@ -9,7 +9,7 @@ const { trackComponent } = require("@webiny/t... | fix: add babel-loader to dependencies | Webiny_webiny-js | train | js |
3bf30b1e6d2d6f583f7069a1e24e7842d59fab2f | diff --git a/packages/discord.js/src/managers/PermissionOverwriteManager.js b/packages/discord.js/src/managers/PermissionOverwriteManager.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/managers/PermissionOverwriteManager.js
+++ b/packages/discord.js/src/managers/PermissionOverwriteManager.js
@@ -139,8 +13... | fix(PermissionOverwriteManager): mutates user (#<I>) | discordjs_discord.js | train | js |
4fdf9f663426f1eaf59b27a49a2f816dea24ce88 | diff --git a/master/buildbot/test/unit/test_db_pool.py b/master/buildbot/test/unit/test_db_pool.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/unit/test_db_pool.py
+++ b/master/buildbot/test/unit/test_db_pool.py
@@ -181,7 +181,11 @@ class Native(unittest.TestCase, db.RealDatabaseMixin):
def thd(conn... | test: Explain an explicit call to DB pool shutdown | buildbot_buildbot | train | py |
84c05eebb53dc007f52048d3bf15257de7ecdb18 | diff --git a/test/unit/waves.js b/test/unit/waves.js
index <HASH>..<HASH> 100644
--- a/test/unit/waves.js
+++ b/test/unit/waves.js
@@ -16,12 +16,15 @@ describe('Waves', () => {
taskQueue = new TaskQueue();
waves = new MdWaves(element);
+ expect(waves.element).toBeDefined();
});
it('applies waves-... | test(waves): add basic waves test | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
2d633b5b9d5963ad33a267eb2df92833eaa5113b | diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration_spec.rb
+++ b/spec/integration_spec.rb
@@ -601,7 +601,7 @@ describe 'Colors' do
@blue = Color.create!(:name => "blue", :short_name => "blu", :hex => 0x0000FF)
@black = Color.create!(:name => "bl... | test(search_facet): make it work with <I> | algolia_algoliasearch-rails | train | rb |
9962d6332e61679c2f9dd64ba3bc866bae6a1c2e | diff --git a/lib/plugins/track.js b/lib/plugins/track.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/track.js
+++ b/lib/plugins/track.js
@@ -55,7 +55,7 @@ function configureValues (track, version) {
return document.location.pathname;
},
td_referrer: function () {
- return document.location.refer... | fix(tracking): set referrer correctly | treasure-data_td-js-sdk | train | js |
7e11c576ecbb386af96979369421fe7f6e8a3786 | diff --git a/src/Drivers/Twitter.js b/src/Drivers/Twitter.js
index <HASH>..<HASH> 100644
--- a/src/Drivers/Twitter.js
+++ b/src/Drivers/Twitter.js
@@ -115,11 +115,11 @@ class Twitter extends OAuthScheme {
user
.setOriginal(userProfile)
.setFields(
- userProfile.id,
+ userProfile.id_str,... | fix(twitter): fetch id_str and https picture (#<I>)
Bad ID and HTTP profile pictures URIs were fetched.
Replaced id to id_str because it wasn't used correctly as an integer.
Fetched profile_image_url_https, with better "_normal" replacement (sometimes you can have .png or .gif profile pictures). | adonisjs_adonis-ally | train | js |
3376a7cbe4e188bb32906a8040b9cc26791e7d0e | diff --git a/system/Security/Security.php b/system/Security/Security.php
index <HASH>..<HASH> 100644
--- a/system/Security/Security.php
+++ b/system/Security/Security.php
@@ -538,6 +538,38 @@ class Security implements SecurityInterface
$response->setCookieStore($cookieStore);
}
+ /**
+ * CSRF Sen... | fix: restore removed methods as deprecated | codeigniter4_CodeIgniter4 | train | php |
94462dc4e9b147e86b2f0033a83fac829c243441 | diff --git a/packages/razzle/config/createConfigAsync.js b/packages/razzle/config/createConfigAsync.js
index <HASH>..<HASH> 100644
--- a/packages/razzle/config/createConfigAsync.js
+++ b/packages/razzle/config/createConfigAsync.js
@@ -896,13 +896,15 @@ module.exports = (
}),
webpackMajor === 5 ? n... | fix(razzle): update copy plugin options to patterns | jaredpalmer_razzle | train | js |
323f9654be71fad8388fc9cad44f3a5a9573d1cd | diff --git a/belt/managers.py b/belt/managers.py
index <HASH>..<HASH> 100644
--- a/belt/managers.py
+++ b/belt/managers.py
@@ -14,5 +14,5 @@ class SearchQuerySetMixin:
fields = []
conditions = [Q(**{f"{field}__icontains": query}) for field in fields]
if conditions:
- return sel... | fix: SearchQuerySetMixin for nested search | marcosgabarda_django-belt | train | py |
70a32410cabec132e9dbc5887f2ebbc54f0924d4 | diff --git a/www/AppRate.js b/www/AppRate.js
index <HASH>..<HASH> 100644
--- a/www/AppRate.js
+++ b/www/AppRate.js
@@ -44,6 +44,9 @@ AppRate = (function() {
promptForRatingWindowButtonClickHandler = function(buttonIndex) {
var base;
switch (buttonIndex) {
+ case 0:
+ updateCounter('reset');
+ ... | fix: handle click outside Android popup | pushandplay_cordova-plugin-apprate | train | js |
76b26d2d9884dcb0ca0dcf11aa3b5f46b84f78d7 | diff --git a/lib/components/map/transitive-overlay.js b/lib/components/map/transitive-overlay.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/transitive-overlay.js
+++ b/lib/components/map/transitive-overlay.js
@@ -51,7 +51,7 @@ class TransitiveCanvasOverlay extends MapLayer {
componentWillReceiveProps (ne... | fix(map): Clear transitive overlay data when unmounting component | opentripplanner_otp-react-redux | train | js |
00ff57e8801f69efaa8da1d8c52e0ced0fbc1dcb | diff --git a/src/Leevel/Collection/Collection.php b/src/Leevel/Collection/Collection.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Collection/Collection.php
+++ b/src/Leevel/Collection/Collection.php
@@ -27,6 +27,8 @@ use Countable;
use InvalidArgumentException;
use IteratorAggregate;
use JsonSerializable;
+use f... | fix(colllection): fix for phpstan level 7 | hunzhiwange_framework | train | php |
a884f08fbb28b33ed21bd354a82706bc3383f65e | diff --git a/angular-password.js b/angular-password.js
index <HASH>..<HASH> 100644
--- a/angular-password.js
+++ b/angular-password.js
@@ -11,9 +11,11 @@
ngModel.$parsers.push(function(value) {
if (value === otherPasswordModel.$viewValue) {
ngModel.$setValidity('passwordMatch', true);
- ... | fix: confirm password is unset when != password | PatrickJS_angular-password | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.