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 |
|---|---|---|---|---|---|
0a8332d9b82985eb484dd882c1b09331840bb709 | diff --git a/js/src/miscellaneous.js b/js/src/miscellaneous.js
index <HASH>..<HASH> 100644
--- a/js/src/miscellaneous.js
+++ b/js/src/miscellaneous.js
@@ -55,7 +55,9 @@ module.exports = (common) => {
})
})
- it('.dns', (done) => {
+ it('.dns', function (done) {
+ this.timeout(20 * 1000)
+
... | chore: bump dns test timeout | ipfs_interface-js-ipfs-core | train | js |
b84deaef740dd58bd9021292b31b3122c883b6fa | diff --git a/packages/components/bolt-link/src/link.js b/packages/components/bolt-link/src/link.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-link/src/link.js
+++ b/packages/components/bolt-link/src/link.js
@@ -89,9 +89,6 @@ class BoltLink extends BoltActionElement {
if (anchorTarget) {
... | chore: remove duplicate JS logic relating to link target | bolt-design-system_bolt | train | js |
d6c17de9eec39ea8b59513c28f0a25dfb1116cf1 | diff --git a/resources/views/admin/user/userPopoverTpl.php b/resources/views/admin/user/userPopoverTpl.php
index <HASH>..<HASH> 100644
--- a/resources/views/admin/user/userPopoverTpl.php
+++ b/resources/views/admin/user/userPopoverTpl.php
@@ -25,7 +25,7 @@
</div>
<?php if (wei()->plugin->isInstalled('user-tag')) ... | chore: 标签也加上text-muted | miaoxing_user | train | php |
64f64b932a51b3c64b7ea3d84857eb2d4f06329a | diff --git a/examples/preact-kitchen-sink/src/Welcome.js b/examples/preact-kitchen-sink/src/Welcome.js
index <HASH>..<HASH> 100644
--- a/examples/preact-kitchen-sink/src/Welcome.js
+++ b/examples/preact-kitchen-sink/src/Welcome.js
@@ -80,8 +80,18 @@ const NavButton = ({ children, ...props }) => (
/* eslint-disable-nex... | chore: Made the preact welcome story more preactish | storybooks_storybook | train | js |
badc16438a7cf29e6408632ad5f4ffc3589956a8 | diff --git a/bin/dynamodb-admin.js b/bin/dynamodb-admin.js
index <HASH>..<HASH> 100755
--- a/bin/dynamodb-admin.js
+++ b/bin/dynamodb-admin.js
@@ -28,8 +28,8 @@ parser.add_argument('-o', '--open', {
parser.add_argument('-H', '--host', {
type: 'str',
- default: 'localhost',
- help: 'Host to run on (default: loca... | fix: switch back default host to undefined | aaronshaf_dynamodb-admin | train | js |
5fd4566fd087a08b2a520aa17cbefb8f239f4356 | diff --git a/internal/services/appservice/helpers/function_app_schema.go b/internal/services/appservice/helpers/function_app_schema.go
index <HASH>..<HASH> 100644
--- a/internal/services/appservice/helpers/function_app_schema.go
+++ b/internal/services/appservice/helpers/function_app_schema.go
@@ -2100,9 +2100,8 @@ fun... | fix: MergeUserAppSettings does not deduplicate merged app settings (#<I>) (#<I>) | terraform-providers_terraform-provider-azurerm | train | go |
48deb8390571349932861c51269d6fdf9ca5c987 | diff --git a/src/CompletionOptions.php b/src/CompletionOptions.php
index <HASH>..<HASH> 100644
--- a/src/CompletionOptions.php
+++ b/src/CompletionOptions.php
@@ -7,7 +7,7 @@ namespace LanguageServerProtocol;
*/
class CompletionOptions
{
- /*
+ /**
* The server provides support to resolve additional inf... | docs: consistently start doc comments of properties with `/**` (#6) | felixfbecker_php-language-server-protocol | train | php,php |
9d4d7e664721746b2548a8f8753850f96518ce51 | diff --git a/actor-sdk/sdk-core-android/android-sdk/src/main/java/im/actor/sdk/controllers/conversation/messages/PhotoHolder.java b/actor-sdk/sdk-core-android/android-sdk/src/main/java/im/actor/sdk/controllers/conversation/messages/PhotoHolder.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core-android/android-sd... | feat(android): set fast thumb for downloaded animations | actorapp_actor-platform | train | java |
6b68a4153c2edf6df9c0b2b6bfa769e0e01116f9 | diff --git a/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js b/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js
+++ b/packages/@vue/cli-plugin-e2e-nightwatch/nightwatch.config.js
@@ -28,6 +28,7 @@ con... | fix(nightwatch): fix `globals.js` import in config (#<I>)
closes #<I> | vuejs_vue-cli | train | js |
27abd69537bfcea1b10da10bee726dffb40c36ba | diff --git a/nyamuk/nyamuk_net.py b/nyamuk/nyamuk_net.py
index <HASH>..<HASH> 100644
--- a/nyamuk/nyamuk_net.py
+++ b/nyamuk/nyamuk_net.py
@@ -53,7 +53,7 @@ def read(sock, count):
ba_data = bytearray(data)
if len(ba_data) == 0:
- return ba_data, 0, "Connection closed"
+ return ba_data, err... | feat: return error.ECONNRESET on connection closed instead of 0 | iwanbk_nyamuk | train | py |
1eeb2dac53e8f08e8d728f18f1c4d6e520968ca5 | diff --git a/components/table/row.js b/components/table/row.js
index <HASH>..<HASH> 100644
--- a/components/table/row.js
+++ b/components/table/row.js
@@ -214,10 +214,11 @@ export default class Row extends PureComponent {
const getDataTest = column.getDataTest || (() => column.id);
const value = getValue(... | fix: RG-<I> Allow using level in table without selection, darg & drop and showDisabledSelection #RG-<I> fix [publish] | JetBrains_ring-ui | train | js |
14def3dc7f04236d4d241e9e6ac3a932e22ab39e | diff --git a/packages/vaex-jupyter/vaex/jupyter/state.py b/packages/vaex-jupyter/vaex/jupyter/state.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-jupyter/vaex/jupyter/state.py
+++ b/packages/vaex-jupyter/vaex/jupyter/state.py
@@ -164,6 +164,7 @@ class VizBase2dState(VizBaseState):
self.signal_regrid.emit(... | fix(jupyter): bqplot <I> revealed a bug/inconsistency with heatmap | vaexio_vaex | train | py |
5327fecaa63091785bfa12dec380b1f35cc59476 | diff --git a/src/AlgoliaSearch/Index.php b/src/AlgoliaSearch/Index.php
index <HASH>..<HASH> 100644
--- a/src/AlgoliaSearch/Index.php
+++ b/src/AlgoliaSearch/Index.php
@@ -215,14 +215,14 @@ class Index {
*/
public function deleteByQuery($query, $args = array(), $waitLastCall = true) {
$args['attribut... | fix: deleteByQuery changes
force distinct false
force hitsPerPage like other clients
use php X versions array methods | algolia_algoliasearch-client-php | train | php |
45f7333f9bf7c62be147eb676d1393b6a976d63f | diff --git a/utils/fixtures.js b/utils/fixtures.js
index <HASH>..<HASH> 100644
--- a/utils/fixtures.js
+++ b/utils/fixtures.js
@@ -9,7 +9,7 @@ const fs = require('fs')
* @example
* ```js
* // test/awesome.spec.js
- * const loadFixture = require('aegir/fixtures')
+ * const loadFixture = require('aegir/utils/fixtur... | docs: update fixtures path (#<I>) | ipfs_aegir | train | js |
bfe52840a3b57f305dc525ff0cf05837c1b8a8d0 | diff --git a/internal/service/elasticache/user.go b/internal/service/elasticache/user.go
index <HASH>..<HASH> 100644
--- a/internal/service/elasticache/user.go
+++ b/internal/service/elasticache/user.go
@@ -53,10 +53,13 @@ func ResourceUser() *schema.Resource {
Default: false,
},
"passwords": {
- Type:... | fix: add validation to passwords field of elasticache replication group | terraform-providers_terraform-provider-aws | train | go |
b6fc837448365d9d53202ae13be72d56d51e24a9 | diff --git a/lib/cistern/associations.rb b/lib/cistern/associations.rb
index <HASH>..<HASH> 100644
--- a/lib/cistern/associations.rb
+++ b/lib/cistern/associations.rb
@@ -8,6 +8,8 @@ module Cistern::Associations
end
def has_many(name, scope)
+ name_sym = name.to_sym
+
reader_method = name
writer_me... | refactor(model): ensure association keys are stored as symbols | lanej_cistern | train | rb |
d6078f808bf19ef16cfebfaeabb09fbf70bfb4c7 | diff --git a/gitlab/v4/objects/__init__.py b/gitlab/v4/objects/__init__.py
index <HASH>..<HASH> 100644
--- a/gitlab/v4/objects/__init__.py
+++ b/gitlab/v4/objects/__init__.py
@@ -3404,6 +3404,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
"source_branch",
"target_branch",
"sea... | feat(api): added wip filter param for merge requests | python-gitlab_python-gitlab | train | py |
44ace928d9081d52d1a7596d5ce852fdad010a76 | diff --git a/demo/revealjs4/conf.py b/demo/revealjs4/conf.py
index <HASH>..<HASH> 100644
--- a/demo/revealjs4/conf.py
+++ b/demo/revealjs4/conf.py
@@ -40,7 +40,6 @@ revealjs_style_theme = "moon"
revealjs_script_conf = {
"controls": True,
"progress": True,
- "history": True,
"center": True,
"tran... | fix(demo): Remove setting history of presentation | attakei_sphinx-revealjs | train | py |
1c428f240cd44d3389510263dd7f03973cfbfa2b | diff --git a/src/swipe/index.js b/src/swipe/index.js
index <HASH>..<HASH> 100644
--- a/src/swipe/index.js
+++ b/src/swipe/index.js
@@ -400,7 +400,7 @@ export default createComponent({
watch([windowSize.width, windowSize.height], resize);
watch(usePageVisibility(), (visible) => {
- if (visible) {
+ ... | fix(Swipe): should stop autoplay when page is hidden | youzan_vant | train | js |
ec09cd858ffc07a5c15023c7131c7d7d66574d8a | diff --git a/packages/cozy-scripts/config/webpack.config.services.js b/packages/cozy-scripts/config/webpack.config.services.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-scripts/config/webpack.config.services.js
+++ b/packages/cozy-scripts/config/webpack.config.services.js
@@ -4,7 +4,7 @@ const path = require('pat... | fix: :wrench: emitWarning true for services eslint | CPatchane_create-cozy-app | train | js |
bfd61f0b3d8bc7526eb82304900aadec491e1f97 | diff --git a/modules/webpack-config.js b/modules/webpack-config.js
index <HASH>..<HASH> 100644
--- a/modules/webpack-config.js
+++ b/modules/webpack-config.js
@@ -11,6 +11,7 @@ class WebpackConfig {
this.name = options.name;
this.manifest = options.manifest || false;
this.distDir = options.distDir || 'di... | feat: 允许不将jQuery设为externals | miaoxing_app | train | js |
cd1b2787131ad55e60e0a2d708f182d0ceb5f172 | diff --git a/src/notebook/logger.js b/src/notebook/logger.js
index <HASH>..<HASH> 100644
--- a/src/notebook/logger.js
+++ b/src/notebook/logger.js
@@ -1,6 +1,6 @@
import Immutable from "immutable";
-const createLogger = require("redux-logger");
+import { createLogger } from "redux-logger";
module.exports = functi... | fix(logger): Change syntax to fix breaking change. | nteract_nteract | train | js |
2d722e26de13175f68f9bc4f4fc9daf6854084ac | diff --git a/public/app/plugins/datasource/cloudwatch/datasource.js b/public/app/plugins/datasource/cloudwatch/datasource.js
index <HASH>..<HASH> 100644
--- a/public/app/plugins/datasource/cloudwatch/datasource.js
+++ b/public/app/plugins/datasource/cloudwatch/datasource.js
@@ -223,7 +223,7 @@ function (angular, _) {
... | fix(cloudwatch): fixed test datasource, broken due to some function name changes | grafana_grafana | train | js |
0ff5b438ad872aa0c2a1d196d398c33a93144007 | diff --git a/templates/webpack.angular.js b/templates/webpack.angular.js
index <HASH>..<HASH> 100644
--- a/templates/webpack.angular.js
+++ b/templates/webpack.angular.js
@@ -68,7 +68,10 @@ module.exports = env => {
{ test: /\.scss$/, exclude: /\/app\.scss$/, use: ["raw-loader", "resolve-url-loader", "... | refactor: Add options to the @ngtools/webpack loaders for workers support (#<I>)
Loading the .ts files for WebWorkers using the @ngtools/webpack requires
at least the tsConfigPath to be provided to the loader as options. | NativeScript_nativescript-dev-webpack | train | js |
58db71b128d8eac669de14c6988b774277260cbf | diff --git a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java b/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java
index <HASH>..<HASH> 100644
--- a/annotations/builder/src/main/java/io/sundr/builder/internal/functions/ToMethod.java
+++ b/annotations/b... | fix: Fix underscores in end... methods if property names start with underscores | sundrio_sundrio | train | java |
998fe5590b756e0ca43dbb7fed790f76537d2c8b | diff --git a/test/cr_basic_conflicts_test.go b/test/cr_basic_conflicts_test.go
index <HASH>..<HASH> 100644
--- a/test/cr_basic_conflicts_test.go
+++ b/test/cr_basic_conflicts_test.go
@@ -235,6 +235,7 @@ func TestCrConflictCreateFile(t *testing.T) {
// a file of the same name. Regression test for KBFS-668.
func TestCr... | test: SetEx is a non-op on Dokan, thus no conflict | keybase_client | train | go,go |
5c81f696e2288429b25783b11ac858ba569d8d38 | diff --git a/nodejs/bin/routine-design-test.js b/nodejs/bin/routine-design-test.js
index <HASH>..<HASH> 100644
--- a/nodejs/bin/routine-design-test.js
+++ b/nodejs/bin/routine-design-test.js
@@ -12,7 +12,7 @@ program
const mocha = new Mocha({
timeout: 60000
});
- mocha.addFile('./routine-des... | fix: reference routine-design-output directory (#<I>) | lynn-mercier_routine-design | train | js |
b960d18600811cbbfe06f68e8f070f4d6c5baca9 | diff --git a/packages/themify/src/index.js b/packages/themify/src/index.js
index <HASH>..<HASH> 100755
--- a/packages/themify/src/index.js
+++ b/packages/themify/src/index.js
@@ -35,13 +35,13 @@ function getColorPalette(options) {
let data;
// @todo: revisit caching the JSON data if it hasn't changed
- // if (... | test: re-testing travis build with JSON caching re-enabled | bolt-design-system_bolt | train | js |
7330a3d6ea22bda2f4c92d27edaa57694c1878c7 | diff --git a/app/controllers/link_thumbnailer/previews_controller.rb b/app/controllers/link_thumbnailer/previews_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/link_thumbnailer/previews_controller.rb
+++ b/app/controllers/link_thumbnailer/previews_controller.rb
@@ -5,7 +5,7 @@ module LinkThumbnailer
... | fix: location issue with respond_to | gottfrois_link_thumbnailer | train | rb |
ac66e3faea587f1847fb8774ff4abe889cedc756 | diff --git a/src/js/handlers.js b/src/js/handlers.js
index <HASH>..<HASH> 100644
--- a/src/js/handlers.js
+++ b/src/js/handlers.js
@@ -28,8 +28,8 @@ export default {
const minContainerWidth = Number(options.minContainerWidth) || 200;
const minContainerHeight = Number(options.minContainerHeight) || 100;
- ... | fix: improve container resizing | fengyuanchen_cropper | train | js |
6b7f2b354203b3929a8dfc87050a41b4642dad46 | diff --git a/es5-autogenerated/index.js b/es5-autogenerated/index.js
index <HASH>..<HASH> 100644
--- a/es5-autogenerated/index.js
+++ b/es5-autogenerated/index.js
@@ -154,7 +154,8 @@ PrerenderSPAPlugin.prototype.apply = function (compiler) {
}).catch(function (err) {
PrerendererInstance.destroy();
co... | feat(errors): adds error handling that will terminate the node process. | chrisvfritz_prerender-spa-plugin | train | js,js |
2dd965e3719367f6bdde6c43e7551b2b3239b090 | diff --git a/test/integration/sign-out-not-signed-in-test.js b/test/integration/sign-out-not-signed-in-test.js
index <HASH>..<HASH> 100644
--- a/test/integration/sign-out-not-signed-in-test.js
+++ b/test/integration/sign-out-not-signed-in-test.js
@@ -10,11 +10,9 @@ test('sign out without being signed in', function (t) ... | test: admin.signOut() refining integration test
1. Only clearing store and not creating an empty account object, as one is not required for `account.signOut()`.
2. Removing `id` from `account` instance, as it's not required for this test and one will be randomly assigned. | hoodiehq_hoodie-account-client | train | js |
b5f25aac9b5a26dc7ad85fe522cb92dd5302062d | diff --git a/src/Model/Root.js b/src/Model/Root.js
index <HASH>..<HASH> 100644
--- a/src/Model/Root.js
+++ b/src/Model/Root.js
@@ -112,14 +112,14 @@ export default class Root {
data = toJS(data)
for (let key in data) {
if (data.hasOwnProperty(key)) {
- if (typeof data[key] !== 'undefined') {
- ... | refactor: Root#assignShallow allow `undefined` setted
BREAKING CHANGE: Root#assignShallow allow `undefined` setted | be-fe_react-mobx-vm | train | js |
2892624488ed66220be35242c7d0686c4c9a7046 | diff --git a/ispawn.js b/ispawn.js
index <HASH>..<HASH> 100644
--- a/ispawn.js
+++ b/ispawn.js
@@ -89,9 +89,8 @@ class Spawner {
resolved = true
resolve(code)
}
- this._proc
- .once('SIGINT', maybeResolve)
- .once('exit', maybeResolve)
+ process.once('SIGINT', maybeResol... | fix: handling SIGINT on parent process | thlorenz_ispawn | train | js |
b6a10798d734eb5869d7136d8d46f2538bfefa29 | diff --git a/cloudvolume/frontends/graphene.py b/cloudvolume/frontends/graphene.py
index <HASH>..<HASH> 100644
--- a/cloudvolume/frontends/graphene.py
+++ b/cloudvolume/frontends/graphene.py
@@ -32,6 +32,9 @@ def to_unix_time(timestamp):
and Python datetime objects and returns them as the equivalent
UNIX timestam... | fix(graphene): if timestamp is None, to_unix_time breaks (#<I>)
Resolves #<I> | seung-lab_cloud-volume | train | py |
a67eb3d619f91492823054480629c3a40f051ddd | diff --git a/lib/cursor.js b/lib/cursor.js
index <HASH>..<HASH> 100644
--- a/lib/cursor.js
+++ b/lib/cursor.js
@@ -139,7 +139,9 @@ var Cursor = function(bson, ns, cmd, options, topology, topologyOptions) {
// Promise library
promiseLibrary: promiseLibrary,
// Current doc
- currentDoc: null
+ curren... | refactor(cursor): close session on cursor close if it exists
If a Cursor has been created with a session, then it is responsible
for ending that session when the Cursor is closed.
NODE-<I> | mongodb_node-mongodb-native | train | js |
83ed2c948db0df6ebf63f78a748834abbd30e344 | diff --git a/openstep_parser/openstep_parser.py b/openstep_parser/openstep_parser.py
index <HASH>..<HASH> 100644
--- a/openstep_parser/openstep_parser.py
+++ b/openstep_parser/openstep_parser.py
@@ -35,7 +35,7 @@ import re
class OpenStepDecoder(object):
@classmethod
def ParseFromFile(cls, fp):
- retur... | fix: read files as unicode | kronenthaler_openstep-parser | train | py |
d61841f9db483fa7d895f9aa5b2f74e37646c2f6 | diff --git a/website/src/components/sidebar-layout.js b/website/src/components/sidebar-layout.js
index <HASH>..<HASH> 100644
--- a/website/src/components/sidebar-layout.js
+++ b/website/src/components/sidebar-layout.js
@@ -7,6 +7,7 @@ import styled from '@emotion/styled';
const Children = styled.div`
overflow: au... | fix(website): missing headers anchors (#<I>) | netlify_netlify-cms | train | js |
6026a8c9360009718b0c0e358a85e48a8569d442 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -59,6 +59,8 @@ module.exports = function (config) {
configuration.plugins.push(require('karma-sauce-launcher'));
configuration.reporters.push('saucelabs');
configuration.sauceLabs = {
+ ... | chore(test): testing possible fix sauce lab test (#<I>) | valor-software_ngx-bootstrap | train | js |
e8c48ff6f1b608a1daa3ba7dd4acce2ce88f2e49 | diff --git a/packages/xod-project/src/patch.js b/packages/xod-project/src/patch.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/src/patch.js
+++ b/packages/xod-project/src/patch.js
@@ -1075,7 +1075,13 @@ export const upsertDeadPins = def(
R.mapObjIndexed((group, direction) =>
mapIndexe... | fix(xod-client): fix bug that crashes IDE when User fixes dead ref Patch and did not add a pin with the same direction as a dead pin | xodio_xod | train | js |
aaccb4dabda69e865a6b09a7dd581432b4ad6976 | diff --git a/build.js b/build.js
index <HASH>..<HASH> 100644
--- a/build.js
+++ b/build.js
@@ -12,7 +12,7 @@ var debug = require('debug')('browser');
var chromeVersion = '2.20';
var phantomVersion = '1.9.7';
-var basePath = 'http://npm.taobao.org/mirrors/';
+var basePath = 'https://npm.taobao.org/mirrors/';
var dr... | fix: http to https - MITM fix (#4) | imsobear_node-browser | train | js |
6b544919a36e7d69d6706fc86e5b7a761cdb3b3d | diff --git a/kv/task.go b/kv/task.go
index <HASH>..<HASH> 100644
--- a/kv/task.go
+++ b/kv/task.go
@@ -399,6 +399,7 @@ func (s *Service) findTasksByOrg(ctx context.Context, tx Tx, filter influxdb.Tas
if err != nil {
if err == influxdb.ErrTaskNotFound {
// we might have some crufty index's
+ k, v = c.Next... | fix(kv): Prevent infinite loop condition when listing tasks by org.
In the event that findTaskByIDWithAuth cannot find the task ID contained
in the bucket, the outer loop will never terminate.
This ensures that we are calling Next() along-side any calls to continue
while using a Cursor. | influxdata_influxdb | train | go |
091be8d82b47e5106b786b98b6e8e517ab2a81f6 | diff --git a/includes/picker.php b/includes/picker.php
index <HASH>..<HASH> 100644
--- a/includes/picker.php
+++ b/includes/picker.php
@@ -186,6 +186,10 @@ final class Menu_Icons_Picker {
return;
}
+ if( ! function_exists( 'get_current_screen' ) ) {
+ return;
+ }
+
$screen = get_cur... | fix: make sure we have the get_current_screen function before calling it [closes #<I>] | Codeinwp_wp-menu-icons | train | php |
535f60bc9089063d901133fbd7a8665812f15351 | diff --git a/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js b/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js
index <HASH>..<HASH> 100644
--- a/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js
+++ b/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js
@@ -1... | chore: remove node <I> in node version choices | christophehurpeau_pob-lerna | train | js |
dce29b7cbf989e6babdc418ad0da6a39bd728d3c | diff --git a/lib/extend/helper.js b/lib/extend/helper.js
index <HASH>..<HASH> 100644
--- a/lib/extend/helper.js
+++ b/lib/extend/helper.js
@@ -1,22 +1,24 @@
'use strict';
-function Helper() {
- this.store = {};
-}
+class Helper {
+ constructor() {
+ this.store = {};
+ }
-Helper.prototype.list = function() {
... | refactor(helper): Class syntax | hexojs_hexo | train | js |
d51a33f9719efc9b8f3ea19e8a6a80cc7cbc7736 | diff --git a/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php b/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php
+++ b/src/Keboola/Syrup/Monolog/Processor/SyslogProcessor.php
@@ -118,6 +118,9 @@ class SyslogProcessor... | fix: keep exceptionId in log if too long | keboola_syrup | train | php |
6464926729264379b0885e0068d4cbcf34483149 | diff --git a/gateway/platforms/vertx3/vertx3/src/main/java/io/apiman/gateway/platforms/vertx3/connector/ConnectorFactory.java b/gateway/platforms/vertx3/vertx3/src/main/java/io/apiman/gateway/platforms/vertx3/connector/ConnectorFactory.java
index <HASH>..<HASH> 100644
--- a/gateway/platforms/vertx3/vertx3/src/main/java... | fix(gateway-vertx): Connector not being executed on Vert.x gateway.
Some recent changes meant #connect is no longer called within the connector itself, but should be
called from the enclosing factory. This was implemented on the Servlet version but seemingly not on
the Vert.x gateway. | apiman_apiman | train | java |
d82c0fbbeb5b0be9d5513e4120561965f37b10fb | diff --git a/test/channel.spec.js b/test/channel.spec.js
index <HASH>..<HASH> 100644
--- a/test/channel.spec.js
+++ b/test/channel.spec.js
@@ -531,6 +531,17 @@ describe('Channel', function() {
assert.equal(await ch3.take(), { y: i + 2 });
});
+ it('should accept transforms and turn th... | test: cover Channel#pipe() accepting transform methods directly | dvlsg_async-csp | train | js |
0ca079fa72eca956fdfb844275e87639e0ae642a | diff --git a/packages/rsf/src/App.js b/packages/rsf/src/App.js
index <HASH>..<HASH> 100644
--- a/packages/rsf/src/App.js
+++ b/packages/rsf/src/App.js
@@ -2,6 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Provider } from 'react-redux';
import { configCreateStore, applyPlugin } from ... | feat: use redux-mutation-loading by default | dog-days_rsf | train | js |
487fbc0317abb050c377f28abe216d176de0b21a | diff --git a/poller_test.go b/poller_test.go
index <HASH>..<HASH> 100644
--- a/poller_test.go
+++ b/poller_test.go
@@ -34,7 +34,10 @@ func TestMiddlewarePoller(t *testing.T) {
tp := newTestPoller()
var ids []int
- b, err := newTestBot()
+ pref := defaultSettings()
+ pref.offline = true
+
+ b, err := NewBot(pref)
... | test: make middleware poller test offline | tucnak_telebot | train | go |
b22ebd8a829ab79b5d3cfbe943aabe1ae7128ed2 | diff --git a/tests/integration/_testHelpers/setupTeardown.js b/tests/integration/_testHelpers/setupTeardown.js
index <HASH>..<HASH> 100644
--- a/tests/integration/_testHelpers/setupTeardown.js
+++ b/tests/integration/_testHelpers/setupTeardown.js
@@ -19,8 +19,21 @@ export async function setup(options) {
cwd: servi... | test: Ensure to stop immediatelly on offline start failure | dherault_serverless-offline | train | js |
d08caa6bcea9b37030df33fd517bd6e924b52540 | diff --git a/packages/site/pages/roadmap.js b/packages/site/pages/roadmap.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/roadmap.js
+++ b/packages/site/pages/roadmap.js
@@ -18,32 +18,47 @@ import {
} from '../src/ui'
const work = {
- now: [
+ now: [],
+ next: [
{
- title: 'Table',
+ titl... | refactor(site): update roadmap for styleguide parity | pluralsight_design-system | train | js |
af163ff176b2c22952443dc5ec535aed98656fc2 | diff --git a/tests/integrations/tornado/test_tornado.py b/tests/integrations/tornado/test_tornado.py
index <HASH>..<HASH> 100644
--- a/tests/integrations/tornado/test_tornado.py
+++ b/tests/integrations/tornado/test_tornado.py
@@ -63,8 +63,8 @@ def test_basic(tornado_testcase, sentry_init, capture_events):
"he... | test: Make tornado tests more lenient for <I>b1 | getsentry_sentry-python | train | py |
4cb6699ecc4453a992429b28f32f4add3e2680b6 | diff --git a/flow/declarations.js b/flow/declarations.js
index <HASH>..<HASH> 100644
--- a/flow/declarations.js
+++ b/flow/declarations.js
@@ -36,6 +36,7 @@ declare type RouterOptions = {
fallback?: boolean;
base?: string;
linkActiveClass?: string;
+ linkExactActiveClass?: string;
parseQuery?: (query: stri... | chore(flow): Add link exact active class to router options (#<I>) | vuejs_vue-router | train | js |
8e2c2d6709fc4fdb91504e5be404b33788e102c6 | diff --git a/fsed/tests/test_ahocorasick.py b/fsed/tests/test_ahocorasick.py
index <HASH>..<HASH> 100644
--- a/fsed/tests/test_ahocorasick.py
+++ b/fsed/tests/test_ahocorasick.py
@@ -253,7 +253,8 @@ class TestAhocorasick(unittest.TestCase):
self.assertEqual(''.join(ahocorasick.boundary_transform('abc def')),
... | test: change test for boundary_transform | wroberts_fsed | train | py |
777b467a7a3651053ce70279f5312fe614efde29 | diff --git a/src/Util/Counter/Adapter/Rds.php b/src/Util/Counter/Adapter/Rds.php
index <HASH>..<HASH> 100644
--- a/src/Util/Counter/Adapter/Rds.php
+++ b/src/Util/Counter/Adapter/Rds.php
@@ -55,6 +55,9 @@ class Rds extends Adapter
'notNull' => true,
]),
],
+ ... | fix: table structure in rds counter | phwoolcon_phwoolcon | train | php |
ed337fe143675975e2a145348d289ab5ac98ea37 | diff --git a/packages/react/src/components/Tile/Tile-story.js b/packages/react/src/components/Tile/Tile-story.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/Tile/Tile-story.js
+++ b/packages/react/src/components/Tile/Tile-story.js
@@ -146,25 +146,13 @@ storiesOf('Tile', module)
defaultSel... | docs(radio-tile): remove invalid labelText prop from story (#<I>) | carbon-design-system_carbon-components | train | js |
b5615fb1e4b409229edfd2a8526c57fff77d7488 | diff --git a/src/concurrent_log_handler/queue.py b/src/concurrent_log_handler/queue.py
index <HASH>..<HASH> 100644
--- a/src/concurrent_log_handler/queue.py
+++ b/src/concurrent_log_handler/queue.py
@@ -54,7 +54,10 @@ class AsyncQueueListener(QueueListener):
self.loop.stop()
self.loop.close()
... | feat: prevent deadlock while stop queuelistener | Preston-Landers_concurrent-log-handler | train | py |
2b38f82b25dfc93188c63dc1d0894c4bfe364536 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,9 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/ladybug-tools/ladybug",
packages=setuptools.find_packages(),
+ install_requires=[
+ 'euclid3'
+ ... | fix(pypi): add elucid3 as a requirement
Resolved #<I> | ladybug-tools_ladybug | train | py |
620e36388b0fefa2bf9763a9e52b1704cc193122 | diff --git a/packages/cli/lib/docs/api/parse-ts.js b/packages/cli/lib/docs/api/parse-ts.js
index <HASH>..<HASH> 100644
--- a/packages/cli/lib/docs/api/parse-ts.js
+++ b/packages/cli/lib/docs/api/parse-ts.js
@@ -231,10 +231,11 @@ function getProp(node) {
}
function getMethod(node) {
- if (!node.modifiers || node.mo... | style(cli): micro-fix for better code reading | ngx-kit_ngx-kit | train | js |
3ddc19f1ac8777f135611c33d8520f75733ef8fb | diff --git a/packages/@vue/cli-plugin-unit-mocha/index.js b/packages/@vue/cli-plugin-unit-mocha/index.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-unit-mocha/index.js
+++ b/packages/@vue/cli-plugin-unit-mocha/index.js
@@ -1,6 +1,8 @@
module.exports = api => {
api.chainWebpack(webpackConfig => {
... | fix(mocha): set mode to `none` to avoid DefinePlugin conflict (#<I>) | vuejs_vue-cli | train | js |
60f54f8a5ab6416641c0b54965647d7f2b167370 | diff --git a/lib/workers/branch/lock-files.js b/lib/workers/branch/lock-files.js
index <HASH>..<HASH> 100644
--- a/lib/workers/branch/lock-files.js
+++ b/lib/workers/branch/lock-files.js
@@ -102,7 +102,7 @@ async function writeExistingFiles(config) {
logger.debug(`Writing package.json to ${basedir}`);
// ... | fix: Check for package.json name first (#<I>) | renovatebot_renovate | train | js |
901e93e045b642a8606af180304488ddf5d6f129 | diff --git a/site/template/res/main.js b/site/template/res/main.js
index <HASH>..<HASH> 100644
--- a/site/template/res/main.js
+++ b/site/template/res/main.js
@@ -80,6 +80,8 @@
activationStartTime = new Date().getTime()
nextActiveElement.classList.add('active')
activeElement = nextActiveElement
+ ... | fix(docs): scroll to active element | mucsi96_nightwatch-cucumber | train | js |
f2388830465d886c77e77e0046f32040034d380b | diff --git a/src/structures/MessageReaction.js b/src/structures/MessageReaction.js
index <HASH>..<HASH> 100644
--- a/src/structures/MessageReaction.js
+++ b/src/structures/MessageReaction.js
@@ -81,12 +81,14 @@ class MessageReaction {
const message = this.message;
return message.client.rest.methods.getMessage... | fix(MessageReaction): fetchUsers inconsistency
Unlike TextChannel#fetchMessages, this method returned the cache rather than the fetched items, so in interests of consistency, this does as well now
closes #<I> | discordjs_discord.js | train | js |
4e60697d481c0b71a003c80c04cf6e18c2e079a2 | diff --git a/src/db/index.js b/src/db/index.js
index <HASH>..<HASH> 100644
--- a/src/db/index.js
+++ b/src/db/index.js
@@ -1,11 +1,12 @@
const mongoose = require('mongoose')
+const rollbar = require('../rollbar')
const url = `mongodb+srv://${process.env.MONGO_USERNAME}:${process.env.MONGO_PASSWORD}@${process.env.MO... | chore: use rollbar for db failures | redthreadsnet_open-budget-api | train | js |
f74af4e02b4f6dedfdb7d5d7c8a74e8c16e6302b | diff --git a/src/mode/slide/core.js b/src/mode/slide/core.js
index <HASH>..<HASH> 100644
--- a/src/mode/slide/core.js
+++ b/src/mode/slide/core.js
@@ -92,15 +92,13 @@ export default {
};
},
emitEvent(eventType, nativeEvent = null) {
- let { scrollTop, scrollLeft } = this.scrollPanelElm;
-
c... | fix: get correct scrollTop value in scroll event (#<I>)(close #<I>) | YvesCoding_vuescroll | train | js |
525a61d44d279276f4637e3d909955d298297b78 | diff --git a/lib/util/index.js b/lib/util/index.js
index <HASH>..<HASH> 100644
--- a/lib/util/index.js
+++ b/lib/util/index.js
@@ -2255,3 +2255,23 @@ exports.parseClientInfo = function(req) {
}
return clientInfo;
};
+
+exports.connect = function(options, callback) {
+ var socket;
+ var handleConnect = function... | refactor: retry connect | avwo_whistle | train | js |
8d3ceb305c40ab3e202502222c07120d15f09b45 | diff --git a/packages/razzle/config/loadPlugins.js b/packages/razzle/config/loadPlugins.js
index <HASH>..<HASH> 100644
--- a/packages/razzle/config/loadPlugins.js
+++ b/packages/razzle/config/loadPlugins.js
@@ -28,7 +28,7 @@ function loadPlugin(plugin, paths) {
return [plugin.object, plugin.options];
}
- con... | fix(razzle): add additional check for @ for scoped packages | jaredpalmer_razzle | train | js |
c478dff677f0c58b18f444ed9a7f64072ae11b01 | diff --git a/lib/pact/consumer_contract/query_string.rb b/lib/pact/consumer_contract/query_string.rb
index <HASH>..<HASH> 100644
--- a/lib/pact/consumer_contract/query_string.rb
+++ b/lib/pact/consumer_contract/query_string.rb
@@ -4,7 +4,6 @@ module Pact
class QueryString
include ActiveSupportSupport
- inc... | fix: remove include of pact matchers in query string | pact-foundation_pact-support | train | rb |
5d0a087567a89fdf416002cc298c05858b50ed16 | diff --git a/test/exports.js b/test/exports.js
index <HASH>..<HASH> 100644
--- a/test/exports.js
+++ b/test/exports.js
@@ -16,6 +16,7 @@ const componentList = [
'OnSet',
'ScatterPlot',
'ScatterPlotMatrix',
+ 'SimilarityGraph',
'SurvivalPlot',
'TrackerDash',
'UpSet' | test: fix exports test to include SimilarityGraph | Kitware_candela | train | js |
977fba5802119d64e0549c9bf03e716614efd88e | diff --git a/distributed/src/main/java/com/orientechnologies/orient/server/distributed/impl/ODistributedPlugin.java b/distributed/src/main/java/com/orientechnologies/orient/server/distributed/impl/ODistributedPlugin.java
index <HASH>..<HASH> 100644
--- a/distributed/src/main/java/com/orientechnologies/orient/server/dis... | fix: unblock distributed request handling in case of install error, issue #<I> | orientechnologies_orientdb | train | java |
45cb3b6d81e7f5a11d97056b8ab3ce4e2d875fd0 | diff --git a/lib/inspectors/res.js b/lib/inspectors/res.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/res.js
+++ b/lib/inspectors/res.js
@@ -569,12 +569,20 @@ function(resBody, resPrepend, resAppend, html, js, css) {
data.bottom = data.bottom ? Buffer.concat([data.bottom, bottom]) : bottom;
}
+ if (dat... | refactor: Auto disable store if inject data to response | avwo_whistle | train | js |
5f7b1e91d1575d89de8c228099b5213c7347cb48 | diff --git a/release.js b/release.js
index <HASH>..<HASH> 100644
--- a/release.js
+++ b/release.js
@@ -152,11 +152,8 @@
}
function tagRelease () {
- start('Tagging release...');
- exec('git tag v{{newVersion}}');
- done();
- abortCmds.push('git tag -d v{{newVersion}}');
pushCmds.push(
+ ... | fix(build): fixes issue where release tag doesn't match release branch | angular_material | train | js |
e63bd1638d01f3a664682e196965a95f108e1e09 | diff --git a/src/Support/Field.php b/src/Support/Field.php
index <HASH>..<HASH> 100644
--- a/src/Support/Field.php
+++ b/src/Support/Field.php
@@ -148,6 +148,7 @@ abstract class Field
$result = $resolver($root, ...array_slice($arguments, 1));
foreach ($middleware as $name) {
... | chore: phpstan: fix "Cannot call method terminate() on class-string|object." | rebing_graphql-laravel | train | php |
babb0916fefae688c6ae3d16dbefe44e8640496b | diff --git a/spec/rack/app/path_to_spec.rb b/spec/rack/app/path_to_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/rack/app/path_to_spec.rb
+++ b/spec/rack/app/path_to_spec.rb
@@ -34,6 +34,10 @@ describe Rack::App do
path_to '/d/:id', 'id' => 456, "test" => "hello", "world" => "hy", :class => ExampleRackApp
... | test: add test to validate nested hash use in path_to use case | rack-app_rack-app | train | rb |
7d57e0b908a0104c74fccc81452a8221a7ab1ca7 | diff --git a/hitcount/managers.py b/hitcount/managers.py
index <HASH>..<HASH> 100644
--- a/hitcount/managers.py
+++ b/hitcount/managers.py
@@ -27,7 +27,7 @@ class HitManager(models.Manager):
same user/visitor *ever* be counted twice? After a week, or a month,
or a year, should their view be counted a... | docs: Fix simple typo, defaulf -> default
There is a small typo in hitcount/managers.py.
Should read `default` rather than `defaulf`. | thornomad_django-hitcount | train | py |
250a241924eade6ac80cd0e531e13c37658e59b3 | diff --git a/webpack.config.lib.js b/webpack.config.lib.js
index <HASH>..<HASH> 100644
--- a/webpack.config.lib.js
+++ b/webpack.config.lib.js
@@ -6,7 +6,7 @@ const root = path.join(__dirname)
module.exports = merge(common, {
mode: 'development',
- target: 'node',
+ target: 'web',
output: {
path: path.r... | fix(webpack): Build with webpack target web | matsp_material-components-vue | train | js |
0d205ea3d9ba919d60c6fffe17d3d51b75c43f5e | diff --git a/audioread/gstdec.py b/audioread/gstdec.py
index <HASH>..<HASH> 100644
--- a/audioread/gstdec.py
+++ b/audioread/gstdec.py
@@ -189,7 +189,7 @@ class GstAudioFile:
# The callback to connect the input.
self.dec.connect("pad-added", self._pad_added)
self.dec.connect("no-more-pads", s... | docs: fix simple typo, failes -> fails
There is a small typo in audioread/gstdec.py.
Should read `fails` rather than `failes`. | beetbox_audioread | train | py |
78d19984e9b48315f0926f7892fcdbd16c8688cd | diff --git a/packages/docs/themes/cerebral-website/tabs/tabs.js b/packages/docs/themes/cerebral-website/tabs/tabs.js
index <HASH>..<HASH> 100644
--- a/packages/docs/themes/cerebral-website/tabs/tabs.js
+++ b/packages/docs/themes/cerebral-website/tabs/tabs.js
@@ -11,7 +11,7 @@ modules.define('tabs', ['i-bem__dom', 'jque... | fix(tabs): use jquery api to get image block
trying to use this.findBlockInside(ctx, 'image') caused `radio-group` corruption. | cerebral_cerebral | train | js |
e929f12bb9166f70fb33a23c7b1a9ade68b00d10 | diff --git a/pyneuroml/pynml.py b/pyneuroml/pynml.py
index <HASH>..<HASH> 100644
--- a/pyneuroml/pynml.py
+++ b/pyneuroml/pynml.py
@@ -396,7 +396,7 @@ def list_exposures(nml_doc_fn, substring=None):
return get_standalone_lems_model(nml_doc_fn).list_exposures(substring)
-def list_recording_paths(nml_doc_fn, sub... | feat: update function name
Since we're only listing exposures here, we update the function name to
reflect this. | NeuroML_pyNeuroML | train | py |
6effb5c52f23acd5ee7468ca1463a362ce2704fe | diff --git a/test/children/void.js b/test/children/void.js
index <HASH>..<HASH> 100644
--- a/test/children/void.js
+++ b/test/children/void.js
@@ -9,4 +9,4 @@ assert.ok(tty.isatty(1));
var size = process.stdout.getWindowSize();
assert.equal(size[0], 80);
-assert.equal(size[1], 30);
+assert.equal(size[1], 24); | test: fix window size test after 6d<I> | chjj_pty.js | train | js |
c841ac1332d54cfd56bd3a2ce90f746f8cf0c2e2 | diff --git a/pyethereum/ethclient.py b/pyethereum/ethclient.py
index <HASH>..<HASH> 100755
--- a/pyethereum/ethclient.py
+++ b/pyethereum/ethclient.py
@@ -70,6 +70,10 @@ class APIClient(object):
return self.account_to_dict(address)['code']
def getnonce(self, address):
+ ptxs = self.getpending()[... | fix: get nonce from pending txs or account | ethereum_pyethereum | train | py |
cc1fc4daa630d89f3781e4b008e6d99a30be2d12 | diff --git a/src/lib/CollectStore.js b/src/lib/CollectStore.js
index <HASH>..<HASH> 100644
--- a/src/lib/CollectStore.js
+++ b/src/lib/CollectStore.js
@@ -173,7 +173,7 @@ export default class CollectStore {
data: {
attributes: {
type: '@cron',
- arguments: '0 0 0 * * ... | feat: now run the trigger every week | cozy_cozy-home | train | js |
4c3b0ac530acaac22abb453df3de09e8c74068fb | diff --git a/workflow/controller/controller.go b/workflow/controller/controller.go
index <HASH>..<HASH> 100644
--- a/workflow/controller/controller.go
+++ b/workflow/controller/controller.go
@@ -219,6 +219,9 @@ func (wfc *WorkflowController) Run(ctx context.Context, wfWorkers, workflowTTLWo
log.Fatal(err)
}
+ //... | fix(controller): Enable metrics server on stand-by controller (#<I>) | argoproj_argo | train | go |
170e4f9effffdb420bdbcc8b07c136a7d70f8892 | diff --git a/lib/js-transform.js b/lib/js-transform.js
index <HASH>..<HASH> 100644
--- a/lib/js-transform.js
+++ b/lib/js-transform.js
@@ -1,6 +1,7 @@
const babelify = require('babelify')
const envify = require('envify/custom')
const markdown = require('browserify-markdown')
+const path = require('path')
const thro... | feat(images): require() SVGs as strings, PNG/JPG/GIFs as base<I> encoded strings | conveyal_mastarm | train | js |
78b32b03f0e0c02208bdd73c528f72bf1f0f1d79 | diff --git a/src/InfoViz/Core/FieldProvider/index.js b/src/InfoViz/Core/FieldProvider/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Core/FieldProvider/index.js
+++ b/src/InfoViz/Core/FieldProvider/index.js
@@ -68,7 +68,7 @@ function fieldProvider(publicAPI, model) {
const DEFAULT_VALUES = {
fields: null,... | fix(FieldProvider): default to sorted field names. | Kitware_paraviewweb | train | js |
4e439907013ff5222f445a36126b1d8e510ec03c | diff --git a/src/plugin/release/generate-changelog.js b/src/plugin/release/generate-changelog.js
index <HASH>..<HASH> 100644
--- a/src/plugin/release/generate-changelog.js
+++ b/src/plugin/release/generate-changelog.js
@@ -46,6 +46,7 @@ export function generateChangelog ({ commits, file, version, url, bugs, previous
... | fix(northbrook): end write stream after generation | northbrookjs_northbrook | train | js |
c5d10bf16b7a7a455d510a7df75c8377cf51c3fc | diff --git a/src/cobra/flux_analysis/deletion.py b/src/cobra/flux_analysis/deletion.py
index <HASH>..<HASH> 100644
--- a/src/cobra/flux_analysis/deletion.py
+++ b/src/cobra/flux_analysis/deletion.py
@@ -1,6 +1,5 @@
from functools import partial
from itertools import product
-from multiprocessing import Pool
from typ... | refactor: use the process pool class | opencobra_cobrapy | train | py |
491e8edbf7e043c3c40b242f6527e07cc3123686 | diff --git a/src/services/olHelpers.js b/src/services/olHelpers.js
index <HASH>..<HASH> 100644
--- a/src/services/olHelpers.js
+++ b/src/services/olHelpers.js
@@ -538,7 +538,7 @@ angular.module('openlayers-directive').factory('olHelpers', function($q, $log, $
attributions: createAttribution(source)... | feat(olHelpers): custom imageExtent support for ImageStatic layers (#<I>) | tombatossals_angular-openlayers-directive | train | js |
4d962a62eb9c840cdc389c26598626ac98698197 | diff --git a/zenpy/lib/api.py b/zenpy/lib/api.py
index <HASH>..<HASH> 100644
--- a/zenpy/lib/api.py
+++ b/zenpy/lib/api.py
@@ -1836,11 +1836,19 @@ class JiraLinkApi(CRUDApi):
super(JiraLinkApi, self).__init__(config, object_type='link')
self.api_prefix = "api"
+ def delete(self, link):
+ u... | fix: prevent InvalidEndpoint exception when deleting Jira links (#<I>) | facetoe_zenpy | train | py |
1f8d3a695bf6c7ef1cfebc034e8cad06fc287145 | diff --git a/nipap/nipap/backend.py b/nipap/nipap/backend.py
index <HASH>..<HASH> 100644
--- a/nipap/nipap/backend.py
+++ b/nipap/nipap/backend.py
@@ -46,6 +46,7 @@
^^^^^^^^^^^^^^^^^
* :attr:`id` - ID number of the prefix.
* :attr:`prefix` - The IP prefix itself.
+ * :attr:`prefix_length` - Prefix len... | docs: Added prefix_length attribute
Added the prefix_length attribute to the documentation. | SpriteLink_NIPAP | train | py |
6e5b1ff1cb2ad26b651c98ab77e5574b783f534a | diff --git a/pipes/pipeline/create_pipeline.py b/pipes/pipeline/create_pipeline.py
index <HASH>..<HASH> 100644
--- a/pipes/pipeline/create_pipeline.py
+++ b/pipes/pipeline/create_pipeline.py
@@ -239,8 +239,10 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument('-d',
... | fix: Log INFO by default
See also: PSOBAT-<I> | foremast_foremast | train | py |
1b4a0302fcd93394255945e9c44dbffa9160a604 | diff --git a/test/evaluation.spec.js b/test/evaluation.spec.js
index <HASH>..<HASH> 100644
--- a/test/evaluation.spec.js
+++ b/test/evaluation.spec.js
@@ -226,7 +226,11 @@ module.exports.addTests = function({testRunner, expect}) {
expect(error.message).toContain('JSHandles can be evaluated only in the context th... | fix(test): make sure selection is not empty before running copy command (#<I>)
If current selection is empty document.execCommand('copy') may return false in some browsers (e.g. WebKit based ones). | GoogleChrome_puppeteer | train | js |
98426b31fe4abcb868382d5177b737edcd602b9d | diff --git a/pipes/elb/create_elb.py b/pipes/elb/create_elb.py
index <HASH>..<HASH> 100644
--- a/pipes/elb/create_elb.py
+++ b/pipes/elb/create_elb.py
@@ -115,7 +115,7 @@ def main():
else:
health_path = '/healthcheck'
- raw_subnets = get_subnets()
+ raw_subnets = get_subnets(target='elb')
reg... | fix: Subnets should be for elb
See also: PSOBAT-<I> | foremast_foremast | train | py |
37cd07fabea9ce45d113f60746738cc3e1c2be6a | diff --git a/lib/apiary/version.rb b/lib/apiary/version.rb
index <HASH>..<HASH> 100644
--- a/lib/apiary/version.rb
+++ b/lib/apiary/version.rb
@@ -1,3 +1,3 @@
module Apiary
- VERSION = '0.10.1'.freeze
+ VERSION = '0.10.2'.freeze
end | chore: VERSION = <I> | apiaryio_apiary-client | train | rb |
790f0f4c94bec2617533ca7903fd7ad19217a31e | diff --git a/packages/editor/src/editor.js b/packages/editor/src/editor.js
index <HASH>..<HASH> 100644
--- a/packages/editor/src/editor.js
+++ b/packages/editor/src/editor.js
@@ -89,7 +89,7 @@ export function enableEditor({ space, uiWrapper, config }) {
// height: '100vh',
// width: 'auto',
plugins: [set... | fix(editor): remove false error on editor navigation away from saved content | bolt-design-system_bolt | train | js,js |
c531cf3aeb3877abd9745f6d3eac8fabd7571ade | diff --git a/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/hal/Links.java b/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/hal/Links.java
index <HASH>..<HASH> 100644
--- a/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/hal/Links.java
+++ b/blueocean-rest/src/main/java/io/jenkins/blueocean/rest/... | docs: Fix the javadoc, its add not addRelative | jenkinsci_blueocean-plugin | train | java |
8a8ee89c9383ad12d9cb4668cab61ac60d5b74c0 | diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/responsive-webapp.js
+++ b/lib/components/app/responsive-webapp.js
@@ -120,7 +120,7 @@ class ResponsiveWebapp extends Component {
// If the URL locale parameter change... | refactor(ResponsiveWebapp): Fix variable typo, remove unused prop. | opentripplanner_otp-react-redux | train | js |
a0a4e43a6906087f352a7b771fc4ce64f6c470e4 | diff --git a/src/live-query.js b/src/live-query.js
index <HASH>..<HASH> 100644
--- a/src/live-query.js
+++ b/src/live-query.js
@@ -98,25 +98,26 @@ module.exports = AV => {
throw new TypeError('LiveQuery must be inited with a Query');
const { where, keys, returnACL } = query.toJSON();
return... | refactor(livequery): subscribe after connecting to RTM | leancloud_javascript-sdk | train | js |
a1b634c6a5b840fc559362a47fef86b137e9a4f1 | diff --git a/core/dvan/lib/plugins/shared/webpackDevConfig.js b/core/dvan/lib/plugins/shared/webpackDevConfig.js
index <HASH>..<HASH> 100644
--- a/core/dvan/lib/plugins/shared/webpackDevConfig.js
+++ b/core/dvan/lib/plugins/shared/webpackDevConfig.js
@@ -1,17 +1,17 @@
module.exports = (api, config) => {
- if (!api.cli... | fix: hot-reload with serve | evillt_dvan | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.