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 |
|---|---|---|---|---|---|
414792ee0d3ce0bb50358a274f7de7065f9c5d21 | diff --git a/ads/core.py b/ads/core.py
index <HASH>..<HASH> 100644
--- a/ads/core.py
+++ b/ads/core.py
@@ -204,16 +204,14 @@ class Article(object):
def _get_field(self, field):
"""
- Queries the api for a single field for the record by `id`. Intentionally
- does not update self.response. T... | Article: use SearchQuery instead of BaseQuery for _get_field() | andycasey_ads | train | py |
8829d9d8e9a68afe0c27a28260027e4c09a8fa38 | diff --git a/src/speech_rules/clearspeak_rules.js b/src/speech_rules/clearspeak_rules.js
index <HASH>..<HASH> 100644
--- a/src/speech_rules/clearspeak_rules.js
+++ b/src/speech_rules/clearspeak_rules.js
@@ -2250,8 +2250,9 @@ sre.ClearspeakRules.initClearspeakRules_ = function() {
'self::number', '@role="mixed"')... | Fixes number rules to work with alpha mixed numbers. | zorkow_speech-rule-engine | train | js |
c019deefb01389215d78fd59ed0876d527b7a805 | diff --git a/spyderlib/widgets/dicteditor.py b/spyderlib/widgets/dicteditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/dicteditor.py
+++ b/spyderlib/widgets/dicteditor.py
@@ -757,7 +757,10 @@ class BaseTableView(QTableView):
"""Reimplement Qt method"""
index_clicked = self.indexAt(event.p... | Variable explorer: Make double clicks to edit values when pressed anywhere (and not just in the Value column) | spyder-ide_spyder | train | py |
93510a73120d0dcec3243e5cac52346319d55c0a | diff --git a/chisel/request.py b/chisel/request.py
index <HASH>..<HASH> 100644
--- a/chisel/request.py
+++ b/chisel/request.py
@@ -23,7 +23,7 @@
from .compat import func_name, iteritems
import hashlib
-import os
+from pathlib import posixpath
from pkg_resources import resource_string
@@ -71,11 +71,11 @@ class ... | use posixpath in StaticRequest | craigahobbs_chisel | train | py |
2772ea4febfeafb3c7ded2bc63b522b85f76d624 | diff --git a/lib/commands/test.js b/lib/commands/test.js
index <HASH>..<HASH> 100644
--- a/lib/commands/test.js
+++ b/lib/commands/test.js
@@ -5,11 +5,18 @@ const doctap = require('../doctap'),
module.exports.command = 'test';
module.exports.description = 'Run all doctests'
-module.exports.builder = {};
+module.exp... | Added entrypoint for smappi test | smappi_smappi-cl | train | js |
5327547635bc99250c3c2756c2a0a536c0795adb | diff --git a/rake/lib/rake/filelist.rb b/rake/lib/rake/filelist.rb
index <HASH>..<HASH> 100644
--- a/rake/lib/rake/filelist.rb
+++ b/rake/lib/rake/filelist.rb
@@ -6,8 +6,21 @@ module Rake
add_matching(pattern) if pattern
end
- def add_matching(pattern)
- Dir[pattern].each { |fn| self << fn } if pa... | Added "add" function. Arrays and single file names are acceptable.
git-svn-id: svn+ssh://rubyforge.org/var/svn/rake/trunk@<I> 5af<I>f1-ac1a-<I>-<I>d6-<I>a<I>c<I>ef | ruby_rake | train | rb |
0034eb3992c6b229e37e85e7637394839f3a2c9a | diff --git a/angr/analyses/cgc.py b/angr/analyses/cgc.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/cgc.py
+++ b/angr/analyses/cgc.py
@@ -50,7 +50,7 @@ class CGC(Analysis):
# make a CGC state
s = self._p.initial_state()
s.get_plugin('cgc')
- self.e = self._p.surveyors.Explorer(sta... | merged cgc.py. | angr_angr | train | py |
e914c862b48bd909e72daca1ccb24b3f71f7f639 | diff --git a/conn_test.go b/conn_test.go
index <HASH>..<HASH> 100644
--- a/conn_test.go
+++ b/conn_test.go
@@ -16,6 +16,29 @@ func TestSystemBus(t *testing.T) {
}
}
+func TestSend(t *testing.T) {
+ bus, err := SessionBus()
+ if err != nil {
+ t.Error(err)
+ }
+ ch := make(chan *Call, 1)
+ msg := &Message{
+ Type... | Add test for Conn.Send() | guelfey_go.dbus | train | go |
4b33181511804396247d5b8c243693ea9ce22985 | diff --git a/addon/adapters/pouch.js b/addon/adapters/pouch.js
index <HASH>..<HASH> 100644
--- a/addon/adapters/pouch.js
+++ b/addon/adapters/pouch.js
@@ -133,8 +133,12 @@ export default DS.RESTAdapter.extend({
_recordToData: function (store, type, record) {
var data = {};
- var recordTypeName = this.getRe... | Serializer keys are conceptually distinct from recordTypeName. | pouchdb-community_ember-pouch | train | js |
362ee4c9eb4002cfe6cc0750fba2de244f90117a | diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/Page/Page.php
+++ b/system/src/Grav/Common/Page/Page.php
@@ -2902,7 +2902,7 @@ class Page
$case_insensitive = Grav::instance()['config']->get('system.force_lowercase... | Fix for URL encoding with Multibyte folders | getgrav_grav | train | php |
1d23ed3afc4700f3af01984ef0c39db8e49da309 | diff --git a/src/model/Repositories/UserEmailConfirmationsRepository.php b/src/model/Repositories/UserEmailConfirmationsRepository.php
index <HASH>..<HASH> 100644
--- a/src/model/Repositories/UserEmailConfirmationsRepository.php
+++ b/src/model/Repositories/UserEmailConfirmationsRepository.php
@@ -21,7 +21,7 @@ class U... | Add automatic internal user confirmation
At this point we want to maintain backwards compatibility
and confirm every user. Once we start sending activation
links to the selected groups of users, we'll exclude
this groups from the automatic user confirmation.
remp/crm#<I> | remp2020_crm-users-module | train | php |
ac7cc206aad6c1ce1d490f06d3263244f6ef0f86 | diff --git a/tests/test_georaster_tiling.py b/tests/test_georaster_tiling.py
index <HASH>..<HASH> 100644
--- a/tests/test_georaster_tiling.py
+++ b/tests/test_georaster_tiling.py
@@ -157,9 +157,11 @@ class GeoRaster2TestGetTile(TestCase):
def test_get_tile_from_different_crs_tile_is_not_tilted_with_different_buffe... | makng environment setting on test safer | satellogic_telluric | train | py |
2584a5a432bf3615bf3ddb7d995a142fb14b40e5 | diff --git a/salt/renderers/stateconf.py b/salt/renderers/stateconf.py
index <HASH>..<HASH> 100644
--- a/salt/renderers/stateconf.py
+++ b/salt/renderers/stateconf.py
@@ -38,7 +38,7 @@ from cStringIO import StringIO
# Import salt libs
import salt.utils
from salt.exceptions import SaltRenderError
-import six
+import ... | Replaced import six in file /salt/renderers/stateconf.py | saltstack_salt | train | py |
937ac5f80e6932e5b40cd87266bc5db8f51dc85f | diff --git a/textdistance/algorithms/edit_based.py b/textdistance/algorithms/edit_based.py
index <HASH>..<HASH> 100644
--- a/textdistance/algorithms/edit_based.py
+++ b/textdistance/algorithms/edit_based.py
@@ -251,8 +251,9 @@ class JaroWinkler(_BaseSimilarity):
if not s1_len or not s2_len:
return... | Modify JaroWinkler boosting to match behaviour of jellyfish algorithm | orsinium_textdistance | train | py |
8f659ca0f6d3b6a359608dbe034411b3eb8d44df | diff --git a/spec/unit/provider/service/smf_spec.rb b/spec/unit/provider/service/smf_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/provider/service/smf_spec.rb
+++ b/spec/unit/provider/service/smf_spec.rb
@@ -20,6 +20,8 @@ describe provider_class, :if => Puppet.features.posix? do
FileTest.stubs(:executable?)... | (maint) Stub operatingsystem fact in SMF provider test | puppetlabs_puppet | train | rb |
55c5723752045b5a2011bcb42ad8e9071fed3153 | diff --git a/src/main/java/graphql/execution/TypeInfo.java b/src/main/java/graphql/execution/TypeInfo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/graphql/execution/TypeInfo.java
+++ b/src/main/java/graphql/execution/TypeInfo.java
@@ -74,7 +74,7 @@ public class TypeInfo {
typeIsNonNull, type, p... | #<I> type info build is public | graphql-java_graphql-java | train | java |
5e0ee6c09522ae573ef03b77dbd609f3db4d15b6 | diff --git a/codec-dns/src/main/java/io/netty/handler/codec/dns/AbstractDnsMessage.java b/codec-dns/src/main/java/io/netty/handler/codec/dns/AbstractDnsMessage.java
index <HASH>..<HASH> 100644
--- a/codec-dns/src/main/java/io/netty/handler/codec/dns/AbstractDnsMessage.java
+++ b/codec-dns/src/main/java/io/netty/handler... | Fix missing ResourceLeak.close() in AbstractDnsMessage
Motivation:
ResourceLeak.close() must be called when a reference-counted resource is
deallocated, but AbstractDnsMessage.deallocate() forgot to call it.
Modifications:
Call ResourceLeak.close() for the tracked AbstractDnsMessage instances
Result:
Fix the fals... | netty_netty | train | java |
86cfa1453d15550f956e3e24810a7f35423b0633 | diff --git a/src/Formatter/Result.php b/src/Formatter/Result.php
index <HASH>..<HASH> 100644
--- a/src/Formatter/Result.php
+++ b/src/Formatter/Result.php
@@ -168,13 +168,13 @@ class Result
$this->identifiers[$identifier][] = $value;
}
- public function get($identifier, $default = null)
+ public f... | assume single as array for get default false | neoxygen_neo4j-neoclient | train | php |
0803bf70d19d57a443cc198fcc191e4bf3349bc7 | diff --git a/src/Zephyrus/Security/Authorization.php b/src/Zephyrus/Security/Authorization.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Security/Authorization.php
+++ b/src/Zephyrus/Security/Authorization.php
@@ -9,8 +9,9 @@ class Authorization
const GET = 1;
const POST = 2;
const PUT = 4;
- con... | Added PATCH method to Authorization | dadajuice_zephyrus | train | php |
f586f243a504ed078d35b773c2b921b87ee048a6 | diff --git a/src/main/java/org/jboss/pressgang/ccms/rest/v1/constants/RESTv1Constants.java b/src/main/java/org/jboss/pressgang/ccms/rest/v1/constants/RESTv1Constants.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgang/ccms/rest/v1/constants/RESTv1Constants.java
+++ b/src/main/java/org/jboss/pressga... | Minor fix to make a collection expand a plural. | pressgang-ccms_PressGangCCMSRESTv1Common | train | java |
c54fc9e4e6072e7bffbb1a02b1c11645c50038e4 | diff --git a/plugins/UsersManager/UsersManager.php b/plugins/UsersManager/UsersManager.php
index <HASH>..<HASH> 100644
--- a/plugins/UsersManager/UsersManager.php
+++ b/plugins/UsersManager/UsersManager.php
@@ -166,7 +166,7 @@ class UsersManager extends \Piwik\Plugin
*/
public static function checkPasswordHa... | Revert hash calculation on comparison
For performance reasons | matomo-org_matomo | train | php |
623b54c057a764bd9b69ac601d9c14f39a07d705 | diff --git a/svtplay_dl.py b/svtplay_dl.py
index <HASH>..<HASH> 100755
--- a/svtplay_dl.py
+++ b/svtplay_dl.py
@@ -1042,6 +1042,7 @@ class Tv4play():
options.live = True
streams = {}
+ subtitle = False
for i in sa:
if i.find("mediaFormat").text != "smi":
@@ -10... | tv4play: support for subtitle. | spaam_svtplay-dl | train | py |
2857276b186e5b85f0a6440845af04d9da7391e1 | diff --git a/salt/minion.py b/salt/minion.py
index <HASH>..<HASH> 100644
--- a/salt/minion.py
+++ b/salt/minion.py
@@ -325,7 +325,8 @@ class Minion(object):
payload = {'enc': 'aes'}
if ret_cmd == '_syndic_return':
load = {'cmd': ret_cmd,
- 'jid': ret['jid']}
+ ... | Add passign master's id to syndic return | saltstack_salt | train | py |
248ec566f778e7d44b6607b68984bfbb87787e95 | diff --git a/lib/flapjack/gateways/api.rb b/lib/flapjack/gateways/api.rb
index <HASH>..<HASH> 100644
--- a/lib/flapjack/gateways/api.rb
+++ b/lib/flapjack/gateways/api.rb
@@ -104,7 +104,11 @@ module Flapjack
end
after do
- logger.debug("Returning #{response.status} for #{request.request_method} #... | log reponse body at debug level | flapjack_flapjack | train | rb |
7e5f66f026caab3d3d5a4e87ddaac139860c3b02 | diff --git a/lib/cache.js b/lib/cache.js
index <HASH>..<HASH> 100644
--- a/lib/cache.js
+++ b/lib/cache.js
@@ -47,11 +47,25 @@ var DCp = DiskCache.prototype;
DCp.setDefaultP = util.cachedMethod(function(key, toStringP, fromStringP) {
return this.cacheDirP.then(function(cacheDir) {
var file = path.join(ca... | Make sure to unlink cache files that fail to build successfully. | facebookarchive_commoner | train | js |
14ae64c61cafed3266adccf70df26a734ae9cec8 | diff --git a/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb b/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb
+++ b/google-cloud-redis/lib/google/cloud/redis/v1/cloud_redis_pb.rb
@@ -5,7 +5,6 ... | Remove resource_pb require (#<I>)
Temporarily remove the require to get the build to pass.
Awaiting a new googleapis-common-protos release for a proper fix . | googleapis_google-cloud-ruby | train | rb |
f3e7cf6128d0ec6ff0c83eb986d8a808156870a8 | diff --git a/ghost/admin/app/components/gh-member-settings-form-cp.js b/ghost/admin/app/components/gh-member-settings-form-cp.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/app/components/gh-member-settings-form-cp.js
+++ b/ghost/admin/app/components/gh-member-settings-form-cp.js
@@ -80,8 +80,7 @@ export default clas... | Fixed loading indicator on comped subscription
no refs | TryGhost_Ghost | train | js |
557905d216290ca5e57436e85d0605389f755180 | diff --git a/Classes/Cundd/Noshi/Utilities/ObjectUtility.php b/Classes/Cundd/Noshi/Utilities/ObjectUtility.php
index <HASH>..<HASH> 100644
--- a/Classes/Cundd/Noshi/Utilities/ObjectUtility.php
+++ b/Classes/Cundd/Noshi/Utilities/ObjectUtility.php
@@ -20,6 +20,7 @@ class ObjectUtility {
* @param string $keyPath... | Added a check if the given key path is a string | cundd_noshi | train | php |
fde50c435bdefd4bb6fa9f5258a7f8b55326fdb8 | diff --git a/lib/Models/Cesium.js b/lib/Models/Cesium.js
index <HASH>..<HASH> 100644
--- a/lib/Models/Cesium.js
+++ b/lib/Models/Cesium.js
@@ -813,7 +813,7 @@ Cesium.prototype.pickFromScreenPosition = function(screenPosition) {
Cesium.prototype.pickVectorFeatures = function(screenPosition) {
// Pick vector featur... | Allow <I> picked features.
So that the "first <I> are shown" feature works. | TerriaJS_terriajs | train | js |
e491c7449fd7637cf2f1480832bd555011fbf7b8 | diff --git a/qgrid/qgridjs/qgrid.widget.js b/qgrid/qgridjs/qgrid.widget.js
index <HASH>..<HASH> 100644
--- a/qgrid/qgridjs/qgrid.widget.js
+++ b/qgrid/qgridjs/qgrid.widget.js
@@ -1,4 +1,4 @@
-if (IPython.version[0] === '4' && parseInt(IPython.version[2]) >= 2) {
+if (parseInt(IPython.version[0]) >= 5 || (IPython.versio... | Fix version check to be compatible with IPython <I> | quantopian_qgrid | train | js |
aafc24a96669d51cb5e3ac9968b5690e8ed73d78 | diff --git a/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java b/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java
index <HASH>..<HASH> 100644
--- a/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java
+++ b/smack-im/src/main/java/org/jivesoftware/smack/roster/Roster.java
@@ -4... | Conditionally reduce severity of roster reload error logging
If the roster feature is not supported by the server, there's no need to
log this at SEVERE log level. | igniterealtime_Smack | train | java |
05dad9b1d30a8ff1e8e4a06bc5eaf0b19dab43e2 | diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -486,10 +486,6 @@ module Puppet
:default => "stomp",
:desc => "Which type of queue to use for asynchronous processing.",
},
- :queue_type =... | (MAINT) Fix duplicate key which ruby <I> complains about | puppetlabs_puppet | train | rb |
eaf23ad6a0f1fd028b7d6d5fb1ba2c5b56d31013 | diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/DependencyInjection/Configuration.php
+++ b/src/DependencyInjection/Configuration.php
@@ -19,8 +19,14 @@ class Configuration implements ConfigurationInterface
*/
public fun... | Don't use the deprecated interface with Symfony <I> | KnpLabs_KnpMenuBundle | train | php |
3af275b01da6aa43b32fcdbf21f84fe1388dfc0a | diff --git a/opal/browser/css/definition.rb b/opal/browser/css/definition.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/css/definition.rb
+++ b/opal/browser/css/definition.rb
@@ -47,8 +47,12 @@ class Definition
end
end
- def border(options)
- if Hash === options
+ def border(*args)
+ if Hash === a... | css/definition: fix up array setting | opal_opal-browser | train | rb |
193db6ba568538b83e577dc96c7438f40530a495 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -7322,7 +7322,7 @@
* @return FS_Plugin_License
*/
private function get_active_child_addon_license() {
- $re... | [bundle] [add-on] [license] [api] [refactor] | Freemius_wordpress-sdk | train | php |
a0fd216fcabccd4f4e5b14b91294b658a1e0da1b | diff --git a/test/use.js b/test/use.js
index <HASH>..<HASH> 100644
--- a/test/use.js
+++ b/test/use.js
@@ -25,9 +25,10 @@ describe('dualproto', function () {
};
});
var domain = api();
- domain.mount(['hey'], function (ctxt) {
+ domain.mount(['hey'], fun... | Ensure adapted Message is used. | plediii_dual-protocol | train | js |
19ad64adda34bebfccffbaadb01733e5bfb9dbba | diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py
index <HASH>..<HASH> 100644
--- a/discord/ext/tasks/__init__.py
+++ b/discord/ext/tasks/__init__.py
@@ -584,12 +584,13 @@ class Loop(Generic[LF]):
time_now = (
now if now is not MISSING else datetime.datetime.now(datetime.t... | [tasks] Fix initial loop execution running prematurely | Rapptz_discord.py | train | py |
0bf2a50e291f53d8b2903c415b260d797eae4907 | diff --git a/Helper/Db.php b/Helper/Db.php
index <HASH>..<HASH> 100644
--- a/Helper/Db.php
+++ b/Helper/Db.php
@@ -46,4 +46,9 @@ class Db
return " LIMIT $offset, $limit ";
}
+
+ public static function getLastInsertId()
+ {
+ return self::getInstance()->lastInsertId();
+ }
}
... | Add short way for LastInsertId and make Db helper's method static. | APIJet_APIJet | train | php,php |
09f03c2381b40dac79123e681c6766629d1ee1ef | diff --git a/Vps/Validate/Hostname.php b/Vps/Validate/Hostname.php
index <HASH>..<HASH> 100644
--- a/Vps/Validate/Hostname.php
+++ b/Vps/Validate/Hostname.php
@@ -1,7 +1,7 @@
<?php
class Vps_Validate_Hostname extends Zend_Validate_Hostname
{
- public function __construct($allow = self::ALLOW_DNS, $validateIdn = t... | Switch off validating TLD in e-mail adress validation
Due to increasing list of allowed tlds | koala-framework_koala-framework | train | php |
b6517d226a40d0910ac9edd3c3475847322a1d83 | diff --git a/src/bookboon.php b/src/bookboon.php
index <HASH>..<HASH> 100644
--- a/src/bookboon.php
+++ b/src/bookboon.php
@@ -28,7 +28,7 @@ class Bookboon {
private $authenticated = array();
private $headers = array();
private $url = "bookboon.com/api";
- private $cache_class_name= "Bookboon_Memcached";
... | Disable caching by default for shared solutions | bookboon_api-php | train | php |
1fee54906327f154f1e8d2a23efdbf1856031163 | diff --git a/lib/Cake/Network/Email/SmtpTransport.php b/lib/Cake/Network/Email/SmtpTransport.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Network/Email/SmtpTransport.php
+++ b/lib/Cake/Network/Email/SmtpTransport.php
@@ -161,7 +161,6 @@ class SmtpTransport extends AbstractTransport {
$headers = $this->_cakeEmail->... | Ooops, removed debug call. | cakephp_cakephp | train | php |
64795c5f4588b218e9573b8648d258db3dd1a6dd | diff --git a/skorch/tests/test_net.py b/skorch/tests/test_net.py
index <HASH>..<HASH> 100644
--- a/skorch/tests/test_net.py
+++ b/skorch/tests/test_net.py
@@ -1092,6 +1092,14 @@ class TestNeuralNet:
assert y_proba.min() >= 0
assert y_proba.max() <= 1
+ def test_set_params_with_unknown_key_raises(... | Fix failing test after sklearn update.
sklearn <I> changed error message when calling set_params with
wrong key. | skorch-dev_skorch | train | py |
ad550b7224506f1b0bcec4d7d0223097a1303311 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Example
This is a simple POP3 login and listing.
- var sys = require('sys')
+ var util = require('util')
, StreamHandler = require('stream-handler')
;
diff --git... | [fix] Changed require('sys') to require('util') for compatibility with node <I> | jrgns_node_stream_handler | train | md,js,js |
2a0e3f68f88a73558db8aaa931937e80242726f4 | diff --git a/ClassCollectionLoader.php b/ClassCollectionLoader.php
index <HASH>..<HASH> 100644
--- a/ClassCollectionLoader.php
+++ b/ClassCollectionLoader.php
@@ -56,7 +56,7 @@ class ClassCollectionLoader
// auto-reload
$reload = false;
if ($autoReload) {
- $metadata = $cacheDir.'/... | [ClassLoader] made a small change to be consistent with the previous change | symfony_class-loader | train | php |
0cc27d46be0d98650cda517e948e47a5867508c4 | diff --git a/app/components/marty/auth_app.rb b/app/components/marty/auth_app.rb
index <HASH>..<HASH> 100644
--- a/app/components/marty/auth_app.rb
+++ b/app/components/marty/auth_app.rb
@@ -14,6 +14,7 @@ class Marty::AuthApp < Marty::SimpleApp
if !user.nil?
menu << "->" << {
text: user.name,... | minor: added one tooltip to signout menu | arman000_marty | train | rb |
ba0809de9fadcbf6722bad85a50adde86fc31ddb | diff --git a/corelib/hash.rb b/corelib/hash.rb
index <HASH>..<HASH> 100644
--- a/corelib/hash.rb
+++ b/corelib/hash.rb
@@ -181,8 +181,11 @@ class Hash
def clone
%x{
- var result = $hash(),
- map = #{self}.map,
+ var result = new self._klass._alloc();
+
+ result.map = {}; result.keys... | Hash#clone should return subclasses | opal_opal | train | rb |
f35019fe4504344a6b74437d0da7e5e72f5863f2 | diff --git a/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php b/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php
+++ b/src/Illuminate/Database/Schema/Grammars/SqlServerGrammar.php
@@ -149,7 +149,7 @@ c... | Fix sqlserver grammar (#<I>)
Added square brackets to the table name. This fixes issues where the table name is equal to a keyword, like user. | laravel_framework | train | php |
cd51bfc031eb9163fd6c85bb3d4ec23476bb2090 | diff --git a/paramiko/client.py b/paramiko/client.py
index <HASH>..<HASH> 100644
--- a/paramiko/client.py
+++ b/paramiko/client.py
@@ -349,7 +349,7 @@ class SSHClient (object):
self._agent.close()
self._agent = None
- def exec_command(self, command, bufsize=-1, timeout=None):
+ def exe... | Add support for get_pty to SSHClient.exec_command() | paramiko_paramiko | train | py |
1a28fcf5911d9b1778246bea109e6c804a6618f2 | diff --git a/smartfile/__init__.py b/smartfile/__init__.py
index <HASH>..<HASH> 100644
--- a/smartfile/__init__.py
+++ b/smartfile/__init__.py
@@ -35,6 +35,10 @@ class _BaseAPI(object):
# Generate list of path components from URI template and provided
# arguments. 'None' in the template is replaced w... | Add note on how part of the URL generation works | smartfile_client-python | train | py |
6b3174fb51eb1c3411820e972263c721b8faf787 | diff --git a/irc/modes.py b/irc/modes.py
index <HASH>..<HASH> 100644
--- a/irc/modes.py
+++ b/irc/modes.py
@@ -54,7 +54,7 @@ def _parse_modes(mode_string, unary_modes=""):
... len = random.randint(min_len, max_len)
... chars_to_choose = [_py2_compat.chr(x) for x in range(0,1024)]
... chars = ... | Removed another unicode literal, restoring Python <I> compatibility in tests | jaraco_irc | train | py |
45cc4a3e6306ef16126a32ecda016f530cbaefde | diff --git a/public/js/editors/editors.js b/public/js/editors/editors.js
index <HASH>..<HASH> 100644
--- a/public/js/editors/editors.js
+++ b/public/js/editors/editors.js
@@ -180,7 +180,7 @@ panels.restore = function () {
}
else {
// load from personal settings
- toopen = jsbin.settings.panels;
+ ... | fix: open first valid panel on mobile
Originally it was tryingt open all panels which always included the output, and since in mobile we only show one panel at a time, output was last and would close all other panels. | jsbin_jsbin | train | js |
ed81ef27febf72508727e30ee8f89c56ab0491b5 | diff --git a/lib/you_shall_not_pass/version.rb b/lib/you_shall_not_pass/version.rb
index <HASH>..<HASH> 100644
--- a/lib/you_shall_not_pass/version.rb
+++ b/lib/you_shall_not_pass/version.rb
@@ -1,3 +1,3 @@
module YouShallNotPass
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
end | Releasing version <I> | iachettifederico_you_shall_not_pass | train | rb |
b251d3ccd5cecfc645afbacc3598ffaaf9c91eff | diff --git a/smtLayer/vmUtils.py b/smtLayer/vmUtils.py
index <HASH>..<HASH> 100644
--- a/smtLayer/vmUtils.py
+++ b/smtLayer/vmUtils.py
@@ -520,8 +520,26 @@ def installFS(rh, vaddr, mode, fileSystem, diskType):
strCmd = ' '.join(cmd)
rh.printSysLog("Invoking: " + strCmd)
try:
- ... | Add retry for `mkfs` when install fs on vm's dasd
This is related to:
<URL> | mfcloud_python-zvm-sdk | train | py |
9aa21ed8271a737bfe3d92cd59d401dcc404b9bb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(
],
zip_safe=True,
classifiers=[
- 'Development Status :: 4 - Alpha',
+ 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Lan... | Boilerplate for initial release. | bopen_elevation | train | py |
79367ee7955c5ea4b267a11f3888ec7451eeae6b | diff --git a/src/Data/ImmutableRecordLogic.php b/src/Data/ImmutableRecordLogic.php
index <HASH>..<HASH> 100644
--- a/src/Data/ImmutableRecordLogic.php
+++ b/src/Data/ImmutableRecordLogic.php
@@ -96,14 +96,14 @@ trait ImmutableRecordLogic
case 'float':
case 'bool':
case... | Use getters in ImmutableRecordLogic::toArray | proophsoftware_event-machine | train | php |
bca0d4ae45ba205653d9276f4fc31e21fd1e24b8 | diff --git a/eth_account/datastructures.py b/eth_account/datastructures.py
index <HASH>..<HASH> 100644
--- a/eth_account/datastructures.py
+++ b/eth_account/datastructures.py
@@ -15,3 +15,14 @@ class AttributeDict(AttrDict):
'This data is immutable -- create a copy instead of modifying. '
'For... | prettier repr in IPython | ethereum_eth-account | train | py |
b35db13c2bcc5d77003e76eab325288b90f2dd29 | diff --git a/lib/transpec/cli.rb b/lib/transpec/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/transpec/cli.rb
+++ b/lib/transpec/cli.rb
@@ -26,8 +26,13 @@ module Transpec
end
def run(args)
- paths = OptionParser.new(@configuration).parse(args)
- fail_if_should_not_continue!
+ begin
+ pa... | Avoid catching general errors in CLI | yujinakayama_transpec | train | rb,rb |
19d99fc9e7dfb9bbd5427cb439668ff618f67cb7 | diff --git a/spacy/about.py b/spacy/about.py
index <HASH>..<HASH> 100644
--- a/spacy/about.py
+++ b/spacy/about.py
@@ -4,7 +4,7 @@
# fmt: off
__title__ = "spacy"
-__version__ = "2.2.0.dev6"
+__version__ = "2.2.0.dev7"
__summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython"
__u... | Set version to <I>.dev7 | explosion_spaCy | train | py |
2dd06cadfd6a7ca164f9391b969231e39bb05ba8 | diff --git a/commands/filter.py b/commands/filter.py
index <HASH>..<HASH> 100644
--- a/commands/filter.py
+++ b/commands/filter.py
@@ -46,6 +46,9 @@ def cmd(send, msg, args):
send("Nope, not gonna do it!")
elif msg.startswith('chain'):
if args['is_admin'](args['nick']):
+ if args['... | Disallow !filter chain without a filter set.
Fixes #<I>. | tjcsl_cslbot | train | py |
8b740530dbc66573171d70bbf8f892bf8e4d318f | diff --git a/core/src/main/java/hudson/model/UpdateCenter.java b/core/src/main/java/hudson/model/UpdateCenter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/UpdateCenter.java
+++ b/core/src/main/java/hudson/model/UpdateCenter.java
@@ -39,6 +39,7 @@ import hudson.lifecycle.RestartNotSupportedExce... | Reduce the # of idle threads. | jenkinsci_jenkins | train | java |
00ed75ceb8d6ccfd8036a21e15ab5426b7459a4f | diff --git a/lib/commit-message.js b/lib/commit-message.js
index <HASH>..<HASH> 100644
--- a/lib/commit-message.js
+++ b/lib/commit-message.js
@@ -27,7 +27,7 @@ var config = {
function CommitMessage(message) {
this._errors = [];
- var cfg = config;
+ var cfg = this.config;
var log = this._log.bind(th... | Use config correctly, from the prototype | clns_node-commit-msg | train | js |
1263887bcd8b585574c2bb3a556e3ef648dd7eb2 | diff --git a/sinon-spy-react.js b/sinon-spy-react.js
index <HASH>..<HASH> 100644
--- a/sinon-spy-react.js
+++ b/sinon-spy-react.js
@@ -17,7 +17,7 @@ function spyOnReactClass(reactClass, methodName) {
function reactClassPrototype(reactClass) {
var ctor = reactClass.prototype && reactClass.prototype.constructor;
... | Corrected check for constructor existence | levrik_sinon-spy-react | train | js |
6502bdaf2f0b2cd4f7f6b95e857028bb66e9244f | diff --git a/mythril/analysis/modules/ether_thief.py b/mythril/analysis/modules/ether_thief.py
index <HASH>..<HASH> 100644
--- a/mythril/analysis/modules/ether_thief.py
+++ b/mythril/analysis/modules/ether_thief.py
@@ -67,7 +67,6 @@ class EtherThief(DetectionModule):
:return:
"""
instruction ... | remove dependence on cfg & nodes from ether thief | ConsenSys_mythril-classic | train | py |
4ef1e42244937e36edcc314f041f2054186c2e07 | diff --git a/Eloquent/Model.php b/Eloquent/Model.php
index <HASH>..<HASH> 100755
--- a/Eloquent/Model.php
+++ b/Eloquent/Model.php
@@ -1405,7 +1405,7 @@ abstract class Model implements ArrayAccess, ArrayableInterface, JsonableInterfa
{
if (isset($this->table)) return $this->table;
- return str_replace('\\', '',... | Namespaces are now excluded from guessed model names. | illuminate_database | train | php |
db0595ff93d8b4fc414dc682e9ba9a13055a2d52 | diff --git a/src/wa_kat/connectors/aleph.py b/src/wa_kat/connectors/aleph.py
index <HASH>..<HASH> 100755
--- a/src/wa_kat/connectors/aleph.py
+++ b/src/wa_kat/connectors/aleph.py
@@ -91,6 +91,18 @@ def by_issn(issn):
if val
}
+ # check whether there is alternative date in 008
+ alt... | #<I>: Added better parsing of creation date. | WebarchivCZ_WA-KAT | train | py |
8aac575ca547005963f4667a220f9a0df9b6d7af | diff --git a/core/AssetManager.php b/core/AssetManager.php
index <HASH>..<HASH> 100644
--- a/core/AssetManager.php
+++ b/core/AssetManager.php
@@ -395,7 +395,7 @@ class Piwik_AssetManager
// Tries to remove compressed version of the merged file.
// See Piwik::serveStaticFile() for more info on static file ... | fixes #<I> - wasn't removing compressed assets on update; merged assets in tmp are relative to PIWIK_USER_PATH
git-svn-id: <URL> | matomo-org_matomo | train | php |
3247574756345ea6c1a0918c3d95bdd08054f246 | diff --git a/src/app/actions/mslookup/searchspace.py b/src/app/actions/mslookup/searchspace.py
index <HASH>..<HASH> 100644
--- a/src/app/actions/mslookup/searchspace.py
+++ b/src/app/actions/mslookup/searchspace.py
@@ -4,7 +4,7 @@ PROTEIN_STORE_CHUNK_SIZE = 100000
def create_searchspace_wholeproteins(lookup, fastafn... | Do not forget to switch L to I when building DB | glormph_msstitch | train | py |
5dde80800a24c610f42637355a9b64ccb50ff153 | diff --git a/examples/pages/basic/index.js b/examples/pages/basic/index.js
index <HASH>..<HASH> 100644
--- a/examples/pages/basic/index.js
+++ b/examples/pages/basic/index.js
@@ -49,7 +49,7 @@ class Examples extends Component {
const Item = glamorous(Autocomplete.Item, {
rootEl: 'div',
- forwardProps: ['index', ... | docs(examples): update forwarded prop item -> value (#<I>) | downshift-js_downshift | train | js,js |
99943f3db56e07337eaea513951b5e5d2b194a8c | diff --git a/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js b/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js
index <HASH>..<HASH> 100644
--- a/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js
+++ b/src/tools/uavviewerjs/public/js/api_workers/pose3d_worker.js
@@ -4,6 +4,10 @@ var ... | [issue #<I>] solved bug in pose3d of uavviwerjs | JdeRobot_base | train | js |
77622b74042d5b56f1b6a6404833831dca1bea39 | diff --git a/ofp/v0x01/controller2switch/port_stats_request.py b/ofp/v0x01/controller2switch/port_stats_request.py
index <HASH>..<HASH> 100644
--- a/ofp/v0x01/controller2switch/port_stats_request.py
+++ b/ofp/v0x01/controller2switch/port_stats_request.py
@@ -0,0 +1,29 @@
+"""Information about physical ports is requeste... | Implements the Port Stats Requests message class - Issue #<I> | kytos_python-openflow | train | py |
307f933ff283e431a17d0900b4ad997ce4a20727 | diff --git a/src/Support/helpers.php b/src/Support/helpers.php
index <HASH>..<HASH> 100644
--- a/src/Support/helpers.php
+++ b/src/Support/helpers.php
@@ -18,18 +18,6 @@ if (! function_exists('extract_title')) {
}
}
-if (! function_exists('domain')) {
- /**
- * Return domain host.
- *
- * @return... | Remove no longer used domain() global helper
- This is now the responsibility of rinvex/laravel-tenants | rinvex_cortex-foundation | train | php |
32269c0a24154c20b3789580eb2a9c0018ecf198 | diff --git a/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java b/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java
index <HASH>..<HASH> 100644
--- a/store/src/main/java/com/buschmais/jqassistant/core/store/impl/AbstractGraphStore.java
+++ b/store/s... | #<I> rework artifact resolution in maven plugins | buschmais_jqa-core-framework | train | java |
a471cb8c093b44ac24cb085cdf5a64b1a2455393 | diff --git a/lib/discordrb/webhooks/version.rb b/lib/discordrb/webhooks/version.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/webhooks/version.rb
+++ b/lib/discordrb/webhooks/version.rb
@@ -1,7 +1,9 @@
# frozen_string_literal: true
# Webhook support for discordrb
-module Discordrb::Webhooks
- # The current ve... | :anchor: Declare the discordrb module separately in webhooks/version | meew0_discordrb | train | rb |
68e38eb54e1cbf8e7fa76764adc48bcfbb8a6da9 | diff --git a/src/main/java/org/killbill/billing/client/KillBillClient.java b/src/main/java/org/killbill/billing/client/KillBillClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/killbill/billing/client/KillBillClient.java
+++ b/src/main/java/org/killbill/billing/client/KillBillClient.java
@@ -2,6 +2,7 @@
... | Update KillBillClient.java | killbill_killbill-client-java | train | java |
33e0ab8a68ebe6bbc776a8e2d758e3ec854d1818 | diff --git a/src/main/java/com/buschmais/jqassistant/scm/cli/task/AnalyzeTask.java b/src/main/java/com/buschmais/jqassistant/scm/cli/task/AnalyzeTask.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/scm/cli/task/AnalyzeTask.java
+++ b/src/main/java/com/buschmais/jqassistant/scm/cli/task/An... | #<I> verify override of rule severities | buschmais_jqa-commandline-tool | train | java |
57ced886d4a56fc7d54e8a9a0cbe6044a8c05fb4 | diff --git a/sbt-compiler-maven-plugin/src/main/java/com/google/code/sbt/compiler/plugin/SBTAddManagedSourcesMojo.java b/sbt-compiler-maven-plugin/src/main/java/com/google/code/sbt/compiler/plugin/SBTAddManagedSourcesMojo.java
index <HASH>..<HASH> 100644
--- a/sbt-compiler-maven-plugin/src/main/java/com/google/code/sbt... | Slightly improved javadoc comment. | sbt-compiler-maven-plugin_sbt-compiler-maven-plugin | train | java |
5a83914a262141e38e6eda5f6137323306a1b592 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,5 +1,5 @@
//let baseURL = "http://svcs.ebay.com/services/search/FindingService/v1";
-let makeRequest = require('./request');
+let { makeRequest, base64Encode } = require('./request');
let urlObject = requi... | added base<I> encoding | ajay2507_ebay-node-api | train | js,js |
5297390f67e869decf411ff3d681e8fe75a01a1b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setup( name='batman-package',
author_email = 'laura.kreidberg@gmail.com',
url = 'https://github.com/lkreidberg/batman',
packages =['batman'],
- license = ['GNU GPLv3'],
+ license = 'GNU GPLv3',
descripti... | setup.py: Fix pip install error in Python <I> due to license string | lkreidberg_batman | train | py |
69668763841015469dab0c6692da7ac76b696448 | diff --git a/lib/svtplay_dl/service/tv4play.py b/lib/svtplay_dl/service/tv4play.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/service/tv4play.py
+++ b/lib/svtplay_dl/service/tv4play.py
@@ -104,7 +104,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
janson2 = jansson["props"]["pageProps"]["initialApolloS... | tv4play: fix so find all episodes work | spaam_svtplay-dl | train | py |
804dc4c1666c7f0c24528acf3cf3083a46492e4d | diff --git a/mammoth/docx/__init__.py b/mammoth/docx/__init__.py
index <HASH>..<HASH> 100644
--- a/mammoth/docx/__init__.py
+++ b/mammoth/docx/__init__.py
@@ -50,14 +50,14 @@ def _read_comments(zip_file, body_readers):
def _read_document(zip_file, body_readers, notes, comments):
- file_relationships = _try_... | Rename file_relationships to package_relationships | mwilliamson_python-mammoth | train | py |
c2d3915207f0ec9fa5c41667b37716df4e4e3f07 | diff --git a/lib/emailMixin.js b/lib/emailMixin.js
index <HASH>..<HASH> 100644
--- a/lib/emailMixin.js
+++ b/lib/emailMixin.js
@@ -179,8 +179,10 @@ module.exports = function(self) {
}
var finalData = {};
- var baseUrl = self.options.baseUrl || req.baseUrl || (req.protocol + '://' + req.get('Host'))... | allow req.baseUrl to beat out the baseUrl option; we never set it, so assume it was set thoughtfully by a middleware dev and should be respected | apostrophecms_apostrophe | train | js |
9b7f60912cc5b69582d45e2049a96d2dd44d27b9 | diff --git a/bugzilla/bug.py b/bugzilla/bug.py
index <HASH>..<HASH> 100644
--- a/bugzilla/bug.py
+++ b/bugzilla/bug.py
@@ -93,6 +93,10 @@ class _Bug(object):
"refresh(). This will be slow, if you want to avoid "
"this, properly use query/getbug include_fields.",
self.b... | bug: Comment about our use of refresh(fields=X) | python-bugzilla_python-bugzilla | train | py |
1780cad1693b354e46dbed7cb58f29f01aa9bfba | diff --git a/favorites/actions/toggleFavorites.js b/favorites/actions/toggleFavorites.js
index <HASH>..<HASH> 100644
--- a/favorites/actions/toggleFavorites.js
+++ b/favorites/actions/toggleFavorites.js
@@ -90,7 +90,7 @@ const removeFavorites = productId => (dispatch) => {
new PipelineRequest('deleteFavorites')
... | CON-<I> Users can remove items from their favorite list
- js doc and bugfix | shopgate_pwa | train | js,js |
88da3da58fcc1d155a39300690d841292839f777 | diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/base.rb
+++ b/lib/gruff/base.rb
@@ -206,6 +206,9 @@ module Gruff
@raw_columns.freeze
@raw_rows.freeze
+ @scale = @columns / @raw_columns
+ @scale.freeze
+
@marker_count = nil
@maximum_v... | refactor: Freeze @scale as constant | topfunky_gruff | train | rb |
6b0ec9be2bddddaff75e1ecf095063fa86f6daa1 | diff --git a/SingularityS3Uploader/src/main/java/com/hubspot/singularity/s3uploader/config/SingularityS3UploaderConfiguration.java b/SingularityS3Uploader/src/main/java/com/hubspot/singularity/s3uploader/config/SingularityS3UploaderConfiguration.java
index <HASH>..<HASH> 100644
--- a/SingularityS3Uploader/src/main/java... | add min 0 for uploader fields | HubSpot_Singularity | train | java |
1b19d70305d213a26541a100d707f559ebded854 | diff --git a/lib/chatwork/chatwork_error.rb b/lib/chatwork/chatwork_error.rb
index <HASH>..<HASH> 100644
--- a/lib/chatwork/chatwork_error.rb
+++ b/lib/chatwork/chatwork_error.rb
@@ -3,13 +3,15 @@ module ChatWork
class ChatWorkError < StandardError
def self.from_response(status, body)
+ # HTTP status 204... | Add code to solve <I> error.
<I> will occar when API has no results. | asonas_chatwork-ruby | train | rb,rb |
a69a5a414755c7f7df3a3a1d3e58e3d47e66018c | diff --git a/activesupport/test/testing/file_fixtures_test.rb b/activesupport/test/testing/file_fixtures_test.rb
index <HASH>..<HASH> 100644
--- a/activesupport/test/testing/file_fixtures_test.rb
+++ b/activesupport/test/testing/file_fixtures_test.rb
@@ -1,5 +1,7 @@
require 'abstract_unit'
+require 'pathname'
+
cla... | Pathname might not be always initialized.
Require 'pathname' explicitly | rails_rails | train | rb |
df9422f4e1628ab86581876c17477c2eb3d23924 | diff --git a/go/libkb/track.go b/go/libkb/track.go
index <HASH>..<HASH> 100644
--- a/go/libkb/track.go
+++ b/go/libkb/track.go
@@ -190,7 +190,7 @@ func (t TrackDiffNone) IsSameAsTracked() bool {
}
func (t TrackDiffNone) ToDisplayString() string {
- return "tracked"
+ return "followed"
}
func (t TrackDiffNone) ToD... | track -> follow (#<I>) | keybase_client | train | go |
e34d6cd6486d7af55baa51e77d044538c7cba3c2 | diff --git a/lib/beaker-pe/install/pe_utils.rb b/lib/beaker-pe/install/pe_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/beaker-pe/install/pe_utils.rb
+++ b/lib/beaker-pe/install/pe_utils.rb
@@ -223,6 +223,7 @@ module Beaker
# @option opts [String] :pe_ver Default PE version to install or upgrade to
... | (feature) Allow install methods to accept an interactive option
This pr adds logic to allow interactive options in Beaker. Although Beaker will not be able to successfully install without `-y`, there are and may be more cases where the installer is tested against interactive mode. | puppetlabs_beaker-pe | train | rb |
73a0797fe853f693ace26c1a4bfe62a3cc559b3e | diff --git a/spyder/plugins/ipythonconsole/widgets/client.py b/spyder/plugins/ipythonconsole/widgets/client.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/client.py
+++ b/spyder/plugins/ipythonconsole/widgets/client.py
@@ -750,6 +750,7 @@ class ClientWidget(QWidget, SaveHistoryMixin):
... | IPython console: Set focus to the console after hiding the loading page | spyder-ide_spyder | train | py |
b46a5bf65b31cc65bcddcab6561cdd0277fb2b2a | diff --git a/future/tests/test_bytes.py b/future/tests/test_bytes.py
index <HASH>..<HASH> 100644
--- a/future/tests/test_bytes.py
+++ b/future/tests/test_bytes.py
@@ -175,10 +175,10 @@ class TestBytes(unittest.TestCase):
self.assertEqual(2, bytes(b'AB:CD:E').find(b':'))
def test_rfind_not_found(self):
-... | Fix rfind tests in test_bytes | PythonCharmers_python-future | train | py |
01270dfe22e92d99ce9402fedba4530ad8810100 | diff --git a/gogs.go b/gogs.go
index <HASH>..<HASH> 100644
--- a/gogs.go
+++ b/gogs.go
@@ -14,7 +14,7 @@ import (
)
func Version() string {
- return "0.8.1"
+ return "0.8.2"
}
// Client represents a Gogs API client.
diff --git a/issue.go b/issue.go
index <HASH>..<HASH> 100644
--- a/issue.go
+++ b/issue.go
@@ -5... | issue: add field to indicate state when create | gogs_go-gogs-client | train | go,go |
d0d1f9fe2b2ec975d9feb92255e7af8ac4f771b9 | diff --git a/library/SimplePie.php b/library/SimplePie.php
index <HASH>..<HASH> 100755
--- a/library/SimplePie.php
+++ b/library/SimplePie.php
@@ -1294,6 +1294,7 @@ class SimplePie
// Check absolute bare minimum requirements.
if (!extension_loaded('xml') || !extension_loaded('pcre'))
{
+ $this->error = 'XML ... | Error message when XML or PCRE extensions missing
The XML extension is not loaded by default on PHP7. Relevant to have the
reason of failure in the error message instead of returning an empty
error message.
<URL> | simplepie_simplepie | train | php |
4d1ee0d4b6bd7d170cf1ec924a8b743b5d486888 | diff --git a/src/Core/Router.php b/src/Core/Router.php
index <HASH>..<HASH> 100644
--- a/src/Core/Router.php
+++ b/src/Core/Router.php
@@ -212,6 +212,9 @@ class Router
switch ($method) {
// POST method
case HttpMethods::POST:
+ $postData = array_merge($_GET, $_POST);
+ ... | fix form/multipart post data in engine | php-rest-server_core | train | php |
e49c146b1f20527dd18c699f8ee000bb0d41068f | diff --git a/src/Kernel/Application.php b/src/Kernel/Application.php
index <HASH>..<HASH> 100755
--- a/src/Kernel/Application.php
+++ b/src/Kernel/Application.php
@@ -4,6 +4,7 @@ namespace Encore\Kernel;
use Encore\Container\Container;
use Symfony\Component\Debug\Debug;
+use Encore\Container\ServiceProvider;
us... | Fixes to registerProvider method | encorephp_kernel | train | php |
28dff35127e96bd1cc7c38398e87a4dd14afb456 | diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/DependencyInjection/Configuration.php
+++ b/src/DependencyInjection/Configuration.php
@@ -41,8 +41,13 @@ class Configuration implements ConfigurationInterface
*/
public fun... | Use method_exists to provide compatibility with very old versions of Symfony. | contentful_ContentfulBundle | train | php |
1f5c18fcde1272e321dffe7e64d6acd4dc185aac | diff --git a/rejected/consumer.py b/rejected/consumer.py
index <HASH>..<HASH> 100644
--- a/rejected/consumer.py
+++ b/rejected/consumer.py
@@ -735,10 +735,12 @@ class PublishingConsumer(Consumer):
# Publish the message
self.logger.debug('Publishing message to %s:%s', exchange, routing_key)
- ... | Track publishing time by exchange and routing key | gmr_rejected | train | py |
344ace49ee0a043aa4a94f4fe807f999a379f756 | diff --git a/src/config/bindings.php b/src/config/bindings.php
index <HASH>..<HASH> 100644
--- a/src/config/bindings.php
+++ b/src/config/bindings.php
@@ -5,7 +5,7 @@ return array(
* Register the processor binding.
* Default: 'Lablog\Lablog\Processor\MarkdownProcessor'
*/
- 'Lablog\Lablog\Processor... | Corrected spelling mistake, replaced parsedown with markdown. | LaBlog_LaBlog | train | php |
e61996c457adb15793d0bf53fddf6ad17e470179 | diff --git a/src/components/networked.js b/src/components/networked.js
index <HASH>..<HASH> 100644
--- a/src/components/networked.js
+++ b/src/components/networked.js
@@ -281,7 +281,9 @@ AFRAME.registerComponent('networked', {
return;
}
- if (this.data.owner !== entityData.owner && this.data.lastOwnerT... | add check in case both lastOwnerTime's are the same | networked-aframe_networked-aframe | train | js |
21ad13a75db46d861e47e82ee75c24e519ee4aef | diff --git a/test/unit/FieldType/Slug/Generator/EntityPrePersistGeneratorTest.php b/test/unit/FieldType/Slug/Generator/EntityPrePersistGeneratorTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/FieldType/Slug/Generator/EntityPrePersistGeneratorTest.php
+++ b/test/unit/FieldType/Slug/Generator/EntityPrePersistGenerat... | added phpcs comment to test | dionsnoeijen_sexy-field-entity | train | php |
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.