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 |
|---|---|---|---|---|---|
8243490f9af4ff602a1426fc105776f0e9c9a942 | diff --git a/packages/api/middleware/native/http.js b/packages/api/middleware/native/http.js
index <HASH>..<HASH> 100644
--- a/packages/api/middleware/native/http.js
+++ b/packages/api/middleware/native/http.js
@@ -1,7 +1,7 @@
const jwt = require('jsonwebtoken')
const Client = require('cubic-client')
const Cookies =... | fix(api): fixed wrong require | cubic-js_cubic | train | js |
f276423c5bf42c05ca70b65c34f971e70a04e001 | diff --git a/tests/test_configuration.py b/tests/test_configuration.py
index <HASH>..<HASH> 100644
--- a/tests/test_configuration.py
+++ b/tests/test_configuration.py
@@ -96,6 +96,24 @@ def test_tox_generative_environments_has_common_definition():
assert tox_environments == tox_ini
+def test_single_line_settin... | test: single line tox settings should be written on the same line | dry-python_dependencies | train | py |
f8616ed54b9146a7e360035941c1aeb653a5737d | diff --git a/lib/PipeTransport.js b/lib/PipeTransport.js
index <HASH>..<HASH> 100644
--- a/lib/PipeTransport.js
+++ b/lib/PipeTransport.js
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-const {helper} = require('./helper');
+const {help... | fix(pipe): handle 'error' events on pipes to avoid crashing (#<I>)
Fix #<I> | GoogleChrome_puppeteer | train | js |
784b28f4b53bd183e26a25ddf8594f6f73b0a974 | diff --git a/docs/lib/url_generator.js b/docs/lib/url_generator.js
index <HASH>..<HASH> 100644
--- a/docs/lib/url_generator.js
+++ b/docs/lib/url_generator.js
@@ -54,17 +54,18 @@ function validateExternalUrl (href, source) {
return request(href)
.then((html) => {
+ return
// bail if we dont have a hash
... | docs: comment out external url validation until url linking strategy is more thoroughly discussed | cypress-io_cypress | train | js |
e02564c42b23f38da792f7169c559c7f15b17cab | diff --git a/p2p/host/peerstore/pstoreds/ds_test.go b/p2p/host/peerstore/pstoreds/ds_test.go
index <HASH>..<HASH> 100644
--- a/p2p/host/peerstore/pstoreds/ds_test.go
+++ b/p2p/host/peerstore/pstoreds/ds_test.go
@@ -33,8 +33,6 @@ func TestDsPeerstore(t *testing.T) {
func TestDsAddrBook(t *testing.T) {
for name, dsFac... | test: don't run datastore tests in parallel
We have timing dependencies in some of these tests. | libp2p_go-libp2p | train | go |
b3c6833e9993ae887d272798a8e93bea379fa128 | diff --git a/src/lib/add-attrs.js b/src/lib/add-attrs.js
index <HASH>..<HASH> 100644
--- a/src/lib/add-attrs.js
+++ b/src/lib/add-attrs.js
@@ -1,10 +1,11 @@
+import Vue from 'vue'
+
export default function addAttrs (vm, attrs) {
- const consoleWarnSave = console.error
- console.error = () => {}
+ Vue.config.silent ... | refactor: set Vue to silent when adding listeners
closes #<I> | vuejs_vue-test-utils | train | js,js |
6995fa1ff1f5161e550ef952dc5ac0012afdccc0 | diff --git a/test/fast_forward_test.go b/test/fast_forward_test.go
index <HASH>..<HASH> 100644
--- a/test/fast_forward_test.go
+++ b/test/fast_forward_test.go
@@ -44,10 +44,15 @@ func TestFastForwardBasic(t *testing.T) {
// Wait for the background update to fetch the head.
waitForStalledMDGetForTLF(),
un... | test: wait for fast-forwarding to complete
Issue: KBFS-<I> | keybase_client | train | go |
323887e9f3ddd3bcd6db7147de5c716af2cc19fe | diff --git a/packages/puppeteer-extra-plugin-stealth/index.js b/packages/puppeteer-extra-plugin-stealth/index.js
index <HASH>..<HASH> 100644
--- a/packages/puppeteer-extra-plugin-stealth/index.js
+++ b/packages/puppeteer-extra-plugin-stealth/index.js
@@ -80,7 +80,7 @@ class StealthPlugin extends PuppeteerExtraPlugin {
... | chore(plugin-stealth): Temp disable accept-language (#<I>) | berstend_puppeteer-extra | train | js |
a080ce3e3622c2c036abba4b8d370702971f3117 | diff --git a/src/client/transport/local.js b/src/client/transport/local.js
index <HASH>..<HASH> 100644
--- a/src/client/transport/local.js
+++ b/src/client/transport/local.js
@@ -210,7 +210,7 @@ export function Local(opts) {
return transportOpts => {
let master;
- if (localMasters.has(transportOpts.gameKey... | fix: #<I> (#<I>) | nicolodavis_boardgame.io | train | js |
5e62ec7503e649c99fd42e02b0023fd44e31857d | diff --git a/sentry_sdk/utils.py b/sentry_sdk/utils.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/utils.py
+++ b/sentry_sdk/utils.py
@@ -169,20 +169,15 @@ def get_lines_from_file(filename, lineno, loader=None, module=None):
upper_bound = min(lineno + 1 + context_lines, len(source))
try:
- pre_conte... | chore: adapt output s.t. jan has less work | getsentry_sentry-python | train | py |
81fa9af7497626fdad5d78f6afb7f54b4a39652e | diff --git a/lib/response.js b/lib/response.js
index <HASH>..<HASH> 100644
--- a/lib/response.js
+++ b/lib/response.js
@@ -71,7 +71,7 @@ class Response {
* @param {string} type - MIME type of the response data
*/
type(type) {
- this.header('Content-Type', type);
+ this.header('content-typ... | refactor: Use lowercase key in content-type helper method | godmodelabs_flora | train | js |
096a79914527467eecfcf1a7974509c4d7ffd08f | diff --git a/config/webpack.common.js b/config/webpack.common.js
index <HASH>..<HASH> 100644
--- a/config/webpack.common.js
+++ b/config/webpack.common.js
@@ -245,7 +245,7 @@ module.exports = {
*/
new HtmlWebpackPlugin({
template: 'src/index.html',
- chunksSortMode: helpers.packageSort(['polyfill... | chore(webpack): simplify HtmlWebpackPlugin options (#<I>) | inchingorg_xdata-web | train | js |
d35b6733237acb554c640924ece340a5f3b6fcba | diff --git a/lib/platform/github/storage.js b/lib/platform/github/storage.js
index <HASH>..<HASH> 100644
--- a/lib/platform/github/storage.js
+++ b/lib/platform/github/storage.js
@@ -151,6 +151,8 @@ class Storage {
{ branch: branchName },
'Branch to delete does not exist'
);
+ ... | refactor(github): don’t warn deleting protected branch | renovatebot_renovate | train | js |
7bdcb48daf68e746681e3835b41a153e4c48fcc3 | diff --git a/model/repository/MonitoringRepository.php b/model/repository/MonitoringRepository.php
index <HASH>..<HASH> 100644
--- a/model/repository/MonitoringRepository.php
+++ b/model/repository/MonitoringRepository.php
@@ -482,8 +482,7 @@ class MonitoringRepository extends ConfigurableService implements DeliveryMon... | fix: remove inserting `extra_data` field sorting by as query parameter | oat-sa_extension-tao-proctoring | train | php |
cb1d3b34b75c91c9875caa90f6888cf65b03f86c | diff --git a/test/k8sT/Services.go b/test/k8sT/Services.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Services.go
+++ b/test/k8sT/Services.go
@@ -567,7 +567,9 @@ var _ = SkipDescribeIf(helpers.RunsOn54Kernel, "K8sServicesTest", func() {
})
})
- Context("Checks service across nodes", func() {
+ SkipContextIf(fun... | test: Quarantine K8sServicesTest Checks service across nodes on net-next
This test has been unreliable for some time:
- <URL> | cilium_cilium | train | go |
06883effc62c67e10cbd60619e7a14793ceab17a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -455,8 +455,8 @@ class CrawlKit {
delete task.result.error;
q.unshift(task);
}
- workerFinished(err);
... | fix: stop the timer before ending the timer | crawlkit_crawlkit | train | js |
3e04149464973278d62d2b1647f59e36586c31fa | diff --git a/src/js/util/animation.js b/src/js/util/animation.js
index <HASH>..<HASH> 100644
--- a/src/js/util/animation.js
+++ b/src/js/util/animation.js
@@ -86,7 +86,8 @@ export function animate(element, animation, duration = 200, origin, out) {
addClass(element, animation, animationPrefix + (out ? 'leav... | fix: animation adds `false` and `undefined` as class | uikit_uikit | train | js |
6acd88860968444d85228b7acbab16c35f06bdb1 | diff --git a/src/Charcoal/Email/EmailQueueItem.php b/src/Charcoal/Email/EmailQueueItem.php
index <HASH>..<HASH> 100644
--- a/src/Charcoal/Email/EmailQueueItem.php
+++ b/src/Charcoal/Email/EmailQueueItem.php
@@ -254,15 +254,15 @@ class EmailQueueItem extends AbstractModel implements QueueItemInterface
try {
... | refactor(queue-item-interface): rename status constants | locomotivemtl_charcoal-email | train | php |
28555b114fc3db947dd76ef92b66c4f4c60a71fe | diff --git a/packages/webiny-app/src/plugins/fileUploaderPlugin.js b/packages/webiny-app/src/plugins/fileUploaderPlugin.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-app/src/plugins/fileUploaderPlugin.js
+++ b/packages/webiny-app/src/plugins/fileUploaderPlugin.js
@@ -20,7 +20,7 @@ export default (config: Object ... | fix: undo accidental find / replace (blame storm) | Webiny_webiny-js | train | js |
8ec304755a3a8d1ae3d86da688c81b658d8158d3 | diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js
index <HASH>..<HASH> 100644
--- a/cypress/plugins/index.js
+++ b/cypress/plugins/index.js
@@ -0,0 +1,3 @@
+module.exports = function () {
+ // configure plugins here
+}; | fix: cypress plugins | marmelab_gremlins.js | train | js |
12f37ddbe5a77cffcf97d044d59cf2a3a4b44c1b | diff --git a/src/homeAssistant/Websocket.js b/src/homeAssistant/Websocket.js
index <HASH>..<HASH> 100644
--- a/src/homeAssistant/Websocket.js
+++ b/src/homeAssistant/Websocket.js
@@ -66,8 +66,8 @@ class Websocket {
const auth = {
type: 'auth',
- [this.config.legacy ? 'api_password' : ... | fix: Handle promise rejection when user doesn't have tags component enabled in HA | zachowj_node-red-contrib-home-assistant-websocket | train | js |
6b0c3f9fd09bc3329f9b3453794386612a96a7e8 | diff --git a/src/gatsby-node.js b/src/gatsby-node.js
index <HASH>..<HASH> 100644
--- a/src/gatsby-node.js
+++ b/src/gatsby-node.js
@@ -32,6 +32,7 @@ export function onCreateWebpackConfig(
printRejected: false,
printAll: false,
debug: false,
+ develop: false,
ignore: [],
...userOptions
};
... | feat: Add running on develop using `develop` option | anantoghosh_gatsby-plugin-purgecss | train | js |
a6b1dad06190bc10930835caefaacfb4e8967a8f | diff --git a/packages/cli/commands/upgrade/index.js b/packages/cli/commands/upgrade/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli/commands/upgrade/index.js
+++ b/packages/cli/commands/upgrade/index.js
@@ -1,5 +1,6 @@
const upgrades = require("./upgrades");
const { red } = require("chalk");
+const execa = re... | fix: add everything-committed check | Webiny_webiny-js | train | js |
4ec5207e800b6c7e9541a46b98c8d669450a1ce1 | diff --git a/lib/db/cortex.php b/lib/db/cortex.php
index <HASH>..<HASH> 100644
--- a/lib/db/cortex.php
+++ b/lib/db/cortex.php
@@ -3208,8 +3208,8 @@ class CortexCollection extends \ArrayIterator {
$val = $model->get($prop, $raw);
if (!empty($val))
$out[] = $val;
- } elseif($raw)
- $out[] = is_array... | fix: getAll property on non-existing fields | ikkez_f3-cortex | train | php |
6afd50fac333183994f8c04d7da1f73553cc0f4b | diff --git a/react/MuiCozyTheme/makeOverrides.js b/react/MuiCozyTheme/makeOverrides.js
index <HASH>..<HASH> 100644
--- a/react/MuiCozyTheme/makeOverrides.js
+++ b/react/MuiCozyTheme/makeOverrides.js
@@ -631,7 +631,7 @@ const makeOverrides = theme => ({
// To keep muiV3 behavior
// TODO check later if we... | fix(CozyDialogs): Remove margin on action buttons for column layout | cozy_cozy-ui | train | js |
b6c00fb9bc9445098568392a28166be88b403b0f | diff --git a/packages/create-razzle-app/lib/index.js b/packages/create-razzle-app/lib/index.js
index <HASH>..<HASH> 100644
--- a/packages/create-razzle-app/lib/index.js
+++ b/packages/create-razzle-app/lib/index.js
@@ -21,9 +21,6 @@ const razzlePkg = `razzle${branch == 'master' ? '' : '@' + branch}`;
const officialExa... | fix(create-razzle-app): fixed a merge conflict | jaredpalmer_razzle | train | js |
231bd42b87ab30c9742f693aff9d0c6fe9b6cdb3 | diff --git a/packages/avatar/src/react/styles.js b/packages/avatar/src/react/styles.js
index <HASH>..<HASH> 100644
--- a/packages/avatar/src/react/styles.js
+++ b/packages/avatar/src/react/styles.js
@@ -63,7 +63,7 @@ const initials = ({ name }) =>
flexDirection: 'column',
justifyContent: 'center',
color:... | feat(avatar): change initials font-weight to book | pluralsight_design-system | train | js |
a0a8f6edadcf73486fa6485e89951355eaca217f | diff --git a/packages/card/src/styledComponents/Card.js b/packages/card/src/styledComponents/Card.js
index <HASH>..<HASH> 100644
--- a/packages/card/src/styledComponents/Card.js
+++ b/packages/card/src/styledComponents/Card.js
@@ -25,6 +25,7 @@ const Card = styled.div`
padding: ${padding};
box-sizing: border-box;... | feat(Card): add a CSS property to prevent children component to overflow its background
affects: @crave/farmblocks-card | CraveFood_farmblocks | train | js |
70997e7292c5292c3b7038617e341e85d79d1481 | diff --git a/example/index.js b/example/index.js
index <HASH>..<HASH> 100644
--- a/example/index.js
+++ b/example/index.js
@@ -35,7 +35,8 @@ db.installUsersBehavior().then(function () {
server.register({
register: hapiAccount,
options: {
- usersDb: db
+ usersDb: db,
+ secret: 'NOT SO SECRET'... | test: add secret so signIn will work | hoodiehq-archive_hoodie-account | train | js |
279d6208222298f9a39d9ca7afd39a9a4f33791d | diff --git a/ignite/contrib/handlers/tqdm_logger.py b/ignite/contrib/handlers/tqdm_logger.py
index <HASH>..<HASH> 100644
--- a/ignite/contrib/handlers/tqdm_logger.py
+++ b/ignite/contrib/handlers/tqdm_logger.py
@@ -161,7 +161,7 @@ class ProgressBar(BaseLogger):
def attach( # type: ignore[override]
self,
... | fix: Corrects type hint for ProgressBar (#<I>) | pytorch_ignite | train | py |
df75f6ecc43c79a0a50a1683b602e73f5047d477 | diff --git a/test/test_project.py b/test/test_project.py
index <HASH>..<HASH> 100644
--- a/test/test_project.py
+++ b/test/test_project.py
@@ -2,16 +2,7 @@ import os
import unittest
-
class ProjectTests(unittest.TestCase):
- # ./docker
- def test_docker_dir(self):
- self.assertTrue(os.path.isfile("./... | fix: drop the silly docker file tests | sendgrid_sendgrid-python | train | py |
688d4154b38e2c051b1b7c433f01624442d936a4 | diff --git a/packages/blueprint-sequelize/app/services/sequelize.js b/packages/blueprint-sequelize/app/services/sequelize.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-sequelize/app/services/sequelize.js
+++ b/packages/blueprint-sequelize/app/services/sequelize.js
@@ -190,7 +190,8 @@ module.exports = Service.... | fix: always cleared the database, even when false | onehilltech_blueprint | train | js |
64fd0ccb0036237b2eec32a38163607eedce4936 | diff --git a/docs/src/examples.js b/docs/src/examples.js
index <HASH>..<HASH> 100644
--- a/docs/src/examples.js
+++ b/docs/src/examples.js
@@ -21,7 +21,7 @@ routesConfig.push({
component: DemoList
});
const router = new VueRouter({
- mode: 'history',
+ mode: 'hash',
base: '/zanui/vue/examples',
routes: rou... | feat: change doc router mode to hash (#<I>) | youzan_vant | train | js,js |
86bf8bf2c3ecb65d278ff657db89e04a80a1b882 | diff --git a/lib/util/http-mgr.js b/lib/util/http-mgr.js
index <HASH>..<HASH> 100644
--- a/lib/util/http-mgr.js
+++ b/lib/util/http-mgr.js
@@ -136,7 +136,7 @@ function updateBody(url, callback, init) {
}
if (!err) {
var code = res.statusCode;
- if (code >= 400 && code < 500) {
+ if (code === ... | refactor: handle the statusCode of remote rules response | avwo_whistle | train | js |
823c0c248c3f234d5326633496f6485b56e1d238 | diff --git a/plugins/typescript/index.js b/plugins/typescript/index.js
index <HASH>..<HASH> 100644
--- a/plugins/typescript/index.js
+++ b/plugins/typescript/index.js
@@ -50,7 +50,7 @@ exports.apply = (
.options(
Object.assign(
{
- transpileOnly: true,
+ transpileOnly: a... | fix(typescript): Don't set `transpileOnly` in parallel mode (#<I>) | egoist_poi | train | js |
c5d4eba20d0e29df36dcc15598dee6de29163ca6 | diff --git a/src/main/java/com/conveyal/gtfs/GTFSFeed.java b/src/main/java/com/conveyal/gtfs/GTFSFeed.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/GTFSFeed.java
+++ b/src/main/java/com/conveyal/gtfs/GTFSFeed.java
@@ -234,15 +234,7 @@ public class GTFSFeed implements Cloneable, Closeable {
... | refactor(GTFSFeed): remove commented out code
BREAKING CHANGE: This PR removes a few heavyweight indexes that are no longer used. It also removes
the FeedStats class/stats package. | conveyal_gtfs-lib | train | java |
9ba1660d3721342dd353360383b4fe9463ffb723 | diff --git a/docs/app/js/codepen.js b/docs/app/js/codepen.js
index <HASH>..<HASH> 100644
--- a/docs/app/js/codepen.js
+++ b/docs/app/js/codepen.js
@@ -122,8 +122,8 @@
return content + '\n\n'+
commentStart + '\n'+
'Copyright 2016 Google Inc. All Rights Reserved. \n'+
- 'Use of thi... | fix(docs): codepen should link to correct license link
* Currently when checking out a codepen, the license will be appended to all source files.
The license of the docs will be linked inside of that comment. But that link is not correct.
* Fix incorrect wording for the license footer for codpens
Closes #<I> | angular_material | train | js |
65a41f6ccc57ef7bb39fe779d9af4ce5e29ba34f | diff --git a/scripts/rollup-build.js b/scripts/rollup-build.js
index <HASH>..<HASH> 100644
--- a/scripts/rollup-build.js
+++ b/scripts/rollup-build.js
@@ -3,6 +3,7 @@ import nodeResolve from 'rollup-plugin-node-resolve';
import babel from 'rollup-plugin-babel';
import uglify from 'rollup-plugin-uglify';
import commo... | chore: use filesize rollup plugin during in build script | probil_vue-socket.io-extended | train | js |
e2f5bca886c47e18a5eb71d27ee481af6a4a58c0 | diff --git a/providers/AppProvider.js b/providers/AppProvider.js
index <HASH>..<HASH> 100644
--- a/providers/AppProvider.js
+++ b/providers/AppProvider.js
@@ -210,7 +210,7 @@ class AppProvider extends ServiceProvider {
*/
_registerExceptionHandler () {
this.app.bind('Adonis/Exceptions/Handler', () => {
- ... | fix(exception): return instance of exception handler from ioc binding | adonisjs_adonis-framework | train | js |
6471e724b912242efc58ac99621c6ff67818da70 | diff --git a/src/SortableContainer/index.js b/src/SortableContainer/index.js
index <HASH>..<HASH> 100644
--- a/src/SortableContainer/index.js
+++ b/src/SortableContainer/index.js
@@ -214,11 +214,12 @@ export default function sortableContainer(WrappedComponent, config = {withRef: f
};
const fields = node.que... | fix: Update value pre-population logic to be more reliable | clauderic_react-sortable-hoc | train | js |
876db1f4a742813d48473b8bcd7e97d60bda806c | diff --git a/src/candela/components/TrackerDash/InfoPane.js b/src/candela/components/TrackerDash/InfoPane.js
index <HASH>..<HASH> 100644
--- a/src/candela/components/TrackerDash/InfoPane.js
+++ b/src/candela/components/TrackerDash/InfoPane.js
@@ -120,7 +120,7 @@ class InfoPane extends VisComponent {
}
... | fix(TrackerDash): Use correct target element for InfoPane bullet charts | Kitware_candela | train | js |
a136501d43396977b50571a68527333f1c835bb0 | diff --git a/test/mp/runtime/directives/bind.spec.js b/test/mp/runtime/directives/bind.spec.js
index <HASH>..<HASH> 100644
--- a/test/mp/runtime/directives/bind.spec.js
+++ b/test/mp/runtime/directives/bind.spec.js
@@ -421,4 +421,27 @@ describe('Directive v-bind', () => {
expectAttr(0)
}).then(done)
})
+... | test: update test for same attribute value but different hid | kaola-fed_megalo | train | js |
7da2a9d4141cff40801b7959a952b3416ac297ef | diff --git a/test/test_scheduler.go b/test/test_scheduler.go
index <HASH>..<HASH> 100644
--- a/test/test_scheduler.go
+++ b/test/test_scheduler.go
@@ -263,13 +263,15 @@ func (s *SchedulerSuite) TestControllerRestart(t *c.C) {
addr := addrs[1]
debug(t, "new controller address: ", addr)
client, err = controller.... | test: Fix race in TestControllerRestart
Creating a client doesn't actually make any connections, so try to
connect to the stream inside of the attempts function. | flynn_flynn | train | go |
3f7f50c69d06250aaf4c71997b3908fa261c7c6b | diff --git a/spec/JUnitXmlReporterSpec.js b/spec/JUnitXmlReporterSpec.js
index <HASH>..<HASH> 100644
--- a/spec/JUnitXmlReporterSpec.js
+++ b/spec/JUnitXmlReporterSpec.js
@@ -1,6 +1,6 @@
/* globals jasmine, describe, afterEach, beforeEach, it, expect */
var jasmineReporters = require("../index");
-var DOMParser = req... | fix: Adapt require calls to new xmldom | larrymyers_jasmine-reporters | train | js,js |
e56970cc69fe7d6d5fbbb795811bdf849ab9924b | diff --git a/lib/auth_41.js b/lib/auth_41.js
index <HASH>..<HASH> 100644
--- a/lib/auth_41.js
+++ b/lib/auth_41.js
@@ -73,8 +73,11 @@ exports.calculateTokenFromPasswordSha = function(
scramble1,
scramble2
) {
+ // we use AUTH 41 here, and we need only the bytes we just need.
+ const authPluginData1 = scramble1... | fix: enhance auth <I> | sidorares_node-mysql2 | train | js |
fa2a6b8ccc051b428787d64cb719ae650e8802de | diff --git a/intranet/apps/announcements/notifications.py b/intranet/apps/announcements/notifications.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/announcements/notifications.py
+++ b/intranet/apps/announcements/notifications.py
@@ -129,8 +129,9 @@ def announcement_posted_email(request, obj, send_all=False):
... | perf(announcements): don't make unnecessary
queries | tjcsl_ion | train | py |
f43af330a0aeebe3422ca050ed46b3ed2f63b495 | diff --git a/src/main/index.js b/src/main/index.js
index <HASH>..<HASH> 100644
--- a/src/main/index.js
+++ b/src/main/index.js
@@ -67,8 +67,13 @@ openFile$
// based on if arguments went through argv or through open-file events
if (notebooks.length <= 0 && buffer.length <= 0) {
log.info('launching an em... | fix(defaultKernel): default to py3, py2, then 1st lexicographically | nteract_nteract | train | js |
3f904916a966e2b249835e0643ffe3a4626c89cb | diff --git a/src/Http/routes.php b/src/Http/routes.php
index <HASH>..<HASH> 100644
--- a/src/Http/routes.php
+++ b/src/Http/routes.php
@@ -1,5 +1,16 @@
<?php
+declare(strict_types=1);
+
+/*
+ * This file is part of Eloquent Viewable.
+ *
+ * (c) Cyril de Wit <github@cyrildewit.nl>
+ *
+ * For the full copyright and ... | refactor: add declare strict_types=1 and copyright notice to routes.php | cyrildewit_eloquent-viewable | train | php |
2cf08d71a9d32311d79846828ecb076d0c978758 | diff --git a/src/components/VDataTable/mixins/body.js b/src/components/VDataTable/mixins/body.js
index <HASH>..<HASH> 100644
--- a/src/components/VDataTable/mixins/body.js
+++ b/src/components/VDataTable/mixins/body.js
@@ -31,6 +31,7 @@ export default {
return this.genTR([transition], { class: 'datatable__expand... | fix(v-data-table): removed key assignment to slotted tr
if a developer has a top level tr, they will have to apply the key | vuetifyjs_vuetify | train | js |
cb9d41e82f6a9ab5208466407650bd2af4af2b06 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -119,7 +119,7 @@ PGPubsub.prototype.removeChannel = function (channel, callback) {
PGPubsub.prototype.close = function () {
this.retry.end();
- this.removeAllListeners(channel);
+ this.removeAllListeners();
this.cha... | fix(main): removed unknown variable in close() | voxpelli_node-pg-pubsub | train | js |
5831035574d9710a5529f478eb7040f54fa3cf20 | diff --git a/scripts/build.js b/scripts/build.js
index <HASH>..<HASH> 100644
--- a/scripts/build.js
+++ b/scripts/build.js
@@ -18,6 +18,14 @@ const inputOptions = {
commonjs(), // so Rollup can convert `ms` to an ES module
babel({
exclude: 'node_modules/**', // 只编译我们的源代码
+ presets: [[
+ '@b... | fix: Do not transpile typeof helper with itself. | jaywcjlove_hotkeys | train | js |
715641296301a8f08161790c72a07a56c8413658 | diff --git a/lib/lift.js b/lib/lift.js
index <HASH>..<HASH> 100644
--- a/lib/lift.js
+++ b/lib/lift.js
@@ -97,7 +97,7 @@ module.exports = function(Future) {
*/
exports.fromPromise = fromPromise
function fromPromise(p) { return new Future(function(reject, resolve) {
- p.then(reject, resolve)
+ p.then(res... | fix(lift): Fixes promise's parameter order
While Future/Tasks use (reject, resolve), Promises use (resolve, reject).
Closes #7. | folktale_control.async | train | js |
5cb93daa6978f3f54cb55c00b114cfd5ed4fb001 | diff --git a/cleo/commands/command.py b/cleo/commands/command.py
index <HASH>..<HASH> 100644
--- a/cleo/commands/command.py
+++ b/cleo/commands/command.py
@@ -336,7 +336,7 @@ class Command(BaseCommand):
"""
Automatically spin a progress indicator.
"""
- spinner = ProgressIndicator(self... | chore: fix failing lint | sdispater_cleo | train | py |
51946db8da11a16429c1071da21fe11775ecdb76 | diff --git a/scripts/rebuild_specs.js b/scripts/rebuild_specs.js
index <HASH>..<HASH> 100644
--- a/scripts/rebuild_specs.js
+++ b/scripts/rebuild_specs.js
@@ -8,7 +8,7 @@ const ts = require('typescript');
const app = new TypeDoc.Application();
app.bootstrap({
- mode: 'Modules',
+ mode: TypeDoc.SourceFileMode.... | fix: Rebuild specs typechecks | TypeStrong_typedoc | train | js |
672d052d306123668fffb9e9bfe9b82306d0f585 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -297,7 +297,7 @@ function exportInterfaces(obj) {
obj.logger = logger;
obj.getImpExpService = function(callback) {
loadService(function(err, options) {
- callback(err, options.port);
+ call... | feat: Export saz file | avwo_whistle | train | js |
bfe96af21129c5daaef2e68f6326b237cef954b7 | diff --git a/actor-sdk/sdk-core/runtime/runtime-se/src/main/java/im/actor/runtime/se/JavaSeThreadingProvider.java b/actor-sdk/sdk-core/runtime/runtime-se/src/main/java/im/actor/runtime/se/JavaSeThreadingProvider.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/runtime/runtime-se/src/main/java/im/actor/runtime/... | fix(runtime): Fixing Java SE compilation error | actorapp_actor-platform | train | java |
fafead7c858b5c872f028004ff05c57d96adbaae | diff --git a/recommender/synth.py b/recommender/synth.py
index <HASH>..<HASH> 100644
--- a/recommender/synth.py
+++ b/recommender/synth.py
@@ -29,7 +29,8 @@ common = gcp.CommonTemplates()
for version in versions:
library = gapic.py_library(
"recommender", version,
- include_protos=True
+ in... | chore(recommender): correct config path in synth file for recommender (#<I>) | googleapis_google-cloud-python | train | py |
4d3a5986d0d27b3ad4a4ec50274dd7f7cdf776a2 | diff --git a/controllers/UserController.js b/controllers/UserController.js
index <HASH>..<HASH> 100644
--- a/controllers/UserController.js
+++ b/controllers/UserController.js
@@ -262,9 +262,7 @@ module.exports = function( config, Controller, passport, UserService ) {
.then( this.proxy( function( user )... | refactor(auth): Modified user controller to call handleServiceMessage with exceptions as well | CleverStack_clever-auth | train | js |
07f61d822d9729118a80692919bfdb236deee10f | diff --git a/packages/api-page-builder/src/plugins/models/pbPage.model.js b/packages/api-page-builder/src/plugins/models/pbPage.model.js
index <HASH>..<HASH> 100644
--- a/packages/api-page-builder/src/plugins/models/pbPage.model.js
+++ b/packages/api-page-builder/src/plugins/models/pbPage.model.js
@@ -92,19 +92,19 @@ e... | fix: handle errors on missing settings or lack of settings values. | Webiny_webiny-js | train | js |
be2359952ebd5672c3b6c4b10e3eed2cf2f62086 | diff --git a/src/test/java/com/aparapi/runtime/MultiplePassesMemoryConsumptionTest.java b/src/test/java/com/aparapi/runtime/MultiplePassesMemoryConsumptionTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/aparapi/runtime/MultiplePassesMemoryConsumptionTest.java
+++ b/src/test/java/com/aparapi/runtime/Multip... | test: increased the max memory consumption to 4 megs on the test. | Syncleus_aparapi | train | java |
839974ca432c70d57e82e9b47334f743e0c20281 | diff --git a/src/managers/ApplicationCommandPermissionsManager.js b/src/managers/ApplicationCommandPermissionsManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/ApplicationCommandPermissionsManager.js
+++ b/src/managers/ApplicationCommandPermissionsManager.js
@@ -133,12 +133,13 @@ class ApplicationCommandPermiss... | docs(ApplicationCommandPermissionsManager): fix example set method (#<I>) | discordjs_discord.js | train | js |
39609fa45a258519fa9fcb4ebfbbd004e57be1d0 | diff --git a/src/foremast/consts.py b/src/foremast/consts.py
index <HASH>..<HASH> 100644
--- a/src/foremast/consts.py
+++ b/src/foremast/consts.py
@@ -23,7 +23,7 @@ def find_config():
cfg_file = config.read(config_locations)
if not cfg_file:
- LOG.error('No config found in the following locations: {0... | fix: Locations was move to a local variable | foremast_foremast | train | py |
a77a2a4f82eb8a45ea837003ed16aab5d8bab7f5 | diff --git a/packages/eslint-config/index.js b/packages/eslint-config/index.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config/index.js
+++ b/packages/eslint-config/index.js
@@ -36,7 +36,6 @@ module.exports = {
"jsx-a11y/no-noninteractive-element-interactions": 0,
"react/forbid-prop-types": 0,
"... | feat(eslint-config): remove react/self-closing-comp custom rule
affects: @goldwasserexchange/eslint-config
remove react/self-closing-comp custom eslint rule to use airbnb default behavior | goldwasserexchange_public | train | js |
8ea1f134df46c236852c2827ad48ee93399606e6 | diff --git a/library.js b/library.js
index <HASH>..<HASH> 100644
--- a/library.js
+++ b/library.js
@@ -388,7 +388,8 @@ async function stripDisallowedFullnames(users) {
SocketPlugins.mentions.getTopicUsers = async (socket, data) => {
const uids = await Topics.getUids(data.tid);
- const users = await User.getUsers(u... | fix: #<I>, don't show delete users in topic users | julianlam_nodebb-plugin-mentions | train | js |
d5c3750c052649ef9d1b0fc9551c9b740f3d55dc | diff --git a/lib/koa-data-request.js b/lib/koa-data-request.js
index <HASH>..<HASH> 100644
--- a/lib/koa-data-request.js
+++ b/lib/koa-data-request.js
@@ -38,9 +38,8 @@ class KoaDataRequestInterceptor extends Interceptor {
receive(ctx, args) {
this.ec.properties = args;
- return this.connected.receive({
- dat... | feat(koa-data-request): no more { data: <<content>> } for outgoing requests
BREAKING CHANGE: remove surrounding object with data: key as default request shell | Kronos-Integration_kronos-interceptor-http-request | train | js,js |
1f8d1afce0abe16c9888dafe73010e65271cf34d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -15,6 +15,7 @@ const fs = require('fs');
const _ = require('lodash');
const path = require('path');
const loaderUtils = require('loader-utils');
+const webpack = require('webpack');
const { CachedChildCompilation } = requi... | feat: use webpack 5 api to add assets | jantimon_html-webpack-plugin | train | js |
694a4a5148192be14b1ff5dc7353ec0c55297fb4 | diff --git a/packages/ncform-common/src/validation-rule.js b/packages/ncform-common/src/validation-rule.js
index <HASH>..<HASH> 100755
--- a/packages/ncform-common/src/validation-rule.js
+++ b/packages/ncform-common/src/validation-rule.js
@@ -29,7 +29,7 @@ class ValidationRule {
case "promise":
resu... | fix(ncform-common): Fixed the bug that the promise type rule logic does not take effect when submiss | ncform_ncform | train | js |
8cfd2c3d6e9d779472bde7c05c72daff111c6868 | diff --git a/system/Commands/Database/ShowTableInfo.php b/system/Commands/Database/ShowTableInfo.php
index <HASH>..<HASH> 100644
--- a/system/Commands/Database/ShowTableInfo.php
+++ b/system/Commands/Database/ShowTableInfo.php
@@ -81,7 +81,9 @@ class ShowTableInfo extends BaseCommand
$tables = $this->db->lis... | fix: $sortIsDESC assignment
Ensure that boolean is assigned. | codeigniter4_CodeIgniter4 | train | php |
03cf1f05842f4f7fbbe3ad53dbee48c83ede3615 | diff --git a/src/js/core/scrollspy.js b/src/js/core/scrollspy.js
index <HASH>..<HASH> 100644
--- a/src/js/core/scrollspy.js
+++ b/src/js/core/scrollspy.js
@@ -128,6 +128,10 @@ export default {
toggle(el, inview) {
const state = this._data.elements.get(el);
+ if (!state) {
+ ... | fix: case where component resets while toggle is enqueued | uikit_uikit | train | js |
3592fc22320f942886f96d384db2997bac5b4879 | diff --git a/src/modules/cell.js b/src/modules/cell.js
index <HASH>..<HASH> 100644
--- a/src/modules/cell.js
+++ b/src/modules/cell.js
@@ -186,6 +186,7 @@ import { jsPDF } from "../jspdf.js";
var amountOfLines = 0;
var height = 0;
var tempWidth = 0;
+ var scope = this;
if (!Array.isArray(text) ... | fix: scope is not defined in getTextDimensions (#<I>) | MrRio_jsPDF | train | js |
b43f79b98011f79cb5e39554ad3e5e9bd5312498 | diff --git a/query/stdlib/testing/end_to_end_test.go b/query/stdlib/testing/end_to_end_test.go
index <HASH>..<HASH> 100644
--- a/query/stdlib/testing/end_to_end_test.go
+++ b/query/stdlib/testing/end_to_end_test.go
@@ -190,6 +190,16 @@ func testFlux(t testing.TB, l *launcher.TestLauncher, file *ast.File) {
// this ti... | fix: need to rebuild the query request before the second e2e test run (#<I>)
The e2e test driver in influxdb runs the tests twice to get past the fact that there
is no way to force order between the write to storage and the read back. When
the json.Marshal call became mandatory it was added to the first run, but not... | influxdata_influxdb | train | go |
cbbefcac0e17410d87a88c4031fadde2aa52bdf9 | diff --git a/src/super.js b/src/super.js
index <HASH>..<HASH> 100644
--- a/src/super.js
+++ b/src/super.js
@@ -22,7 +22,9 @@ Super.prototype.on = function (arg, cb) {
Super.prototype.off = function (type, cb) {
var self = this;
- if (self.handlers[type] && self.handlers[type].indexOf(cb) >= 0) {
+ if (cb ... | feat(off): allow unsubscribing of a type at once | yoannmoinet_nipplejs | train | js |
d143b2d4f0f2e9efbf7b2fe647cab2ddd43c93de | diff --git a/lib/faraday/connection.rb b/lib/faraday/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday/connection.rb
+++ b/lib/faraday/connection.rb
@@ -474,9 +474,7 @@ module Faraday
if params
uri.query = params.to_query(params_encoder || options.params_encoder)
end
- # rubocop:di... | chore: Remove unnecessary lint skip | lostisland_faraday | train | rb |
b0ae9c6b0f79b4c3a3fd46b940bf810c31701eac | diff --git a/packages/blueprint-sequelize/lib/resource-controller.js b/packages/blueprint-sequelize/lib/resource-controller.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-sequelize/lib/resource-controller.js
+++ b/packages/blueprint-sequelize/lib/resource-controller.js
@@ -310,7 +310,7 @@ module.exports = Reso... | fix: includes in the original query were ignored | onehilltech_blueprint | train | js |
54f1b7264287a1f7efd8486de56d1becbc666a6f | diff --git a/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js b/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js
index <HASH>..<HASH> 100644
--- a/sass/themes/cr/2019/components/membership-signup/js/membership-signup.js
+++ b/sass/themes/cr/2019/components/membership-sign... | fix: Collapse and expand white space | comicrelief_pattern-lab | train | js |
a3caf4f02318ad757d0a3f8015a74fce8a94d105 | diff --git a/samples/analyze.js b/samples/analyze.js
index <HASH>..<HASH> 100644
--- a/samples/analyze.js
+++ b/samples/analyze.js
@@ -251,7 +251,7 @@ async function analyzeSafeSearch(gcsUri) {
`.${(result.timeOffset.nanos / 1e6).toFixed(0)}s`
);
console.log(
- `\t\tPornography liklihood: ${like... | docs: fix typo in samples/analyze.js (#<I>)
docs: fix typo in samples/analyze.js | googleapis_nodejs-video-intelligence | train | js |
37c3b736cb4ebfe56d91dcc4c3ec3fc7b40a3474 | 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
@@ -124,7 +124,8 @@ class StateboxService {
this.statebox.listEx... | fix: get update last described from execution options | wmfs_tymly-core | train | js |
9448c0b987ccafb8236468e9f062aef873567685 | diff --git a/src/hooks/use-mounted.js b/src/hooks/use-mounted.js
index <HASH>..<HASH> 100644
--- a/src/hooks/use-mounted.js
+++ b/src/hooks/use-mounted.js
@@ -3,7 +3,7 @@ import {
useRef,
} from 'react';
-export default function useDidMount() {
+export default function useMounted() {
const mounted = useRef(fal... | refactor(useDidMount): rename to `useMounted` for consistency with file name | juanca_react-aria-components | train | js |
66b65aa3ad549fdeaa8df08c9fc2bad2b0c91226 | diff --git a/lib/restore_bundled_with/fetch.rb b/lib/restore_bundled_with/fetch.rb
index <HASH>..<HASH> 100644
--- a/lib/restore_bundled_with/fetch.rb
+++ b/lib/restore_bundled_with/fetch.rb
@@ -2,6 +2,8 @@ module RestoreBundledWith
class Fetch
LOCK_FILE = 'Gemfile.lock'
REF = 'HEAD'
+ # REGEX_PICK = /^... | chore(fetch): comment for capture regex | packsaddle_ruby-restore_bundled_with | train | rb |
78c68772940d1fa77c7ededf55e49014f887962f | diff --git a/packages/@vue/cli-service/lib/config/dev.js b/packages/@vue/cli-service/lib/config/dev.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/config/dev.js
+++ b/packages/@vue/cli-service/lib/config/dev.js
@@ -10,6 +10,11 @@ module.exports = (api, options) => {
.plugin('hmr')
... | fix: fix hmr compatibility with worker-loader (#<I>)
closes #<I> | vuejs_vue-cli | train | js |
b1a1fc20e0d239b29fe51470ef5d6b537721deef | diff --git a/lib/Client.js b/lib/Client.js
index <HASH>..<HASH> 100644
--- a/lib/Client.js
+++ b/lib/Client.js
@@ -139,7 +139,8 @@ class Client extends events {
// collect topics that have subscriptions
const topics = Object.keys(topicSubscriptions).map(topicName => ({
topicName,
- lockDuration: t... | feat(client): Add variable subset to fetch&lock request
related to CAM-<I> | camunda_camunda-external-task-client-js | train | js |
e77fb4888ba1aa6f656d00030d96954aaa673acf | diff --git a/website/siteConfig.js b/website/siteConfig.js
index <HASH>..<HASH> 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -42,7 +42,7 @@ const siteConfig = {
/* path to images for header/footer */
headerIcon: 'img/bottender.svg',
footerIcon: '',
- favicon: 'img/favicon.ico',
+ favicon... | chore(website): use <I>x<I> favicon | Yoctol_bottender | train | js |
69c03985caf7efec742e305aadecf1fe0229c87c | diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go
index <HASH>..<HASH> 100644
--- a/test/cluster/cluster.go
+++ b/test/cluster/cluster.go
@@ -72,7 +72,7 @@ func (c *Cluster) BuildFlynn(rootFS, commit string) (string, error) {
Kernel: c.bc.Kernel,
User: uid,
Group: gid,
- Memory: "512",
+ Memo... | test: Use 2GB RAM when building Flynn | flynn_flynn | train | go |
96404a34cb4d2944cbbed9bb24b495b4f7c8952e | diff --git a/webapps/webapp/src/test/js/e2e/cockpit/specs/decision-definition-spec.js b/webapps/webapp/src/test/js/e2e/cockpit/specs/decision-definition-spec.js
index <HASH>..<HASH> 100644
--- a/webapps/webapp/src/test/js/e2e/cockpit/specs/decision-definition-spec.js
+++ b/webapps/webapp/src/test/js/e2e/cockpit/specs/d... | chore(e2e): fix decision definition test
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
19c61178a983748c03435dd3a508e943dd2190cf | diff --git a/actor-sdk/sdk-core/runtime/runtime-shared/src/template/java/im/actor/runtime/WebRTCRuntimeProvider.java b/actor-sdk/sdk-core/runtime/runtime-shared/src/template/java/im/actor/runtime/WebRTCRuntimeProvider.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/runtime/runtime-shared/src/template/java/im/... | fix(runtime): update shared WebRTCRuntimeProvider | actorapp_actor-platform | train | java |
01869d7377a1024572fe53ea0a95a8d9a98a8481 | diff --git a/scripts/git-precommit-hook.py b/scripts/git-precommit-hook.py
index <HASH>..<HASH> 100755
--- a/scripts/git-precommit-hook.py
+++ b/scripts/git-precommit-hook.py
@@ -7,7 +7,7 @@ import subprocess
def has_cargo_fmt():
"""Runs a quick check to see if cargo fmt is installed."""
try:
- c = su... | fix: Skip over children in precommit hook | getsentry_semaphore | train | py |
19d6b875a2fa460a58f5d445ebf3786a9c509686 | diff --git a/examples/nas/multi-trial/mnist/search.py b/examples/nas/multi-trial/mnist/search.py
index <HASH>..<HASH> 100644
--- a/examples/nas/multi-trial/mnist/search.py
+++ b/examples/nas/multi-trial/mnist/search.py
@@ -107,6 +107,7 @@ def evaluate_model(model_cls):
device = torch.device('cuda') if torch.cuda... | fix: model is not synced to device when not using CPU (#<I>) | Microsoft_nni | train | py |
8dd2d724de236c52d64a7db3743737f666af9ce6 | diff --git a/src/plugin/exec.js b/src/plugin/exec.js
index <HASH>..<HASH> 100644
--- a/src/plugin/exec.js
+++ b/src/plugin/exec.js
@@ -5,25 +5,33 @@ import {
onlyPackage,
exec as execCmd,
separator,
- log
+ log,
+ filter
} from '../util'
export const plugin = function exec (program, config, directory) {... | feat(northbrook): add option to exclude packages from exec | northbrookjs_northbrook | train | js |
db3bd3bc897624cfd081ef5622d019c1f976e02c | diff --git a/src/.stories/index.js b/src/.stories/index.js
index <HASH>..<HASH> 100644
--- a/src/.stories/index.js
+++ b/src/.stories/index.js
@@ -590,8 +590,6 @@ storiesOf('General | Layout / Grid', module)
});
}}
onSortEnd={({nodes}) => {
- console.log(nodes);
-
... | chore: remove console.log from grid story | clauderic_react-sortable-hoc | train | js |
f3db28c94b50cff322d7b74ccd08d84dfaa651ce | diff --git a/test/requestinterception.spec.js b/test/requestinterception.spec.js
index <HASH>..<HASH> 100644
--- a/test/requestinterception.spec.js
+++ b/test/requestinterception.spec.js
@@ -114,6 +114,20 @@ module.exports.addTests = function({testRunner, expect, CHROME}) {
const response = await page.goto(serve... | test: add failing test for request interception with sync XHRs (#<I>)
`Network.requestWillBeSent` is not issued for the redirect inside
sync XHRs.
References #<I>. | GoogleChrome_puppeteer | train | js |
f1b5bf43f77ea78991f708f9de352444be9183f5 | diff --git a/packages/dva-core/src/createStore.js b/packages/dva-core/src/createStore.js
index <HASH>..<HASH> 100644
--- a/packages/dva-core/src/createStore.js
+++ b/packages/dva-core/src/createStore.js
@@ -35,8 +35,8 @@ export default function ({
const enhancers = [
applyMiddleware(...middlewares),
- devt... | fix: redux devtools maybe effect other enhancers.
<URL>
));
``` | dvajs_dva | train | js |
7c76efd6ea6add9246dd4128a1a934fda1015cc5 | diff --git a/cmd/influx/query.go b/cmd/influx/query.go
index <HASH>..<HASH> 100644
--- a/cmd/influx/query.go
+++ b/cmd/influx/query.go
@@ -105,7 +105,7 @@ func fluxQueryF(cmd *cobra.Command, args []string) error {
"query": q,
"type": "flux",
"dialect": map[string]interface{}{
- "annotations": []string{"data... | fix(cli): update annotation order to match UI (#<I>) | influxdata_influxdb | train | go |
623e81749602de818ae37259328120552964ac8e | diff --git a/actor-apps/core/src/main/java/im/actor/core/modules/internal/messages/ConversationActor.java b/actor-apps/core/src/main/java/im/actor/core/modules/internal/messages/ConversationActor.java
index <HASH>..<HASH> 100644
--- a/actor-apps/core/src/main/java/im/actor/core/modules/internal/messages/ConversationAct... | fix(core): Deleting dialogs even hidden peers | actorapp_actor-platform | train | java |
5c833ef034d3f84a4e6f02b674980b1a378d34d2 | diff --git a/src/Adapter/BaseAdapter.php b/src/Adapter/BaseAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Adapter/BaseAdapter.php
+++ b/src/Adapter/BaseAdapter.php
@@ -16,12 +16,13 @@ use Symfony\Component\Console\Helper\DialogHelper;
use Symfony\Component\Console\Output\OutputInterface;
/**
+ * Provides a base ... | refactor(Adapter): remove getName() from BaseAdapter
Each adapter must return a unique name so defaulting
doesn't make sense then | gushphp_gush | train | php |
005531ca309ba0c15bfe083070bbd2ff607710fb | diff --git a/middlewares/attributes.js b/middlewares/attributes.js
index <HASH>..<HASH> 100644
--- a/middlewares/attributes.js
+++ b/middlewares/attributes.js
@@ -50,13 +50,13 @@ function processAttributeWithoutHandler (attribute) {
if (type === '$') {
const name = attribute.name.slice(1)
if (!handlers.has... | fix(attributes): fix attribute value passing | nx-js_framework | train | js |
228d56e5aa46c4ba72dbde2c3c17e3058dda8318 | 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
@@ -151,12 +151,11 @@ class StateboxService {
return promiseOrCa... | refactor: disable statebox RBAC again :)
affects: tymly | wmfs_tymly-core | train | js,js |
be04871afbd45efc41b20accc1bb634f9d49a895 | diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToPojo.java b/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToPojo.java
index <HASH>..<HASH> 100644
--- a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToPojo.java
+++ b/annotations/builder... | fix: do not wrap default value in double quotes if its actually null. | sundrio_sundrio | train | java |
45a0eefecf3cfda76be0836ab7554f58abb6ea23 | diff --git a/samcli/__init__.py b/samcli/__init__.py
index <HASH>..<HASH> 100644
--- a/samcli/__init__.py
+++ b/samcli/__init__.py
@@ -2,4 +2,4 @@
SAM CLI version
"""
-__version__ = "0.47.0"
+__version__ = "0.48.0" | chore: version to <I> (#<I>)
Why is this change necessary?
* Needed for new release | awslabs_aws-sam-cli | train | py |
5349ca09b735e16bea2c3ba3438804a499a0fc7d | diff --git a/views/default/page/components/interactions.js b/views/default/page/components/interactions.js
index <HASH>..<HASH> 100644
--- a/views/default/page/components/interactions.js
+++ b/views/default/page/components/interactions.js
@@ -108,9 +108,9 @@ define(function (require) {
$form.trigger('reset');
... | fix(js): fix form bugs | hypeJunction_hypeInteractions | train | js |
0a942a9b76c76c2618a5522fe67fdf319dd7d9d6 | diff --git a/tests/parser/syntax/test_code_size.py b/tests/parser/syntax/test_code_size.py
index <HASH>..<HASH> 100644
--- a/tests/parser/syntax/test_code_size.py
+++ b/tests/parser/syntax/test_code_size.py
@@ -23,10 +23,15 @@ def test_block_fail(bad_code):
valid_list = [
"""
@external
-def foo() -> int128:
+def... | test: update address.codesize tests | ethereum_vyper | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.