hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
98ab2f695d2b6768d803bd8cd574baf42ebd728b | diff --git a/src/toil/common.py b/src/toil/common.py
index <HASH>..<HASH> 100644
--- a/src/toil/common.py
+++ b/src/toil/common.py
@@ -112,7 +112,7 @@ class Config(object):
self.maxDisk = sys.maxsize
#Retrying/rescuing jobs
- self.retryCount = 0
+ self.retryCount = 1
self.maxJ... | change default retryCount to 1 (resolves #<I>) | DataBiosphere_toil | train | py |
75765bf5f3421ba3545376f198bcb1d8d77563c1 | diff --git a/src/components/editor/editor-utils.js b/src/components/editor/editor-utils.js
index <HASH>..<HASH> 100644
--- a/src/components/editor/editor-utils.js
+++ b/src/components/editor/editor-utils.js
@@ -230,14 +230,18 @@ export function getContentObject (el) {
attributes: {}
}
- Array.from(el.attribu... | feat: Updates for QEditor | quasarframework_quasar | train | js |
6fd0a13f07cb14feff2856948112830738c237d1 | diff --git a/src/Workers/AbstractWorker.php b/src/Workers/AbstractWorker.php
index <HASH>..<HASH> 100644
--- a/src/Workers/AbstractWorker.php
+++ b/src/Workers/AbstractWorker.php
@@ -4,8 +4,8 @@ namespace Kir\View\Workers;
abstract class AbstractWorker implements Worker {
/** @var array */
private $vars = array();... | Various bugfixes according to scrutinizer reports | rkrx_php-view | train | php,php |
13ddaa86ac09b287998790c8bad9d4d2f0b5dfe0 | diff --git a/restclients/cache_implementation.py b/restclients/cache_implementation.py
index <HASH>..<HASH> 100644
--- a/restclients/cache_implementation.py
+++ b/restclients/cache_implementation.py
@@ -101,7 +101,7 @@ class FourHourCache(object):
cache_entry = CacheEntryTimed()
if len(query):
- ... | Delete any existing cache entry, rather than try to replace them - fixes an integrity error on primary key - something's forcing an insert rather than update. MUWM-<I>
git-svn-id: <URL> | uw-it-aca_uw-restclients | train | py |
4ae840039c400b630ad8748c14d5f8217e9cbc15 | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -9165,6 +9165,15 @@ const devices = [
await configureReporting.brightness(endpoint);
},
},
+ {
+ zigbeeModel: ['WL4200'],
+ model: 'WL4200',
+ vendor: 'Sinope',
+ ... | Add support for Sinopé water leak detector (#<I>) | Koenkk_zigbee-shepherd-converters | train | js |
1f0dd9d19af29722edd20db555779f3dfc862440 | diff --git a/salt/states/pkg.py b/salt/states/pkg.py
index <HASH>..<HASH> 100644
--- a/salt/states/pkg.py
+++ b/salt/states/pkg.py
@@ -77,13 +77,16 @@ def latest(name, repo='', skip_verify=False):
version = __salt__['pkg.version'](name)
avail = __salt__['pkg.available_version'](name)
- try:
- has_... | Added explicit check for both version and avail version in pkg.latest | saltstack_salt | train | py |
fde08c6248eb0f299466eeb70ed35997431fb15b | diff --git a/ca/django_ca/management/commands/regenerate_ocsp_keys.py b/ca/django_ca/management/commands/regenerate_ocsp_keys.py
index <HASH>..<HASH> 100644
--- a/ca/django_ca/management/commands/regenerate_ocsp_keys.py
+++ b/ca/django_ca/management/commands/regenerate_ocsp_keys.py
@@ -17,6 +17,8 @@ from django.core.ma... | potentially use celery for regenerating OCSP keys | mathiasertl_django-ca | train | py |
f0335707c60336c529f6b8b90779dd7a26ad7051 | diff --git a/src/MessageBird/Objects/SignedRequest.php b/src/MessageBird/Objects/SignedRequest.php
index <HASH>..<HASH> 100644
--- a/src/MessageBird/Objects/SignedRequest.php
+++ b/src/MessageBird/Objects/SignedRequest.php
@@ -51,8 +51,10 @@ class SignedRequest extends Base
{
$body = file_get_contents('ph... | Check to see if the SignedRequest headers are set before accessing
PHP Notices were issued if the request doesn't contain the expected headers.
Now, null values are passed to loadFromArray(), where the values will fail validation. | messagebird_php-rest-api | train | php |
fa0b37376425e4d5cc1f9a3b4556cc6ff087075c | diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php
index <HASH>..<HASH> 100644
--- a/mod/assignment/lib.php
+++ b/mod/assignment/lib.php
@@ -2559,7 +2559,7 @@ function assignment_count_real_submissions($assignment, $groupid=0) {
global $CFG;
if ($groupid) { /// How many in a particular group?
... | MDL-<I> Assignment count for groups not working - patch by Greg Humphreys; merged from MOODLE_<I>_STABLE | moodle_moodle | train | php |
dbcf78a7b10c6ebe40a2af5d29df6bf0d82e0f4f | diff --git a/modules/social_features/social_profile/src/Plugin/EntityReferenceSelection/UserSelection.php b/modules/social_features/social_profile/src/Plugin/EntityReferenceSelection/UserSelection.php
index <HASH>..<HASH> 100644
--- a/modules/social_features/social_profile/src/Plugin/EntityReferenceSelection/UserSelect... | DS-<I> by chmez: Exclude current user from the list of members of a new private message. | goalgorilla_open_social | train | php |
bfc34fc0050ce61650701676dd45553aa82214c0 | diff --git a/actionpack/lib/action_controller/metal/mime_responds.rb b/actionpack/lib/action_controller/metal/mime_responds.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/metal/mime_responds.rb
+++ b/actionpack/lib/action_controller/metal/mime_responds.rb
@@ -532,7 +532,7 @@ module ActionControll... | No variant should also be picked up by variant.any if variant.none is not defined (just like any other variant) | rails_rails | train | rb,rb |
877bba8bad5fa41e8982335be9ac4d17d922ce38 | diff --git a/src/endpoints/pcm-variations-relationships.js b/src/endpoints/pcm-variations-relationships.js
index <HASH>..<HASH> 100644
--- a/src/endpoints/pcm-variations-relationships.js
+++ b/src/endpoints/pcm-variations-relationships.js
@@ -41,7 +41,7 @@ class PCMVariationsRelationshipsEndpoint {
}
Update(pro... | fix: typo (#<I>) | moltin_js-sdk | train | js |
4cdfaefea959325b4534ca7beafd370c7a17646a | diff --git a/cli/lib/kontena/cli/spinner.rb b/cli/lib/kontena/cli/spinner.rb
index <HASH>..<HASH> 100644
--- a/cli/lib/kontena/cli/spinner.rb
+++ b/cli/lib/kontena/cli/spinner.rb
@@ -38,6 +38,11 @@ module Kontena
CHARS_LENGTH = CHARS.length
def self.spin_no_tty(msg, &block)
+ unless block_given?
... | spinner "message" without block now says [done] message (#<I>) | kontena_kontena | train | rb |
9a6bd09d80ecb1a3cda985db0fc97a5fe32b332b | diff --git a/lib/formats/swagger_2.js b/lib/formats/swagger_2.js
index <HASH>..<HASH> 100644
--- a/lib/formats/swagger_2.js
+++ b/lib/formats/swagger_2.js
@@ -72,10 +72,12 @@ Swagger2.prototype.checkFormat = function (spec) {
}
Swagger2.prototype.validate = function (callback) {
- var promise = sway.create({defini... | Allow passing jsonRefs options to Sway, and return resolved definition (#<I>) | LucyBot-Inc_api-spec-converter | train | js |
176b66df0c8fd63f279898a9071467d8daedc180 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ from setuptools import setup
setup(
name="cocaine",
- version="0.12.0.1-pre-rc7",
+ version="0.12.0.1rc8",
author="Anton Tyurin",
author_email="noxiouz@yandex.ru",
maintainer='Evgeny... | [setup.py] PEP <I> version naming | cocaine_cocaine-framework-python | train | py |
4503712ae93929e99e873f66dccb8833ab0d291c | diff --git a/lib/router/index.js b/lib/router/index.js
index <HASH>..<HASH> 100644
--- a/lib/router/index.js
+++ b/lib/router/index.js
@@ -49,6 +49,7 @@ proto.handle = function handle(context, event, nextAfterDone) {
var stack = this.stack;
var stack_unroll = [];
+ next.unroll = unroll;
next();
functio... | Fixed a bug with next.unroll not getting attached properly | brianbrunner_yowl | train | js |
f5dc13328c26f106d58757759354e0a6dced3884 | diff --git a/assess_add_cloud.py b/assess_add_cloud.py
index <HASH>..<HASH> 100755
--- a/assess_add_cloud.py
+++ b/assess_add_cloud.py
@@ -43,17 +43,17 @@ def iter_clouds(clouds):
yield cloud_name, cloud_name, cloud
for cloud_name, cloud in clouds.items():
- if 'endpoint' not in cloud:
- ... | Skip only endpoint tests due to lack of endpoint. | juju_juju | train | py |
eca7e9c400086a6459dd81604f6a4da9e9644692 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -586,6 +586,11 @@ or::
Changelog
=========
+Version 3.0.2
+-------------
+- `_send_bulk` now properly catches exceptions when preparing email messages.
+
+
Version 3.0.1
-------------
- Fixed an infinite loop bu... | Bump to version <I> | ui_django-post_office | train | rst,py,py |
a535ad449e9886015a72a444c47648b186610e0b | diff --git a/abilian/services/audit/service.py b/abilian/services/audit/service.py
index <HASH>..<HASH> 100644
--- a/abilian/services/audit/service.py
+++ b/abilian/services/audit/service.py
@@ -334,6 +334,7 @@ def format_large_value(value):
pass
return value
+
def get_model_changes(entity_type, year, ... | (minor) pylint | abilian_abilian-core | train | py |
8f430150d69addaeb8904b302463355cc0e1d158 | diff --git a/cache.go b/cache.go
index <HASH>..<HASH> 100644
--- a/cache.go
+++ b/cache.go
@@ -99,7 +99,6 @@ type cache struct {
type Item struct {
Object interface{}
- Expires bool
Expiration *time.Time
}
@@ -115,19 +114,15 @@ func (c *cache) Set(k string, x interface{}, d time.Duration) {
defer c.m... | Expires bool is redundant with pointer to Time | patrickmn_go-cache | train | go |
73981951ffafd146451bca748a7a6f7e7daa29f8 | diff --git a/src/Scaffold.php b/src/Scaffold.php
index <HASH>..<HASH> 100644
--- a/src/Scaffold.php
+++ b/src/Scaffold.php
@@ -65,7 +65,7 @@ class Scaffold
* Scaffold Migration
*
*/
- public function Migration()
+ public function migration()
{
$this->generator->migration();
@@ -7... | Scaffold.php PSR-1 | amranidev_scaffold-interface | train | php |
08c62daaa5a798a6280dce37e50503dd6b541737 | diff --git a/lib/puppet/provider/user/user_role_add.rb b/lib/puppet/provider/user/user_role_add.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/user/user_role_add.rb
+++ b/lib/puppet/provider/user/user_role_add.rb
@@ -173,7 +173,8 @@ Puppet::Type.type(:user).provide :user_role_add, :parent => :useradd, :source... | (#<I>) solaris: return "-1" for password_max_age when password aging is disabled
If password aging is disabled for a user on Solaris, there is no
artifact in the shadow file that indicates this. We need to get "-1"
back to match functionality on other platforms. | puppetlabs_puppet | train | rb |
f7b83361affd181fac9df736dc76f1ae4a6bed5a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,13 +1,13 @@
module.exports = function(){
- var options=arguments;
- return function*(next){
+ var options=arguments;
+ return function*(next){
yield less(this.req, this.res, options);
yield next;
- };
+ ... | again try to fix identation
this github editor seens buggy | chosecz_koa-less | train | js |
02139bd857664915ed18fd2916522d563e591323 | diff --git a/src/views/layouts/sidebar.php b/src/views/layouts/sidebar.php
index <HASH>..<HASH> 100644
--- a/src/views/layouts/sidebar.php
+++ b/src/views/layouts/sidebar.php
@@ -18,7 +18,8 @@ use yii\helpers\Url;
</div>
</div>
<!-- search form -->
- <form action="<?= Url::to(['@do... | search when no domains still to be done | hiqdev_yii2-theme-adminlte | train | php |
b34efc9d83c6bbf4b418fdc12a50b4223c182fd0 | diff --git a/demo/server.rb b/demo/server.rb
index <HASH>..<HASH> 100644
--- a/demo/server.rb
+++ b/demo/server.rb
@@ -14,7 +14,7 @@ end
logger = Logger.new STDOUT
-logger.level = :info
+logger.level = Logger::INFO
HrrRbSsh::Logger.initialize logger | update demo/server.rb for compatibility for Ruby version < <I> | hirura_hrr_rb_ssh | train | rb |
ce173e9dda434574b8cf18e3aacae687db8ed5f8 | diff --git a/lib/Checkdomain/Comodo/Util.php b/lib/Checkdomain/Comodo/Util.php
index <HASH>..<HASH> 100644
--- a/lib/Checkdomain/Comodo/Util.php
+++ b/lib/Checkdomain/Comodo/Util.php
@@ -54,6 +54,67 @@ class Util
$this->imapHelper = $imapHelper;
}
+
+ /**
+ * @return CommunicationAdapte... | Fix: Add getter/setter to util | checkdomain_Comodo | train | php |
c95c669c579465a8b91c6dbd6944a15608aa7153 | diff --git a/test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java b/test-complete/src/test/java/com/marklogic/client/datamovement/functionaltests/ExportListenerTest.java
index <HASH>..<HASH> 100644
--- a/test-complete/src/test/java/com/marklogic/client/datamovement/funct... | Test to be changed when PointInTime feature is completed. | marklogic_java-client-api | train | java |
596e567f93db88ad743a7d95226f1d01af721597 | diff --git a/engine/system/sql/core/src/main/java/it/unibz/inf/ontop/answering/resultset/impl/SQLOntopBindingSet.java b/engine/system/sql/core/src/main/java/it/unibz/inf/ontop/answering/resultset/impl/SQLOntopBindingSet.java
index <HASH>..<HASH> 100644
--- a/engine/system/sql/core/src/main/java/it/unibz/inf/ontop/answe... | Bugfix: the composition was applied in the wrong direction | ontop_ontop | train | java |
fcd622131e6d9f043353d3bdc83eb9c116b6cf6b | diff --git a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
+++ b/packages/cozy-konnector-libs/src/libs/BaseKonnector.js
@@ -267,6 +267,7 @@ class BaseKonnector {
... | feat: log account state when waiting for twofa code | konnectors_libs | train | js |
783c2679f2a10c2353052ef626c013f99f2efecc | diff --git a/README.txt b/README.txt
index <HASH>..<HASH> 100644
--- a/README.txt
+++ b/README.txt
@@ -37,7 +37,6 @@ In all cases the output is similar:
Cottage Cheese
------------------------------
-
TODO
----
diff --git a/pyroma/projectdata.py b/pyroma/projectdata.py
index <HASH>..<HASH> 100644
--... | Fixed a big that only happened once you did a real-world install... | regebro_pyroma | train | txt,py,py |
63531dd1dd3f5e6ebdd38c81c6d4574ad01b55d3 | diff --git a/pyrogram/client/style/html.py b/pyrogram/client/style/html.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/style/html.py
+++ b/pyrogram/client/style/html.py
@@ -31,7 +31,7 @@ from . import utils
class HTML:
- HTML_RE = re.compile(r"<(\w+)(?: href=\"(.*)\")?>(.*)</\1>")
+ HTML_RE = re.compil... | Fix regex pattern not matching single quotes | pyrogram_pyrogram | train | py |
922e4c57a4a8efe5b045cf800692c487cbacb93c | diff --git a/activerecord/test/cases/associations/belongs_to_associations_test.rb b/activerecord/test/cases/associations/belongs_to_associations_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/associations/belongs_to_associations_test.rb
+++ b/activerecord/test/cases/associations/belongs_to_associatio... | kill warnings on <I> [#<I> state:resolved] | rails_rails | train | rb |
68a760893ca32808509d090a3d683df949b019ab | diff --git a/spec/jekyll_redirect_from/redirect_page_spec.rb b/spec/jekyll_redirect_from/redirect_page_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/jekyll_redirect_from/redirect_page_spec.rb
+++ b/spec/jekyll_redirect_from/redirect_page_spec.rb
@@ -34,13 +34,15 @@ describe JekyllRedirectFrom::RedirectPage do
l... | This seems to fix the issue with Jekyll 3... hm. | jekyll_jekyll-redirect-from | train | rb |
3cb7854737b3e326465e8b704623f1f829dda3d9 | diff --git a/anharmonic/q2v.py b/anharmonic/q2v.py
index <HASH>..<HASH> 100644
--- a/anharmonic/q2v.py
+++ b/anharmonic/q2v.py
@@ -171,11 +171,11 @@ class PhononPhonon:
write_triplets(triplets_at_q, weights_at_q, mesh, t_filename)
self._print_log("Ir-triplets at %d were written into %s... | Grid points are not written into file by default. | atztogo_phonopy | train | py |
e3ef262d6b8be43e33a70e026fda01c5ac1d563b | diff --git a/test/test_checks.py b/test/test_checks.py
index <HASH>..<HASH> 100644
--- a/test/test_checks.py
+++ b/test/test_checks.py
@@ -22,13 +22,13 @@ class TestFlake8Stdin(TestCase):
stdout_lines = stdout.splitlines()
self.assertEqual(stderr, b'')
self.assertEqual(len(stdout_lines), 3)
-... | Use assertRegex instead of assertRegexpMatches for Python <I> compatibility. (#<I>) | zheller_flake8-quotes | train | py |
b32367703c5f773ae50a1b11fcd566745674384b | diff --git a/gwpy/types/array2d.py b/gwpy/types/array2d.py
index <HASH>..<HASH> 100644
--- a/gwpy/types/array2d.py
+++ b/gwpy/types/array2d.py
@@ -195,6 +195,11 @@ class Array2D(Series):
if getattr(self, '_yindex', 0) is None:
del self.yindex
+ def __iter__(self):
+ # astropy Quantity.... | Array2D.__iter__: don't use Quantity.__iter__
need to overload to just end up using __getitem__, since we overloaded that to return a custom column class | gwpy_gwpy | train | py |
81856c7c3accaeef6faf449d1e4af8ebc64ffae2 | diff --git a/restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java b/restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallManager.java
index <HASH>..<HASH> 100644
--- a/restcomm/restcomm.ussd/src/main/java/org/restcomm/connect/ussd/telephony/UssdCallMa... | fix issue that sets From field to null in UssdCallManager.java | RestComm_Restcomm-Connect | train | java |
3fb57e4d38fbb05a371f091b988fb2c7158fe25f | diff --git a/src/config/config.php b/src/config/config.php
index <HASH>..<HASH> 100644
--- a/src/config/config.php
+++ b/src/config/config.php
@@ -57,4 +57,8 @@ return array(
'subject' => 'Website Enquiry',
),
+ 'page_title' => 'Contact Us',
+ 'meta_description' => 'Fill in this form to contact us',
+ 'meta_keyw... | Adding in sample code for page title and meta description & keywords | FbF_Laravel-Contact-Form | train | php,php |
03b4c3206360ee644bbc677d0a0416aec7eeb838 | diff --git a/concrete/src/Marketplace/Marketplace.php b/concrete/src/Marketplace/Marketplace.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Marketplace/Marketplace.php
+++ b/concrete/src/Marketplace/Marketplace.php
@@ -7,6 +7,7 @@ use Concrete\Core\Support\Facade\Package;
use TaskPermission;
use URL;
use Zend\Ht... | Mark Marketplace::getAvailableMarketplaceItems static
It's called statically and does not contain any reference to $this | concrete5_concrete5 | train | php |
8aee79ae41cac82f8a5ee3421e84755519e2068f | diff --git a/backbone.js b/backbone.js
index <HASH>..<HASH> 100644
--- a/backbone.js
+++ b/backbone.js
@@ -318,14 +318,14 @@
// Remove an attribute from the model, firing `"change"` unless you choose
// to silence it. `unset` is a noop if the attribute doesn't exist.
unset: function(attr, options) {
- ... | Fixes #<I> -- new attributes left behind after a failed wait:true | jashkenas_backbone | train | js |
c870811a20234271a110309c95d15ce5c788ad9f | diff --git a/transit/write_handlers.py b/transit/write_handlers.py
index <HASH>..<HASH> 100644
--- a/transit/write_handlers.py
+++ b/transit/write_handlers.py
@@ -183,7 +183,7 @@ class DateTimeHandler(object):
@staticmethod
def rep(d):
td = d - DateTimeHandler.epoch
- return long((td.microseco... | Conversion to long when not needed breaks msgpack. | cognitect_transit-python | train | py |
0a2e9b02d60ef3bf1ec1dc9d032d25aefc81987e | diff --git a/activesupport/lib/active_support/file_evented_update_checker.rb b/activesupport/lib/active_support/file_evented_update_checker.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/file_evented_update_checker.rb
+++ b/activesupport/lib/active_support/file_evented_update_checker.rb
@@ -107,9... | rewrites bare loop as until | rails_rails | train | rb |
92ae91c6c7301d534d47e4f20d5939ba8afc736d | diff --git a/stravalib/util/limiter.py b/stravalib/util/limiter.py
index <HASH>..<HASH> 100644
--- a/stravalib/util/limiter.py
+++ b/stravalib/util/limiter.py
@@ -24,6 +24,15 @@ from datetime import datetime, timedelta
from stravalib import exc
+
+def total_seconds(td):
+ """Alternative to datetime.timedelta.to... | time.sleep() expects a float
Also handling case where python < <I> (datetime.timedelta.total_seconds is only available since Python >= <I>) | hozn_stravalib | train | py |
904736419f651f5b7ee2e28d76800aa4baaf8f02 | diff --git a/cider/_sh.py b/cider/_sh.py
index <HASH>..<HASH> 100644
--- a/cider/_sh.py
+++ b/cider/_sh.py
@@ -127,7 +127,7 @@ class Defaults(object):
}
return next(
- (k for t, k in key_types.items() if isinstance(value, t)),
+ (k for t, k in sorted(key_types.items()) if isins... | Fix for defaults.write
The key_type dictionary was iterated over with no order. This causes a
boolean and possibly other values to be identified as other types such as `int`
should python match it first within the `isinstance()` return check.
To correct this, the `sorted()` function was added to respect the order.
T... | msanders_cider | train | py |
652b6348d4d7a35f6b89c23271c39cea65262e1d | diff --git a/compiler/js.py b/compiler/js.py
index <HASH>..<HASH> 100644
--- a/compiler/js.py
+++ b/compiler/js.py
@@ -240,7 +240,7 @@ class component_generator(object):
r.append("%sthis.onChanged('%s', (function() %s ).bind(this));" %(ident, name, code))
for name, code in self.key_handlers.iteritems():
code... | added key, event arguments to pressed event | pureqml_qmlcore | train | py |
0a9dabf013f3beb1ac9e900f8ac1ebe15f4083f0 | diff --git a/cell/task_test.go b/cell/task_test.go
index <HASH>..<HASH> 100644
--- a/cell/task_test.go
+++ b/cell/task_test.go
@@ -203,10 +203,7 @@ exit 0
{
Protocol: models.TCPProtocol,
Destination: "0.0.0.0/0",
- PortRange: &models.PortRange{
- Start: 80,
- End: 80,
- ... | Modify test to support Ports
[#<I>] | cloudfoundry_inigo | train | go |
b9d837183ad5bd186456d64c6a45d3151dde2540 | diff --git a/server/etcdserver/api/capability.go b/server/etcdserver/api/capability.go
index <HASH>..<HASH> 100644
--- a/server/etcdserver/api/capability.go
+++ b/server/etcdserver/api/capability.go
@@ -40,6 +40,7 @@ var (
"3.3.0": {AuthCapability: true, V3rpcCapability: true},
"3.4.0": {AuthCapability: true, V3r... | server/etcdserver/api: Add <I> to supported version | etcd-io_etcd | train | go,go |
97988b2365890bfffba609ad0cc23cc923c4aca8 | diff --git a/paging.js b/paging.js
index <HASH>..<HASH> 100644
--- a/paging.js
+++ b/paging.js
@@ -58,7 +58,7 @@ app.directive('paging', function () {
var value = this.value;
scope.page = value;
- if (scope.scrollTop == true) {
+ if (scop... | Removed unnecessary comparer
Removed the unnecessary comparer if scrollTop == true since we really
only care if it exists or not | brantwills_Angular-Paging | train | js |
5b61150167052555d18162b59ff301a7a8aed376 | diff --git a/resty.go b/resty.go
index <HASH>..<HASH> 100644
--- a/resty.go
+++ b/resty.go
@@ -6,4 +6,4 @@
package resty
// Version # of resty
-const Version = "1.2"
+const Version = "1.3-edge" | version bump to <I>-edge for next dev iteration | go-resty_resty | train | go |
f6e56f2890666c85046bb4997805aea41aceef9e | diff --git a/mod/wiki/lib.php b/mod/wiki/lib.php
index <HASH>..<HASH> 100644
--- a/mod/wiki/lib.php
+++ b/mod/wiki/lib.php
@@ -48,7 +48,9 @@ function wiki_add_instance($wiki) {
$wiki->timemodified = time();
# May have to add extra stuff in here #
-
+ if (empty($wiki->forceformat)) {
+ $wiki->force... | [MDL-<I>]
Fixing this issue at wiki creation. | moodle_moodle | train | php |
05fa2dab6c70bfc608fa38916962eb062fd87856 | diff --git a/lib/poise/helpers/inversion.rb b/lib/poise/helpers/inversion.rb
index <HASH>..<HASH> 100644
--- a/lib/poise/helpers/inversion.rb
+++ b/lib/poise/helpers/inversion.rb
@@ -183,7 +183,7 @@ module Poise
Chef::Log.debug("[#{self.name}] Setting inversion resource to #{val}")
@poise_... | Check superclass on inversion params. | poise_poise | train | rb |
e573a4d9b24e20ee202c22eebfb8b6b5079bcb42 | diff --git a/example.py b/example.py
index <HASH>..<HASH> 100644
--- a/example.py
+++ b/example.py
@@ -71,7 +71,12 @@ content_state = {
'offset': 16,
'length': 4,
'style': 'BOLD'
- }
+ },
+ {
+ ... | Add example of inline ranges of same offset + length | springload_draftjs_exporter | train | py |
cbf8fc6a5d31f2f4cdbf393acfb6379888d7f2b7 | diff --git a/Utilities/Strings.php b/Utilities/Strings.php
index <HASH>..<HASH> 100644
--- a/Utilities/Strings.php
+++ b/Utilities/Strings.php
@@ -151,6 +151,8 @@ class Strings
*/
public static function startsWith($string, $prefix)
{
+ $prefix = is_int($prefix) ? "$prefix" : $prefix;
+ $st... | #<I> Strings::startWith() and Strings::endsWith() now casts integers to strings | letsdrink_ouzo-goodies | train | php |
2a8106dced60419cbce6e0fe024e2fe23e4f4ae8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ requirements = [
# Protocol and data packages
"pytmpdir >= 0.2.3", # A temporary directory, useful for extracting archives to
"txhttputil >= 0.1.8", # Utility class for http requests
- "vorte... | Bumped version requirement of VortexPY to <I> for RPC support | Synerty_peek-plugin-base | train | py |
23bf1cd667cfb8fff746d04e04513fc6bf192130 | diff --git a/pysatMagVect/_core.py b/pysatMagVect/_core.py
index <HASH>..<HASH> 100644
--- a/pysatMagVect/_core.py
+++ b/pysatMagVect/_core.py
@@ -739,7 +739,8 @@ def calculate_mag_drift_unit_vectors_ecef(latitude, longitude, altitude, datetim
doy = (time - datetime.datetime(time.year,1,1)).days
# num... | BUG: Corrected date calculation | rstoneback_pysatMagVect | train | py |
fcf740866356132a4509a9cd709adfa87c7efed6 | diff --git a/tests/TestCase/I18n/TimeTest.php b/tests/TestCase/I18n/TimeTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/I18n/TimeTest.php
+++ b/tests/TestCase/I18n/TimeTest.php
@@ -174,7 +174,24 @@ class TimeTest extends TestCase
],
];
}
-
+ /**
+ * test the timezone option f... | Update TimeTest.php, add testTimeAgoInWordsTimezone
Added a test case for the timezone option in function timeAgoInWords. | cakephp_cakephp | train | php |
50ec0810f29018b5ba29d0f6e6958a1174925a4f | diff --git a/core/src/main/java/com/opentext/ia/sdk/configurer/YamlConfiguration.java b/core/src/main/java/com/opentext/ia/sdk/configurer/YamlConfiguration.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/opentext/ia/sdk/configurer/YamlConfiguration.java
+++ b/core/src/main/java/com/opentext/ia/sdk/configu... | Support multiple documents in single YAML file | Enterprise-Content-Management_infoarchive-sip-sdk | train | java |
ab0e82b105baefcc72719b22af958abb648dd4b1 | diff --git a/faker.go b/faker.go
index <HASH>..<HASH> 100644
--- a/faker.go
+++ b/faker.go
@@ -206,6 +206,7 @@ var (
ErrMoreArguments = "Passed more arguments than is possible : (%d)"
ErrNotSupportedPointer = "Use sample:=new(%s)\n faker.FakeData(sample) instead"
ErrSmallerThanZero = "Size:%d is smaller... | fix: 0 not valid for random size #<I>
logically invalid to as for a random number between 0 and 0 but more importantly, it panics on the Intn call with `panic: invalid argument to Intn` | bxcodec_faker | train | go |
bf0175023feff4c14a7c4619f0cd2e9bae1b4e2f | diff --git a/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java b/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java
index <HASH>..<HASH> 100644
--- a/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java
+++ b/core/server/master/... | Log when it is a file
When we get status for an incomplete file, we should produce a logging
message.
Currently, we do not check if it is a file.
pr-link: Alluxio/alluxio#<I>
change-id: cid-8a<I>e7ee9f<I>cd<I>c<I>c<I>ee | Alluxio_alluxio | train | java |
902c635f35f4cf43fb4191faa1056591bc6034de | diff --git a/tracer/runner.py b/tracer/runner.py
index <HASH>..<HASH> 100644
--- a/tracer/runner.py
+++ b/tracer/runner.py
@@ -23,12 +23,13 @@ class Runner(object):
"""
def __init__(self, binary, input=None, pov_file=None, record_trace=False, record_stdout=False, record_magic=False,
- seed=N... | Allow the passing of 'report_bad_args' to the Runner | angr_angr | train | py |
7323f4c2ab2eda54e91274a6e9281f0a98160850 | diff --git a/superset/models.py b/superset/models.py
index <HASH>..<HASH> 100644
--- a/superset/models.py
+++ b/superset/models.py
@@ -169,7 +169,7 @@ class AuditMixinNullable(AuditMixin):
if not user:
return ''
url = '/superset/profile/{}/'.format(user.username)
- return '<a href=... | Make up the user link string (#<I>)
prevent the user link from being escaped | apache_incubator-superset | train | py |
35580f44d2fc8eca32d519613a7b8293e01fca24 | diff --git a/level_logger.go b/level_logger.go
index <HASH>..<HASH> 100644
--- a/level_logger.go
+++ b/level_logger.go
@@ -1,5 +1,7 @@
package adaptlog
+import "errors"
+
// LogLevel type
type LogLevel uint8
@@ -46,17 +48,22 @@ func init() {
initialized = false
}
-// Initialize leveled logger. Only once nee... | added a=safe guard on creating a logger | mantzas_adaptlog | train | go |
ca7a1db45d0604241b7b969bb0f73e5cfd42a3d2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,6 @@
/*
Breaks a Javascript string into individual user-perceived "characters"
-called extended grapheme clusters by implementing the Unicode UAX-29 standard, version 8.0.0
+called extended grapheme clusters by impl... | Updated comments to version <I> | orling_grapheme-splitter | train | js |
ebe05dd9e2be8bdfafe9bf790d3d59846c5af670 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -303,8 +303,6 @@
if(_hooks.created) {
_hooks.created();
}
- var realEl = document.querySelector(_el);
- realEl.parentNode.replaceChild(this.$el, realEl);
... | don't waste time making new el | kbrsh_moon | train | js |
8de59a7ecd3b2da14d74b70e35cd587bcf21c4d2 | diff --git a/test/browser-tests/shuffling.js b/test/browser-tests/shuffling.js
index <HASH>..<HASH> 100644
--- a/test/browser-tests/shuffling.js
+++ b/test/browser-tests/shuffling.js
@@ -59,7 +59,9 @@ export default function() {
});
test( 'an appropriate error is thrown when shuffling a non-array keypath', t => {... | adjust invalid array shuffle test to use something other than undefined | ractivejs_ractive | train | js |
067aa6fd5d148911bd38ae7d19d1fc43e2db94a9 | diff --git a/translate.js b/translate.js
index <HASH>..<HASH> 100644
--- a/translate.js
+++ b/translate.js
@@ -1,3 +1,5 @@
+var linker = require('./linker.js');
+
/// Translate old style version numbers to semver.
/// Old style: 0.3.6-3fc68da5/Release-Emscripten/clang
/// 0.3.5-371690f0/Release-Emscripten... | Export linkReferences in jsonio translator | dexon-foundation_dsolc-js | train | js |
5f5c2ba02d867744b84475a0b0eaa00ee86f56f6 | diff --git a/blockstack_cli_0.14.1/blockstack_registrar/tools/misc.py b/blockstack_cli_0.14.1/blockstack_registrar/tools/misc.py
index <HASH>..<HASH> 100755
--- a/blockstack_cli_0.14.1/blockstack_registrar/tools/misc.py
+++ b/blockstack_cli_0.14.1/blockstack_registrar/tools/misc.py
@@ -54,6 +54,8 @@ from registrar.conf... | added func for measuring load on servers | blockstack_blockstack-core | train | py |
e2d7e03a2f8b8a8fec67eae69d8a4bbdbbc7f268 | diff --git a/sos/plugins/subscription_manager.py b/sos/plugins/subscription_manager.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/subscription_manager.py
+++ b/sos/plugins/subscription_manager.py
@@ -29,6 +29,7 @@ class SubscriptionManager(Plugin, RedHatPlugin):
# rhsm config and logs
self.add_copy... | [subscription_manager] collect /var/lib/rhsm/
The directory contains usefull info about subscription status and facts
the RHSM server gets from this client.
Resolves: #<I> | sosreport_sos | train | py |
89b110d58c77bcd564b08567056ad7ce0c683e9f | diff --git a/Python/phate/logging.py b/Python/phate/logging.py
index <HASH>..<HASH> 100644
--- a/Python/phate/logging.py
+++ b/Python/phate/logging.py
@@ -1,8 +1,9 @@
-from __future__ import absolute_import
+from __future__ import absolute_import, print_function
from builtins import super, bytes
import os
import log... | print output to ipython notebooks | KrishnaswamyLab_PHATE | train | py |
a8c52437a7599326b8a221cdf8cd5edf894350c5 | diff --git a/metric_tank/aggmetric.go b/metric_tank/aggmetric.go
index <HASH>..<HASH> 100644
--- a/metric_tank/aggmetric.go
+++ b/metric_tank/aggmetric.go
@@ -366,6 +366,12 @@ func (a *AggMetric) persist(pos int) {
previousChunk = a.Chunks[previousPos]
}
+ if len(pending) > cap(a.writeQueue) {
+ // this can lea... | limit number of old chunks that can be added to the writeQueue.
fixes #<I>
If we try and write more chunks to the writeQueue then the capacity
of the writeQueue in one go while holding the lock, we can end up
in a deadlock. This commit ensures that this never happens. | grafana_metrictank | train | go |
7ee390d57b16577797d5961ac31c9ef922f58f60 | diff --git a/src/Support/Period.php b/src/Support/Period.php
index <HASH>..<HASH> 100644
--- a/src/Support/Period.php
+++ b/src/Support/Period.php
@@ -413,7 +413,7 @@ class Period
*/
public function setStartDateTime(DateTime $startDateTime)
{
- $this->startDateTime = $startDateTime;
+ $thi... | feat: create Carbon instance from DateTime | cyrildewit_eloquent-viewable | train | php |
b2e928eb58b15bafceeacf68507e7f3abc692833 | diff --git a/www/src/py_exceptions.js b/www/src/py_exceptions.js
index <HASH>..<HASH> 100644
--- a/www/src/py_exceptions.js
+++ b/www/src/py_exceptions.js
@@ -14,6 +14,10 @@ $B.set_exc = function(exc){
console.error(['Traceback (most recent call last):',
$B.print_stack(exc.$stack),
ms... | Set attribute .value of StopIteration to None if no argument is passed | brython-dev_brython | train | js |
15e342612679e275024a05db0636543ec9076027 | diff --git a/jqm-all/jqm-ws/src/main/webapp/controller/history.js b/jqm-all/jqm-ws/src/main/webapp/controller/history.js
index <HASH>..<HASH> 100644
--- a/jqm-all/jqm-ws/src/main/webapp/controller/history.js
+++ b/jqm-all/jqm-ws/src/main/webapp/controller/history.js
@@ -244,9 +244,6 @@ jqmControllers.controller('µHisto... | Bugfix: Auto resize plugin created double WS call
Removed explicit data init. This caused the first init (the non explicit
due to the plugin) to be done before filters/sort were initialized. And
if it was longer than the second one, it won. So initial sort could be
wrong. Fixes #<I> | enioka_jqm | train | js |
93edcc8abcda1d7838a1333debbbc952403bd30e | diff --git a/generators/app/index.js b/generators/app/index.js
index <HASH>..<HASH> 100644
--- a/generators/app/index.js
+++ b/generators/app/index.js
@@ -70,10 +70,10 @@ module.exports = fountain.Base.extend({
},
composing: function () {
- this.composeWith('fountain-eslint', { options: this.props });
t... | move eslint at the end of the composition | FountainJS_generator-fountain-gulp | train | js |
72a906b5c7c45743d289e6e224e81973b9e4ed79 | diff --git a/hitagi.js b/hitagi.js
index <HASH>..<HASH> 100644
--- a/hitagi.js
+++ b/hitagi.js
@@ -41311,6 +41311,7 @@ global.hitagi = require('./main.js');
this.register = function (system) {
setupTracking(system);
systems.push(system);
+ _.each(entities, that.rebuild);
... | Made registering a system cause a rebuild of all Entities, allowing Systems to be added dynamically | RoganMurley_hitagi.js | train | js,json,js |
42ec900352e18ed8869f24dc05aad4315e072cf7 | diff --git a/src/Neuron/GameServer/Credits.php b/src/Neuron/GameServer/Credits.php
index <HASH>..<HASH> 100755
--- a/src/Neuron/GameServer/Credits.php
+++ b/src/Neuron/GameServer/Credits.php
@@ -264,6 +264,11 @@ class Neuron_GameServer_Credits
return $this->getSignedUrl (TRACKER_URL, $parameters);
*/
+ $this... | FIxing phpmailer? I hope? | CatLabInteractive_dolumar-engine | train | php |
6a111815acdf59b3e2ba81b7f8e7e3fe1aca3813 | diff --git a/lib/closeio/version.rb b/lib/closeio/version.rb
index <HASH>..<HASH> 100644
--- a/lib/closeio/version.rb
+++ b/lib/closeio/version.rb
@@ -1,3 +1,3 @@
module Closeio
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end | Bumped version to <I> | taylorbrooks_closeio | train | rb |
7b97b1f5a59bac662bb7134fccb7d0e074b84cb8 | diff --git a/lib/contentstack/api.rb b/lib/contentstack/api.rb
index <HASH>..<HASH> 100644
--- a/lib/contentstack/api.rb
+++ b/lib/contentstack/api.rb
@@ -133,7 +133,7 @@ module Contentstack
elsif @proxy_details.present? && @proxy_details[:url].present? && @proxy_details[:port].present? && @proxy_details[:userna... | Added URI.open in live preview method | contentstack_contentstack-ruby | train | rb |
1d529adc9bed007b68e1adad1d6477c3df068c2a | diff --git a/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java b/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java
+++ b/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java
@@ -131,29 +131,10 @@ public class MpTran... | ENG-<I>: Don't need SP behavior on flush in MpTTQ. Don't need to
look for fragments of the same TXN ID in MpTTQ. | VoltDB_voltdb | train | java |
b2441158025df1ae0f4b94d4727391a16df1ee6d | diff --git a/models/classes/Lists/DataAccess/Repository/DependsOnPropertyRepository.php b/models/classes/Lists/DataAccess/Repository/DependsOnPropertyRepository.php
index <HASH>..<HASH> 100644
--- a/models/classes/Lists/DataAccess/Repository/DependsOnPropertyRepository.php
+++ b/models/classes/Lists/DataAccess/Reposito... | refactor: use cache repository instead | oat-sa_tao-core | train | php |
b734bbdecf417f8ee0105a6d32705d82a0533717 | diff --git a/src/Sylius/Component/Core/Model/Product.php b/src/Sylius/Component/Core/Model/Product.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Component/Core/Model/Product.php
+++ b/src/Sylius/Component/Core/Model/Product.php
@@ -182,7 +182,7 @@ class Product extends BaseProduct implements ProductInterface
pu... | [Core] Fix removing taxon from product | Sylius_Sylius | train | php |
f460de1d237e02fdbc3006bc91813efe7837f576 | diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/persistence.rb
+++ b/activerecord/lib/active_record/persistence.rb
@@ -208,10 +208,14 @@ module ActiveRecord
# If an attribute name is passed, ... | touch operationg if used along with belongs_to will also be invoked on associated objects | rails_rails | train | rb |
4ee345b698911887d1fcb95b69ef5dd84f07c29e | diff --git a/lib/hipchat/api_version.rb b/lib/hipchat/api_version.rb
index <HASH>..<HASH> 100644
--- a/lib/hipchat/api_version.rb
+++ b/lib/hipchat/api_version.rb
@@ -226,7 +226,7 @@ module HipChat
{
:url => URI::escape("/#{user_id}/history/latest"),
:body_format => :to_json,
- :... | compatibility with ruby <I> | hipchat_hipchat-rb | train | rb |
bc79da68945df853b1354c8bf22416133b34e89e | diff --git a/tests/settings.py b/tests/settings.py
index <HASH>..<HASH> 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -8,6 +8,7 @@ DATABASES = {
}
INSTALLED_APPS = (
+ 'tests',
'tests.cases.south_tests',
'tests.cases.geneset_form',
'tests.cases.sample_load_process', | Add tests to INSTALLED_APPS in test settings | chop-dbhi_varify | train | py |
03e497fef37b0bd545f9fe1ccd88a9101ccb731c | diff --git a/pkg/label/label.go b/pkg/label/label.go
index <HASH>..<HASH> 100644
--- a/pkg/label/label.go
+++ b/pkg/label/label.go
@@ -24,10 +24,6 @@ func InitLabels(options []string) (string, string, error) {
return "", "", nil
}
-func GenLabels(options string) (string, string, error) {
- return "", "", nil
-}
-
... | pkg/label: delete deprecated GenLabels()
Nothing is using this, and it's an InitLabels() call-site which the next
commit must update. | rkt_rkt | train | go,go |
197325b4e7adfef3def5db187733c4530bd7dfed | diff --git a/lib/tire/index.rb b/lib/tire/index.rb
index <HASH>..<HASH> 100644
--- a/lib/tire/index.rb
+++ b/lib/tire/index.rb
@@ -356,6 +356,9 @@ module Tire
params_encoded = params.empty? ? '' : "?#{params.to_param}"
@response = Configuration.client.get "#{url}#{params_encoded}"
+ if @respon... | Added, that Index#retrieve throws an exception on HTTP errors
Closes #<I> | karmi_retire | train | rb |
1fdf00c5c578f5a47ca3bc5b005ada5e8cfe3e59 | diff --git a/fastlane/lib/fastlane/server/command_parser.rb b/fastlane/lib/fastlane/server/command_parser.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/server/command_parser.rb
+++ b/fastlane/lib/fastlane/server/command_parser.rb
@@ -5,7 +5,23 @@ require 'json'
module Fastlane
class CommandParser
... | Handle old Swift FastlaneRunner commands (#<I>) | fastlane_fastlane | train | rb |
5769a3ca0a37f0bea8934518f5c7391d069ac973 | diff --git a/lib/scholar/source.rb b/lib/scholar/source.rb
index <HASH>..<HASH> 100644
--- a/lib/scholar/source.rb
+++ b/lib/scholar/source.rb
@@ -8,6 +8,14 @@ module Scholar
self.class_variable_get(:@@sequence)
end
end
+
+ def rules(*args) # This doesn't work, returns Array (should retu... | non-functional rules method for sources. | noted_scholar | train | rb,rb |
0c0b112cf6a8fc2303c23993802f772cc1da5329 | diff --git a/Converters/Gd.php b/Converters/Gd.php
index <HASH>..<HASH> 100644
--- a/Converters/Gd.php
+++ b/Converters/Gd.php
@@ -25,7 +25,7 @@ class Gd
switch (self::getExtension($source)) {
case 'png':
if (defined('WEBPCONVERT_GD_PNG') && WEBPCONVERT_GD_PNG) {
- ... | GD was unable to convert PNGs. Fixes #<I> | rosell-dk_webp-convert | train | php |
a25121e2f292b4d94a151896e7db9fcb7ee0d4f9 | diff --git a/indra/tools/live_curation/live_curation.py b/indra/tools/live_curation/live_curation.py
index <HASH>..<HASH> 100644
--- a/indra/tools/live_curation/live_curation.py
+++ b/indra/tools/live_curation/live_curation.py
@@ -166,6 +166,25 @@ def save_curations():
return jsonify({})
+@app.route('/notify')... | Add notify endpoint doing <I> Response for now | sorgerlab_indra | train | py |
e99456d9d3c478b7ef667d27da2e157c78e0edf4 | diff --git a/query/control/controller_test.go b/query/control/controller_test.go
index <HASH>..<HASH> 100644
--- a/query/control/controller_test.go
+++ b/query/control/controller_test.go
@@ -9,6 +9,7 @@ import (
"time"
"github.com/influxdata/flux"
+ "github.com/influxdata/flux/arrow"
_ "github.com/influxdata/fl... | refactor(query/control): update a test to use the arrow allocator interface (#<I>)
We are planning to change the allocator interface within flux to use the
arrow allocator. To make the release easier, this updates the test in
advance to use the arrow allocator instead of the to be changed memory
allocator interface... | influxdata_influxdb | train | go |
c20343759108dfc508e47c197ab7301ce9cab417 | diff --git a/plugins/karma.js b/plugins/karma.js
index <HASH>..<HASH> 100644
--- a/plugins/karma.js
+++ b/plugins/karma.js
@@ -113,6 +113,13 @@ exports.hook_deny = function (next, connection, params) {
return next(OK);
};
+exports.hook_reset_transaction = function (next, connection) {
+ var plugin = this;
+ ... | karma: collect awards during reset_transaction
(before they disappear) | haraka_Haraka | train | js |
0967f8c5a10b86893c80d4a23dd2dbade1ca0a7a | diff --git a/src/shims/form-number-date-ui.js b/src/shims/form-number-date-ui.js
index <HASH>..<HASH> 100644
--- a/src/shims/form-number-date-ui.js
+++ b/src/shims/form-number-date-ui.js
@@ -402,6 +402,8 @@ webshims.register('form-number-date-ui', function($, webshims, window, document,
fVal[0] = tmp;
}
... | fix meridian parsing for datetime-local ( fixes issue #<I> | thx @terinjokes ) | aFarkas_webshim | train | js |
c36234f2ae10db74a4c13b019a2a6895ebd46d5d | diff --git a/lib/sidekiq-status/storage.rb b/lib/sidekiq-status/storage.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq-status/storage.rb
+++ b/lib/sidekiq-status/storage.rb
@@ -96,10 +96,10 @@ module Sidekiq::Status::Storage
end
# Yields redis connection. Uses redis pool if available.
- # @param [ConnectionP... | rename pool arg to redis_pool | utgarda_sidekiq-status | train | rb |
48ffa991fa26ce7e7d728978ffefe690ee2f691f | diff --git a/src/Common/ExceptionLogger.php b/src/Common/ExceptionLogger.php
index <HASH>..<HASH> 100644
--- a/src/Common/ExceptionLogger.php
+++ b/src/Common/ExceptionLogger.php
@@ -45,7 +45,7 @@ class ExceptionLogger
/**
* @var mixed
*/
- protected $custom_closure;
+ protected $custom;
/... | renamed property $custom_closure $custom | peakphp_framework | train | php |
0aad2b6c89f83b00953c3e658c88f5502f3d6cee | diff --git a/spyderlib/spyder.py b/spyderlib/spyder.py
index <HASH>..<HASH> 100644
--- a/spyderlib/spyder.py
+++ b/spyderlib/spyder.py
@@ -18,8 +18,9 @@ Licensed under the terms of the MIT License
import os
try:
# Test if IPython v0.11+ is installed
- from IPython import deathrow #analysis:ignore
- if ... | (Fixes Issue <I>) New IPython plugin is now working with PyQt4 and IPython <I> | spyder-ide_spyder | train | py |
4bc39f72e8e9a6772f3d2eb9295809658c1793d7 | diff --git a/cliff/interactive.py b/cliff/interactive.py
index <HASH>..<HASH> 100644
--- a/cliff/interactive.py
+++ b/cliff/interactive.py
@@ -43,7 +43,7 @@ class InteractiveApp(cmd2.Cmd):
# We send the message through our parent app,
# since it already has the logic for executing
# the subco... | fix interactive command processor to handle multi-part commands, including some that use the same first word as existing commands | dreamhost_cliff-tablib | train | py |
4b921bd60460e6108cae98d82f8224388e0df854 | diff --git a/nyt.js b/nyt.js
index <HASH>..<HASH> 100644
--- a/nyt.js
+++ b/nyt.js
@@ -282,7 +282,20 @@ function nyt (keys) {
get(path, callback, args);
},
specific : function (args, callback) {
+ if (!callback) {
+ callback = args;
+ args = undefi... | added specific news item to newswire api | czarlos_nyt | train | js |
c164952516d0deb0200e48f18f9f9ef5aabc0207 | diff --git a/src/components/bottomSheet/bottomSheet.js b/src/components/bottomSheet/bottomSheet.js
index <HASH>..<HASH> 100644
--- a/src/components/bottomSheet/bottomSheet.js
+++ b/src/components/bottomSheet/bottomSheet.js
@@ -183,13 +183,14 @@ function MdBottomSheetProvider($$interimElementProvider) {
function on... | fix(bottomSheet): unset overflow after leave animation completes
as per discussion at <URL> | angular_material | train | js |
420d0159e72db54efa94aa6cf4b0c02ecddabcc1 | diff --git a/lib/tools/system-calls.js b/lib/tools/system-calls.js
index <HASH>..<HASH> 100644
--- a/lib/tools/system-calls.js
+++ b/lib/tools/system-calls.js
@@ -434,6 +434,11 @@ systemCallMethods.launchAVD = async function (avdName, avdArgs, language, countr
proc.on('output', (stdout, stderr) => {
log.info(`[... | throw error on avd failing to launch (#<I>)
* exit earlier when avd fails to launch
* update avd exit message | appium_appium-adb | train | js |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.