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 |
|---|---|---|---|---|---|
28015fde58cc6baaf85138134b8120bf2014a160 | diff --git a/Tests/Unit/ViewHelpers/ExtensionSelectorViewHelperTest.php b/Tests/Unit/ViewHelpers/ExtensionSelectorViewHelperTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Unit/ViewHelpers/ExtensionSelectorViewHelperTest.php
+++ b/Tests/Unit/ViewHelpers/ExtensionSelectorViewHelperTest.php
@@ -130,8 +130,8 @@ class Tx_... | [TASK] Fix Tests/Unit/ViewHelpers/
Fixes tests for Tests/Unit/ViewHelpers
Change-Id: Ide2dc<I>f4af<I>ea<I>e<I>cee<I>bb2
Resolves: #<I>
Releases: master
Reviewed-on: <URL> | oliverklee_ext-phpunit | train | php |
47ff6316a2a00e8ddd375f7c9a009797b051be43 | diff --git a/packages/ember-views/lib/views/collection_view.js b/packages/ember-views/lib/views/collection_view.js
index <HASH>..<HASH> 100644
--- a/packages/ember-views/lib/views/collection_view.js
+++ b/packages/ember-views/lib/views/collection_view.js
@@ -110,7 +110,7 @@ var get = Ember.get, set = Ember.set, fmt = E... | Fix missing reuturn in CollectionView docs
`createChildView` has to return the call to `this._super`, otherwise
everything breaks. | emberjs_ember.js | train | js |
cab6ba4e1bf2abf6a5fb83f2f28e2a8482350bbd | diff --git a/activesupport/lib/active_support/core_ext/object/acts_like.rb b/activesupport/lib/active_support/core_ext/object/acts_like.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/core_ext/object/acts_like.rb
+++ b/activesupport/lib/active_support/core_ext/object/acts_like.rb
@@ -1,9 +1,9 @@
... | Correct method notation for #acts_like? [ci skip] | rails_rails | train | rb |
354e2c71ef65fd49a0a31fcfd84d8135811e6ac4 | diff --git a/src/qinfer/tests/base_test.py b/src/qinfer/tests/base_test.py
index <HASH>..<HASH> 100644
--- a/src/qinfer/tests/base_test.py
+++ b/src/qinfer/tests/base_test.py
@@ -357,10 +357,13 @@ class ConcreteSimulatableTest(with_metaclass(abc.ABCMeta, object)):
mps = self.model.update_timestep(self.modelpar... | test_update_timestep now asserts that models are valid after timestep update | QInfer_python-qinfer | train | py |
81810f33fa97d9100fdbf1c55e7fec38a2fb9b10 | diff --git a/mtools/mlaunch/mlaunch.py b/mtools/mlaunch/mlaunch.py
index <HASH>..<HASH> 100755
--- a/mtools/mlaunch/mlaunch.py
+++ b/mtools/mlaunch/mlaunch.py
@@ -1698,7 +1698,7 @@ class MLaunchTool(BaseCmdLineTool):
if set_name:
con.close()
con = self.client('localhost:%i'%port, repl... | Re-use previous `ismaster` response | rueckstiess_mtools | train | py |
3cb95d86fe70598aa002e8657f0bf749edf63ecf | diff --git a/iphone/src/java/org/openqa/selenium/iphone/IPhoneSimulatorBinary.java b/iphone/src/java/org/openqa/selenium/iphone/IPhoneSimulatorBinary.java
index <HASH>..<HASH> 100644
--- a/iphone/src/java/org/openqa/selenium/iphone/IPhoneSimulatorBinary.java
+++ b/iphone/src/java/org/openqa/selenium/iphone/IPhoneSimula... | JasonLeyba: Making sure the IPhoneSimulatorBinary kills iWebDriver when #shutdown() is called.
r<I> | SeleniumHQ_selenium | train | java |
e9bb4964f2fec1e7c4845ddf44eb7ab746fc18d6 | diff --git a/Lib/Sakonnin/MailCopy.php b/Lib/Sakonnin/MailCopy.php
index <HASH>..<HASH> 100644
--- a/Lib/Sakonnin/MailCopy.php
+++ b/Lib/Sakonnin/MailCopy.php
@@ -17,7 +17,7 @@ class MailCopy
$message = $options['message'];
$receivers = $message->getReceivers();
- $options['provide_link'] = t... | OK, should probably not do this, but lazyness took me and I have a slight feeling providing the link in a mail should be default off anyway. | thomasez_BisonLabSakonninBundle | train | php |
b1d7f3e061f6b8462fdfbd7699ae29341fbf0339 | diff --git a/allure-report/allure-report-data/src/main/java/ru/yandex/qatools/allure/data/utils/XslTransformationUtils.java b/allure-report/allure-report-data/src/main/java/ru/yandex/qatools/allure/data/utils/XslTransformationUtils.java
index <HASH>..<HASH> 100644
--- a/allure-report/allure-report-data/src/main/java/ru... | #<I>: Read testsuite.xml with utf encoding | allure-framework_allure1 | train | java |
a41fdad8875fbcd01b1498390e2114b93e5cb99e | diff --git a/bcbio/variation/validate.py b/bcbio/variation/validate.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/validate.py
+++ b/bcbio/variation/validate.py
@@ -139,10 +139,10 @@ def summarize_grading(samples):
writer = csv.writer(out_handle)
writer.writerow(["sample", "caller", "variant.typ... | Correctly handle projects with validated and non-validated samples | bcbio_bcbio-nextgen | train | py |
4a6d10b85c57ff53262e19a70d9c7cabcada5618 | diff --git a/dev/com.ibm.ws.microprofile.rest.client.FT_fat/fat/src/com/ibm/ws/microprofile/rest/client/fat/TimeoutTest.java b/dev/com.ibm.ws.microprofile.rest.client.FT_fat/fat/src/com/ibm/ws/microprofile/rest/client/fat/TimeoutTest.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.microprofile.rest.client.FT_fat/... | Allow FT warning if app stops before timeout | OpenLiberty_open-liberty | train | java |
6203e4d97ca77d08996b8da34bb04d85c3055059 | diff --git a/src/Routing/Router.php b/src/Routing/Router.php
index <HASH>..<HASH> 100755
--- a/src/Routing/Router.php
+++ b/src/Routing/Router.php
@@ -306,7 +306,7 @@ class Router
if ($page) {
$q = $page->getAsArray();
} else {
- if ($is_transpar... | Setting for getting extra GET params instead of <I> status | devp-eu_tmcms-core | train | php |
f0c62bd7df69610dec38ea485f7dd18c74d95ebc | diff --git a/samples/genkeypair_import_cert.py b/samples/genkeypair_import_cert.py
index <HASH>..<HASH> 100644
--- a/samples/genkeypair_import_cert.py
+++ b/samples/genkeypair_import_cert.py
@@ -37,7 +37,7 @@ key_length = 2048 # key-length in bits
# the key_id has to be the same for both objects, it will also be ne... | key id as hex, to make it easier to pass to openssl via the command line | LudovicRousseau_PyKCS11 | train | py |
2d08f38f5e0cf0618a7ee972f9c73544a5389f77 | diff --git a/src/AdldapAuthServiceProvider.php b/src/AdldapAuthServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/AdldapAuthServiceProvider.php
+++ b/src/AdldapAuthServiceProvider.php
@@ -81,10 +81,15 @@ class AdldapAuthServiceProvider extends ServiceProvider
{
$provider = $this->getUserProvider();... | Added check for the configured user model | Adldap2_Adldap2-Laravel | train | php |
a36c69d7ba1dfa3aab53764a9ebb11f58b8aba7b | diff --git a/lib/services/dell-wsman-obm-service.js b/lib/services/dell-wsman-obm-service.js
index <HASH>..<HASH> 100644
--- a/lib/services/dell-wsman-obm-service.js
+++ b/lib/services/dell-wsman-obm-service.js
@@ -92,9 +92,9 @@ function DellWsmanObmServiceFactory(
address: self.config.host,
... | Update dell-wsman-obm-service.js | RackHD_on-tasks | train | js |
fc38ac25e4dc80bfa60b921cab03316256518fa8 | diff --git a/src/main/java/com/couchbase/lite/NativeLibrary.java b/src/main/java/com/couchbase/lite/NativeLibrary.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/NativeLibrary.java
+++ b/src/main/java/com/couchbase/lite/NativeLibrary.java
@@ -100,6 +100,7 @@ final class NativeLibrary {
... | CBL-<I>: fix: native libray path (#<I>)
* windows native library path corrected. only tested java in windows | couchbase_couchbase-lite-java | train | java |
98394596611e63f021ceb1d58e006178cd02ee23 | diff --git a/spec/flipper/ui/actions/feature_spec.rb b/spec/flipper/ui/actions/feature_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/flipper/ui/actions/feature_spec.rb
+++ b/spec/flipper/ui/actions/feature_spec.rb
@@ -87,4 +87,24 @@ RSpec.describe Flipper::UI::Actions::Feature do
expect(last_response.body).to i... | Add failing spec for feature with name ending in _features | jnunemaker_flipper | train | rb |
91bc985a835cf66e45b76b9ccd0c92bd908ee9d6 | diff --git a/js/ServerPersist/MemoryAsync.js b/js/ServerPersist/MemoryAsync.js
index <HASH>..<HASH> 100644
--- a/js/ServerPersist/MemoryAsync.js
+++ b/js/ServerPersist/MemoryAsync.js
@@ -215,7 +215,7 @@ SyncIt_ServerPersist_MemoryAsync.prototype.getQueueitem = function(dataset,fromV
k: this._d[i].k,
b: this... | Fix r property sometimes being left as undefined when calling SyncIt_ServerPersist_MemoryAsync.getQueueitem | forbesmyester_SyncIt | train | js |
7b26f1d456ad1b6d23bf0c63a848413ad1dbd70e | diff --git a/src/Illuminate/Console/Scheduling/ScheduleListCommand.php b/src/Illuminate/Console/Scheduling/ScheduleListCommand.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Console/Scheduling/ScheduleListCommand.php
+++ b/src/Illuminate/Console/Scheduling/ScheduleListCommand.php
@@ -113,7 +113,7 @@ class Schedul... | Update ScheduleListCommand.php (#<I>)
Improve coloring output | laravel_framework | train | php |
a0e8755dc6f038ec4c82d83fdfd03e0c7ce3718f | diff --git a/src/render.js b/src/render.js
index <HASH>..<HASH> 100644
--- a/src/render.js
+++ b/src/render.js
@@ -118,9 +118,7 @@ function _render(callback) {
var prevData = extractElementData(element);
if (this.nodeName == 'polygon' && tag == 'polygon') {
var pre... | Removed unused stuff
This particular stuff is not used since if there is alternative data,
there is always previous points as well. | magjac_d3-graphviz | train | js |
1b5136f66e39131cf8d147416c90630ee1026ebe | diff --git a/args4j/src/org/kohsuke/args4j/CmdLineParser.java b/args4j/src/org/kohsuke/args4j/CmdLineParser.java
index <HASH>..<HASH> 100644
--- a/args4j/src/org/kohsuke/args4j/CmdLineParser.java
+++ b/args4j/src/org/kohsuke/args4j/CmdLineParser.java
@@ -108,6 +108,7 @@ public class CmdLineParser {
* if the ... | ParserProperties is only place to store the settings (fixed) | kohsuke_args4j | train | java |
74597dc26dd01615b3e29c188c38258db2de21ff | diff --git a/lib/active_record/connection_adapters/cockroachdb_adapter.rb b/lib/active_record/connection_adapters/cockroachdb_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/cockroachdb_adapter.rb
+++ b/lib/active_record/connection_adapters/cockroachdb_adapter.rb
@@ -68,10 +68,6 @@ mo... | Remove supports_pg_crypto_uuid?
* This method doesn't exist in Rails, and it's nowhere to be found in the old
rails fork/git submodule. | cockroachdb_activerecord-cockroachdb-adapter | train | rb |
f0750a455a77b24e1e37e01e37c581756eca8a31 | diff --git a/src/Mcamara/LaravelLocalization/LanguageNegotiator.php b/src/Mcamara/LaravelLocalization/LanguageNegotiator.php
index <HASH>..<HASH> 100644
--- a/src/Mcamara/LaravelLocalization/LanguageNegotiator.php
+++ b/src/Mcamara/LaravelLocalization/LanguageNegotiator.php
@@ -31,7 +31,6 @@ class LanguageNegotiator {
... | fixed phpdoc blocks in LanguageNegotiator | mcamara_laravel-localization | train | php |
90ffc1eccb716e88a8eba8a45111551346db0076 | diff --git a/test/test_storage.py b/test/test_storage.py
index <HASH>..<HASH> 100644
--- a/test/test_storage.py
+++ b/test/test_storage.py
@@ -6,8 +6,10 @@ import re
import time
from cloudvolume.storage import Storage
+from cloudvolume import exceptions
from layer_harness import delete_layer, TEST_NUMBER
+
#TOD... | fixtest: catch UnsupportedCompressionType instead of TypeError | seung-lab_cloud-volume | train | py |
92419f94c559706054cdc52f02b7b0bf4702e255 | diff --git a/test/Stagehand/TestRunner/TestCase.php b/test/Stagehand/TestRunner/TestCase.php
index <HASH>..<HASH> 100644
--- a/test/Stagehand/TestRunner/TestCase.php
+++ b/test/Stagehand/TestRunner/TestCase.php
@@ -106,10 +106,7 @@ abstract class Stagehand_TestRunner_TestCase extends PHPUnit_Framework_TestCase
p... | Changed the way to remove a JUnit XML file for testing. | piece_stagehand-testrunner | train | php |
5a3df71be146a8c9b687058a5b96188ce48f897e | diff --git a/kernel/private/rest/classes/controllers/rest_controller.php b/kernel/private/rest/classes/controllers/rest_controller.php
index <HASH>..<HASH> 100644
--- a/kernel/private/rest/classes/controllers/rest_controller.php
+++ b/kernel/private/rest/classes/controllers/rest_controller.php
@@ -168,7 +168,10 @@ abst... | Fixed bug #<I>: rest api: do not add to final result requestedResponseGroups array if it was not asked for | ezsystems_ezpublish-legacy | train | php |
9fc1279aab5e47b2106dbb648e44896d9a26f341 | diff --git a/sprd/model/Design.js b/sprd/model/Design.js
index <HASH>..<HASH> 100644
--- a/sprd/model/Design.js
+++ b/sprd/model/Design.js
@@ -154,6 +154,10 @@ define(['sprd/data/SprdModel', 'sprd/model/PrintType', 'sprd/entity/Size', 'sprd
return null;
},
+ isUploaded: function() {
+ ... | Stencils only for uploaded designs | spreadshirt_rAppid.js-sprd | train | js |
ecaa8355f76d9bd9ea12392b557254b743548600 | diff --git a/packages/manifest/index.js b/packages/manifest/index.js
index <HASH>..<HASH> 100755
--- a/packages/manifest/index.js
+++ b/packages/manifest/index.js
@@ -1,10 +1,18 @@
const hash = require('hash-sum')
+const debug = require('debug')('nuxt:pwa:manifest')
const fixUrl = url => url.replace(/\/\//g, '/').r... | fix(manifest): run only on build | nuxt-community_pwa-module | train | js |
8b25ffc57dd7705d4992fa7ef3ed8e700b880dde | diff --git a/server/phoxy.php b/server/phoxy.php
index <HASH>..<HASH> 100644
--- a/server/phoxy.php
+++ b/server/phoxy.php
@@ -79,7 +79,7 @@ class phoxy extends api
else
header('Content-Type: application/json; charset=utf-8');
- if (phoxy_conf()["is_ajax_request"])
+ if (!phoxy_conf()["debug_api"] |... | Fixing debug log apperance in production mode | phoxy_phoxy | train | php |
d044467923d859d76a93f4ff9d9da99a66f263e8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,5 +20,6 @@ setup(
install_requirements=['pandas'],
keywords=['pandas', 'validator'],
license='MIT License',
- include_package_data=True
+ include_package_data=True,
+ test_suite='pandas_validator',
... | Add test suit to setup.py | c-data_pandas-validator | train | py |
f41445debf3e225bb80a9a7bbbd406956fbf2f23 | diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/cli.py
+++ b/ceph_deploy/cli.py
@@ -53,6 +53,10 @@ def get_parser():
help='the current installed version of ceph-deploy',
)
parser.add_argument(
+ '--username',
+ help='the username to... | add a global option to allow a different username | ceph_ceph-deploy | train | py |
a52e4d1c8e13294414a33a93e6029500ecad8d81 | diff --git a/test/plugin/test_out_exec_filter.rb b/test/plugin/test_out_exec_filter.rb
index <HASH>..<HASH> 100644
--- a/test/plugin/test_out_exec_filter.rb
+++ b/test/plugin/test_out_exec_filter.rb
@@ -21,7 +21,7 @@ class ExecFilterOutputTest < Test::Unit::TestCase
]
def create_driver(conf = CONFIG, tag = 'tes... | fix to use test driver for buffered output | fluent_fluentd | train | rb |
91d92199fbe04e04a65c34eabe7b3e72121beaf1 | diff --git a/plugins/humaninput-clapper.js b/plugins/humaninput-clapper.js
index <HASH>..<HASH> 100644
--- a/plugins/humaninput-clapper.js
+++ b/plugins/humaninput-clapper.js
@@ -1,5 +1,5 @@
/**
- * humaninput-speechrec.js - HumanInput Clapper Plugin: Adds support detecting clap events like "the clapper" (classic)
+ *... | Clapper Plugin: Fixed an error in the little info comment at the top. | liftoff_HumanInput | train | js |
0e406c0a17a1774a53198abe959621f17b964cb6 | diff --git a/lib/millstone.js b/lib/millstone.js
index <HASH>..<HASH> 100644
--- a/lib/millstone.js
+++ b/lib/millstone.js
@@ -724,11 +724,21 @@ function resolve(options, callback) {
// hidden metadata file that will contain headers for the
// original HTTP requ... | detect if a file is a symlink before trying to call readlink - fixes #<I> | tilemill-project_millstone | train | js |
297e84b5ec7b660f183a23b14bcc57083943d9d9 | diff --git a/lyricsgenius/api.py b/lyricsgenius/api.py
index <HASH>..<HASH> 100644
--- a/lyricsgenius/api.py
+++ b/lyricsgenius/api.py
@@ -272,7 +272,7 @@ class Genius(API):
response = self.search_genius_web(search_term)
# Use old song search method if search_genius_web fails
- if not respons... | Remove 'or True' from search_song | johnwmillr_LyricsGenius | train | py |
48df5f73e858cbf2001543b4ca2ce6932d4dbedb | diff --git a/lib/rfm_result.rb b/lib/rfm_result.rb
index <HASH>..<HASH> 100644
--- a/lib/rfm_result.rb
+++ b/lib/rfm_result.rb
@@ -86,8 +86,8 @@ module Rfm::Result
@timestamp_format = convertFormatString(datasource.attr('timestamp-format'))
# process count metadata
- @total_count = datasource... | Minor adjustment for hpricot syntax | lardawge_rfm | train | rb |
0be771a370e8de8e1c1b02115d5c5664151d5d16 | diff --git a/php/export/class-wp-export-wxr-formatter.php b/php/export/class-wp-export-wxr-formatter.php
index <HASH>..<HASH> 100644
--- a/php/export/class-wp-export-wxr-formatter.php
+++ b/php/export/class-wp-export-wxr-formatter.php
@@ -166,7 +166,7 @@ COMMENT;
->link( esc_url( apply_filters('the_permalink_rss', ... | esc_url before outputting GUID to WXR to avoid 'unterminated entity reference' error when GUID contains ampersand | wp-cli_export-command | train | php |
032ba5a6d3df3f809d174ebff61f56a3ece52d16 | diff --git a/src/codebird.php b/src/codebird.php
index <HASH>..<HASH> 100644
--- a/src/codebird.php
+++ b/src/codebird.php
@@ -286,8 +286,12 @@ class Codebird
throw new Exception('To get the authenticate URL, the OAuth token must be set.');
}
$url = self::$_endpoint_oauth . 'oauth/authent... | Complying with PEAR standards. #<I> | jublo_codebird-php | train | php |
abe1c2c8b7400b6789411e87c72637cb09d83852 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,8 @@ from distutils.core import setup, Extension
_segyio = Extension('segyio._segyio',
sources=['python/segyio/_segyio.c', 'src/segyio/segy.c', 'src/spec/segyspec.c'],
- inclu... | Added c<I> as a compile flag. | equinor_segyio | train | py |
7ce6f995a818bc03d07d4deb07a2654ec28dcfad | diff --git a/lib/virtus.rb b/lib/virtus.rb
index <HASH>..<HASH> 100644
--- a/lib/virtus.rb
+++ b/lib/virtus.rb
@@ -28,6 +28,8 @@ module Virtus
case object
when Class then object.send(:include, ClassInclusions)
when Module then object.extend(ModuleExtensions)
+ else
+ raise ArgumentError, "Object... | Raise argument error if Virtus is being included into an unsupported object | solnic_virtus | train | rb |
f8f08320c7c23573168d2c616afce0244286a2b9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -45,7 +45,7 @@ function gatherBuildResources(percyClient, buildDir) {
if (path.sep == '\\') {
// Windows support: transform filesystem backslashes into forward-slashes for the URL.
- resourceUrl ... | Fix Windows path support. (#<I>) | percy_ember-percy | train | js |
33e36761d1d26b156fe9a93bddb20cb35f5b8476 | diff --git a/pingouin/parametric.py b/pingouin/parametric.py
index <HASH>..<HASH> 100644
--- a/pingouin/parametric.py
+++ b/pingouin/parametric.py
@@ -576,6 +576,9 @@ def rm_anova2(dv=None, within=None, subject=None, data=None,
data = _remove_rm_na(dv=dv, subject=subject,
data=dat... | Applied automatic collapsing to the mean for rm_anova2 | raphaelvallat_pingouin | train | py |
0d5cd16df42f651f89c6a5bbefb3847a1eef7ab7 | diff --git a/porcupine/src/main/java/com/airhacks/porcupine/execution/control/Managed.java b/porcupine/src/main/java/com/airhacks/porcupine/execution/control/Managed.java
index <HASH>..<HASH> 100644
--- a/porcupine/src/main/java/com/airhacks/porcupine/execution/control/Managed.java
+++ b/porcupine/src/main/java/com/air... | Defaults adjusted, javadoc added | AdamBien_porcupine | train | java |
078b25162d7f5d84a8b40a7d92e453eed8b435b7 | diff --git a/src/TemporaryDirectory.php b/src/TemporaryDirectory.php
index <HASH>..<HASH> 100644
--- a/src/TemporaryDirectory.php
+++ b/src/TemporaryDirectory.php
@@ -161,6 +161,8 @@ class TemporaryDirectory
}
}
+ gc_collect_cycles();
+
return rmdir($path);
}
} | Force php garbage collection cycle with “gr_collect_cycles” | spatie_temporary-directory | train | php |
5d05644e3e54a92c4c0a4c384a164617c66d92fe | diff --git a/lib/puppet/pops/types/p_object_type.rb b/lib/puppet/pops/types/p_object_type.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/types/p_object_type.rb
+++ b/lib/puppet/pops/types/p_object_type.rb
@@ -563,6 +563,10 @@ class PObjectType < PMetaType
rp.is_a?(PObjectType) && rp.equality_include_type?
... | (PUP-<I>) Add a #from_hash method to the Object type.
This commit adds the ability to create a Object type (not an instance)
using the Object meta type and an initialization hash. The addition is
needed to facilitate representing Object types as a human readable Data
hash. | puppetlabs_puppet | train | rb |
604dda4a6cf4950e102d54b41d9f32f959ea6fb1 | diff --git a/raiden/transfer/channel.py b/raiden/transfer/channel.py
index <HASH>..<HASH> 100644
--- a/raiden/transfer/channel.py
+++ b/raiden/transfer/channel.py
@@ -556,6 +556,10 @@ def valid_lockedtransfer_check(
lock: HashTimeLockState,
) -> MerkletreeOrError:
+ lock_registered_on_chain = (
+ ... | Ignore transfer if lock is already registered onchain
Fix #<I> | raiden-network_raiden | train | py |
e8d2fd6a7da794d2320dedce2f8abd69c52f4f11 | diff --git a/objects/timber-term.php b/objects/timber-term.php
index <HASH>..<HASH> 100644
--- a/objects/timber-term.php
+++ b/objects/timber-term.php
@@ -97,7 +97,7 @@
}
function get_path(){
- return $this->get_url();
+ return '/'.$this->get_url();
}
function get_url(){ | TimberTerm paths now have a proceeding slash | timber_timber | train | php |
229f647c1e02797fe2512fa33f95e17a0b0cc072 | diff --git a/pyocd/flash/loader.py b/pyocd/flash/loader.py
index <HASH>..<HASH> 100755
--- a/pyocd/flash/loader.py
+++ b/pyocd/flash/loader.py
@@ -31,6 +31,8 @@ from ..utility.compatibility import FileNotFoundError_
LOG = logging.getLogger(__name__)
+## Sentinel object used to identify an unset chip_erase paramete... | Fix default sector erase for FileProgrammer.
- If FileProgrammer was used directly, without setting chip_erase, it
would still default to auto. | mbedmicro_pyOCD | train | py |
ed5aa2f4d243145d16359125bdb14cc3e7ebe815 | diff --git a/robolectric-resources/src/main/java/org/robolectric/shadows/Converter.java b/robolectric-resources/src/main/java/org/robolectric/shadows/Converter.java
index <HASH>..<HASH> 100644
--- a/robolectric-resources/src/main/java/org/robolectric/shadows/Converter.java
+++ b/robolectric-resources/src/main/java/org/... | add support for referencing raw resources in xml layouts | robolectric_robolectric | train | java |
eb713c0800ad91af425974594e9f047faf50d798 | diff --git a/wffweb/src/main/java/com/webfirmframework/wffweb/settings/WffConfiguration.java b/wffweb/src/main/java/com/webfirmframework/wffweb/settings/WffConfiguration.java
index <HASH>..<HASH> 100644
--- a/wffweb/src/main/java/com/webfirmframework/wffweb/settings/WffConfiguration.java
+++ b/wffweb/src/main/java/com/... | Added needful javadoc comment | webfirmframework_wff | train | java |
cfd85255d6dd714425010fc98cadf3f42f7ce367 | diff --git a/activesupport/lib/active_support/i18n.rb b/activesupport/lib/active_support/i18n.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/i18n.rb
+++ b/activesupport/lib/active_support/i18n.rb
@@ -1,5 +1,7 @@
begin
require 'active_support/core_ext/hash/deep_merge'
+ require 'active_suppor... | Supress warning about method redifinition
In i<I>n gem, the following methods are defined.
- `Hash#except`
- `Hash#slice`
But if there are defined already, i<I>n skips these definitions.
So these definition by `active_support` are required before `require 'i<I>n'`. | rails_rails | train | rb |
c01dbe3d7f0b6c470f3dade349c116585c4eb496 | diff --git a/dev/com.ibm.ws.session/src/com/ibm/ws/session/store/memory/MemorySession.java b/dev/com.ibm.ws.session/src/com/ibm/ws/session/store/memory/MemorySession.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.session/src/com/ibm/ws/session/store/memory/MemorySession.java
+++ b/dev/com.ibm.ws.session/src/com/... | Adding isInProcessOfStopping check for session invalidation | OpenLiberty_open-liberty | train | java |
753fbcd96605fcbbfb8c6d0d8f5f294423b7a5fe | diff --git a/peek_plugin_base/__init__.py b/peek_plugin_base/__init__.py
index <HASH>..<HASH> 100644
--- a/peek_plugin_base/__init__.py
+++ b/peek_plugin_base/__init__.py
@@ -1,4 +1,4 @@
__project__ = 'Synerty Peek'
__copyright__ = '2016, Synerty'
__author__ = 'Synerty'
-__version__ = '0.1.0'
\ No newline at end of ... | Updated to version <I> | Synerty_peek-plugin-base | train | py,py |
a7dea6bfa48ea1e8dbe63d2284abbebe8afaf40e | diff --git a/lib/steam/sockets/GoldSrcSocket.php b/lib/steam/sockets/GoldSrcSocket.php
index <HASH>..<HASH> 100644
--- a/lib/steam/sockets/GoldSrcSocket.php
+++ b/lib/steam/sockets/GoldSrcSocket.php
@@ -112,7 +112,6 @@ class GoldSrcSocket extends SteamSocket {
}
$this->rconSend("rcon {$this->rconCha... | Optimize GoldSrc RCON requests
Only send second request if authentication succeeded. | koraktor_steam-condenser-php | train | php |
d20da1156052170bd94b95d769e51ee377c9ea50 | diff --git a/Rakefile.rb b/Rakefile.rb
index <HASH>..<HASH> 100644
--- a/Rakefile.rb
+++ b/Rakefile.rb
@@ -2,6 +2,29 @@
namespace 'test' do
require "rake/testtask"
+ require "ansi/code"
+
+ class JSITestTask < Rake::TestTask
+ def initialize(name: , title: , description: nil, pattern: nil, test_files: nil)
+... | Rakefile define JSITestTask < Rake::TestTask
will be used across test invocations
announces test title before running | notEthan_jsi | train | rb |
c940bdf966eb19e731b7d82d1d57707ac28aac00 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,12 +2,12 @@ from distutils.core import setup
setup(
name = 'apiary2postman',
packages = ['apiary2postman'], # this must be the same as the name above
- version = '0.4',
+ version = '0.4.1',
description = 'A tool... | Updated to reflec <I> | thecopy_apiary2postman | train | py |
18bcb63ae1aa35d54f0b0504985a8d3746139b5e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,12 @@
#!/usr/bin/env python
from setuptools import setup, find_packages, Extension
-ghalton_module = Extension("ghalton._ghalton_wrapper", sources=["src/Halton_wrap.cxx", "src/Halton.cpp"])
+ghalton_module = Extens... | Adding compiler and linker flags for successfully building on MacOS machines. | fmder_ghalton | train | py |
b1de7ffae995d9a1192d43bd300bbab262a54c41 | diff --git a/spyderlib/widgets/sourcecode/syntaxhighlighters.py b/spyderlib/widgets/sourcecode/syntaxhighlighters.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/sourcecode/syntaxhighlighters.py
+++ b/spyderlib/widgets/sourcecode/syntaxhighlighters.py
@@ -49,7 +49,10 @@ def get_color_scheme(name):
name = na... | Fix crash at startup (after merging pull request #<I>)
- Problem was "custom" color scheme didn't have "currentcell" as part of its
options | spyder-ide_spyder | train | py |
c3c928bcb282b68d609fca00ed44669066be1566 | diff --git a/urlutils.py b/urlutils.py
index <HASH>..<HASH> 100644
--- a/urlutils.py
+++ b/urlutils.py
@@ -342,7 +342,7 @@ def create_html_mailto(email, subject=None, body=None, cc=None, bcc=None,
return mailto_link
elif email_obfuscation_mode == 3:
# Javascript-based
- return '''<script l... | urlutils: fixed HTML mailto links creation
* Fixed creation of 'mailto' links with "obfuscation mode" 3. | inveniosoftware-attic_invenio-utils | train | py |
bc91e1667f24035905979b9304d064d9b818e5e3 | diff --git a/discord/member.py b/discord/member.py
index <HASH>..<HASH> 100644
--- a/discord/member.py
+++ b/discord/member.py
@@ -942,7 +942,7 @@ class Member(discord.abc.Messageable, _UserTag):
Raises
-------
TypeError
- The ``until`` parameter was the wrong type of the datetime ... | Fix typo in Member.timeout docs | Rapptz_discord.py | train | py |
d1fcfa43f02c41053c70e6fcd425de50e102e8ef | diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go
index <HASH>..<HASH> 100644
--- a/src/server/pachyderm_test.go
+++ b/src/server/pachyderm_test.go
@@ -3174,8 +3174,8 @@ func TestPipelinePartialResourceRequest(t *testing.T) {
Cmd: []string{"true"},
},
ResourceSpec: &pps.ResourceSpec{... | Remove gpu requests since those won't pass on CI. | pachyderm_pachyderm | train | go |
afdd156dca590bf92861b38abbbb98c8457dea28 | diff --git a/wagtailmenus/templatetags/menu_tags.py b/wagtailmenus/templatetags/menu_tags.py
index <HASH>..<HASH> 100644
--- a/wagtailmenus/templatetags/menu_tags.py
+++ b/wagtailmenus/templatetags/menu_tags.py
@@ -205,7 +205,7 @@ def flat_menu(
request_path=request.path,
use_specific=menu.use... | Fix flat_menus error when max_levels not provided (and is None) | rkhleics_wagtailmenus | train | py |
173dc13fc0922f87ee0a47ef22b0c44d305e22c5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -7,7 +7,7 @@ module.exports = function cleanupPassportSession(req, res, next) {
}
ended = true;
- if (req.session && Object.keys(req.session.passport).length === 0) {
+ if (req.session && req.session.passport && Obje... | Added undefined check for session.passport | wesleytodd_express-session-passport-cleanup | train | js |
ec6d24dce639808e89ea04201437a7b46f0fcf94 | diff --git a/web3/providers/ipc.py b/web3/providers/ipc.py
index <HASH>..<HASH> 100644
--- a/web3/providers/ipc.py
+++ b/web3/providers/ipc.py
@@ -46,7 +46,7 @@ class PersistantSocket(object):
if exc_value is not None:
try:
self.sock.close()
- except:
+ excep... | flake8 auto-updates are aggravating | ethereum_web3.py | train | py |
30d549d2c66e117a52fa4aa90c8eec20607511c0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -106,7 +106,7 @@ module.exports = function (content) {
};
// Add key only if it exists in config object to avoid fs errors
- if('htmlTemplate' in fontConfig){
+ if ('htmlTemplate' in fontConfig) {
generatorOptio... | Fix CI linting issues in @davorpeic's PR | jeerbl_webfonts-loader | train | js |
a274df85f98b4de5f5e0f34c5d8452e9fd9023c5 | diff --git a/mod/resource/lib.php b/mod/resource/lib.php
index <HASH>..<HASH> 100644
--- a/mod/resource/lib.php
+++ b/mod/resource/lib.php
@@ -514,6 +514,7 @@ function resource_dndupload_handle($uploadinfo) {
$data->printintro = $config->printintro;
$data->showsize = $config->showsize;
$data->showtype = ... | MDL-<I> mod_resource: filter settings weren't coming from defaults | moodle_moodle | train | php |
82308b7b4ea8961bc46fc4cb8d534fb5a14187d9 | diff --git a/gtk/gtk_since_3_10.go b/gtk/gtk_since_3_10.go
index <HASH>..<HASH> 100644
--- a/gtk/gtk_since_3_10.go
+++ b/gtk/gtk_since_3_10.go
@@ -325,7 +325,7 @@ func (v *ListBox) GetAdjustment() *Adjustment {
}
// SetAdjustment is a wrapper around gtk_list_box_set_adjustment().
-func (v *ListBox) SetAdjuctment(ad... | fixed typo (SetAdjuctment -> SetAdjustment) | gotk3_gotk3 | train | go |
9f58770fe5cc1f9658e51035589dfe1e576c6279 | diff --git a/src/client/components/MenuIcon/MenuIcon.react.js b/src/client/components/MenuIcon/MenuIcon.react.js
index <HASH>..<HASH> 100644
--- a/src/client/components/MenuIcon/MenuIcon.react.js
+++ b/src/client/components/MenuIcon/MenuIcon.react.js
@@ -104,7 +104,8 @@ class MenuIcon extends Component {
label,
... | #6 Add possibility to pass any props for "MenuIcon" component | OpusCapita_react-navigation | train | js |
7625c18b2e622609f3bc66a48b0f4efcb025dcda | diff --git a/lib/test-server/server.js b/lib/test-server/server.js
index <HASH>..<HASH> 100644
--- a/lib/test-server/server.js
+++ b/lib/test-server/server.js
@@ -182,10 +182,11 @@ var TestServer = function (config, logger) {
this.socketio = socketio.listen(this.server, {
logger : new SocketIOLogger('soc... | Disabling the flash policy server before enabling the flash transport.
Otherwise, the flash policy port is opened and immediately closed when
starting, which fails in case this port is already used. | attester_attester | train | js |
5949e5c39d7cc716c0635f434f793e451888bae7 | diff --git a/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py b/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py
index <HASH>..<HASH> 100644
--- a/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py
+++ b/src/adafruit_blinka/microcontroller/generic_linux/sysfs_pwmout.py
@... | This line causes a write error when setting up the sysfs device. | adafruit_Adafruit_Blinka | train | py |
a2235a00deef734772f8cabd8b72d5b9dc2ae8d5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ params = {'author': 'Noah Hoffman',
'scripts': scripts,
'url': 'https://github.com/fhcrc/taxtastic',
'version': __version__,
- 'requires': ['Python (>= 2.7)', 'sqlalchem... | Added dependency on decorator to setup.py | fhcrc_taxtastic | train | py |
fec3869b9191b99e724d2bd4f420175e587282e9 | diff --git a/BANE.py b/BANE.py
index <HASH>..<HASH> 100755
--- a/BANE.py
+++ b/BANE.py
@@ -536,7 +536,7 @@ if __name__=="__main__":
else:
filename = args[0]
if not os.path.exists(filename):
- logging.error("{0} does not exist".format(filename))
+ logging.error("File not found: {0} ".for... | clarified error message when file is not found | PaulHancock_Aegean | train | py |
b8a643927aeea4bdea130d09283ffb31cd185108 | diff --git a/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/SpringWebFluxTemplateEngine.java b/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/SpringWebFluxTemplateEngine.java
index <HASH>..<HASH> 100644
--- a/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/SpringWebFluxTemplateEngine.java
+++ b/thym... | Adapt to thymeleaf/thymeleaf#<I> - Rationalise the way output content type and template mode relate in TemplateSpec | thymeleaf_thymeleaf | train | java |
e7e8e243a2e7955a95c92c18367158a69e6d7800 | diff --git a/lib/coffee_script/command_line.rb b/lib/coffee_script/command_line.rb
index <HASH>..<HASH> 100644
--- a/lib/coffee_script/command_line.rb
+++ b/lib/coffee_script/command_line.rb
@@ -105,12 +105,18 @@ Usage:
# Use Narwhal to run an interactive CoffeeScript session.
def launch_repl
exec "nar... | better error warnings on the command line | jashkenas_coffeescript | train | rb |
06d334e45a4e03f73ebf83bb285b3a4f1283d5f7 | diff --git a/error_logger_impl.go b/error_logger_impl.go
index <HASH>..<HASH> 100644
--- a/error_logger_impl.go
+++ b/error_logger_impl.go
@@ -34,12 +34,10 @@ func (logger *errorLoggerImpl) Log(location *location, message string) {
args := []interface{}{location.Test, location.FileName, location.Line, message}
if l... | Refactor the error logger A BIT. | assertgo_assert | train | go |
8db6225704544c8b82a573dd6abcd4220e0a0448 | diff --git a/tests/PHPUnit/proxy/index.php b/tests/PHPUnit/proxy/index.php
index <HASH>..<HASH> 100644
--- a/tests/PHPUnit/proxy/index.php
+++ b/tests/PHPUnit/proxy/index.php
@@ -8,15 +8,8 @@ use Piwik\Tracker\Cache;
require realpath(dirname(__FILE__)) . "/includes.php";
-// Wrapping the request inside ob_start() ... | Remove ob_start()/ob_flush() calls in proxy index.php. | matomo-org_matomo | train | php |
889544c1f2b3f995b925f5ad0f5975bb798416e8 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/cache/OCacheRecord.java b/core/src/main/java/com/orientechnologies/orient/core/cache/OCacheRecord.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/cache/OCacheRecord.java
+++ b/core/src/main/java/com/orientechno... | Now cache frees all the instances in case of low memory. | orientechnologies_orientdb | train | java |
420772c87fa7047d729a0cd841fa3adbc6ea6df8 | diff --git a/tonnikala/ir/nodes.py b/tonnikala/ir/nodes.py
index <HASH>..<HASH> 100644
--- a/tonnikala/ir/nodes.py
+++ b/tonnikala/ir/nodes.py
@@ -6,8 +6,10 @@ import re
__docformat__ = "epytext"
try:
+ # noinspection PyUnresolvedReferences
unicode
-except:
+
+except NameError:
unicode = str
@@ -14... | fix reference to instance variable, too broad except | tetframework_Tonnikala | train | py |
330babd54fab68823106322210b465c62b2933cc | diff --git a/aws/resource_aws_cognito_user_pool_domain.go b/aws/resource_aws_cognito_user_pool_domain.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_cognito_user_pool_domain.go
+++ b/aws/resource_aws_cognito_user_pool_domain.go
@@ -136,7 +136,10 @@ func resourceAwsCognitoUserPoolDomainRead(d *schema.ResourceData... | ensure CustomDomainConfig is not nil first | terraform-providers_terraform-provider-aws | train | go |
dcc9e27a5c419edaecab09ce334e6c5432c4cb7c | diff --git a/runtime/browser-sprite.js b/runtime/browser-sprite.js
index <HASH>..<HASH> 100644
--- a/runtime/browser-sprite.js
+++ b/runtime/browser-sprite.js
@@ -3,10 +3,27 @@ import domready from 'domready';
const sprite = new BrowserSprite();
+const loadSprite = () => {
+ const svg = sprite.mount(document.body... | fix(runtime): fix IE/Edge rendering with SVG containing 'style' elements
ISSUES CLOSED: #<I> | kisenka_svg-sprite-loader | train | js |
ae83b7b5ef28df5f5b3f752435f3b36b078f619a | diff --git a/code/controllers/CMSPageHistoryController.php b/code/controllers/CMSPageHistoryController.php
index <HASH>..<HASH> 100644
--- a/code/controllers/CMSPageHistoryController.php
+++ b/code/controllers/CMSPageHistoryController.php
@@ -394,7 +394,7 @@ class CMSPageHistoryController extends CMSMain {
}
if... | FIX History controller now shows right comparison versions | silverstripe_silverstripe-cms | train | php |
7c9185f679d7404bc7de9480fb2763f80e4ad05e | diff --git a/drivers/windows/windows_test.go b/drivers/windows/windows_test.go
index <HASH>..<HASH> 100644
--- a/drivers/windows/windows_test.go
+++ b/drivers/windows/windows_test.go
@@ -23,7 +23,7 @@ func testNetwork(networkType string, t *testing.T) {
netOption[netlabel.GenericData] = networkOptions
ipdList := ... | Fixing bulid break because of gofmt | docker_libnetwork | train | go |
e24fdbfcd4f0bfcdbb49bf2fb4ee1bb43b1f06e9 | diff --git a/src/frontend/org/voltdb/sysprocs/saverestore/SnapshotPredicates.java b/src/frontend/org/voltdb/sysprocs/saverestore/SnapshotPredicates.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/sysprocs/saverestore/SnapshotPredicates.java
+++ b/src/frontend/org/voltdb/sysprocs/saverestore/SnapshotPredi... | Fix incorrect assertion in SnapshotPredicates. | VoltDB_voltdb | train | java |
2056e596f2d4eb6ba936385edacad45d9716ea2e | diff --git a/params/version.go b/params/version.go
index <HASH>..<HASH> 100644
--- a/params/version.go
+++ b/params/version.go
@@ -21,10 +21,10 @@ import (
)
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 10 // Minor version component of the current releas... | params: begin <I> release cycle | ethereum_go-ethereum | train | go |
9e7e51e3ab5c928aecd2851b62da0fd4be2b34b7 | diff --git a/src/Models/ElementalArea.php b/src/Models/ElementalArea.php
index <HASH>..<HASH> 100644
--- a/src/Models/ElementalArea.php
+++ b/src/Models/ElementalArea.php
@@ -196,7 +196,7 @@ class ElementalArea extends DataObject
return $this->cacheData['owner_page'];
}
- if ($this->Owner... | FIX Return null if OwnerClassName doesn't exist
Fixes an issue where elements won't load if they belong to a page type that has been removed.
* Return null if OwnerClassName doesn't exist
* Update src/Models/ElementalArea.php | dnadesign_silverstripe-elemental | train | php |
31bea67d577fffb432776ad596b3b3acde95e40d | diff --git a/lib/pretty_diff/diff.rb b/lib/pretty_diff/diff.rb
index <HASH>..<HASH> 100644
--- a/lib/pretty_diff/diff.rb
+++ b/lib/pretty_diff/diff.rb
@@ -35,7 +35,7 @@ module PrettyDiff
''.tap do |result|
unified_diff.each_line do |l|
result << l
- break if l =~ /^\+\+\+ /
+... | This magic regex is 2% better than the previous one | isabanin_pretty_diff | train | rb |
15fa7daaa36b0cc987bc8ec377b47c81aadaa8fc | diff --git a/packages/colony-js-client/src/ColonyNetworkClient/index.js b/packages/colony-js-client/src/ColonyNetworkClient/index.js
index <HASH>..<HASH> 100644
--- a/packages/colony-js-client/src/ColonyNetworkClient/index.js
+++ b/packages/colony-js-client/src/ColonyNetworkClient/index.js
@@ -179,7 +179,7 @@ export de... | Bugfix: `getColonyCount` output | JoinColony_colonyJS | train | js |
66ed617e7afca2f3bd538ffc2754199168a5e3b0 | diff --git a/tests/codeception/acceptance/200-Frontend/FrontendCest.php b/tests/codeception/acceptance/200-Frontend/FrontendCest.php
index <HASH>..<HASH> 100644
--- a/tests/codeception/acceptance/200-Frontend/FrontendCest.php
+++ b/tests/codeception/acceptance/200-Frontend/FrontendCest.php
@@ -150,7 +150,7 @@ class Fro... | [Tests] Update FrontendCest::checkMenusTest for expected class name | bolt_bolt | train | php |
0de86d105e8cc904e629e73f1522286b4cc37669 | diff --git a/core/codegen/src/main/java/org/overture/codegen/trans/funcvalues/FunctionValueTransformation.java b/core/codegen/src/main/java/org/overture/codegen/trans/funcvalues/FunctionValueTransformation.java
index <HASH>..<HASH> 100644
--- a/core/codegen/src/main/java/org/overture/codegen/trans/funcvalues/FunctionVa... | Fix: FunctionValueAssistant was cleared by accident | overturetool_overture | train | java |
b11cc8e6d633218505a7cfd6ed3a19e4c2a55174 | diff --git a/alignak_backend_client/client.py b/alignak_backend_client/client.py
index <HASH>..<HASH> 100644
--- a/alignak_backend_client/client.py
+++ b/alignak_backend_client/client.py
@@ -352,6 +352,9 @@ class Backend(object):
headers=headers,
auth=HTTPBasicAuth(self.token, '')
)
+... | Catch response code not <I> when posting | Alignak-monitoring-contrib_alignak-backend-client | train | py |
5817cd69691657371a0d38826d50e0cbb01c957e | diff --git a/nfc/dev/pn53x.py b/nfc/dev/pn53x.py
index <HASH>..<HASH> 100644
--- a/nfc/dev/pn53x.py
+++ b/nfc/dev/pn53x.py
@@ -621,8 +621,12 @@ class Device(nfc.dev.Device):
return {'ISO-DEP': True, 'NFC-DEP': True}
def init(transport):
+ if transport.TYPE == "TTY":
+ # send wakeup signal to quit ... | wakeup sequence needed for PN<I><I> to get the chip out of low battery mode | nfcpy_nfcpy | train | py,py |
cc6ac6c4ce4267c877981f8887ae7da045331322 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -32,17 +32,6 @@ function boolAttrResult(part, value, attr) {
: [`${nonAttr}`, ''];
}
-function escapeText(text) {
- const map = {
- '&': '&',
- '<': '<',
- '>': '>',
- '"': '"',
- "'": '&... | Reorder function definitions for readability | mjstahl_boring | train | js |
46b2dc1a73509c2bb3f087b0a1276610ec3e6fec | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -47,7 +47,7 @@ module.exports = function (options) {
if (!sameBounds) {
if (displayBounds.width < state.displayBounds.width) {
if (state.x > displayBounds.width) {
- state.x = null;
+ ... | set x/y to `0` instead of `null` ...
... if current value is out of current displayBounds.
(`null` crashes `screen.getDisplayMatching()`) | mawie81_electron-window-state | train | js |
f39671e5f33365c5a6c3e2ffe161555654aedf77 | diff --git a/lib/yard/templates/helpers/markup/rdoc_markup.rb b/lib/yard/templates/helpers/markup/rdoc_markup.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/templates/helpers/markup/rdoc_markup.rb
+++ b/lib/yard/templates/helpers/markup/rdoc_markup.rb
@@ -10,7 +10,9 @@ module YARD
require 'rdoc/markup/to_html... | Ignore RDoc customizations if RDoc::Options is missing | lsegal_yard | train | rb |
678390d417887e609fecc6282f91daa87ab2b0e4 | diff --git a/lib/API.php b/lib/API.php
index <HASH>..<HASH> 100644
--- a/lib/API.php
+++ b/lib/API.php
@@ -22,7 +22,7 @@ class API {
private $API_VERSION = '1';
private $API_HEADER_KEY = 'X-SWU-API-KEY';
private $API_HEADER_CLIENT = 'X-SWU-API-CLIENT';
- private $API_CLIENT_VERSION = "2.7.1";
+ pri... | Can get logs specified by before/after timestamp | sendwithus_sendwithus_php | train | php |
f3e997ab70a4866d68007c81f158c138a9e27272 | diff --git a/packages/experimental/editor/src/blocks.js b/packages/experimental/editor/src/blocks.js
index <HASH>..<HASH> 100644
--- a/packages/experimental/editor/src/blocks.js
+++ b/packages/experimental/editor/src/blocks.js
@@ -41,7 +41,7 @@ export function setupBlocks(editor) {
// </li>
// <li class="... | DS-<I>: delete pega.com reference on a blocks | bolt-design-system_bolt | train | js |
6e8f7b6592325198be333d8eea0408c40c0d64d8 | diff --git a/pyparsing/__init__.py b/pyparsing/__init__.py
index <HASH>..<HASH> 100644
--- a/pyparsing/__init__.py
+++ b/pyparsing/__init__.py
@@ -106,6 +106,9 @@ __version__ = "{}.{}.{}".format(*__version_info__[:3]) + (
"",
)[__version_info__.release_level == "final"]
__version_time__ = "29 October 2021 05:11 ... | Added __str__ method to pyparsing __version_info__, for nicer-looking output | pyparsing_pyparsing | train | py |
7e25cd5891f84c2fab656c364002290e4b87f934 | diff --git a/graphdriver/devmapper/deviceset.go b/graphdriver/devmapper/deviceset.go
index <HASH>..<HASH> 100644
--- a/graphdriver/devmapper/deviceset.go
+++ b/graphdriver/devmapper/deviceset.go
@@ -595,7 +595,7 @@ func (devices *DeviceSet) deleteDevice(hash string) error {
devinfo, _ := getInfo(info.Name())
if d... | devmapper: Use removeDeviceAndWait in DeviceSet.removeDevice()
This makes sure the device is removed just like in deactivateDevice.
Docker-DCO-<I>- | moby_moby | train | go |
40a8be4e6d00f14463c2fa33ef2ee814766be471 | diff --git a/server/src/main/java/io/atomix/copycat/server/request/InstallRequest.java b/server/src/main/java/io/atomix/copycat/server/request/InstallRequest.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/io/atomix/copycat/server/request/InstallRequest.java
+++ b/server/src/main/java/io/atomix/copycat/serv... | Ensure buffer is flipped on read in InstallRequest. | atomix_copycat | train | java |
317417987faeb62018150b7c8fa99e0373c205e0 | diff --git a/pyghmi/ipmi/private/session.py b/pyghmi/ipmi/private/session.py
index <HASH>..<HASH> 100644
--- a/pyghmi/ipmi/private/session.py
+++ b/pyghmi/ipmi/private/session.py
@@ -104,7 +104,7 @@ def get_ipmi_error(response, suffix=""):
elif code in constants.ipmi_completion_codes:
res = constants.ipmi... | Correct concatenation of string and int object
Straightforward change, a mistake was made with a string and an int
was concatenated.
Change-Id: I<I>de0f<I>b<I>e<I>c<I>d<I>acb5dcf6c<I>b<I> | openstack_pyghmi | train | py |
7c13495a89d3fed9a147d40667f100ed73c27217 | diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py
index <HASH>..<HASH> 100644
--- a/jsonschema/tests/test_cli.py
+++ b/jsonschema/tests/test_cli.py
@@ -771,3 +771,14 @@ class TestCLIIntegration(TestCase):
)
version = version.decode("utf-8").strip()
self.assertEqual(vers... | Make sure no args shows help info. | Julian_jsonschema | train | py |
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.