hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
945eebbcd0260fb21b624009b8ebb6a297b62d78 | diff --git a/test/unit/restore.js b/test/unit/restore.js
index <HASH>..<HASH> 100644
--- a/test/unit/restore.js
+++ b/test/unit/restore.js
@@ -17,8 +17,8 @@ exports['Tessel.prototype.restore'] = {
return Promise.resolve(this.images);
});
this.restore = this.sandbox.spy(Tessel.prototype, 'restore');
+ ... | t2 restore: stub Progress.prototype.tick in tests. | tessel_t2-cli | train |
60dcacda297a9ebfb2c9df3adcb932be7e13d744 | diff --git a/src/Tile.php b/src/Tile.php
index <HASH>..<HASH> 100644
--- a/src/Tile.php
+++ b/src/Tile.php
@@ -50,4 +50,28 @@ class Tile extends Enum
$this->width = $value === static::WIDE ? 2 : 1;
$this->height = $value === static::TALL ? 2 : 1;
}
+
+ /**
+ * Create the Tile corresponding... | Added Tile::fromCell() | amercier_rectangular-mozaic | train |
3f9f6d1b9941f78b0b6e822a309b7c408c8be0a6 | diff --git a/django_tooling/management/commands/resetdb.py b/django_tooling/management/commands/resetdb.py
index <HASH>..<HASH> 100644
--- a/django_tooling/management/commands/resetdb.py
+++ b/django_tooling/management/commands/resetdb.py
@@ -32,6 +32,7 @@ class Command(BaseCommand):
counter += 1
... | FIXED: resetdb command | seebass_django-tooling | train |
27fbde0f56dd6f8286d6dc2ec13a4ac8f6fa4802 | diff --git a/ipywidgets/widgets/widget.py b/ipywidgets/widgets/widget.py
index <HASH>..<HASH> 100644
--- a/ipywidgets/widgets/widget.py
+++ b/ipywidgets/widgets/widget.py
@@ -16,6 +16,8 @@ from traitlets import HasTraits, Unicode, Dict, Instance, List, Int, Set, Bytes,
from ipython_genutils.py3compat import string_typ... | Update the python get_manager_state for schema version <I> | jupyter-widgets_ipywidgets | train |
38f00200cf8c510d94b8c7b49e6eaef87f421bff | diff --git a/Model/Api/SubscriptionsApi.php b/Model/Api/SubscriptionsApi.php
index <HASH>..<HASH> 100644
--- a/Model/Api/SubscriptionsApi.php
+++ b/Model/Api/SubscriptionsApi.php
@@ -241,7 +241,10 @@ class SubscriptionsApi implements SubscriptionsApiInterface
if (!is_array($websiteId)) {
$... | fix(code-style): long line | emartech_magento2-extension | train |
ff5cb99cebc75c48427096909599bd57a68d435d | diff --git a/tests/unresolved_bugs/test_bug_81.py b/tests/unresolved_bugs/test_bug_81.py
index <HASH>..<HASH> 100644
--- a/tests/unresolved_bugs/test_bug_81.py
+++ b/tests/unresolved_bugs/test_bug_81.py
@@ -59,6 +59,7 @@ def use_memory():
class TestMemory(unittest.TestCase):
@unittest.skipIf(not on_linux, "Work... | Mark leak test as expected to failure
We have some regression with a memory leak on Unicode builds.
Reference: <URL> | WojciechMula_pyahocorasick | train |
1493dcdb267d60ffc7d81340ecfb43d42334d5dd | diff --git a/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb b/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb
+++ b/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb
@@ -110,16 +110,20 @@ module RuboCop
... | move logic to new method to reduce Metrics/AbcSize | rubocop-hq_rubocop | train |
e9e003eba84652802a349dc5a2eeec5c8102a995 | diff --git a/tornado/concurrent.py b/tornado/concurrent.py
index <HASH>..<HASH> 100644
--- a/tornado/concurrent.py
+++ b/tornado/concurrent.py
@@ -116,6 +116,8 @@ def run_on_executor(fn):
return wrapper
+_NO_RESULT = object()
+
def return_future(f):
"""Decorator to make a function that returns via callba... | When @return_future's callback is run with no args, don't pass an arg to client callback. | tornadoweb_tornado | train |
cb2f22418085cb6717d47c72bf7aebb2e7092e89 | diff --git a/builtin/providers/rancher/resource_rancher_stack.go b/builtin/providers/rancher/resource_rancher_stack.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/rancher/resource_rancher_stack.go
+++ b/builtin/providers/rancher/resource_rancher_stack.go
@@ -76,14 +76,12 @@ func resourceRancherStack() *schema.R... | provider/rancher: Remove DiffSuppressFunc from Computed-only fields | hashicorp_terraform | train |
929ee15fe8f2e40480434bcf641c1681c7f2ead6 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
### 5.8.0 TBD
- Fixed #1631: as import comments can in some cases be duplicated.
- Implemented #1648: Export ... | Made identified imports .statement() runnable code | timothycrosley_isort | train |
2f1345d8a712473df2438840cebd1f9103c30a0a | diff --git a/src/Rammbock/templates/containers.py b/src/Rammbock/templates/containers.py
index <HASH>..<HASH> 100644
--- a/src/Rammbock/templates/containers.py
+++ b/src/Rammbock/templates/containers.py
@@ -129,6 +129,8 @@ class Protocol(_Template):
header_params = header_params.copy()
header = Header... | Little endian support for message body, when protocol header is also little endian | robotframework_Rammbock | train |
f87c220de620e39967be5a982bdda35a9beff19e | diff --git a/invenio_pidstore/upgrades/pidstore_2014_08_22_initial.py b/invenio_pidstore/upgrades/pidstore_2014_08_22_initial.py
index <HASH>..<HASH> 100644
--- a/invenio_pidstore/upgrades/pidstore_2014_08_22_initial.py
+++ b/invenio_pidstore/upgrades/pidstore_2014_08_22_initial.py
@@ -24,7 +24,7 @@ import warnings
im... | global: fix import of invenio_upgrader
* FIX Fixes import of invenio_upgrader. | inveniosoftware_invenio-pidstore | train |
1b81fe39b5073f359b050e9f50962775acbf23be | diff --git a/lib/master.js b/lib/master.js
index <HASH>..<HASH> 100644
--- a/lib/master.js
+++ b/lib/master.js
@@ -264,7 +264,7 @@ Master.prototype.broadcast = function(cmd, args){
Master.prototype.shutdown = function(){
this.emit('shutdown');
this.kill('SIGQUIT');
- this.shuttingdown = true;
+ this.state = 's... | Using Master#state instead of Master#shuttingdown etc | LearnBoost_cluster | train |
62a8d8b2033989e654470956ba967c591b5639cc | diff --git a/system/src/Grav/Common/Media/Interfaces/MediaInterface.php b/system/src/Grav/Common/Media/Interfaces/MediaInterface.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/Media/Interfaces/MediaInterface.php
+++ b/system/src/Grav/Common/Media/Interfaces/MediaInterface.php
@@ -19,4 +19,11 @@ interface ... | Add method MediaInterface::getMediaOrder() and implement it | getgrav_grav | train |
2f6cea70a8ad84628810c081ea683d988b32c078 | diff --git a/packages/neos-ui/src/Containers/RightSideBar/Inspector/index.js b/packages/neos-ui/src/Containers/RightSideBar/Inspector/index.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui/src/Containers/RightSideBar/Inspector/index.js
+++ b/packages/neos-ui/src/Containers/RightSideBar/Inspector/index.js
@@ -96,7 ... | BUGFIX: fix linting issues | neos_neos-ui | train |
b629c38ee8ae2c7c4f48ba9c0049f1c2a145e5f0 | diff --git a/azurerm/resource_arm_devspace_controller.go b/azurerm/resource_arm_devspace_controller.go
index <HASH>..<HASH> 100644
--- a/azurerm/resource_arm_devspace_controller.go
+++ b/azurerm/resource_arm_devspace_controller.go
@@ -65,13 +65,6 @@ func resourceArmDevSpaceController() *schema.Resource {
},
},... | devspace: making 'host_suffix' computed | terraform-providers_terraform-provider-azurerm | train |
40902b4cad38720168674bb9b388ca3bb78bc0df | diff --git a/app/controllers/devise/invitations_controller.rb b/app/controllers/devise/invitations_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/devise/invitations_controller.rb
+++ b/app/controllers/devise/invitations_controller.rb
@@ -14,7 +14,7 @@ class Devise::InvitationsController < DeviseControl... | Extract resource invitation into its own method
This makes it possible for a subclass to override how the resource is
created (e.g. by passing a block to resource.invite!) without needing to
override the entire create method. | scambra_devise_invitable | train |
ef8f42c95d552de72fa828e5236e9dccfdfb1e65 | diff --git a/lib/swag_dev/project/tasks/cs.rb b/lib/swag_dev/project/tasks/cs.rb
index <HASH>..<HASH> 100644
--- a/lib/swag_dev/project/tasks/cs.rb
+++ b/lib/swag_dev/project/tasks/cs.rb
@@ -58,7 +58,12 @@ module SwagDev::Project::Dsl::Definition
desc sham.description
task "cs:#{type}", [:path] => sham.prer... | cs (tasks) minor changes and improvements | SwagDevOps_kamaze-project | train |
5935a26dc99897f664d4bc8bb53f3fe728ac7b2c | diff --git a/src/saml2/server.py b/src/saml2/server.py
index <HASH>..<HASH> 100644
--- a/src/saml2/server.py
+++ b/src/saml2/server.py
@@ -430,6 +430,9 @@ class Server(Entity):
except AttributeError:
snq = sp_entity_id
+ if not snq:
+ snq = sp_en... | snq must not be None | IdentityPython_pysaml2 | train |
60f546acb1c7136092b4fd01cccff052e468cc72 | diff --git a/src/css.js b/src/css.js
index <HASH>..<HASH> 100644
--- a/src/css.js
+++ b/src/css.js
@@ -9,7 +9,7 @@ var curCSS, iframe, iframeDoc,
rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ),
rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ),
rrelNum = new RegExp( "^([-+])=(" + cor... | body default display is always block. @mikesherov was right and this is the proof. Fixes #<I> | jquery_jquery | train |
224458523bcac5de5e6e9d4a56f542ec1111224c | diff --git a/lib/class_expression.js b/lib/class_expression.js
index <HASH>..<HASH> 100644
--- a/lib/class_expression.js
+++ b/lib/class_expression.js
@@ -346,12 +346,11 @@ class_expression.prototype.as_class = function(in_type){
/**
* Convert a null class_expression into an arbitrary SVF.
*
- * @params {String|c... | change arg order for svf ops; added and updated docs; fixes #4 | berkeleybop_class-expression | train |
a2e85403f119a7087ad7bf8d1c2cc1b2ce0abdab | diff --git a/src/compiler/generators/asmjs/translate.js b/src/compiler/generators/asmjs/translate.js
index <HASH>..<HASH> 100644
--- a/src/compiler/generators/asmjs/translate.js
+++ b/src/compiler/generators/asmjs/translate.js
@@ -397,11 +397,11 @@ var NODES = {
tctx.write(
'for (' +
... | Fix for broken for loops in asm | mattbasta_btype | train |
c0d9d58ad9c539a6ebd9ba5f158ade36eb6d8696 | diff --git a/tests/test_sklearn_explain_prediction.py b/tests/test_sklearn_explain_prediction.py
index <HASH>..<HASH> 100644
--- a/tests/test_sklearn_explain_prediction.py
+++ b/tests/test_sklearn_explain_prediction.py
@@ -379,7 +379,7 @@ def test_explain_linear_binary(newsgroups_train_binary, clf):
def test_explain... | `random_state` is depracted in `OneClassSVM` | TeamHG-Memex_eli5 | train |
9a0a860b758fe2e239a1554d296f4e306c71228d | diff --git a/udiskie/cli.py b/udiskie/cli.py
index <HASH>..<HASH> 100644
--- a/udiskie/cli.py
+++ b/udiskie/cli.py
@@ -173,7 +173,6 @@ class _EntryPoint(object):
# initialize instance variables
self.config = config
self.options = options
- self.exit_status = 0
def program_option... | Don't need exit_status as return value | coldfix_udiskie | train |
e1dbf150ebd7bec34ad2ab530058b44e5d68aeca | diff --git a/lib/identitee/version.rb b/lib/identitee/version.rb
index <HASH>..<HASH> 100644
--- a/lib/identitee/version.rb
+++ b/lib/identitee/version.rb
@@ -1,3 +1,3 @@
module Identitee
- VERSION = "0.6.0"
+ VERSION = "0.7.0"
end | Bump up to <I> | natedavisolds_identify | train |
06434794f2eb97346578d82e75070446d8b3398b | diff --git a/lib/message_bus.rb b/lib/message_bus.rb
index <HASH>..<HASH> 100644
--- a/lib/message_bus.rb
+++ b/lib/message_bus.rb
@@ -481,7 +481,11 @@ module MessageBus::Implementation
fork do
Process.kill('TERM', pid)
sleep 10
- Process.kill('KILL', pid)
+ be... | Catching kill signal to a potentially already terminated process | SamSaffron_message_bus | train |
f7d497978d21233b087e3edc6eaa6a38b88ee461 | diff --git a/test/go/src/common/clientserver_test.go b/test/go/src/common/clientserver_test.go
index <HASH>..<HASH> 100644
--- a/test/go/src/common/clientserver_test.go
+++ b/test/go/src/common/clientserver_test.go
@@ -62,14 +62,10 @@ func doUnit(t *testing.T, unit *test_unit) {
server := thrift.NewTSimpleServer4(p... | THRIFT-<I> `make check` hangs in go tests
Client: Test (Go)
Patch: John Sirois
This closes #<I> | limingxinleo_thrift | train |
b8f8bbc81bc656cd1c52c18fe852178d74495647 | diff --git a/mod/lesson/pagetypes/branchtable.php b/mod/lesson/pagetypes/branchtable.php
index <HASH>..<HASH> 100644
--- a/mod/lesson/pagetypes/branchtable.php
+++ b/mod/lesson/pagetypes/branchtable.php
@@ -276,7 +276,7 @@ class lesson_add_page_form_branchtable extends lesson_add_page_form_base {
$this->edit... | fixed a lot more wrong html cleanings | moodle_moodle | train |
66594b9c3994eb7c7f6d029ba3e5a063890eabf1 | diff --git a/src/dispatcher.js b/src/dispatcher.js
index <HASH>..<HASH> 100644
--- a/src/dispatcher.js
+++ b/src/dispatcher.js
@@ -88,8 +88,8 @@ var dispatcher = (function() {
}).on('backspace', function(event) {
log('Backspace key pressed');
- var cursor = selectionWatcher.getCursor();
- if(cur... | Prevent deleting selection when getting cursor in backspace and delete dispatcher. Fix #<I> | livingdocsIO_editable.js | train |
523cd00f704f2f3d1106dee4d95f3e13c72eef2c | diff --git a/tests/test_files.py b/tests/test_files.py
index <HASH>..<HASH> 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -9,6 +9,13 @@ from .dataset_fixtures import *
def test_get_file(client, celery_app):
ds_id = 'ds000001'
+ response2 = client.simulate_get('/datasets/{}/files'.format(ds_id... | continue fixing test_files for pytest | OpenNeuroOrg_openneuro | train |
5e362893587cccfe97b1f8c447344cf43a1455d4 | diff --git a/src/collection/style.js b/src/collection/style.js
index <HASH>..<HASH> 100644
--- a/src/collection/style.js
+++ b/src/collection/style.js
@@ -114,22 +114,33 @@ let elesfn = ({
return this; // chaining
},
- // get the internal parsed style object for the specified property
- parsedStyle: functio... | Ensure that the style is clean before the renderer starts its redraw cycle.
- This cleaning just applies the same logic as exists in `ele.parsedStyle()` reads -- to make sure that the style is fresh when reading a stylesheet value.
- The cleaning is applied before the renderer redraw cycle only when needed.
- Adds pri... | cytoscape_cytoscape.js | train |
4705e26b33447522975c659894a3f7b1ecd1aa13 | diff --git a/lib/jsduck/ast.rb b/lib/jsduck/ast.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/ast.rb
+++ b/lib/jsduck/ast.rb
@@ -293,16 +293,19 @@ module JsDuck
s.merge!(defaults)
docset = find_docset(p)
- if docset
- docset[:code] = s
- else
+
+ if !docset || docset[... | Support for normal comment detection for statics:. | senchalabs_jsduck | train |
9385af1fb49b780f61f76cc933464c3843a06a9b | diff --git a/README.markdown b/README.markdown
index <HASH>..<HASH> 100644
--- a/README.markdown
+++ b/README.markdown
@@ -205,11 +205,13 @@ Clamp generates an anonymous subclass of the current class, to represent the sub
### Default subcommand
-You can mark a subcommand as "default" by using `default_subcommand` ... | Change how a "default_subcommand" is declared.
The previous implementation meant the default was inherited by subclasses! | mdub_clamp | train |
5abd8c402e3f475f4c570bf25d6f465e48151527 | diff --git a/src/SavedSearches/Properties/CreatedByQueryString.php b/src/SavedSearches/Properties/CreatedByQueryString.php
index <HASH>..<HASH> 100644
--- a/src/SavedSearches/Properties/CreatedByQueryString.php
+++ b/src/SavedSearches/Properties/CreatedByQueryString.php
@@ -5,9 +5,9 @@ namespace CultuurNet\UDB3\SavedSe... | III-<I> Typehint the query parts with splat operator. | cultuurnet_udb3-php | train |
a0c4b33d0354fa841c93293de248bf6cf294e80d | diff --git a/spacy/cli/train.py b/spacy/cli/train.py
index <HASH>..<HASH> 100644
--- a/spacy/cli/train.py
+++ b/spacy/cli/train.py
@@ -53,7 +53,6 @@ def train(cmd, lang, output_dir, train_data, dev_data, n_iter=20, n_sents=0,
if dev_path and not dev_path.exists():
prints(dev_path, title="Development data ... | Support resuming a model during spacy train | explosion_spaCy | train |
a2be98a0b804e82f23684f8fd3d8c24ad5ae3e40 | diff --git a/src/to-javascript.js b/src/to-javascript.js
index <HASH>..<HASH> 100644
--- a/src/to-javascript.js
+++ b/src/to-javascript.js
@@ -69,9 +69,9 @@ function makeBundleJS(psModule) {
// any new imports in order to allow webpack to watch the new files
// before they have been successfully compiled.
function m... | Update regex for <I> (#<I>) | ethul_purs-loader | train |
09a02ec04038e9eb45aae249d65bdf66f305d9d4 | diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio_tests/commands.py
+++ b/src/python/grpcio_tests/commands.py
@@ -67,55 +67,6 @@ class GatherProto(setuptools.Command):
open(path, 'a').close()
-class BuildProtoModul... | Kill (grpcio_tests/)commands.BuildProtoModules
In 1ff<I>da2a<I>bc<I>ebce3f8aae7efb<I>e9a<I> it appears to have been
copied out of src/python/grpcio/commands.py and not used, and it seems
to have remained without use since. | grpc_grpc | train |
6ed388bccf19c01de509d37ea880b264aaeca462 | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,7 @@
* update enums.py [tony612]
* add gen-enums.py [jcupitt]
* improve custom source/target types [jcupitt]
+* revise types for set_blob [jcupitt]
## Version 2.1.11 (7 Nov 2019)
diff --git... | revise set_blob types
We were seeing exceptions with older libvipses because ffi throws an
exception on type error in ABI mode.
Instead, move the type fudging to C, so we just get a compile-time
warning in API mode. | libvips_pyvips | train |
f3ffbb4727719ce666e6fd8ea99cb812917cb907 | diff --git a/core/src/main/java/com/digitalpebble/stormcrawler/bolt/FetcherBolt.java b/core/src/main/java/com/digitalpebble/stormcrawler/bolt/FetcherBolt.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/digitalpebble/stormcrawler/bolt/FetcherBolt.java
+++ b/core/src/main/java/com/digitalpebble/stormcrawler... | removed sync in statusemitterbolt (#<I>) | DigitalPebble_storm-crawler | train |
4fa1a403236af0a0e8101a81bf6f2ef15020055a | diff --git a/src/components/Chip/index.js b/src/components/Chip/index.js
index <HASH>..<HASH> 100644
--- a/src/components/Chip/index.js
+++ b/src/components/Chip/index.js
@@ -1,6 +1,6 @@
import { Chip } from '@rmwc/chip'
-import './Chips.scss'
+import './Chip.scss'
// Chip included directly from: https://jamesmf... | fix: Fixes import path for scss for chip | techcoop_react-material-site | train |
658b72422a5687f54b43da9e38bc2d54da719190 | diff --git a/go/vt/vtgate/planbuilder/querytree_transformers.go b/go/vt/vtgate/planbuilder/querytree_transformers.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/planbuilder/querytree_transformers.go
+++ b/go/vt/vtgate/planbuilder/querytree_transformers.go
@@ -143,18 +143,23 @@ func mergeSubQueryPlan(ctx *planningCon... | refactor code into a separate function so that it can be reused | vitessio_vitess | train |
448539bf73d301e64e761e63b788490ff9f2d23b | diff --git a/a10_neutron_lbaas/plumbing_hooks.py b/a10_neutron_lbaas/plumbing_hooks.py
index <HASH>..<HASH> 100644
--- a/a10_neutron_lbaas/plumbing_hooks.py
+++ b/a10_neutron_lbaas/plumbing_hooks.py
@@ -35,28 +35,28 @@ class BasePlumbingHooks(object):
# Network plumbing hooks from here on out
- def partitio... | re-add image name support, fix hooks args name and cfg lookup | a10networks_a10-neutron-lbaas | train |
85dde0cebee21dec08e187e5a15af4cab9f11e21 | diff --git a/server/users.go b/server/users.go
index <HASH>..<HASH> 100644
--- a/server/users.go
+++ b/server/users.go
@@ -31,6 +31,8 @@ func (r *userRequest) ValidCreate() error {
return nil
}
+// TODO: Provide detailed error message
+// TODO: Reconsider what fields should actually be updateable once this is more... | Add comments on ValidUpdate for future considerations | influxdata_influxdb | train |
1f7571dcd2cd9ac31fdf52579dadf67f7941f455 | diff --git a/integration-tests/apps/alacarte/ha-jobs/ha_job.rb b/integration-tests/apps/alacarte/ha-jobs/ha_job.rb
index <HASH>..<HASH> 100644
--- a/integration-tests/apps/alacarte/ha-jobs/ha_job.rb
+++ b/integration-tests/apps/alacarte/ha-jobs/ha_job.rb
@@ -10,15 +10,13 @@ class HaJob
basedir = ENV['BASEDIR']
... | Don't depend on the singleton scheduler when standalone. | torquebox_torquebox | train |
949dd57597c9fc8dd8d3963ad045aeb5cec58c35 | diff --git a/citrination_client/search/dataset/query/dataset_query.py b/citrination_client/search/dataset/query/dataset_query.py
index <HASH>..<HASH> 100644
--- a/citrination_client/search/dataset/query/dataset_query.py
+++ b/citrination_client/search/dataset/query/dataset_query.py
@@ -7,13 +7,14 @@ class DatasetQuery(... | count pifs support in dataset queries | CitrineInformatics_python-citrination-client | train |
979d5c0229137cd71d34c048da75f53d65b5ccc4 | diff --git a/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php b/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Routing/Matcher/Dumper/DumperPrefixCollection.php
+++ b/src/Symfony/Component/Routing/Matcher/Dumper/Dump... | reduced recursion when building DumperPrefixCollection | symfony_symfony | train |
6b5b5551674336f50c1b46ffedbce0b66de23083 | diff --git a/app/Webtrees.php b/app/Webtrees.php
index <HASH>..<HASH> 100644
--- a/app/Webtrees.php
+++ b/app/Webtrees.php
@@ -120,12 +120,12 @@ class Webtrees
UseCache::class,
BadBotBlocker::class,
UseDatabase::class,
- RegisterFactories::class,
UseDebugbar::class,
U... | Allow factories to use I<I>N | fisharebest_webtrees | train |
30bdd0681ab20800afefa1205bebc5c4dd3410e9 | diff --git a/Kwf_js/Form/HtmlEditor/BreadCrumbs.js b/Kwf_js/Form/HtmlEditor/BreadCrumbs.js
index <HASH>..<HASH> 100644
--- a/Kwf_js/Form/HtmlEditor/BreadCrumbs.js
+++ b/Kwf_js/Form/HtmlEditor/BreadCrumbs.js
@@ -32,6 +32,7 @@ Kwf.Form.HtmlEditor.BreadCrumbs = Ext.extend(Ext.util.Observable, {
var html = [];
... | don't show br in breadcrumbs | koala-framework_koala-framework | train |
226034d1f5be5a4f57a22d7462caa3af9f8c26ec | diff --git a/tasks/documentation.js b/tasks/documentation.js
index <HASH>..<HASH> 100755
--- a/tasks/documentation.js
+++ b/tasks/documentation.js
@@ -17,7 +17,8 @@ module.exports = function(grunt) {
var options = this.options({
format: 'html',
shallow: false,
- github: ... | include user-defined sorting via config from <URL> | documentationjs_grunt-documentation | train |
b6c792f7f9b21215aaf40c3af337d929e103e59a | diff --git a/cherrypy/lib/filter/sessionfilter/basesessiondict.py b/cherrypy/lib/filter/sessionfilter/basesessiondict.py
index <HASH>..<HASH> 100644
--- a/cherrypy/lib/filter/sessionfilter/basesessiondict.py
+++ b/cherrypy/lib/filter/sessionfilter/basesessiondict.py
@@ -29,6 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED O... | basesessiondict raises NotImplementedError instead of quitely doing nothing, if the subclass does not have the method. | cherrypy_cheroot | train |
809b2d2cd936a861658c8481fe7d83c6d854131b | diff --git a/src/CirclicalUser/Strategy/RedirectStrategy.php b/src/CirclicalUser/Strategy/RedirectStrategy.php
index <HASH>..<HASH> 100644
--- a/src/CirclicalUser/Strategy/RedirectStrategy.php
+++ b/src/CirclicalUser/Strategy/RedirectStrategy.php
@@ -21,13 +21,13 @@ class RedirectStrategy implements DenyStrategyInterfa... | Moving two params from private to protected. | Saeven_zf3-circlical-user | train |
b46075cd15b79b120eae28178920feaeaaf73807 | diff --git a/tests/php/VersionedTest.php b/tests/php/VersionedTest.php
index <HASH>..<HASH> 100644
--- a/tests/php/VersionedTest.php
+++ b/tests/php/VersionedTest.php
@@ -1520,4 +1520,72 @@ class VersionedTest extends SapphireTest
// See: SapphireTest::createMemberWithPermission()
$this->assertSame('A... | MINOR: Add test to validate writeWithoutVersioned
Created as part of looking into
<URL> | silverstripe_silverstripe-versioned | train |
962712b2c840f9c04ae663d6cf9d144c19424b4c | diff --git a/app/scripts/RebooEditor/Toolbar/index.js b/app/scripts/RebooEditor/Toolbar/index.js
index <HASH>..<HASH> 100644
--- a/app/scripts/RebooEditor/Toolbar/index.js
+++ b/app/scripts/RebooEditor/Toolbar/index.js
@@ -4,6 +4,7 @@ import { RichUtils } from 'draft-js'
import createColorPlugin, { ColorControls } fro... | Add link controls to Toolbar
- Add popoverClassName in Editor to customize actions with popover
- Add LinkControls in Toolbar | nossas_bonde-client | train |
07b70749109f6f09c37eb7cefb42a50725a1e9f9 | diff --git a/ui/src/directives/TouchHold.js b/ui/src/directives/TouchHold.js
index <HASH>..<HASH> 100644
--- a/ui/src/directives/TouchHold.js
+++ b/ui/src/directives/TouchHold.js
@@ -60,7 +60,7 @@ export default {
start (evt, mouseEvent) {
ctx.origin = position(evt)
- const startTime = new Date... | refactor(touch): Improve getting timestamp | quasarframework_quasar | train |
29f131835ccbacf9ce0e978f7540f5881608fd07 | diff --git a/JSAT/src/jsat/classifiers/bayesian/NaiveBayesUpdateable.java b/JSAT/src/jsat/classifiers/bayesian/NaiveBayesUpdateable.java
index <HASH>..<HASH> 100644
--- a/JSAT/src/jsat/classifiers/bayesian/NaiveBayesUpdateable.java
+++ b/JSAT/src/jsat/classifiers/bayesian/NaiveBayesUpdateable.java
@@ -190,7 +190,7 @@ p... | Forgot to add the code to use the prior probability in the classification step. Now fixed
git-svn-id: <URL> | EdwardRaff_JSAT | train |
c24449385c656e9c7de0628710cab698391c6e82 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -4,6 +4,7 @@ import CheckBox from './CheckBox';
import CheckBoxGroup from './CheckBoxGroup';
import Dropdown from './Dropdown';
import Hyperlink from './Hyperlink';
+import Icon from './Icon';
import InputS... | fix(index): export Icon from index.jsx (#<I>)
So we can write `import { Icon } from '@edx/paragon';`. | edx_paragon | train |
c27ba441eb491d87f9dacf9f6484c8d03f0ac7bd | diff --git a/tests/test_communication.py b/tests/test_communication.py
index <HASH>..<HASH> 100644
--- a/tests/test_communication.py
+++ b/tests/test_communication.py
@@ -43,6 +43,23 @@ class ResponseTest(TestCase):
Response.from_json(json.dumps(r)))
self.assertEqual(json.loads(Respon... | Add test for old communication protocol (missing traceitem['times']) | ProjetPP_PPP-datamodel-Python | train |
11d703fbf138caf5b6437f3c0c7c9e2239b95ec6 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -1448,6 +1448,8 @@ another:
}
func (me *Client) sendChunk(t *torrent, c *connection, r request) error {
+ // Count the chunk being sent, even if it isn't.
+ c.chunksSent++
b := make([]byte, r.Length)
tp := t.Pieces... | Count failed chunk sends against a connection | anacrolix_torrent | train |
785eedd2de6d30fa631b0ad861af5de9ab7b9e0a | diff --git a/peppy/sample.py b/peppy/sample.py
index <HASH>..<HASH> 100644
--- a/peppy/sample.py
+++ b/peppy/sample.py
@@ -723,9 +723,12 @@ def merge_sample(sample, sample_subann, data_sources=None,
_LOGGER.debug("'{}' is not a subannotation column; trying {}".
format(sample_colname, alt... | make messaging independent of code path walked | pepkit_peppy | train |
542c5033647240458cdeb22591a1f84978d0b4ae | diff --git a/hystrix/command.go b/hystrix/command.go
index <HASH>..<HASH> 100644
--- a/hystrix/command.go
+++ b/hystrix/command.go
@@ -6,21 +6,26 @@ import "errors"
// Command is the core struct for hystrix execution. It represents both the
// happy path and fallback when accessing remote systems, as well as result ... | refactor to use interface to wrap run and fallback functions | afex_hystrix-go | train |
559b71d7bde1aafe7da46826e144ab35da3acad7 | diff --git a/controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php b/controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php
index <HASH>..<HASH> 100644
--- a/controller/jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php
+++ b/controller/jobs/src/Controller/Jobs/S... | Adapt to changed getStatusPayment() method for order items in core | aimeos_ai-controller-jobs | train |
f470e2fc061dd68fdbde658274777f444c4a794d | diff --git a/site/kotlin-example-loader.js b/site/kotlin-example-loader.js
index <HASH>..<HASH> 100644
--- a/site/kotlin-example-loader.js
+++ b/site/kotlin-example-loader.js
@@ -41,9 +41,9 @@ module.exports = function kotlinExampleLoader(source) {
then(() => {
fs.readFile(TMP_FILE_NAME, (e, buffer) => ... | RING-UI-CR-<I> decode sourcemap to string before passing it to webpack
Former-commit-id: <I>edfadac1b<I>a7dd1c9a<I>d<I>f<I>c<I> | JetBrains_ring-ui | train |
0e3fbe18e2c3405c231787eff4408027fb14098a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -47,11 +47,16 @@ function wantReject (thennable, stackStartFn, errorHandler) {
return reject(actualRejectionResult);
}
}
- if (errorHandler.prototype !== undefined && actualRejectionResult insta... | feat(rejects): when `error` argument is a <Function>, run custom validation against rejection result
- when validation function returns `true`, resolves with undefined | twada_rejected-or-not | train |
97c97a8b97f7ee107830f8d3843971857fb520a8 | diff --git a/tests/integration/test.attachments.js b/tests/integration/test.attachments.js
index <HASH>..<HASH> 100644
--- a/tests/integration/test.attachments.js
+++ b/tests/integration/test.attachments.js
@@ -3581,7 +3581,7 @@ repl_adapters.forEach(function (adapters) {
// Currently this test is causing occasion... | feat: test for wrong attachment-rev references (#<I>) | pouchdb_pouchdb | train |
edd46543bfb2b41aee6cc89bc0e62fc1d684edbb | diff --git a/test/e2e/pd.go b/test/e2e/pd.go
index <HASH>..<HASH> 100644
--- a/test/e2e/pd.go
+++ b/test/e2e/pd.go
@@ -327,7 +327,7 @@ func createPD() (string, error) {
zone := testContext.CloudConfig.Zone
// TODO: make this hit the compute API directly instread of shelling out to gcloud.
- err := exec.Command... | Add --quiet to a bunch of gcloud usages to get rid of interactive prompts. | kubernetes_kubernetes | train |
d3bd3f9b1316433aae992c97aa267d2aa8c32aeb | diff --git a/lib/httparty/request.rb b/lib/httparty/request.rb
index <HASH>..<HASH> 100644
--- a/lib/httparty/request.rb
+++ b/lib/httparty/request.rb
@@ -57,7 +57,10 @@ module HTTParty
def uri
if redirect && path.relative? && path.path[0] != "/"
- path.path = @last_uri.path.gsub(/[^\/]+$/, "") + p... | correct redirect url for redirect paths without leading slash fixes #<I> | jnunemaker_httparty | train |
a7d0973fe356df9f29f804b08e227dca1a6eaa32 | diff --git a/storage/metric/sample.go b/storage/metric/sample.go
index <HASH>..<HASH> 100644
--- a/storage/metric/sample.go
+++ b/storage/metric/sample.go
@@ -23,8 +23,14 @@ import (
clientmodel "github.com/prometheus/client_golang/model"
)
-// bytesPerSample is the number of bytes per sample in marshalled format.... | Add version field to LevelDB sample format.
This doesn't add complex discriminator logic yet, but adds a single
version byte to the beginning of each samples chunk. If we ever need to
change the disk format again, this will make it easy to do so without
having to wipe the entire database.
Change-Id: I<I>c<I>f<I>bc2da... | prometheus_prometheus | train |
e6b671ab6419c3b5a861d1531c05fcabe7c6005a | diff --git a/plugin/pkg/admission/imagepolicy/admission.go b/plugin/pkg/admission/imagepolicy/admission.go
index <HASH>..<HASH> 100644
--- a/plugin/pkg/admission/imagepolicy/admission.go
+++ b/plugin/pkg/admission/imagepolicy/admission.go
@@ -88,7 +88,7 @@ func (a *imagePolicyWebhook) filterAnnotations(allAnnotations m... | the image policy webhook missing field log | kubernetes_kubernetes | train |
ebf59a84ba69efebd50301fe71b0e6d38ca35637 | diff --git a/deisctl/cmd/cmd.go b/deisctl/cmd/cmd.go
index <HASH>..<HASH> 100644
--- a/deisctl/cmd/cmd.go
+++ b/deisctl/cmd/cmd.go
@@ -488,7 +488,7 @@ Options:
"deis-store-gateway.service",
"deis-store-metadata.service",
"deis-store-monitor.service",
- "deis-store-volume.serviice",
+ "deis-store-volume.servi... | fix(deisctl): correct typo in store-volume unit name | deis_deis | train |
341ecef46a6e858aaca4871f7be2ad6c95ba2273 | diff --git a/src/SLIP.py b/src/SLIP.py
index <HASH>..<HASH> 100644
--- a/src/SLIP.py
+++ b/src/SLIP.py
@@ -1,4 +1,5 @@
# -*- coding: utf8 -*-
+from __future__ import division
"""
SLIP: a Simple Library for Image Processing.
@@ -449,7 +450,7 @@ class Image:
# sub-pixel translation
return self.FTfi... | retina : removing less low-frequencies | bicv_SLIP | train |
a6afa6d2536913af33ddff678b350c6776ff896f | diff --git a/addons/cb.debug/client.js b/addons/cb.debug/client.js
index <HASH>..<HASH> 100644
--- a/addons/cb.debug/client.js
+++ b/addons/cb.debug/client.js
@@ -2,11 +2,16 @@ define([
"views/tab",
"settings"
], function(DebugTab, settings) {
+ var Q = codebox.require("hr/promise");
var File = codeb... | Limit debugger to one tab and manage events from debugger runner | CodeboxIDE_codebox | train |
2012fc22a22b23c986e45c271785d4e987ab4c6c | diff --git a/src/ZipStreamer.php b/src/ZipStreamer.php
index <HASH>..<HASH> 100644
--- a/src/ZipStreamer.php
+++ b/src/ZipStreamer.php
@@ -29,6 +29,8 @@
* @license GNU GPL
* @version 0.4
*/
+namespace ZipStreamer;
+
include("lib/Count64.php");
class ZipStreamer {
diff --git a/src/lib/Count64.php b/src/lib/Cou... | moved ZipStreamer into namespace ZipStreamer | McNetic_PHPZipStreamer | train |
109c3a48326f063789524986e94ad5cec871b9a0 | diff --git a/views/js/ui/uploader.js b/views/js/ui/uploader.js
index <HASH>..<HASH> 100644
--- a/views/js/ui/uploader.js
+++ b/views/js/ui/uploader.js
@@ -39,9 +39,13 @@ define([
* Make files available before file selection. It can be used to filter.
* @callback fileSelect
* @param {Array... | make upload filtering async | oat-sa_tao-core | train |
2a618171c1ff966b02767cfa1444e8c1f3b2ba5d | diff --git a/plugins/debug/debugPanel.js b/plugins/debug/debugPanel.js
index <HASH>..<HASH> 100644
--- a/plugins/debug/debugPanel.js
+++ b/plugins/debug/debugPanel.js
@@ -141,9 +141,9 @@
patchSystemFn : function () {
// add a few new debug flag (if not yet defined)
- me.debug.renderHi... | [#<I>] added tag check on debug panel options | melonjs_melonJS | train |
67f0e5654320bec543b93fcefd63250957274a8c | diff --git a/examples/ping-many.php b/examples/ping-many.php
index <HASH>..<HASH> 100644
--- a/examples/ping-many.php
+++ b/examples/ping-many.php
@@ -24,7 +24,10 @@ Amp\Loop::run(function () {
$promises = [];
foreach ($hosts as $host) {
- $process = new Process("ping -c 5 {$host}");
+ $comman... | Fix examples/ping-many.php to run correctly on Windows | amphp_process | train |
5408e691b7ef832cd9fce45ff56d9ecf39e02fcc | diff --git a/src/Illuminate/Foundation/Testing/TestResponse.php b/src/Illuminate/Foundation/Testing/TestResponse.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Testing/TestResponse.php
+++ b/src/Illuminate/Foundation/Testing/TestResponse.php
@@ -684,7 +684,7 @@ class TestResponse implements ArrayAccess... | [6.x] Fix assertJsonCount not accepting falsey keys (#<I>)
* Fix assertJsonCount not accepting falsey values
* Update TestResponse.php | laravel_framework | train |
0f90e18e8dee77e59cec757e622c3631874eeba6 | diff --git a/src/geshi.php b/src/geshi.php
index <HASH>..<HASH> 100644
--- a/src/geshi.php
+++ b/src/geshi.php
@@ -1952,7 +1952,6 @@ class GeSHi {
$attributes = ' class="sc' . $script_key . '"';
}
$result .= "<span$attributes>";
- ... | opt: well... it seems like this is a _much_ faster way to sort out which symbols are valid and which are not. | GeSHi_geshi-1.0 | train |
17e783097109ef9c8c8661e7a00b017905808684 | diff --git a/tasks/upload.js b/tasks/upload.js
index <HASH>..<HASH> 100644
--- a/tasks/upload.js
+++ b/tasks/upload.js
@@ -1,12 +1,26 @@
var gulp = require('gulp');
var s3 = require('s3');
var fs = require('fs');
+var args = require('yargs').argv;
+var exec = require('child_process').exec;
gulp.task('upload', ['r... | tasks: add --tag to upload task (close #<I>) | clappr_clappr | train |
74fe79ce62be1b797061e2e2af936c8bb442dd02 | diff --git a/script/bootstrap.py b/script/bootstrap.py
index <HASH>..<HASH> 100755
--- a/script/bootstrap.py
+++ b/script/bootstrap.py
@@ -21,10 +21,10 @@ def main():
args = parse_args()
update_submodules()
bootstrap_brightray(args.url)
+ update_node_modules()
if sys.platform == 'cygwin':
update_win32... | We don't need to force updating to latest npm. | electron_electron | train |
c025ef0695a3678463bfa1487372427b00e3e887 | diff --git a/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java b/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java
index <HASH>..<HASH> 100644
--- a/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java
+++ b/src/eclipseAgent/lombok/eclipse/agent/EclipsePatcher.java
@@ -105,7 +105,7 @@ public class ... | Try fix "A save participant caused problems."
The bugfix was originally created by mateusz-matela | rzwitserloot_lombok | train |
605338b31117e937a697030e4a2f145e4845d51a | diff --git a/src/client/ui/action_logger.js b/src/client/ui/action_logger.js
index <HASH>..<HASH> 100644
--- a/src/client/ui/action_logger.js
+++ b/src/client/ui/action_logger.js
@@ -1,7 +1,7 @@
import React from 'react';
const h3Style = {
- fontFamily: '"Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sa... | Change styles a bit.
Remove dropShadow and use the native font of the OS | storybooks_storybook | train |
b41fef2fffaddb94b6a32972862d60bd73ac65ac | diff --git a/exchange/bitswap/strategy/ledgermanager.go b/exchange/bitswap/strategy/ledgermanager.go
index <HASH>..<HASH> 100644
--- a/exchange/bitswap/strategy/ledgermanager.go
+++ b/exchange/bitswap/strategy/ledgermanager.go
@@ -15,9 +15,7 @@ import (
var log = u.Logger("strategy")
// LedgerMap lists Ledgers by t... | refactor: remove peerKey type
we've been using maps with peers long enough now that this probably is
no longer necessary
License: MIT | ipfs_go-ipfs | train |
c6a1d5e2438bcc5814f9b6e19f54aec01b4f17c6 | diff --git a/restcomm.media/src/main/java/org/mobicents/servlet/sip/restcomm/callmanager/mgcp/MgcpIvrEndpoint.java b/restcomm.media/src/main/java/org/mobicents/servlet/sip/restcomm/callmanager/mgcp/MgcpIvrEndpoint.java
index <HASH>..<HASH> 100644
--- a/restcomm.media/src/main/java/org/mobicents/servlet/sip/restcomm/cal... | Fixed Issue <I>: Verbs nested inside Gather automatically replay if no input detected | RestComm_Restcomm-Connect | train |
22a348a3a9d525d1bde1648998a5e116b87121af | diff --git a/lib/simple_form/notifier.rb b/lib/simple_form/notifier.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_form/notifier.rb
+++ b/lib/simple_form/notifier.rb
@@ -36,6 +36,8 @@ class SimpleForm
if duck.is_a?(Proc)
duck.call(form)
+ elsif duck.is_a?(Symbol)
+ form.send(duck)... | Added support to symbols on recipients, subject and sender. When a symbol is given, an action with the same name as the symbol is called on the form object. | plataformatec_mail_form | train |
04958b324717a39a12b0debcbbecdafd243d5551 | diff --git a/src/com/google/javascript/jscomp/CodeGenerator.java b/src/com/google/javascript/jscomp/CodeGenerator.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/CodeGenerator.java
+++ b/src/com/google/javascript/jscomp/CodeGenerator.java
@@ -1626,7 +1626,7 @@ public class CodeGenerator {
a... | Include spaces when pretty-printing destructuring patterns.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
371c3d1f6d301f0b62ed76cf4d556801dcf47f8b | diff --git a/src/react/tooltip/tooltip.js b/src/react/tooltip/tooltip.js
index <HASH>..<HASH> 100644
--- a/src/react/tooltip/tooltip.js
+++ b/src/react/tooltip/tooltip.js
@@ -75,6 +75,11 @@ export class TooltipTrigger extends React.Component {
componentDidMount() {
require('../../css/tooltips');
+ this.mou... | Fix warning about calling setState on unmounted component in TooltipTrigger | pivotal-cf_pivotal-ui | train |
410204b0b12507d982ed8295abf1087cace823b8 | diff --git a/src/Model/AnimeEpisode.php b/src/Model/AnimeEpisode.php
index <HASH>..<HASH> 100644
--- a/src/Model/AnimeEpisode.php
+++ b/src/Model/AnimeEpisode.php
@@ -8,6 +8,6 @@ class AnimeEpisode extends Model
public $episode = [];
- public $last_page = 1;
+ public $episode_last_page = 1;
}
\ No new... | episode parsing works :<I>: | jikan-me_jikan | train |
a2969c75bd96bbebe46f4f9d82280c26fda57bfb | diff --git a/transpile.js b/transpile.js
index <HASH>..<HASH> 100644
--- a/transpile.js
+++ b/transpile.js
@@ -276,6 +276,7 @@ while (exchanges = regex.exec (contents)) {
[ /Math\.abs\s*\(([^\)]+)\)/g, 'abs($1)' ],
[ /Math\.pow\s*\(([^\)]+)\)/g, 'math.pow($1)' ],
[ /Math\.round\s*... | added Math.log* support to transpiler, #<I>, #<I> | ccxt_ccxt | train |
e8811ad8ca12fb17b78626a224a044fb7eebe3f4 | diff --git a/src/main/java/org/drizzle/jdbc/internal/common/packet/AsyncPacketFetcher.java b/src/main/java/org/drizzle/jdbc/internal/common/packet/AsyncPacketFetcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/drizzle/jdbc/internal/common/packet/AsyncPacketFetcher.java
+++ b/src/main/java/org/drizzle/jdbc/... | Log it if we receive a runtime exception that cause the AsyncPacketFetcher to terminate | MariaDB_mariadb-connector-j | train |
b9ccefb1dc53a3e677761ec0d1199437c60acf82 | diff --git a/lib/barby/outputter/ruby_svg_outputter.rb b/lib/barby/outputter/ruby_svg_outputter.rb
index <HASH>..<HASH> 100755
--- a/lib/barby/outputter/ruby_svg_outputter.rb
+++ b/lib/barby/outputter/ruby_svg_outputter.rb
@@ -142,31 +142,34 @@ EOT
end
def lmargin
- @lmargin || xmargin
+ @... | Added spec
Basic tests in place. SVG validity checked with regexps; not as good as XML
validation and parsing, but a start. | toretore_barby | train |
924efdb26484d5fa20e7f59540eb800120bffd22 | diff --git a/wandb/apis/public.py b/wandb/apis/public.py
index <HASH>..<HASH> 100644
--- a/wandb/apis/public.py
+++ b/wandb/apis/public.py
@@ -480,7 +480,8 @@ class File(object):
@normalize_exceptions
def download(self, replace=False):
- response = requests.get(self._attrs["url"], stream=True)
+ ... | Fixes download when login not called | wandb_client | train |
22c20b9a49880b14360fe17116b21c2374e5b36b | diff --git a/src/lib/GithubCorner.js b/src/lib/GithubCorner.js
index <HASH>..<HASH> 100644
--- a/src/lib/GithubCorner.js
+++ b/src/lib/GithubCorner.js
@@ -17,8 +17,10 @@ const githubCornerStyles = getGithubCornerStyles();
export default class GithubCorner extends Component {
static propTypes = {
href: PropType... | Unify size props
Sice it's an SVG and its a square, needs always the same value for width and height. | skratchdot_react-github-corner | train |
9b7cd50dce574b3066025b14bc528b13a173454d | diff --git a/client/extensions/wp-super-cache/state/settings/reducer.js b/client/extensions/wp-super-cache/state/settings/reducer.js
index <HASH>..<HASH> 100644
--- a/client/extensions/wp-super-cache/state/settings/reducer.js
+++ b/client/extensions/wp-super-cache/state/settings/reducer.js
@@ -79,7 +79,7 @@ const saveS... | Export restoring reducer to simplify testing | Automattic_wp-calypso | train |
8dac5080ac8b206a6654620bef43030d587be82c | diff --git a/acctmgr.go b/acctmgr.go
index <HASH>..<HASH> 100644
--- a/acctmgr.go
+++ b/acctmgr.go
@@ -119,9 +119,7 @@ func (am *AccountManager) Start() {
}
case <-timer.C:
- if err := am.ds.FlushScheduled(); err != nil {
- log.Errorf("Cannot write account: %v", err)
- }
+ am.ds.FlushScheduled()
t... | Change AccountManager to not wait for disk flushes.
Should fix hang found by dhill. | btcsuite_btcwallet | train |
754c6b85b4946ebf61eb4457e78e7c4363cbbb8f | diff --git a/src/vis/overlays.js b/src/vis/overlays.js
index <HASH>..<HASH> 100644
--- a/src/vis/overlays.js
+++ b/src/vis/overlays.js
@@ -213,7 +213,7 @@ cdb.vis.Overlay.register('fullscreen', function(data, vis) {
);
var fullscreen = new cdb.ui.common.FullScreen({
- doc: ".cartodb-public-wrapper",
+ doc... | Sets default fullscreen target for embed maps | CartoDB_carto.js | train |
d10b3a63e5d38ae80a5d265eb6e6aff755c4ad9c | diff --git a/src/Symfony/Component/HttpKernel/HttpCache/Store.php b/src/Symfony/Component/HttpKernel/HttpCache/Store.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/HttpCache/Store.php
+++ b/src/Symfony/Component/HttpKernel/HttpCache/Store.php
@@ -298,7 +298,7 @@ class Store implements StoreInter... | recover from failed deserializations | symfony_symfony | train |
6410c70f7caa5045e2f12ebd7aab8d8b6d3e6a0b | diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,10 +1,10 @@
-* Set polymorphic type column to NULL on `dependent: :nullify` strategy.
-
+* Set polymorphic type column to NULL on `dependent: :nul... | Ensure that AR::Relation#exists? allows only permitted params
Clarify changelog entry
Related to #<I> | rails_rails | train |
f0f4509750bf4ce5347f6ce6d61026e173c1895e | diff --git a/lib/active_record/turntable/active_record_ext/persistence.rb b/lib/active_record/turntable/active_record_ext/persistence.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/turntable/active_record_ext/persistence.rb
+++ b/lib/active_record/turntable/active_record_ext/persistence.rb
@@ -148,7 +148,9 @@ m... | Fix persistence patches for <I>.x | drecom_activerecord-turntable | train |
28ec8d8e97b5002c5346c133abe107545d861259 | diff --git a/Datagrid/Pager.php b/Datagrid/Pager.php
index <HASH>..<HASH> 100644
--- a/Datagrid/Pager.php
+++ b/Datagrid/Pager.php
@@ -54,14 +54,15 @@ class Pager extends BasePager
if (0 == $this->getPage() || 0 == $this->getMaxPerPage()) {
$this->setLastPage(0);
+ $this->setNbResults... | compute the last page after the number of results
The last page can't be computed safely without it. | sonata-project_SonataAdminSearchBundle | train |
ea7edf8d0ca8e62a2bd165438001de85683b56d3 | diff --git a/gremlin-groovy/src/test/java/com/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java b/gremlin-groovy/src/test/java/com/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java
index <HASH>..<HASH> 100644
--- a/gremlin-groovy/src/test/java/com/tinkerpop/gremlin/groovy/engine/GremlinExecutorTest.java
+... | Ensure that the script was eval'd <I> times. | apache_tinkerpop | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.