hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
68fd77607d69dedc0c8f568e813d9a5855934843 | diff --git a/bcbio/pipeline/shared.py b/bcbio/pipeline/shared.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/shared.py
+++ b/bcbio/pipeline/shared.py
@@ -125,10 +125,13 @@ def _rewrite_bed_with_chrom(in_file, out_file, chrom):
out_handle.write(line)
-def _subset_bed_by_region(in_file, out_... | Added an option into bed prep to not merge overlapping regions. Useful for VarDict amplicon aware calling. | bcbio_bcbio-nextgen | train |
c8afeb1ac9e16a5e6d1e52f07f2273692536743e | diff --git a/src/Database.php b/src/Database.php
index <HASH>..<HASH> 100644
--- a/src/Database.php
+++ b/src/Database.php
@@ -13,6 +13,7 @@ class Database {
const QUERY_COUNTER_SAVE = "INSERT INTO '%s' (time, value) VALUES (%d, %d)";
const QUERY_COUNTER_SELECT_BY_COUNT = 'SELECT time, value FROM %s ORDER BY time D... | [FEATURE] Add "counters" command to list counters
Requires token access, returend data contains last timestamp and last value only. | NamelessCoder_numerolog | train |
a09cccc8c117592d9d78b1ebf9ecd764da0999b5 | diff --git a/connection/connection.js b/connection/connection.js
index <HASH>..<HASH> 100644
--- a/connection/connection.js
+++ b/connection/connection.js
@@ -70,7 +70,7 @@ var Connection = function(options) {
// Default options
this.port = options.port || 27017;
this.host = options.host || 'localhost';
- thi... | Set keepAlive to false by default to work around bug in node.js for Windows XP and Windows <I>. | mongodb_node-mongodb-native | train |
b42c8aec2b07610834d67dd34c8469f01817f830 | diff --git a/packages/site/pages/components/drawer.js b/packages/site/pages/components/drawer.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/drawer.js
+++ b/packages/site/pages/components/drawer.js
@@ -119,21 +119,21 @@ export default withServerProps(_ => (
'boolean',
null... | refactor(site): drawer proptypes desc for brevity | pluralsight_design-system | train |
89e2a7da82a4cd255074a9cd4390b31fc20e8801 | diff --git a/lib/websocket/driver/hybi.js b/lib/websocket/driver/hybi.js
index <HASH>..<HASH> 100644
--- a/lib/websocket/driver/hybi.js
+++ b/lib/websocket/driver/hybi.js
@@ -404,8 +404,8 @@ var instance = {
return this._emitMessage(this._message);
if (opcode === this.OPCODES.close) {
- code = (pay... | Emit a protocol error when a closing frame has a 1-byte payload. | faye_websocket-driver-node | train |
3d7dcfa6024f3c163205bb53c9004934877b2bcd | diff --git a/app/core/messages.js b/app/core/messages.js
index <HASH>..<HASH> 100644
--- a/app/core/messages.js
+++ b/app/core/messages.js
@@ -13,6 +13,10 @@ MessageManager.prototype.create = function(options, cb) {
Room = mongoose.model('Room'),
User = mongoose.model('User');
+ if (typeof cb !==... | Fixed bug in core.messages.create | sdelements_lets-chat | train |
956ddd8270764d2f2e2f0b8aabc04667e182629a | diff --git a/src/main/java/graphql/validation/rules/VariableTypesMatchRule.java b/src/main/java/graphql/validation/rules/VariableTypesMatchRule.java
index <HASH>..<HASH> 100644
--- a/src/main/java/graphql/validation/rules/VariableTypesMatchRule.java
+++ b/src/main/java/graphql/validation/rules/VariableTypesMatchRule.ja... | set visitSpreadFragments to true | graphql-java_graphql-java | train |
f136188869b8d2aa48d5dd420e7e28c0f0b5bf32 | diff --git a/lib/rack/web_profiler/model.rb b/lib/rack/web_profiler/model.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/web_profiler/model.rb
+++ b/lib/rack/web_profiler/model.rb
@@ -22,9 +22,7 @@ module Rack
def clean!
return unless ::File.exist?(db_file_path)
- ::File.delete(db_file_pat... | Truncate table instead delete db file to clean datas (#<I>) | rack-webprofiler_rack-webprofiler | train |
1add02c84ba39bdcff6fb943e255f8c30e457678 | diff --git a/doc/source/whatsnew/v0.25.0.rst b/doc/source/whatsnew/v0.25.0.rst
index <HASH>..<HASH> 100644
--- a/doc/source/whatsnew/v0.25.0.rst
+++ b/doc/source/whatsnew/v0.25.0.rst
@@ -41,6 +41,7 @@ Other Enhancements
- :meth:`DataFrame.query` and :meth:`DataFrame.eval` now supports quoting column names with backtic... | Add defensive check for argument errors keyword in to_numeric (#<I>) | pandas-dev_pandas | train |
1d66f4e3d9932c27108a8215d44a6bfaf0b91fdf | diff --git a/packages/wdio-local-runner/src/index.js b/packages/wdio-local-runner/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/wdio-local-runner/src/index.js
+++ b/packages/wdio-local-runner/src/index.js
@@ -23,7 +23,7 @@ export default class LocalRunner extends EventEmitter {
const runnerEnv = Obje... | wdio-local-runner: propagate run environment to worker environment | webdriverio_webdriverio | train |
81a66c2bc1e1e0e587e70662ed878b968252037a | diff --git a/indra/databases/chebi_client.py b/indra/databases/chebi_client.py
index <HASH>..<HASH> 100644
--- a/indra/databases/chebi_client.py
+++ b/indra/databases/chebi_client.py
@@ -13,6 +13,13 @@ from indra.util import read_unicode_csv
logger = logging.getLogger(__name__)
+def _strip_prefix(chid):
+ if ch... | Handle prefixes more flexibly in ChEBI client | sorgerlab_indra | train |
4eff4fa586d35858021460c7ca097943a03fb99f | diff --git a/lib/file.js b/lib/file.js
index <HASH>..<HASH> 100644
--- a/lib/file.js
+++ b/lib/file.js
@@ -18,7 +18,7 @@
var fs = require('fs')
, path = require('path')
- , JS_PAT = /\.js$/
+ , JS_PAT = /\.(js|coffee)$/
, logger;
var logger = new (function () { | Allow CoffeeScript files to be watched as well | mde_utilities | train |
a72f1da344fd98ea97082a5444e4c1ba31a967fa | diff --git a/src/global/TransitionManager.js b/src/global/TransitionManager.js
index <HASH>..<HASH> 100644
--- a/src/global/TransitionManager.js
+++ b/src/global/TransitionManager.js
@@ -79,13 +79,13 @@ function check ( tm ) {
// we notify the parent if there is one, otherwise
// start detaching nodes
if ( !tm.ou... | make sure nested components don't interfere with the transition manager completion - #<I> | ractivejs_ractive | train |
d54bf89ae03cd1f27af283de75745f2f26bd4b2c | diff --git a/lib/benchmark_driver/ruby_interface.rb b/lib/benchmark_driver/ruby_interface.rb
index <HASH>..<HASH> 100644
--- a/lib/benchmark_driver/ruby_interface.rb
+++ b/lib/benchmark_driver/ruby_interface.rb
@@ -65,5 +65,9 @@ module BenchmarkDriver
@executables << BenchmarkDriver::Rbenv.parse_spec(version)
... | Add #verbose to Ruby interface | benchmark-driver_benchmark-driver | train |
378946efd8a6b81b7d0cffd4114c983c960e61f2 | diff --git a/lib/dirty_relations.rb b/lib/dirty_relations.rb
index <HASH>..<HASH> 100644
--- a/lib/dirty_relations.rb
+++ b/lib/dirty_relations.rb
@@ -1,8 +1,18 @@
+##
+# This concern can be used to monitor relations for changes.
+#
+# Associations monitored using the methods in this concern will show up in the ActiveR... | add some ruby docs, rename method for accuracy | jmpage_dirty_associations | train |
1c951826a0e1345b3299d72163beaa91fdae8677 | diff --git a/packages/core/src/selectors/index.js b/packages/core/src/selectors/index.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/selectors/index.js
+++ b/packages/core/src/selectors/index.js
@@ -1,8 +1,10 @@
// @flow
import type { AppState } from "@nteract/types/core/records";
+import { toJS, stringifyNot... | Add a bunch of new selectors to `core`. | nteract_nteract | train |
904d1711086f6bdcdcbc0742ea746e1e8bafc714 | diff --git a/api/resources.go b/api/resources.go
index <HASH>..<HASH> 100644
--- a/api/resources.go
+++ b/api/resources.go
@@ -32,7 +32,7 @@ func (r *Resources) Canonicalize() {
// DefaultResources is a small resources object that contains the
// default resources requests that we will provide to an object.
-// ---... | gofmt and goimports | hashicorp_nomad | train |
8f55fc02ae4f585ab08b064159378981c629887f | diff --git a/src/main/java/com/cloudbees/syslog/SDElement.java b/src/main/java/com/cloudbees/syslog/SDElement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/cloudbees/syslog/SDElement.java
+++ b/src/main/java/com/cloudbees/syslog/SDElement.java
@@ -35,9 +35,8 @@ public class SDElement implements Serializable ... | The list of reserved SD-ID's was incorrect. Changed to the correct list. | CloudBees-community_syslog-java-client | train |
a96a16c9e88c37750178b3987cb67bba827d6371 | diff --git a/regcompiler.rb b/regcompiler.rb
index <HASH>..<HASH> 100755
--- a/regcompiler.rb
+++ b/regcompiler.rb
@@ -2023,16 +2023,43 @@ end
instance_eval(&WrapBmatch)
def generate_cmatch
+ return " yield\n" if @regs.empty?
warning %#pull out ordinary matchers for processing outside the... | substantial rewrite of Reg::And#generate_cmatch:
=== or bmatch now used for as many subexpressions as possible
shortcut the trivial case (no subexpressions) | coatl_reg | train |
c319ac0699937278e2a231988e72e432c8950c0a | diff --git a/scanpy/tools/_rank_genes_groups.py b/scanpy/tools/_rank_genes_groups.py
index <HASH>..<HASH> 100644
--- a/scanpy/tools/_rank_genes_groups.py
+++ b/scanpy/tools/_rank_genes_groups.py
@@ -25,7 +25,6 @@ def rank_genes_groups(
copy=False,
method='t-test_overestim_var',
corr_method='benjamini-hoc... | removed log_transformed from rank_genes_groups | theislab_scanpy | train |
c6eb717c0fa2f07395f7014dcaaa191bee8ffaca | diff --git a/src/L.Control.Locate.js b/src/L.Control.Locate.js
index <HASH>..<HASH> 100644
--- a/src/L.Control.Locate.js
+++ b/src/L.Control.Locate.js
@@ -93,8 +93,7 @@ You can find the project at: https://github.com/domoritz/leaflet-locatecontrol
initialize: function (options) {
L.Map.addInitHook... | addControl with self reference
I think this is can work as well and has a better performance. | domoritz_leaflet-locatecontrol | train |
90a75662694aa700252d07b98f348b78378499ff | diff --git a/src/Illuminate/Auth/Console/MakeAuthCommand.php b/src/Illuminate/Auth/Console/MakeAuthCommand.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Auth/Console/MakeAuthCommand.php
+++ b/src/Illuminate/Auth/Console/MakeAuthCommand.php
@@ -14,7 +14,9 @@ class MakeAuthCommand extends Command
*
* @... | prevent overwrite existing views running make:auth #<I> | laravel_framework | train |
510601fabb8dd48b08496da219b4333ac812ed08 | diff --git a/test/integration/binary.js b/test/integration/binary.js
index <HASH>..<HASH> 100644
--- a/test/integration/binary.js
+++ b/test/integration/binary.js
@@ -29,7 +29,7 @@ describe('node-static (CLI)', function () {
beforeEach(async function () {
await updatePort(this);
});
- ... | test: for binary, check file without directory and with custom cache | cloudhead_node-static | train |
88b1310de7a8219ec5da1a42eed841b6e1b678bb | diff --git a/lib/flipper/feature.rb b/lib/flipper/feature.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/feature.rb
+++ b/lib/flipper/feature.rb
@@ -4,6 +4,7 @@ require 'flipper/switch'
module Flipper
class Feature
attr_reader :name
+ attr_reader :adapter
def initialize(name, adapter)
@name ... | Expose Feature#adapter | jnunemaker_flipper | train |
9f24dc0927d9de40916f7c8c6c760bd848ddf224 | diff --git a/classes/ggrestrequest.php b/classes/ggrestrequest.php
index <HASH>..<HASH> 100644
--- a/classes/ggrestrequest.php
+++ b/classes/ggrestrequest.php
@@ -20,18 +20,39 @@ class ggRESTRequest extends ggWebservicesRequest
/**
* Final part of url that is built REST style: /method?p1=val1&p2=val2
*/
... | - make the REST requests smarter: allow them to work on base urls that already contain query string and fragment | gggeek_ggwebservices | train |
71dcc0c1dea673d591eb1235bf5df349a61e6f48 | diff --git a/lib/setup.js b/lib/setup.js
index <HASH>..<HASH> 100644
--- a/lib/setup.js
+++ b/lib/setup.js
@@ -67,6 +67,11 @@ function suiteContext(app) {
obj.command = 'base';
obj.configname = 'basefile';
obj.configfile = 'basefile.js';
+ } else if (/^breakdance-?/.test(name)) {
+ obj.repo = 'breakd... | breakdance (this is temporary) | verbose_verb-generate-readme | train |
92a5a12145159f2b619bc575d65e863bb4489a31 | diff --git a/dropwizard-testing/src/main/java/io/dropwizard/testing/junit/DropwizardAppRule.java b/dropwizard-testing/src/main/java/io/dropwizard/testing/junit/DropwizardAppRule.java
index <HASH>..<HASH> 100644
--- a/dropwizard-testing/src/main/java/io/dropwizard/testing/junit/DropwizardAppRule.java
+++ b/dropwizard-te... | testing: fire onRun listeners after application onRun has been called | dropwizard_dropwizard | train |
31b575d4a60754ed87829a99a6934f0c951b61ea | diff --git a/src/dialog/provider.js b/src/dialog/provider.js
index <HASH>..<HASH> 100644
--- a/src/dialog/provider.js
+++ b/src/dialog/provider.js
@@ -82,7 +82,8 @@ export default class FlowProvider extends EventEmitter2 {
nodes: _.filter(flow.nodes, node => !!node),
catchAll: flow.catchAll,
... | Loading and saving skillData | botpress_botpress | train |
480c9986544b91fcf0793ee3ecd33ada3b7a2f91 | diff --git a/lib/opal/parser.rb b/lib/opal/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/opal/parser.rb
+++ b/lib/opal/parser.rb
@@ -1524,9 +1524,10 @@ module Opal
def js_super args
if @scope.def_in_class?
mid = @scope.mid.to_s
- # jsid = mid_to_jsid @scope.mid.to_s
- @scope.uses_su... | Fix bug in non-identifier names creating bad output in super calls | opal_opal | train |
22e108e29310e2c91ce73ef79369bf888a4f888c | diff --git a/connection.go b/connection.go
index <HASH>..<HASH> 100644
--- a/connection.go
+++ b/connection.go
@@ -383,18 +383,27 @@ func (c *connection) Fetch(req *proto.FetchReq) (*proto.FetchResp, error) {
return nil, err
}
- // Compressed messages are returned in full batches for efficiency
- // (the broker ... | factor out and test trimming of leading messsages in a fetch response | optiopay_kafka | train |
e1e3715872d705001125be16df17b1a499333ee3 | diff --git a/basic_cms/testproj/test_settings.py b/basic_cms/testproj/test_settings.py
index <HASH>..<HASH> 100644
--- a/basic_cms/testproj/test_settings.py
+++ b/basic_cms/testproj/test_settings.py
@@ -88,6 +88,21 @@ TEMPLATE_DIRS = (
os.path.join(PROJECT_DIR, 'templates'),
)
+TEMPLATES = [
+ {
+ 'BA... | django <I> compatibility - success! only <I> errors and 8 failures to go | ArabellaTech_django-basic-cms | train |
e88f3f6b54c5f329b2af0ed071288863f0e8d966 | diff --git a/client/router.js b/client/router.js
index <HASH>..<HASH> 100644
--- a/client/router.js
+++ b/client/router.js
@@ -3,19 +3,19 @@
* we need to pretend that this code is pure commonjs
* means no AMD-style require calls
*/
-var requireAMD = require;
-
var _ = require('underscore'),
Backbone = requi... | Cleaned up unused leftovers. Made it more server friendly. | rendrjs_rendr | train |
b2fc156f44a081941ced729c6f836125f63d8c48 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,9 +24,9 @@ copyright = '2018, Gorialis'
author = 'Gorialis'
# The short X.Y version
-version = '1.0.2'
+version = '1.0.3'
# The full version, including alpha/beta/rc tags
-release = '1.0.2'
+release = ... | Don't delete builtins when a session is finished | Gorialis_jishaku | train |
3f81b613d83140cdf3d99b93ea74d83c52846b2c | diff --git a/src/rest/APIRouter.js b/src/rest/APIRouter.js
index <HASH>..<HASH> 100644
--- a/src/rest/APIRouter.js
+++ b/src/rest/APIRouter.js
@@ -11,13 +11,27 @@ function buildRoute(manager) {
get(target, name) {
if (reflectors.includes(name)) return () => route.join('/');
if (methods.includes(name)... | fix: Handle async stacks correctly (#<I>)
* fix: Capture stack traces in APIRouter to preserve async stack
* fix: Handle the stack trace better
* fix: Check if error is an instance of Error (5XX rejects with Result)
* fix: Error.captureStackTrace is not supported in all browsers | discordjs_discord.js | train |
a39d57dfaa77e9408fde95a873f8abeb00bfd43f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -21,7 +21,7 @@ const writeYaml = (outputPath, obj) => {
const isJson = ext => ext === 'json'
-function loadLocaleFiles(locales, buildDir, ext, opts) {
+function loadLocaleFiles(locales, buildDir, ext, delimiter) {
cons... | Avoid opts.delimiter is undefined | akameco_extract-react-intl-messages | train |
3cbb4d725d8366e7a22bf27c6eed2cc442e84e53 | diff --git a/blogit.py b/blogit.py
index <HASH>..<HASH> 100755
--- a/blogit.py
+++ b/blogit.py
@@ -403,7 +403,8 @@ def build():
for root, dirs, files in os.walk(CONFIG['content_root']):
for fileName in files:
try:
- entry = Entry(os.path.join(root, fileName))
+ i... | only try to process .md or .markdown files, so .swp files from vim are ignored | oz123_blogit | train |
59d901dfa29b5ba617eea9fc59e9aa4a25e7fa6f | diff --git a/java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java b/java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebElement.java
+++ b/java/client/src/org/openqa/selenium/htmlunit/HtmlUnitWebEl... | AlexeiBarantsev: Click on a label should be propagated to the referenced element. One test un-ignored. Fixes issue <I>
r<I> | SeleniumHQ_selenium | train |
c1793730712bddbdac34fabe837ee511b1b0bd97 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Unreleased Changes
------------------
+* Issue - Retries - No longer retrying non-networking errors generated during
+ HTTP handling.
+
+ See [related GitHub issue #912](https://github.com/a... | Now only retrying service and networking errors.
Stopped retrying requests that had a 0 status code (e.g.
weren't sent).
Fixes #<I> | aws_aws-sdk-ruby | train |
8c6a30795a0c22826f5d6f6ebc4b49e337e0ae4e | diff --git a/lib/guard/interactor.rb b/lib/guard/interactor.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/interactor.rb
+++ b/lib/guard/interactor.rb
@@ -1,6 +1,9 @@
module Guard
class Interactor
+ class LockException < Exception; end
+ class UnlockException < Exception; end
+
attr_reader :locked
... | Change Guard::Interactor#lock and #unlock methods so they will lock interactor
in the right thread and free $stdin [closes #<I>]. | guard_guard | train |
84eab4512eaacadfe1e6b50e7410f3f7b36b5688 | diff --git a/src/components/Navigation/styles/Item.js b/src/components/Navigation/styles/Item.js
index <HASH>..<HASH> 100644
--- a/src/components/Navigation/styles/Item.js
+++ b/src/components/Navigation/styles/Item.js
@@ -57,7 +57,6 @@ const NavigationItem = styled.div.withConfig({ displayName: 'NavigationItem' })`
... | fix nav spacing (#<I>) | Bandwidth_shared-components | train |
22a7abd9c99ab13de71cc71b5dfe46672b765f93 | diff --git a/lib/texture.js b/lib/texture.js
index <HASH>..<HASH> 100644
--- a/lib/texture.js
+++ b/lib/texture.js
@@ -476,6 +476,22 @@ module.exports = function createTextureSet (
var supportedFormats = Object.keys(textureFormats)
limits.textureFormats = supportedFormats
+ // associate with every format strin... | lib/texture.js: Now you can fetch the format and type strings from a texture. | regl-project_regl | train |
aba8bd0db6902dfee44eefbef5f0dfb5da03855d | diff --git a/src/compiler.js b/src/compiler.js
index <HASH>..<HASH> 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -151,6 +151,13 @@
look_ahead++;
}
if (move){
+ var size = 0;
+ var walk = 0;
+ ... | syntax analiser uses walk algorithm and added children to each leaf
also, changed get_int_value to get_value | gutomaia_nodeNES | train |
8640d24fa36fa03028a0cb3660a26479a0d49964 | diff --git a/media/js/compressed/jquery.formset.min.js b/media/js/compressed/jquery.formset.min.js
index <HASH>..<HASH> 100755
--- a/media/js/compressed/jquery.formset.min.js
+++ b/media/js/compressed/jquery.formset.min.js
@@ -3,5 +3,5 @@ a.deleteCssClass+'" href="javascript:void(0)">'+a.deleteText+"</a>"):e.is("UL")|
... | Removed a forgotten "console.log" from js | ninuxorg_nodeshot | train |
1d134e9622a9332a5f3fa02d5f49b3491644f6ea | diff --git a/src/messages/Whip_InvalidVersionRequirementMessage.php b/src/messages/Whip_InvalidVersionRequirementMessage.php
index <HASH>..<HASH> 100644
--- a/src/messages/Whip_InvalidVersionRequirementMessage.php
+++ b/src/messages/Whip_InvalidVersionRequirementMessage.php
@@ -17,7 +17,7 @@ class Whip_InvalidVersionRe... | Correct versioned requirement type-hint.
As the `body()` message makes use of the `Whip_VersionRequirement::version()` method, type-hinting against the pure interface is not enough. The interface `Whip_Requirement` interface does not have a `version()` method. | Yoast_whip | train |
2c7c043a02344810015420c880663c296af712b6 | diff --git a/script/farmer.js b/script/farmer.js
index <HASH>..<HASH> 100755
--- a/script/farmer.js
+++ b/script/farmer.js
@@ -48,6 +48,7 @@ function updatePercentUsed() {
config.storageManager._storage.size((err, result) => {
if (result) {
farmerState.spaceUsed = bytes(result);
+ farmerState.spaceU... | Add used space in raw bytes as well | storj_storjshare-daemon | train |
e25e7aa3ea1e8c9b3cd3242acda6d4a5572c2c6a | diff --git a/lib/rules/comma-spacing.js b/lib/rules/comma-spacing.js
index <HASH>..<HASH> 100644
--- a/lib/rules/comma-spacing.js
+++ b/lib/rules/comma-spacing.js
@@ -120,6 +120,10 @@ module.exports = {
report(reportItem, "before", tokens.left);
}
+ if (tokens.right && astUtil... | Fix: comma-spacing ignore comma before closing paren (fixes #<I>) (#<I>)
* Fix: ignore comma before closing paren (fixes #<I>)
* Chore: add more tests | eslint_eslint | train |
387217ba5a088d0fc88571aec252ed9a27ec2a80 | diff --git a/__init__.py b/__init__.py
index <HASH>..<HASH> 100644
--- a/__init__.py
+++ b/__init__.py
@@ -33,3 +33,4 @@ import _fit as fit ; fit._settings = settings
plot.tweaks._pylab_colormap._settings = settings
+printer = tweaks.printer | I think just one change by Jack, adding printer = tweaks.printer to init. - AMJ | Spinmob_spinmob | train |
f315b370088a1e558464701c70ec63af6000cd9f | diff --git a/penman/layout.py b/penman/layout.py
index <HASH>..<HASH> 100644
--- a/penman/layout.py
+++ b/penman/layout.py
@@ -344,7 +344,7 @@ def _preconfigure_triple(triple, pushed, epidata):
elif target and epi.mode == 2: # target epidata
target = f'{target!s}{epi!s}'
else:
- ... | Use the correct logger in penman.layout | goodmami_penman | train |
4524d1c59472122d2dcd6aa85ee8d40a7a6b0e7a | diff --git a/code/forms/SiteTreeURLSegmentField.php b/code/forms/SiteTreeURLSegmentField.php
index <HASH>..<HASH> 100644
--- a/code/forms/SiteTreeURLSegmentField.php
+++ b/code/forms/SiteTreeURLSegmentField.php
@@ -44,7 +44,7 @@ class SiteTreeURLSegmentField extends TextField {
* @return SiteTree
*/
function ge... | MINOR Fixed usage of deprecated Form->dataFieldByName() | silverstripe_silverstripe-reports | train |
ada61f8d764cf4175f83376d989eaec3984e716a | diff --git a/octodns/manager.py b/octodns/manager.py
index <HASH>..<HASH> 100644
--- a/octodns/manager.py
+++ b/octodns/manager.py
@@ -269,10 +269,12 @@ class Manager(object):
def sync(self, eligible_zones=[], eligible_sources=[], eligible_targets=[],
dry_run=True, force=False, plan_output_fh=stdou... | De-lint an aggressively-long log line | github_octodns | train |
3f1b308a2b7303ddb3fa76a61d8a97e0c3016dab | diff --git a/test/com/google/javascript/jscomp/IntegrationTest.java b/test/com/google/javascript/jscomp/IntegrationTest.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/IntegrationTest.java
+++ b/test/com/google/javascript/jscomp/IntegrationTest.java
@@ -3698,43 +3698,45 @@ public final class In... | Test readability improvements
-------------
Created by MOE: <URL> | google_closure-compiler | train |
5eb422a1e3b6084d5a32fb73efd51cd4057a61c3 | diff --git a/src/V2/Endpoint/Continent/ContinentEndpoint.php b/src/V2/Endpoint/Continent/ContinentEndpoint.php
index <HASH>..<HASH> 100644
--- a/src/V2/Endpoint/Continent/ContinentEndpoint.php
+++ b/src/V2/Endpoint/Continent/ContinentEndpoint.php
@@ -19,9 +19,9 @@ class ContinentEndpoint extends Endpoint implements IBu... | fix docblock in ContinentEndpoint | GW2Treasures_gw2api | train |
5ca9b25685337934f4d244766e007ca233341f6d | diff --git a/lib/capybara/selenium/driver.rb b/lib/capybara/selenium/driver.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/selenium/driver.rb
+++ b/lib/capybara/selenium/driver.rb
@@ -143,11 +143,8 @@ class Capybara::Selenium::Driver < Capybara::Driver::Base
handles.clear
browser.switch_to.default_cont... | Only FF needs the frame workaround | teamcapybara_capybara | train |
d33b792a8b76a3bd9d231d4a41a80cf94b41fb6f | diff --git a/src/Utils/Comm.php b/src/Utils/Comm.php
index <HASH>..<HASH> 100644
--- a/src/Utils/Comm.php
+++ b/src/Utils/Comm.php
@@ -190,9 +190,9 @@ class Comm
}
public function send_announcement_mail($to = 'email@example.com', $from = 'it@example.com', $subject = 'Announcement', $description = '', $body = ... | Comm:: send_announcement fixed | rozdol_bi | train |
d2a675d2ec9cbbcd4b6bbeaa55cb3b88fdce5067 | diff --git a/nhlib/correlation.py b/nhlib/correlation.py
index <HASH>..<HASH> 100644
--- a/nhlib/correlation.py
+++ b/nhlib/correlation.py
@@ -53,20 +53,20 @@ class BaseCorrelationModel(object):
Intensity measure type object, see :mod:`nhlib.imt`.
"""
- def apply_correlation(self, sites, imt,... | correlation: call sampled random numbers just "residuals" | gem_oq-engine | train |
e5906b9ec11908e9a93043bc4aefe28c99aeb217 | diff --git a/Controller/AdminSecurityController.php b/Controller/AdminSecurityController.php
index <HASH>..<HASH> 100644
--- a/Controller/AdminSecurityController.php
+++ b/Controller/AdminSecurityController.php
@@ -87,7 +87,7 @@ class AdminSecurityController extends Controller
// TODO: Deprecated in 2.3, to ... | Revert to the admin route (#<I>)
This other route is for users, not administrators. | sonata-project_SonataUserBundle | train |
9e5d7a8c5b105e7ec7ea0f72261f1738ba6e9feb | diff --git a/mod/quiz/editlib.php b/mod/quiz/editlib.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/editlib.php
+++ b/mod/quiz/editlib.php
@@ -967,10 +967,8 @@ function quiz_print_randomquestion_reordertool(&$question, &$pageurl, &$quiz){
'">-->'.$reordercheckboxlabel.$category->name.
$reorder... | quiz editing: MDL-<I> added back (removed comments around) random question preview link for also the random question printing function for the order and paging tab. | moodle_moodle | train |
6a1c0552889ab48ef195741dba5e76b7c09f5ace | diff --git a/cmd/syncthing/config.go b/cmd/syncthing/config.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/config.go
+++ b/cmd/syncthing/config.go
@@ -57,7 +57,6 @@ func setDefaults(data interface{}, setEmptySlices bool) error {
v := tag.Get("default")
if len(v) > 0 {
if f.Kind().String() == "slice" && f.... | Delete comment in config.go | syncthing_syncthing | train |
97242d52a11df368527ae2532b4bb1918a29f49e | diff --git a/src/Orchestra/Foundation/Application.php b/src/Orchestra/Foundation/Application.php
index <HASH>..<HASH> 100644
--- a/src/Orchestra/Foundation/Application.php
+++ b/src/Orchestra/Foundation/Application.php
@@ -72,6 +72,11 @@ class Application extends Abstractable\RouteManager
}
$this->s... | Handle attach orchestra/memory for orchestra.mail service locator. | orchestral_foundation | train |
0eb00cce7f682a4fc54860d913f39faca01b6725 | diff --git a/spec/signore/signature_spec.rb b/spec/signore/signature_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/signore/signature_spec.rb
+++ b/spec/signore/signature_spec.rb
@@ -1,4 +1,3 @@
-inside_connection do
module Signore describe Signature do
it 'should return a proper random signature based on the pro... | drop inside_connection in favour of connecting to the example db | chastell_signore | train |
ccb69a64f05f22de20b41b870af4ff600ce11b87 | diff --git a/lib/renderer/chapter_collator.rb b/lib/renderer/chapter_collator.rb
index <HASH>..<HASH> 100644
--- a/lib/renderer/chapter_collator.rb
+++ b/lib/renderer/chapter_collator.rb
@@ -1,4 +1,5 @@
require "plist"
+require "fileutils"
require "renderer/page_writer"
module Playgroundbook
@@ -31,6 +32,7 @@ modu... | Copy entire source folder from playground to playgroundchapter | playgroundbooks_playgroundbook | train |
fb97326255b1ee4b1f3bc40bd217a3eb86a172b9 | diff --git a/template/helper/listbox.php b/template/helper/listbox.php
index <HASH>..<HASH> 100644
--- a/template/helper/listbox.php
+++ b/template/helper/listbox.php
@@ -50,6 +50,9 @@ class ComTagsTemplateHelperListbox extends KTemplateHelperListbox
)
));
+ // '0' is false in PHP but tru... | re #<I>: Cast autocreate to boolean | joomlatools_joomlatools-framework | train |
5ccafff977c8d9052915ee4e69ceeec41db9d744 | diff --git a/txtorcon/torconfig.py b/txtorcon/torconfig.py
index <HASH>..<HASH> 100644
--- a/txtorcon/torconfig.py
+++ b/txtorcon/torconfig.py
@@ -1066,13 +1066,13 @@ class TorConfig(object):
@classmethod
@defer.inlineCallbacks
- def from_connection(cls, connection):
+ def from_protocol(cls, proto):
... | from_connectio -> from_protocol to match TorState | meejah_txtorcon | train |
08a01efefe8fc5dae77cf534426b34360cb5034c | diff --git a/astropixie-widgets/astropixie_widgets/visual.py b/astropixie-widgets/astropixie_widgets/visual.py
index <HASH>..<HASH> 100644
--- a/astropixie-widgets/astropixie_widgets/visual.py
+++ b/astropixie-widgets/astropixie_widgets/visual.py
@@ -610,7 +610,7 @@ class SHRD():
show_with_bokeh_server(sel... | [EPO-<I>] Increase time to 5 seconds before loading catalog into skyviewer.
For the workshop, the last thing I want is for people to hit this
race condition. It's not ideal, but I'd rather spend a few extra
seconds in loading time than to have to coach people in how to
restart the kernels and reload the notebooks.
T... | lsst-epo_vela | train |
6396e7cc6a5198dfb51082380a4ede64038ec503 | diff --git a/Components/Import/Entity/PlentymarketsImportEntityItem.php b/Components/Import/Entity/PlentymarketsImportEntityItem.php
index <HASH>..<HASH> 100644
--- a/Components/Import/Entity/PlentymarketsImportEntityItem.php
+++ b/Components/Import/Entity/PlentymarketsImportEntityItem.php
@@ -891,7 +891,8 @@ class Ple... | added a configure option to choose the ConfiguratorSetType used by the Shopware frontend | plentymarkets_plentymarkets-shopware-connector | train |
a1cc35cfaec8197a4f1f062789e45dc82ff5b6d8 | diff --git a/hyperion-core/src/main/java/com/willowtreeapps/hyperion/core/internal/HyperionInitProvider.java b/hyperion-core/src/main/java/com/willowtreeapps/hyperion/core/internal/HyperionInitProvider.java
index <HASH>..<HASH> 100644
--- a/hyperion-core/src/main/java/com/willowtreeapps/hyperion/core/internal/HyperionI... | rename requireContext -> requireContextInternal in HyperionInitProvider to avoid conflict with ContentProvider's public requireContext() that appears in api <I> | willowtreeapps_Hyperion-Android | train |
0300af7d4f58778ab11aa1b1e248a5b8c5a074a0 | diff --git a/src/main/com/mongodb/DB.java b/src/main/com/mongodb/DB.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/DB.java
+++ b/src/main/com/mongodb/DB.java
@@ -185,7 +185,7 @@ public abstract class DB {
if (namespaces == null)
throw new RuntimeException("this is impossible");
- ... | use options to get collection names
This makes it possible to fetch the collection names on a slave if the
slaveOk option was set. | mongodb_mongo-java-driver | train |
93074c50a61657992109dd6d23dbc238be5fd78f | diff --git a/go/vt/mysqlctl/xtrabackupengine.go b/go/vt/mysqlctl/xtrabackupengine.go
index <HASH>..<HASH> 100644
--- a/go/vt/mysqlctl/xtrabackupengine.go
+++ b/go/vt/mysqlctl/xtrabackupengine.go
@@ -311,7 +311,7 @@ func (be *XtrabackupEngine) restoreFromBackup(ctx context.Context, cnf *Mycnf, b
// first download the ... | Use move-back instead of copy-back.
To avoid requiring 2x disk space upon restore. | vitessio_vitess | train |
f4a4bca628a35da9d5ec9673992f9097dd412fa8 | diff --git a/lib/channel.js b/lib/channel.js
index <HASH>..<HASH> 100644
--- a/lib/channel.js
+++ b/lib/channel.js
@@ -8,8 +8,9 @@ module.exports = Channel;
function Channel(name, db, options) {
this.collection = new Promise();
this.closed = false;
+
options || (options = {});
- options.size || (opti... | If the cursor dies, wait and reopen | scttnlsn_mubsub | train |
cfe151276126d418b9117d8e7dca1f95d531d0ff | diff --git a/encoder.go b/encoder.go
index <HASH>..<HASH> 100644
--- a/encoder.go
+++ b/encoder.go
@@ -2,7 +2,6 @@ package xml2json
import (
"bytes"
- "fmt"
"io"
"unicode/utf8"
)
@@ -102,7 +101,6 @@ func (enc *Encoder) format(n *Node, lvl int) error {
if enc.tc == nil {
// do nothing
} else {
- fm... | [fix] Do not write to `stdout` debugging information while parsing | basgys_goxml2json | train |
993ec0e36c9974b19daf8cef4e40e349ffb6a481 | diff --git a/lib/dmm-crawler/attributes.rb b/lib/dmm-crawler/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/dmm-crawler/attributes.rb
+++ b/lib/dmm-crawler/attributes.rb
@@ -61,11 +61,13 @@ module DMMCrawler
end
def price
- Integer(
- @page
- .search('.m-priceList .priceList__sub.p... | Fix a bug where sub price is not found
If sub price is not found, Integer can't parse argument because it's String. | sachin21_dmm-crawler | train |
b4f5e0252f6284928f5776eef87a389d64059ffe | diff --git a/Entity/BaseUser.php b/Entity/BaseUser.php
index <HASH>..<HASH> 100644
--- a/Entity/BaseUser.php
+++ b/Entity/BaseUser.php
@@ -107,7 +107,7 @@ class BaseUser implements User, Serializable, EquatableInterface
string $email,
int $id = null,
PasswordResetToken $token = null,
- ... | Roles is not constructed as null | sumocoders_FrameworkMultiUserBundle | train |
4f8d5380cd47342e20dc399b8540eeb64c5ad4a5 | diff --git a/ontology-model/src/main/java/au/csiro/ontology/Node.java b/ontology-model/src/main/java/au/csiro/ontology/Node.java
index <HASH>..<HASH> 100644
--- a/ontology-model/src/main/java/au/csiro/ontology/Node.java
+++ b/ontology-model/src/main/java/au/csiro/ontology/Node.java
@@ -75,32 +75,4 @@ public class Node ... | Fixed bug in Node class (should not implement hashCode and equals). | aehrc_ontology-core | train |
a02d8dc056b257bd30c3405427c1d5a5613b2b3c | diff --git a/devices/xiaomi.js b/devices/xiaomi.js
index <HASH>..<HASH> 100644
--- a/devices/xiaomi.js
+++ b/devices/xiaomi.js
@@ -1357,7 +1357,7 @@ module.exports = [
await reporting.batteryVoltage(endpoint);
await reporting.illuminance(endpoint, {min: 15, max: constants.repInterval.HOUR, cha... | Added e.battery_voltage to GZCGQ<I>LM (#<I>) | Koenkk_zigbee-shepherd-converters | train |
ced8f461fc50230490e1eba58e673671e137aaf0 | diff --git a/query/functions/from.go b/query/functions/from.go
index <HASH>..<HASH> 100644
--- a/query/functions/from.go
+++ b/query/functions/from.go
@@ -128,6 +128,7 @@ func newFromProcedure(qs query.OperationSpec, pa plan.Administration) (plan.Proc
return &FromProcedureSpec{
Database: spec.Database,
Bucket: ... | fix(query): fix passing down the bucket id in the from call
The bucket id was not being copied when the from procedure was being
created so it never showed up and the bucket id was not set. | influxdata_influxdb | train |
22fe365151d008b97d6e93e48d12dc75488dcbf6 | diff --git a/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/statetransfer/StateProviderImpl.java
+++ b/core/src/main/java/org/infinispan/statetransfer/Stat... | ISPN-<I> fix caused unnecessary InterruptedExceptions
When state transfer is over, the response to the last StateResponseCommand
could reach the provider node after the CH_UPDATE from the coordinator.
If that happens, no data is lost, but the OutboundTransferTask thread is
interrupted and it logs the InterruptedExcep... | infinispan_infinispan | train |
e676000703908481f459428f9251a4c40df120a3 | diff --git a/test/litecoin/1-plugin/plugin.js b/test/litecoin/1-plugin/plugin.js
index <HASH>..<HASH> 100644
--- a/test/litecoin/1-plugin/plugin.js
+++ b/test/litecoin/1-plugin/plugin.js
@@ -1,6 +1,7 @@
/* global describe it */
let LitecoinCurrencyPluginFactory = require('../../../lib/index.test.js').LitecoinCurrency... | added WALLET_TYPE to litecoin tests and removed non relevent tests | EdgeApp_edge-currency-bitcoin | train |
42e7c61e4ed3ec731b0329b14d78e517636ab3c7 | diff --git a/src/net/lshift/java/util/RandomExponentialBackoff.java b/src/net/lshift/java/util/RandomExponentialBackoff.java
index <HASH>..<HASH> 100644
--- a/src/net/lshift/java/util/RandomExponentialBackoff.java
+++ b/src/net/lshift/java/util/RandomExponentialBackoff.java
@@ -4,8 +4,6 @@ package net.lshift.java.util;... | bug <I>: extend RandomExponentialBackoff so that you can use scheduled execution to wait between attempts, rather than Thread.sleep. | lshift_jamume | train |
19debf7361134575586b3dc527d63370cfe31df9 | diff --git a/lib/pkgcloud/core/compute/index.js b/lib/pkgcloud/core/compute/index.js
index <HASH>..<HASH> 100644
--- a/lib/pkgcloud/core/compute/index.js
+++ b/lib/pkgcloud/core/compute/index.js
@@ -50,7 +50,7 @@ exports.serverIp = function (server) {
});
return !pub.length
- ? servers.ips[0]
+ ? ... | [fix] s/servers/server | pkgcloud_pkgcloud | train |
3577affc9d662285fb7448d6d07bc8b2ce7c6bae | diff --git a/go/porcelain/deploy.go b/go/porcelain/deploy.go
index <HASH>..<HASH> 100644
--- a/go/porcelain/deploy.go
+++ b/go/porcelain/deploy.go
@@ -162,6 +162,7 @@ func (n *Netlify) DoDeploy(ctx context.Context, options *DeployOptions, deploy *
}
}
+ context.GetLogger(ctx).Infof("Getting files info with asset... | Fix the read file issue for asset management | netlify_open-api | train |
45575fc2abaed643e3bd1c26935891f1c1dbe195 | diff --git a/pyscada/hmi/static/pyscada/js/pyscada/pyscada.js b/pyscada/hmi/static/pyscada/js/pyscada/pyscada.js
index <HASH>..<HASH> 100644
--- a/pyscada/hmi/static/pyscada/js/pyscada/pyscada.js
+++ b/pyscada/hmi/static/pyscada/js/pyscada/pyscada.js
@@ -1308,7 +1308,7 @@ $('button.write-task-form-set').click(function(... | Fix : check if all the value of a form are non empty and are number | trombastic_PyScada | train |
2597d6fa55c1a5099a7da842e621c47cd97716fb | diff --git a/master/buildbot/buildslave/docker.py b/master/buildbot/buildslave/docker.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/buildslave/docker.py
+++ b/master/buildbot/buildslave/docker.py
@@ -29,4 +29,5 @@ from buildbot.worker.docker import handle_stream_line
define_old_worker_class(locals(), _DockerL... | disable pylint/flake8 warning
"DockerLatentBuildSlave" is defined inside define_old_worker_class() | buildbot_buildbot | train |
d97766ade9f0f58c4a4046a791923f6c4f24e47a | diff --git a/pandas/io/tests/test_parsers.py b/pandas/io/tests/test_parsers.py
index <HASH>..<HASH> 100644
--- a/pandas/io/tests/test_parsers.py
+++ b/pandas/io/tests/test_parsers.py
@@ -1604,10 +1604,14 @@ A,B,C
with open(path, 'wb') as f:
f.write(bytes)
+ if py3c... | TST: fix bytes/text issue in py3 failing test | pandas-dev_pandas | train |
3c276a766f31dee48ba60f95e853f0a3cca932fb | diff --git a/quark/backend.py b/quark/backend.py
index <HASH>..<HASH> 100644
--- a/quark/backend.py
+++ b/quark/backend.py
@@ -190,8 +190,12 @@ class Backend(object):
readme(pkg, lines)
packages[tuple(self.package(pkg))] = "\n".join(lines)
+ files_to_emit = OrderedDict(self.files)
+ ... | Implement including non-quark files from quark | datawire_quark | train |
15a3ad94d2603f37d05342941d963f993b4cec2e | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/invalidation/BatchInvalidator.java b/hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/invalidation/BatchInvalidator.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/invalidation/Ba... | Added comment for eager creation of batch invalidation object. | hazelcast_hazelcast | train |
fceac4f6d01bd4337c306735030c8457c1b7c13d | diff --git a/tests/functional_tests/expected_values/bitbucket.py b/tests/functional_tests/expected_values/bitbucket.py
index <HASH>..<HASH> 100644
--- a/tests/functional_tests/expected_values/bitbucket.py
+++ b/tests/functional_tests/expected_values/bitbucket.py
@@ -12,11 +12,9 @@ LINK = 'https://bitbucket.org/api/1.0/... | Fixed login and passwor xpaths in expected values of Bitbucket. | authomatic_authomatic | train |
740da2f541ff07a4fde2c6668c2a2f73920aad49 | diff --git a/acts_as_citable.gemspec b/acts_as_citable.gemspec
index <HASH>..<HASH> 100644
--- a/acts_as_citable.gemspec
+++ b/acts_as_citable.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["test/**/*"]
s.add_dependency "rails", "~> 3.2.12"
- s.add_dependency "citero-jruby", "~> 1.2... | Updated citero-jruby | NYULibraries_acts_as_citable | train |
9dfd93a58d52e531aca2d45c38a8bcd25a57fcf7 | diff --git a/hystrix-contrib/hystrix-metrics-event-stream/src/main/java/com/netflix/hystrix/contrib/metrics/eventstream/HystrixMetricsStreamServlet.java b/hystrix-contrib/hystrix-metrics-event-stream/src/main/java/com/netflix/hystrix/contrib/metrics/eventstream/HystrixMetricsStreamServlet.java
index <HASH>..<HASH> 1006... | #<I> MetricJsonListener queue size can be configured by passing additional queueSize=<int> parameter in stream query | Netflix_Hystrix | train |
76d0c861517b269cf07a95a6da8924eb5791250a | diff --git a/lib/network.js b/lib/network.js
index <HASH>..<HASH> 100644
--- a/lib/network.js
+++ b/lib/network.js
@@ -1,6 +1,6 @@
'use strict';
-module.exports = function network (bus, log, Network) {
+module.exports = function network (bus, log, Network, ignoreResourceErrors) {
const requests = {};
let moc... | Introduce ignoreResourceErrors option to lib/network.js
This option only suppresses logging, event is always sent. | shellscape_mocha-chrome | train |
857cdbb49022cb31f87b91d47f5b862003595340 | diff --git a/src/vml/Painter.js b/src/vml/Painter.js
index <HASH>..<HASH> 100644
--- a/src/vml/Painter.js
+++ b/src/vml/Painter.js
@@ -118,11 +118,11 @@ define(function (require) {
}
},
- resize: function () {
- var width = this._getWidth();
- var height = this._getH... | Fix IE8 resize not work bug. Fix ecomfe/echarts#<I> | ecomfe_zrender | train |
f3615f3a8277c3c8a02c77411a0fa59991b349c2 | diff --git a/src/com/belladati/sdk/BellaDati.java b/src/com/belladati/sdk/BellaDati.java
index <HASH>..<HASH> 100644
--- a/src/com/belladati/sdk/BellaDati.java
+++ b/src/com/belladati/sdk/BellaDati.java
@@ -15,8 +15,9 @@ import com.belladati.sdk.exception.InvalidImplementationException;
* installation - meaning only ... | [BDSDK-<I>] documented new system property for connection pool management | BellaDati_belladati-sdk-api | train |
1e2a2c84d7013833c137f8b218aa7e9d3d4a432a | diff --git a/src/Execution/ExecutionStrategy.php b/src/Execution/ExecutionStrategy.php
index <HASH>..<HASH> 100644
--- a/src/Execution/ExecutionStrategy.php
+++ b/src/Execution/ExecutionStrategy.php
@@ -23,6 +23,7 @@ use Digia\GraphQL\Type\Definition\ObjectType;
use Digia\GraphQL\Type\Definition\TypeInterface;
use Di... | Fix QueryTest (#<I>) | digiaonline_graphql-php | train |
48321c5e550edeabd93b61b2955dbec12dac5b7c | diff --git a/rake-tasks/crazy_fun/mappings/ruby.rb b/rake-tasks/crazy_fun/mappings/ruby.rb
index <HASH>..<HASH> 100644
--- a/rake-tasks/crazy_fun/mappings/ruby.rb
+++ b/rake-tasks/crazy_fun/mappings/ruby.rb
@@ -291,12 +291,13 @@ class RubyRunner
JRUBY_JAR = "third_party/jruby/jruby-complete.jar"
def self.run(im... | JariBakken: Work around jruby-complete/Windows bug, introduced in r<I>.
r<I> | SeleniumHQ_selenium | train |
e104e7c40801085dd28955da8b8421d3a4fffd70 | diff --git a/test/context.js b/test/context.js
index <HASH>..<HASH> 100644
--- a/test/context.js
+++ b/test/context.js
@@ -9,6 +9,23 @@ var test = require('tape');
var e = React.createElement;
test('observer based context', t => {
+ test('using observer to inject throws warning', t => {
+ // This test is ... | added test for deprecation check | mobxjs_mobx-react | train |
c040a34530f1071bec38a73521d7ec27fcd55583 | diff --git a/lib/configuru/config_methods.rb b/lib/configuru/config_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/configuru/config_methods.rb
+++ b/lib/configuru/config_methods.rb
@@ -11,7 +11,7 @@ module Configuru
def param_names
@param_names ||= []
end
- def param(name,options={})
+ ... | Mitigates Style/SpaceAroundOperators | andreypronin_configuru | train |
8cbf1e67881cc1b9bf44d19d7279489d4b27b3cd | diff --git a/datascience/tables.py b/datascience/tables.py
index <HASH>..<HASH> 100644
--- a/datascience/tables.py
+++ b/datascience/tables.py
@@ -1041,10 +1041,10 @@ class Table(collections.abc.MutableMapping):
the values that match both row and column based on ``collect``.
Args:
- ``col... | pivot accepts column index as first arg | data-8_datascience | train |
96ebf4a7b8e4c1b9fb1283425b8603526cbac7fb | diff --git a/vraptor-core/src/test/java/br/com/caelum/vraptor/serialization/gson/GsonJSONSerializationTest.java b/vraptor-core/src/test/java/br/com/caelum/vraptor/serialization/gson/GsonJSONSerializationTest.java
index <HASH>..<HASH> 100644
--- a/vraptor-core/src/test/java/br/com/caelum/vraptor/serialization/gson/GsonJ... | Removing HibernateProxyInitializer class of some tests | caelum_vraptor4 | train |
35ca818584439b15e9fefb3f9f9834d69b36d1b6 | diff --git a/pysat/tests/test_methods_general.py b/pysat/tests/test_methods_general.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/test_methods_general.py
+++ b/pysat/tests/test_methods_general.py
@@ -7,6 +7,7 @@ import pytest
import pysat
from pysat.instruments.methods import general as gen
+from pysat.utils imp... | TST: updated general methods tests
Updated general methods tests by implementing new test function and updating some docstrings. | rstoneback_pysat | train |
01c8743bdbce4608491e43aa7b733234098d7773 | diff --git a/DependencyInjection/Compiler/CommandHandlerPass.php b/DependencyInjection/Compiler/CommandHandlerPass.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Compiler/CommandHandlerPass.php
+++ b/DependencyInjection/Compiler/CommandHandlerPass.php
@@ -25,7 +25,8 @@ class CommandHandlerPass implements Com... | Dont put tagged handlers with bus explicitly set into default locator | thephpleague_tactician-bundle | train |
cc41cca33954406e782f07f1934f116b4a620bf5 | diff --git a/SlevomatCodingStandard/Sniffs/Variables/UnusedVariableSniff.php b/SlevomatCodingStandard/Sniffs/Variables/UnusedVariableSniff.php
index <HASH>..<HASH> 100644
--- a/SlevomatCodingStandard/Sniffs/Variables/UnusedVariableSniff.php
+++ b/SlevomatCodingStandard/Sniffs/Variables/UnusedVariableSniff.php
@@ -88,11... | UnusedVariableSniff: Fixed false positive | slevomat_coding-standard | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.