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 |
|---|---|---|---|---|---|
eee4889247c3acfcbaece127ad43ffb06fb5e56d | diff --git a/karaage/conf/settings.py b/karaage/conf/settings.py
index <HASH>..<HASH> 100644
--- a/karaage/conf/settings.py
+++ b/karaage/conf/settings.py
@@ -80,10 +80,6 @@ ADMIN_MEDIA_PREFIX = '/django_media/'
# to load the internationalization machinery.
USE_I18N = False
-AUTHENTICATION_BACKENDS = (
- 'placar... | LDAP authentication breaks xmlrpc (as there is no LDAP entry for alogger,
and as far as I can tell it isn't required. Removing. | Karaage-Cluster_karaage | train | py |
34ef078c5e99c7e0de344cd238deca992a1482cb | diff --git a/src/main/java/com/couchbase/lite/Attachment.java b/src/main/java/com/couchbase/lite/Attachment.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/Attachment.java
+++ b/src/main/java/com/couchbase/lite/Attachment.java
@@ -176,17 +176,18 @@ public class Attachment {
Object v... | ApiTest.testAttachments() was failing because it tried to modify an unmodifiable collection. | couchbase_couchbase-lite-java-core | train | java |
20dd3f4c88c634dfa513484cdc8c9ca0097a0f93 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -24,14 +24,16 @@ function exec(cmd, args, opts, cb){
if (cb == null) cb = function(){};
bin = spawn(cmd, args, opts);
stdout = ""
+ bin.stdout.setEncoding('utf8')
bin.stdout.on('data', function(dat... | more robust test - wait for close event, not exit | andrewrk_naught | train | js |
07b60a6bb42796e6f060730ce4bf22762942b0b8 | diff --git a/lib/plugins/aws/deploy/lib/validateTemplate.js b/lib/plugins/aws/deploy/lib/validateTemplate.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/deploy/lib/validateTemplate.js
+++ b/lib/plugins/aws/deploy/lib/validateTemplate.js
@@ -2,6 +2,7 @@
const getCompiledTemplateS3Suffix = require('../../lib/nam... | fix: Expose template errror with user error | serverless_serverless | train | js |
756f94a3d77e25269b1d41c13cacf3f789cff2c7 | diff --git a/lib/provider/ticket.rb b/lib/provider/ticket.rb
index <HASH>..<HASH> 100644
--- a/lib/provider/ticket.rb
+++ b/lib/provider/ticket.rb
@@ -21,6 +21,30 @@ module TicketMaster::Provider
self.project_slug
end
+ def created_at
+ if self[:created_at].blank?
+ Time.now #kanb... | add created_at and updated_at times
returns Time.now if created_at or updated_at doesn't exist | hybridgroup_taskmapper-kanbanpad | train | rb |
de18c514c6fe4200da8b96d93ca244cf035e0630 | diff --git a/bcbio/pipeline/sample.py b/bcbio/pipeline/sample.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/sample.py
+++ b/bcbio/pipeline/sample.py
@@ -136,7 +136,7 @@ def process_alignment(data, alt_input=None):
# bam.index(fastq1, dd.get_config(data))
# data["work_bam"] = fastq1
... | Make log less spammy, especially during restarts.
If we are restarting, we've already aligned here so don't need
these messages. | bcbio_bcbio-nextgen | train | py |
969200ffad1ef77323e4685a7f0dce3cc90f031c | diff --git a/nion/swift/command.py b/nion/swift/command.py
index <HASH>..<HASH> 100644
--- a/nion/swift/command.py
+++ b/nion/swift/command.py
@@ -68,13 +68,24 @@ def main():
command.launch(sys.argv)
return
- # next, attempt to launch using pyqt
success = False
+
+ # next attempt to launc... | Add preliminary support for PySide2. | nion-software_nionswift | train | py |
8188e78d22eeef99eb5ad5e6728821a8c77cfcd5 | diff --git a/synapse/lib/syntax.py b/synapse/lib/syntax.py
index <HASH>..<HASH> 100644
--- a/synapse/lib/syntax.py
+++ b/synapse/lib/syntax.py
@@ -42,6 +42,13 @@ def nom(txt,off,cset,trim=True):
return r,off
+def meh(txt,off,cset):
+ r = ''
+ while len(txt) > off and txt[off] not in cset:
+ r += t... | added meh() function to consume while not in cset | vertexproject_synapse | train | py |
5b42571469651e5864f3ffe33a6042001935ad35 | diff --git a/compiler/setup.py b/compiler/setup.py
index <HASH>..<HASH> 100644
--- a/compiler/setup.py
+++ b/compiler/setup.py
@@ -14,7 +14,7 @@ def readme():
setup(
name="quilt",
- version="2.7.1",
+ version="2.8.0",
packages=find_packages(),
description='Quilt is a data package manager',
... | Release <I> (#<I>) | quiltdata_quilt | train | py |
93f0c2063be24c6a14c4b1c7e000a5c53d66d9e7 | diff --git a/salt/states/mount.py b/salt/states/mount.py
index <HASH>..<HASH> 100644
--- a/salt/states/mount.py
+++ b/salt/states/mount.py
@@ -122,7 +122,7 @@ def mounted(name,
elif device.upper().startswith('UUID='):
real_device = device.split('=')[1].strip('"').lower()
elif device.upper().startswit... | We do not have to lower() the label. | saltstack_salt | train | py |
d2589ab94aab357e41180f9f2b406e9ffec32ef7 | diff --git a/azure-kusto-ingest/tests/sample.py b/azure-kusto-ingest/tests/sample.py
index <HASH>..<HASH> 100644
--- a/azure-kusto-ingest/tests/sample.py
+++ b/azure-kusto-ingest/tests/sample.py
@@ -18,7 +18,7 @@ from azure.kusto.ingest import (
##################################################################
## ... | Fix ingestion endpoint format (#<I>) | Azure_azure-kusto-python | train | py |
6636ed0f38f64586537197936df61e1b28d6bdf1 | diff --git a/pystock_crawler/settings.py b/pystock_crawler/settings.py
index <HASH>..<HASH> 100644
--- a/pystock_crawler/settings.py
+++ b/pystock_crawler/settings.py
@@ -38,10 +38,10 @@ SPIDER_MODULES = ['pystock_crawler.spiders']
# Crawl responsibly by identifying yourself (and your website) on the user-agent
#USER... | Turn off AutoThrottle since it's too slow | eliangcs_pystock-crawler | train | py |
0f01e2bb59d206ac250d896574664ebbcbeb2a44 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -109,6 +109,10 @@ SteamUser.prototype.setOptions = function(options) {
};
function checkDirExists(dir) {
+ if(!dir) {
+ return;
+ }
+
var path = '';
dir.replace(/\\/g, '/').split('/').forEach(function(dir, index) {
... | Fixed crash when dataDirectory is null in constructor | DoctorMcKay_node-steam-user | train | js |
c17f11702be1b8bbce6c0d32531a1bce214cf2cc | diff --git a/includes/i18n.php b/includes/i18n.php
index <HASH>..<HASH> 100644
--- a/includes/i18n.php
+++ b/includes/i18n.php
@@ -351,6 +351,7 @@
'follow-steps-to-complete-upgrade' => __( 'Please follow these steps to complete the upgrade',
'freemius' ),
'download-latest-x-version' =... | [i<I>n] [add-ons] [bug-fix] [minor] Added missing string that previously existed for the after add-on purchase admin notice. | Freemius_wordpress-sdk | train | php |
05673f7fbfa8b74f2b98bffd16db06563e04c46d | diff --git a/lib/marc/writer.rb b/lib/marc/writer.rb
index <HASH>..<HASH> 100644
--- a/lib/marc/writer.rb
+++ b/lib/marc/writer.rb
@@ -131,7 +131,7 @@ module MARC
if allow_oversized
formatted = sprintf("%0#{num_digits}i", 0)
else
- raise MARC::Exception.new("Can't write MARC record... | Writer, better error message grammar for too-long record | ruby-marc_ruby-marc | train | rb |
d3795ccf5aac03181c362ad8984e7f80377c1456 | diff --git a/PyFunceble/abstracts/package.py b/PyFunceble/abstracts/package.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/abstracts/package.py
+++ b/PyFunceble/abstracts/package.py
@@ -73,7 +73,7 @@ class Package:
:type: str
"""
- VERSION = "2.59.2.dev (Green Galago: Skitterbug)"
+ VERSION = "3.00.1... | learning to count to 3 :smiley: | funilrys_PyFunceble | train | py |
7fcd5e52b0f7e7133789b2f4392295f3d01120d6 | diff --git a/microservices/http/settings.py b/microservices/http/settings.py
index <HASH>..<HASH> 100644
--- a/microservices/http/settings.py
+++ b/microservices/http/settings.py
@@ -10,7 +10,6 @@ class MicroserviceAPISettings(settings.APISettings):
def IN_RESOURCES(self):
default = [
'method... | remove schema from default settings IN_RESOURCES | viatoriche_microservices | train | py |
5fe7e27bb16a06271f87bf19473b8604df92b4f7 | diff --git a/gitlab/objects.py b/gitlab/objects.py
index <HASH>..<HASH> 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -935,7 +935,7 @@ class ProjectHookManager(BaseManager):
class ProjectIssueNote(GitlabObject):
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
_constructorTypes = {'aut... | Enable updates on ProjectIssueNotes | python-gitlab_python-gitlab | train | py |
0f06b8737c04b141ad155cae85b84d0458ddf3c5 | diff --git a/vespa/kepler.py b/vespa/kepler.py
index <HASH>..<HASH> 100644
--- a/vespa/kepler.py
+++ b/vespa/kepler.py
@@ -53,7 +53,8 @@ WEAKSECDATA.index = WEAKSECDATA['KOI'].apply(ku.koiname)
MAXAV = pd.read_table(os.path.join(DATAFOLDER,
'koi_maxAV.txt'),
- ... | re-implement MAXAV index | timothydmorton_VESPA | train | py |
5674491dc8e8ed1685cdb4c04922cb72ad8ba9b4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -309,8 +309,8 @@ exasol = ['pyexasol>=0.5.1', pandas_requirement]
facebook = [
'facebook-business>=6.0.2',
]
-flask_appbuilder_authlib = [
- 'authlib',
+flask_appbuilder_oauth = [
+ 'flask-appbuilder[oauth]',
]
... | Update flask-appbuilder authlib/oauth dependency (#<I>)
The dependency we have for flask-appbuilder oauth authentication
(for github/google authentication) should follow the limits
that flask-appbuilder current version has. We added authlib there
but apparently FAB currently limits authlib to <= <I> - we should
fo... | apache_airflow | train | py |
a30104467fc586ee2a160f900033040db329216c | diff --git a/src/Variations/Model/EventVariation.php b/src/Variations/Model/EventVariation.php
index <HASH>..<HASH> 100644
--- a/src/Variations/Model/EventVariation.php
+++ b/src/Variations/Model/EventVariation.php
@@ -80,7 +80,10 @@ class EventVariation extends EventSourcedAggregateRoot implements Deleteable
publ... | III-<I>: Only keep track of new descriptions | cultuurnet_udb3-php | train | php |
a3ee6c02fa3d4c61221a5b3475de77b6d8b7496a | diff --git a/lib/specjour/printer.rb b/lib/specjour/printer.rb
index <HASH>..<HASH> 100644
--- a/lib/specjour/printer.rb
+++ b/lib/specjour/printer.rb
@@ -65,7 +65,7 @@ module Specjour
protected
def disconnecting(client_port)
- self.disconnections += 1
+ synchronize { self.disconnections += 1 }
... | Synchronize threads before mutating disconnections | sandro_specjour | train | rb |
afceccb9a601be621b7cd73c0658d38717a506cb | diff --git a/src/Core/CustomMethods.php b/src/Core/CustomMethods.php
index <HASH>..<HASH> 100644
--- a/src/Core/CustomMethods.php
+++ b/src/Core/CustomMethods.php
@@ -279,10 +279,12 @@ trait CustomMethods
$methods = $this->findMethodsFromExtension($extension);
if ($methods) {
foreach ($me... | CustomMethods->removeMethodsFrom Warnings
Check to ensure `self::$extra_methods[$class][$method]` exists before trying to retrieve its value. Silences warnings generated by updating a controller's failover. | silverstripe_silverstripe-framework | train | php |
6d0b21e2bf8ec7ddf0242938a71512c8e2515926 | diff --git a/lib/Field/Reference.php b/lib/Field/Reference.php
index <HASH>..<HASH> 100644
--- a/lib/Field/Reference.php
+++ b/lib/Field/Reference.php
@@ -76,7 +76,9 @@ class Field_Reference extends Field {
}
}
function refSQL(){
- return $this->ref('model')->addCondition($q->id_field,$this);
... | refSQL fixed for Many to one | atk4_atk4 | train | php |
f23acfd699ee0a19976edaeaada3df6c716e8fa6 | diff --git a/send_self.py b/send_self.py
index <HASH>..<HASH> 100644
--- a/send_self.py
+++ b/send_self.py
@@ -123,7 +123,7 @@ class WeakGeneratorWrapper(object):
print(si)
return getattr(si, 'value', None)
else:
- generator.send(value)
+ return generator... | Also forward stuff when not catching StopIteration | FichteFoll_resumeback | train | py |
3147a1e8b685f3fb2ad7a838f4e99973af0389cb | diff --git a/src/ElementResolver.php b/src/ElementResolver.php
index <HASH>..<HASH> 100644
--- a/src/ElementResolver.php
+++ b/src/ElementResolver.php
@@ -233,6 +233,7 @@ class ElementResolver
protected function findButtonByName($button)
{
if (! is_null($element = $this->find("input[type=submit][name... | Add type="button" to find
It did not find the buttons with HTML like.
<input type="button" value="Some text"/> | laravel_dusk | train | php |
855acb98ae92b939e8dead4d2f0068d7807819a0 | diff --git a/aggregate_root/lib/aggregate_root.rb b/aggregate_root/lib/aggregate_root.rb
index <HASH>..<HASH> 100644
--- a/aggregate_root/lib/aggregate_root.rb
+++ b/aggregate_root/lib/aggregate_root.rb
@@ -75,7 +75,7 @@ module AggregateRoot
Module.new do
def self.included(host_class)
host_class.ex... | Bring back the include which does not break on older rubies | RailsEventStore_rails_event_store | train | rb,rb |
bd805b435cd110f95eef0ab015fe4d3478ac247c | diff --git a/extension/ezoe/settings/content.ini.append.php b/extension/ezoe/settings/content.ini.append.php
index <HASH>..<HASH> 100644
--- a/extension/ezoe/settings/content.ini.append.php
+++ b/extension/ezoe/settings/content.ini.append.php
@@ -10,6 +10,8 @@
#[CustomTagSettings]
#AvailableCustomTags[]=pagebreak
#A... | Fix for EZP-<I>: Add support for custom tag names | ezsystems_ezpublish-legacy | train | php |
e254b0a9ff9b4197b77dec75283a79449bd09cfb | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -56,7 +56,7 @@ const PRETTIER_JAVA_VERSION = packagejs.dependencies['prettier-plugin-java'];
// Version of docker images
c... | Upgrade JHipster Registry to <I> | jhipster_generator-jhipster | train | js |
97b03ae0def7e71ee719307e19bd83bf01f2ae37 | diff --git a/keymap/sublime.js b/keymap/sublime.js
index <HASH>..<HASH> 100644
--- a/keymap/sublime.js
+++ b/keymap/sublime.js
@@ -156,8 +156,14 @@
var ranges = cm.listSelections(), newRanges = [];
for (var i = 0; i < ranges.length; i++) {
var range = ranges[i];
- var newAnchor = cm.findPosV(range... | [sublime keymap] Fix addCursorToSelection.
In addCursorToSelection, keep the cursor's position after short lines. | codemirror_CodeMirror | train | js |
65e7a4c7b8cbadae71995bd6e73032d59badea88 | diff --git a/lib/madison.rb b/lib/madison.rb
index <HASH>..<HASH> 100644
--- a/lib/madison.rb
+++ b/lib/madison.rb
@@ -10,12 +10,12 @@ module Madison
end
def get_abbrev(name)
- raise ArgumentError("Argument must be a string") unless name.is_a? String
+ validate_arg(name)
state_abbrevs[name.... | Fixed bug; slightly refactored ArgumentError error raising | mdb_madison.rb | train | rb |
ff243da122d82d0f6b85fd5b8cec53adc76779dc | diff --git a/src/ZfrOAuth2Module/Server/Factory/AccessTokenStorageFactory.php b/src/ZfrOAuth2Module/Server/Factory/AccessTokenStorageFactory.php
index <HASH>..<HASH> 100644
--- a/src/ZfrOAuth2Module/Server/Factory/AccessTokenStorageFactory.php
+++ b/src/ZfrOAuth2Module/Server/Factory/AccessTokenStorageFactory.php
@@ -3... | AccessTokenStorageFactory adapted to the new storage constructor | zf-fr_zfr-oauth2-server-module | train | php |
35bc95a9a2787ccf475f86652f2cd0ad7dd0b6b3 | diff --git a/src/ca/eandb/util/progress/ProgressTableModel.java b/src/ca/eandb/util/progress/ProgressTableModel.java
index <HASH>..<HASH> 100644
--- a/src/ca/eandb/util/progress/ProgressTableModel.java
+++ b/src/ca/eandb/util/progress/ProgressTableModel.java
@@ -71,17 +71,12 @@ public final class ProgressTableModel ext... | Don't bother checking if this is the event dispatch queue when creating a progress monitor. | bwkimmel_java-util | train | java |
f7665e4444d3a9c7132797adc92ea27d070da00b | diff --git a/src/Nut/TestRunner.php b/src/Nut/TestRunner.php
index <HASH>..<HASH> 100644
--- a/src/Nut/TestRunner.php
+++ b/src/Nut/TestRunner.php
@@ -35,7 +35,7 @@ class TestRunner extends BaseCommand
if (is_null($executable)) {
$output->writeln("No PHPUnit test runner found in the vendor dir or ... | Update Nut's TestRunner for changes in layout | bolt_bolt | train | php |
38abcff7548bd9f9ff448de708c685288444ccfb | diff --git a/app/gosns/gosns.go b/app/gosns/gosns.go
index <HASH>..<HASH> 100644
--- a/app/gosns/gosns.go
+++ b/app/gosns/gosns.go
@@ -296,7 +296,7 @@ type TopicMessage struct {
TopicArn string
Subject string
Message string
- TimeStamp string
+ Timestamp string
}
func CreateMessageBody(msg string, subjec... | ISSUE-<I>: Rename Message TimeStamp Property to Be Consistent with AWS SNS Message Body Property
Fix timestamp date string format to match the AWS format. | p4tin_goaws | train | go |
f696db347f1fc19c6b428997b2f3b7517c0e55be | diff --git a/lib/content.js b/lib/content.js
index <HASH>..<HASH> 100644
--- a/lib/content.js
+++ b/lib/content.js
@@ -254,8 +254,7 @@ Content.prototype.getBufferToHash = function getBufferToHash () {
}
Content.prototype.getHashBuffer = function getHash () {
- var hashbuf = this._hashBuf || bitcore.crypto.Hash.sha... | Replace last of Content's ECDSA.verify / sha<I> with AsyncCrypto (#<I>)
- Use new AsyncCrypto.verifySignature (#<I> added)
- Removes last expensive main-thread crypto from Content and closes #<I> | moneybutton_yours-core | train | js |
59cd5e40719eaab3aaa18fe5c489d65a6f753d2d | diff --git a/astroplan/plots/__init__.py b/astroplan/plots/__init__.py
index <HASH>..<HASH> 100644
--- a/astroplan/plots/__init__.py
+++ b/astroplan/plots/__init__.py
@@ -1,9 +1,6 @@
"""
`astroplan.plots` is a module for making plots of important quantities within
the `astroplan` toolbox, such as airmass vs. time, e... | Edited plots/__init__.py docstring. | astropy_astroplan | train | py |
b52812e6b5c6d33260dd1f7ba329553eb462eeb7 | diff --git a/aeron-client/src/main/java/io/aeron/Aeron.java b/aeron-client/src/main/java/io/aeron/Aeron.java
index <HASH>..<HASH> 100644
--- a/aeron-client/src/main/java/io/aeron/Aeron.java
+++ b/aeron-client/src/main/java/io/aeron/Aeron.java
@@ -649,9 +649,9 @@ public class Aeron implements AutoCloseable
}
... | [Java] Fix Javadoc link for incorrect use of java.time.Clock. | real-logic_aeron | train | java |
4a208f0071b0ece3a36bf3be4fc3c7602cce2cd8 | diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index <HASH>..<HASH> 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -124,6 +124,7 @@ LANG_RELEASE_MATRIX = {
('v1.18.0', ReleaseInfo(runtime_subset=['go1.11'])),
... | Add <I> releases of grpc-go to interop matrix | grpc_grpc | train | py |
8c3bdde5bedeae9d352a4259ff3d36ce352fe490 | diff --git a/Adafruit_GPIO/FT232H.py b/Adafruit_GPIO/FT232H.py
index <HASH>..<HASH> 100644
--- a/Adafruit_GPIO/FT232H.py
+++ b/Adafruit_GPIO/FT232H.py
@@ -185,7 +185,10 @@ class FT232H(GPIO.BaseGPIO):
#else:
# logger.debug('Modem status error {0}'.format(ret))
length = len(string)
- re... | Allow basic support for libFTDI<I>
Between libFTDI versions <I> and <I>. The largest difference is a simple syntax difference on one function, where they removed one of the three arguments. Simply try the one for <=<I>, and if that throws a TypeError, try the syntax for <I>+
here is a screenshot:
<URL> | adafruit_Adafruit_Python_GPIO | train | py |
a1a4528914f019bebb9efe595013f5e4528563c8 | diff --git a/oauth/providers/BaseOAuthProviderSource.php b/oauth/providers/BaseOAuthProviderSource.php
index <HASH>..<HASH> 100644
--- a/oauth/providers/BaseOAuthProviderSource.php
+++ b/oauth/providers/BaseOAuthProviderSource.php
@@ -272,4 +272,11 @@ abstract class BaseOAuthProviderSource {
$this->clientSecre... | Added BaseOAuthProviderSource::getAccount(), alias of getUserDetails() for retro compatibility | dukt_oauth | train | php |
953675b122cb5e3f76b5a3b8e005304decfcc0f5 | diff --git a/lib/adhearsion/initializer.rb b/lib/adhearsion/initializer.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/initializer.rb
+++ b/lib/adhearsion/initializer.rb
@@ -225,7 +225,8 @@ module Adhearsion
end
::Logging.appenders.file(f,
:layout => ::Logging.layouts.pattern(
- ... | [BUGFIX] Ensure that millisecond logging occurs in default file log | adhearsion_adhearsion | train | rb |
808701346b2c638794c358b8719e4ba81d029167 | diff --git a/go/client/cmd_compat.go b/go/client/cmd_compat.go
index <HASH>..<HASH> 100644
--- a/go/client/cmd_compat.go
+++ b/go/client/cmd_compat.go
@@ -61,8 +61,8 @@ func NewCmdCompatPush(cl *libcmdline.CommandLine) cli.Command {
return cli.Command{
Name: "push",
Action: func(c *cli.Context) {
- GlobUI.Pri... | Change push replacement to pgp select | keybase_client | train | go |
ffe2c5d7aa710ab4766cd15fef95b923f9d2fc5c | diff --git a/credentials/credentials.go b/credentials/credentials.go
index <HASH>..<HASH> 100644
--- a/credentials/credentials.go
+++ b/credentials/credentials.go
@@ -54,7 +54,7 @@ import (
var (
// alpnProtoStr are the specified application level protocols for gRPC.
- alpnProtoStr = []string{"h2-14", "h2-15", "h2... | add h2 into ALPN protocol | grpc_grpc-go | train | go |
2599078249f7df9c649a3a675334b7bd97ef7719 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -27,7 +27,7 @@ return array(
'label' => 'Development Tools',
'description' => 'Developer tools that can assist you in creating new extensions, run scripts, destroy your install',
'license' => 'GP... | Bump minor version
tao-<I> | oat-sa_extension-tao-devtools | train | php,php |
645042f0c49edfe67480491dcc75ad0559997f47 | diff --git a/synchro/synchrotest.py b/synchro/synchrotest.py
index <HASH>..<HASH> 100644
--- a/synchro/synchrotest.py
+++ b/synchro/synchrotest.py
@@ -140,11 +140,13 @@ excluded_tests = [
# Accesses PyMongo internals.
'TestClient.test_kill_cursor_explicit_primary',
'TestClient.test_kill_cursor_explicit_s... | Skip some cursor tests in Synchro | mongodb_motor | train | py |
b859f3238eb3a198728f60e83eb040a7ee00d8c7 | diff --git a/pyramid_webassets/__init__.py b/pyramid_webassets/__init__.py
index <HASH>..<HASH> 100644
--- a/pyramid_webassets/__init__.py
+++ b/pyramid_webassets/__init__.py
@@ -12,14 +12,19 @@ from webassets.exceptions import BundleError
class PyramidResolver(Resolver):
+ def __init__(self, env):
+ s... | avoid recreating the AssetResolver over and over | sontek_pyramid_webassets | train | py |
ad268ca4ed099dc93d542142753a63d5a11322b9 | diff --git a/tests/test_ytarray.py b/tests/test_ytarray.py
index <HASH>..<HASH> 100644
--- a/tests/test_ytarray.py
+++ b/tests/test_ytarray.py
@@ -1009,7 +1009,18 @@ def test_electromagnetic():
V = YTQuantity(1.0, "statV")
V_mks = V.to_equivalent("V", "SI")
yield assert_array_almost_equal, V_mks.v, 1.0e8... | Add failing test for coersion when multiplying YTQuantity by an ndarray
--HG--
branch : yt | yt-project_unyt | train | py |
2eb8ec0517a6ce3044cbb4816dc99e26b527c997 | diff --git a/tests/FioApi/TransactionListTest.php b/tests/FioApi/TransactionListTest.php
index <HASH>..<HASH> 100644
--- a/tests/FioApi/TransactionListTest.php
+++ b/tests/FioApi/TransactionListTest.php
@@ -12,8 +12,8 @@ class TransactionListTest extends \PHPUnit_Framework_TestCase
$this->assertSame(500, $tr... | Added test for TransactionList class | fix TZ | mhujer_fio-api-php | train | php |
8e292c4578edc545e30fa5450f4abb5b988d79e1 | diff --git a/lib/right_agent/serialize/serializable.rb b/lib/right_agent/serialize/serializable.rb
index <HASH>..<HASH> 100644
--- a/lib/right_agent/serialize/serializable.rb
+++ b/lib/right_agent/serialize/serializable.rb
@@ -30,9 +30,9 @@ module RightScale
def self.included(base)
if @check_active_suppor... | CM-<I> Upgrade Rails to <I> | rightscale_right_agent | train | rb |
4e2567fc6dffe26bd7cba566662f8f5b016c51a6 | diff --git a/biojava-structure/src/main/java/org/biojava/nbio/structure/geometry/SuperPositions.java b/biojava-structure/src/main/java/org/biojava/nbio/structure/geometry/SuperPositions.java
index <HASH>..<HASH> 100644
--- a/biojava-structure/src/main/java/org/biojava/nbio/structure/geometry/SuperPositions.java
+++ b/b... | Fix bug in superposeAndTransform method SuperPositions | biojava_biojava | train | java |
43301ee201249ff1f1f4cf0ee988e09d045394e9 | diff --git a/client/python/conductor/ConductorWorker.py b/client/python/conductor/ConductorWorker.py
index <HASH>..<HASH> 100644
--- a/client/python/conductor/ConductorWorker.py
+++ b/client/python/conductor/ConductorWorker.py
@@ -12,11 +12,12 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or impli... | more canonical way of imports that works in python 2 and 3 | Netflix_conductor | train | py |
669a6f3b5fc7779441c65d7e551bf8d8ab93f8a8 | diff --git a/src/db/ORM.php b/src/db/ORM.php
index <HASH>..<HASH> 100755
--- a/src/db/ORM.php
+++ b/src/db/ORM.php
@@ -131,6 +131,7 @@ class ORM
} elseif (is_integer($value) || is_string($value)) {
$result = (new static)->select_query(false)->where('id', '=', (int)$value)->one();
} else ... | assert() for detecting misuse of ORM::one | levmorozov_mii | train | php |
ff4e502ef83b3928bca18b4afad743a6a4cfe579 | diff --git a/examples/exportsom.py b/examples/exportsom.py
index <HASH>..<HASH> 100644
--- a/examples/exportsom.py
+++ b/examples/exportsom.py
@@ -158,8 +158,8 @@ def export_component(comp, parent_pop=''):
if cur['ordinate'] in svs:
curves.append(cur)
- ... | Minor change for python 2/3 compat | LEMS_pylems | train | py |
3775e423dbc47580b55856eec8c2afa3a4fd82a8 | diff --git a/mapper/uri_utils.go b/mapper/uri_utils.go
index <HASH>..<HASH> 100644
--- a/mapper/uri_utils.go
+++ b/mapper/uri_utils.go
@@ -5,8 +5,12 @@ import (
)
// APIURL - Establishes the ApiURL given a whether the Label is a Person, Organisation or Company (Public or Private)
-func APIURL(uuid string, labels []... | change to allow for test apiurl | Financial-Times_neo-model-utils-go | train | go |
4867dbb7b7cbe81991414c9bf630d273c92f9f85 | diff --git a/testing/test_pdb.py b/testing/test_pdb.py
index <HASH>..<HASH> 100644
--- a/testing/test_pdb.py
+++ b/testing/test_pdb.py
@@ -1325,3 +1325,11 @@ def test_stdout_encoding_None():
instance.stdout.encoding = None
instance.ensure_file_can_write_unicode(instance.stdout)
+
+ try:
+ import c... | test ensure_file_can_write_unicode with cStringIO | antocuni_pdb | train | py |
741de71614de0b3423baaa6e8bbf095e46b20833 | diff --git a/spec/p/push_spec.rb b/spec/p/push_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/p/push_spec.rb
+++ b/spec/p/push_spec.rb
@@ -71,6 +71,30 @@ describe 'Flor procedures' do
expect(r['payload']['ret']).to eq(nil)
expect(r['payload']['l']).to eq([])
end
+
+ it 'lets its second attribute b... | extend "push" spec with "bloom _2" | floraison_flor | train | rb |
ac17b3426917c8cb3005fa314ea8c2179441a91b | diff --git a/addon/models/contributor.js b/addon/models/contributor.js
index <HASH>..<HASH> 100644
--- a/addon/models/contributor.js
+++ b/addon/models/contributor.js
@@ -5,5 +5,6 @@ import OsfModel from '../mixins/osf-model';
export default DS.Model.extend(OsfModel, {
bibliographic: DS.attr('boolean'),
perm... | Add nodeId field to contributor model so nodeId is accessible in adapter. | CenterForOpenScience_ember-osf | train | js |
ac748d6b481765093d7663e6c291ec8b5fe24d2c | diff --git a/packages/core/src/mixins/source.js b/packages/core/src/mixins/source.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/mixins/source.js
+++ b/packages/core/src/mixins/source.js
@@ -138,7 +138,7 @@ module.exports = mixin(
if (event === 'change' && data.isResource) {
... | fix: sync for docs (#<I>) | frctl_fractal | train | js |
c57eea7f166d16979be32bfbe8ea25b286af1ace | diff --git a/.make-packages.js b/.make-packages.js
index <HASH>..<HASH> 100644
--- a/.make-packages.js
+++ b/.make-packages.js
@@ -20,7 +20,7 @@ const CJS_PKG = PKG_ROOT + '_cjs/';
const ESM5_PKG = PKG_ROOT + '_esm5/';
const ESM2015_PKG = PKG_ROOT + '_esm2015/';
const UMD_PKG = PKG_ROOT + 'bundles/';
-const TYPE_PKG... | fix(package): remove src directory and fix typings location (#<I>)
Related to #<I> | ReactiveX_rxjs | train | js |
5cb1f04b4ea2c33d5456d9cfcf5e69b19bbf5e02 | diff --git a/tests/calendar.py b/tests/calendar.py
index <HASH>..<HASH> 100644
--- a/tests/calendar.py
+++ b/tests/calendar.py
@@ -29,7 +29,7 @@ class TestCalendar(unittest.TestCase):
c = Calendar(fix)
d = Calendar(str(c))
self.assertEqual(c, d)
- self.assertSequenceEqu... | style in tests/calendar.py
Calendar.events is a Set instance | C4ptainCrunch_ics.py | train | py |
8fe5f29723f7b623a6f2db452b7c718edfb39194 | diff --git a/jenetics.incubator/src/main/java/io/jenetics/incubator/util/Lifecycle.java b/jenetics.incubator/src/main/java/io/jenetics/incubator/util/Lifecycle.java
index <HASH>..<HASH> 100644
--- a/jenetics.incubator/src/main/java/io/jenetics/incubator/util/Lifecycle.java
+++ b/jenetics.incubator/src/main/java/io/jene... | Additional Closeables for 'CloseableValue::trying' method. | jenetics_jenetics | train | java |
7e49003624962bcd188ee5b6aafded8b4df013a4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -7,6 +7,7 @@ function makeRequest(url, options, callback) {
url = url.replace('http://', 'https://'); // api_key requests require SSL
request({
+ json: true,
uri : url,
qs : options
}, function(err, ... | force json response and auto-parse | gillesdemey_node-geo | train | js |
c2e9aab459ee556a1a58d434ed1831e1b782f502 | diff --git a/txaws/ec2/client.py b/txaws/ec2/client.py
index <HASH>..<HASH> 100644
--- a/txaws/ec2/client.py
+++ b/txaws/ec2/client.py
@@ -23,11 +23,11 @@ class Reservation(object):
@attrib groups: A list of security groups.
@attrib instances: A list of C{Instance}s.
"""
- def __init__(self, reservati... | Changed default values in signature so that groups and instances wouldn't be
shared across all Reservation objects. | twisted_txaws | train | py |
069b2e371f406777aea14a1757b8fbf764d46f00 | diff --git a/src/Illuminate/Filesystem/FilesystemManager.php b/src/Illuminate/Filesystem/FilesystemManager.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Filesystem/FilesystemManager.php
+++ b/src/Illuminate/Filesystem/FilesystemManager.php
@@ -169,7 +169,8 @@ class FilesystemManager implements FactoryContract
... | [9.x] Respect the visibility of the local driver (#<I>)
* Fix ensure that the visibility of the local driver is taken into account
* Update src/Illuminate/Filesystem/FilesystemManager.php | laravel_framework | train | php |
b1d38296510f8b74da392c1cb89a4a6de66df7c4 | diff --git a/js/panel_controller.js b/js/panel_controller.js
index <HASH>..<HASH> 100644
--- a/js/panel_controller.js
+++ b/js/panel_controller.js
@@ -68,8 +68,8 @@
focused: true,
width: 580,
height: 440,
- minWidth: 230,
- minHeight: 150
... | Update minimal window dimensions
Some day we'll probably lower these minimums but first we'd need a more
responsive design.
Fixes #<I>
// FREEBIE | ForstaLabs_librelay-node | train | js |
cd743f4b8e9a7257dba73976d1a5f1f239197c36 | diff --git a/example/run.js b/example/run.js
index <HASH>..<HASH> 100644
--- a/example/run.js
+++ b/example/run.js
@@ -46,6 +46,10 @@ http.createServer(function(req, res){
choices: {one: 'item 1', two: 'item 2', three: 'item 3'},
widget: widgets.multipleCheckbox()
}),
+ even_mo... | added field with multipleRadio widget to example form | caolan_forms | train | js |
adb207bef80f74c99bbda5d87f4c8b9d0af46293 | diff --git a/qiskit/transpiler/passes/routing/algorithms/bip_model.py b/qiskit/transpiler/passes/routing/algorithms/bip_model.py
index <HASH>..<HASH> 100644
--- a/qiskit/transpiler/passes/routing/algorithms/bip_model.py
+++ b/qiskit/transpiler/passes/routing/algorithms/bip_model.py
@@ -372,7 +372,10 @@ class BIPMapping... | Fix registers in Layout found by BIP (#<I>)
Fixes an oversight in BIP mapper where the Layout was constructed without registers added to it | Qiskit_qiskit-terra | train | py |
54358f89e895d1b05ce6bfcd0fb2e9bf8b0e8530 | diff --git a/runcommands/config.py b/runcommands/config.py
index <HASH>..<HASH> 100644
--- a/runcommands/config.py
+++ b/runcommands/config.py
@@ -118,6 +118,9 @@ class RawConfig(OrderedDict):
del self[name]
return value
+ def update(self, *args, **kwargs):
+ self.__do_update(args, kwa... | Add RawConfig.update()
This is needed for the same the overridden `get` and `pop` methods are
needed: to ensure RawConfig's __getitem__ is used when updating. | wylee_runcommands | train | py |
af5665f35bf67aab172958009b14e6bd509abd8f | diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/fixtures/base_case.py
+++ b/seleniumbase/fixtures/base_case.py
@@ -2818,22 +2818,13 @@ class BaseCase(unittest.TestCase):
raise Exception("""SeleniumBase plugins did not load!... | Handle spinning up new browser drivers more efficiently | seleniumbase_SeleniumBase | train | py |
454d857469e7ed4156e219168230733e0086d712 | diff --git a/tasks/lib/mocha-runner.js b/tasks/lib/mocha-runner.js
index <HASH>..<HASH> 100644
--- a/tasks/lib/mocha-runner.js
+++ b/tasks/lib/mocha-runner.js
@@ -24,7 +24,7 @@ module.exports = function (opts, fileGroup, browser, grunt, onTestFinish) {
opts.originalReporter = opts.originalReporter || opts.report... | When mocha experiences a fatal error (like a bad require module reference), make sure that the build fails. | jmreidy_grunt-mocha-webdriver | train | js |
b75741b50f97197f728d99060796e3d8d6db7eaf | diff --git a/spec/models/data_mapper/data_mapper_spec.rb b/spec/models/data_mapper/data_mapper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/data_mapper/data_mapper_spec.rb
+++ b/spec/models/data_mapper/data_mapper_spec.rb
@@ -24,6 +24,7 @@ if defined? DataMapper
User.paginates_per(5)
User.pag... | Restoring global configuration value.
Without setting this back to nil, this affects all other tests. | kaminari_kaminari | train | rb |
328be36484453aaea8a34aee2918b3194ebc127f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -86,6 +86,10 @@ function Bugout(identifier, opts) {
} else {
this.torrent.on('ready', this._onTorrent.bind(this));
}
+ // Could be existing wires...
+ this.torrent.wires.forEach((wire) => {
+ attach... | Emit wire event after the fact. | chr15m_bugout | train | js |
4afdea6d8263903e843bd6deb3b64e33270c2210 | diff --git a/tests/TestCase/Database/ConnectionTest.php b/tests/TestCase/Database/ConnectionTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Database/ConnectionTest.php
+++ b/tests/TestCase/Database/ConnectionTest.php
@@ -723,6 +723,7 @@ class ConnectionTest extends TestCase {
->setMethods(['connect'])
... | explicitly log queries
with the constructor disabled to avoid the driver error - need to enable
log queries by hand | cakephp_cakephp | train | php |
32c959684566c2cb6bb407d6ca92395549cf7663 | diff --git a/jumi-daemon/src/main/java/fi/jumi/daemon/Main.java b/jumi-daemon/src/main/java/fi/jumi/daemon/Main.java
index <HASH>..<HASH> 100644
--- a/jumi-daemon/src/main/java/fi/jumi/daemon/Main.java
+++ b/jumi-daemon/src/main/java/fi/jumi/daemon/Main.java
@@ -91,11 +91,14 @@ public class Main {
class Delaye... | Print a message when the JVM exits to help in debugging | luontola_jumi-actors | train | java |
b90685d3c9f88765471af444e7e49a5825929fef | diff --git a/transport/src/main/java/io/netty/channel/FixedRecvByteBufAllocator.java b/transport/src/main/java/io/netty/channel/FixedRecvByteBufAllocator.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/channel/FixedRecvByteBufAllocator.java
+++ b/transport/src/main/java/io/netty/channel/FixedRec... | Not share FixedRecvByteBufAllocator.HandleImpl
Motivation:
As MaxMessageHandle is stateful we can not share the same HandleImpl instance as otherwise we will see race conditions.
Modifications:
Create a new HandleImpl instance on each newHandle() call.
Result:
No more races. | netty_netty | train | java |
133299c653ecd0139b12e898a186f3c15dfdaf8b | diff --git a/cake/console/cake.php b/cake/console/cake.php
index <HASH>..<HASH> 100644
--- a/cake/console/cake.php
+++ b/cake/console/cake.php
@@ -118,14 +118,6 @@ class ShellDispatcher {
* @param array $args the argv.
*/
function ShellDispatcher($args = array()) {
- $this->__construct($args);
- }
-/**
- * Const... | Removing duplicate constructor from ShellDispatcher.
Fixes warnings under PHP<I>.
Fixes #<I> | cakephp_cakephp | train | php |
0ffae1bfe587b907a80142349eb8f2fe006a904a | diff --git a/src/Fbf/LaravelYoutube/Youtube.php b/src/Fbf/LaravelYoutube/Youtube.php
index <HASH>..<HASH> 100644
--- a/src/Fbf/LaravelYoutube/Youtube.php
+++ b/src/Fbf/LaravelYoutube/Youtube.php
@@ -62,12 +62,16 @@ class Youtube {
*/
public function getLatestAccessTokenFromDB()
{
- $latest = \DB::table(\Config:... | Fixed #4
Not really a DRY solution | FbF_Laravel-Youtube | train | php |
6789b932a9bce20c16731acd68afe11eed29a1ce | diff --git a/spec/shoulda/action_controller/assign_to_matcher_spec.rb b/spec/shoulda/action_controller/assign_to_matcher_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/shoulda/action_controller/assign_to_matcher_spec.rb
+++ b/spec/shoulda/action_controller/assign_to_matcher_spec.rb
@@ -8,7 +8,7 @@ describe Shoulda::Mat... | Make the assign_to_matcher spec pass by fully qualifying the AssignToMatcher class | thoughtbot_shoulda-matchers | train | rb |
2ddf98c502fff5b1515a318d0ba757df35c244e1 | diff --git a/tests/junit-functional/org/jgroups/tests/FCTest.java b/tests/junit-functional/org/jgroups/tests/FCTest.java
index <HASH>..<HASH> 100644
--- a/tests/junit-functional/org/jgroups/tests/FCTest.java
+++ b/tests/junit-functional/org/jgroups/tests/FCTest.java
@@ -1,4 +1,4 @@
-// $Id: FCTest.java,v 1.2 2008/03/10... | added fragmentation protocol to config to get rid of complaint by FC | belaban_JGroups | train | java |
ce4b44f2d10e852adf9e2e88619e5748d0c4cfa3 | diff --git a/indra/sources/sofia/processor.py b/indra/sources/sofia/processor.py
index <HASH>..<HASH> 100644
--- a/indra/sources/sofia/processor.py
+++ b/indra/sources/sofia/processor.py
@@ -76,11 +76,13 @@ class SofiaProcessor(object):
effect_name = event_dict[effect_idx]['Relation']
... | Handle None grounding from SOFIA | sorgerlab_indra | train | py |
ecaca68a66bfc87398510033cc61f946b67a0e35 | diff --git a/js/bitfinex.js b/js/bitfinex.js
index <HASH>..<HASH> 100644
--- a/js/bitfinex.js
+++ b/js/bitfinex.js
@@ -468,7 +468,7 @@ module.exports = class bitfinex extends Exchange {
let orderType = order['type'];
let exchange = orderType.indexOf ('exchange ') >= 0;
if (exchange) {
- ... | bitfinex minor edit for decomposing assignment #<I> | ccxt_ccxt | train | js |
784b98d3a57d65f05ba7cf9f92a1ecc4fb30de16 | diff --git a/tests/unit/test_version.py b/tests/unit/test_version.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_version.py
+++ b/tests/unit/test_version.py
@@ -343,6 +343,7 @@ class VersionTestCase(TestCase):
for ver, repr_ret in expect:
assert repr(SaltStackVersion(*ver)) == repr_ret
+ ... | Only run Linux tests on Linux and Windows tests on Windows. | saltstack_salt | train | py |
e8573cd7eda2611399fe8b9995298bd36a327ac9 | diff --git a/lib/chef_apply/action/converge_target.rb b/lib/chef_apply/action/converge_target.rb
index <HASH>..<HASH> 100644
--- a/lib/chef_apply/action/converge_target.rb
+++ b/lib/chef_apply/action/converge_target.rb
@@ -79,6 +79,16 @@ module ChefApply::Action
exception_handlers << reporter
EOM
+ ... | Add config setting for target host log level | chef_chef-apply | train | rb,rb |
1645ad22d8adf15dff5913bb534d884c5c04f873 | diff --git a/question/engine/upgrade/behaviourconverters.php b/question/engine/upgrade/behaviourconverters.php
index <HASH>..<HASH> 100644
--- a/question/engine/upgrade/behaviourconverters.php
+++ b/question/engine/upgrade/behaviourconverters.php
@@ -112,7 +112,7 @@ abstract class question_behaviour_attempt_updater {
... | MDL-<I> code to deal with missing question_attempts was buggy. | moodle_moodle | train | php,php |
a25a08ec305a58572426b0eb53fb5d3926193950 | diff --git a/lib/pghero.rb b/lib/pghero.rb
index <HASH>..<HASH> 100644
--- a/lib/pghero.rb
+++ b/lib/pghero.rb
@@ -153,7 +153,7 @@ module PgHero
# stats for old databases are not cleaned up since we can't use an index
def clean_query_stats
each_database do |database|
- PgHero::QueryStats.where(d... | Keep for <I> days [skip ci] | ankane_pghero | train | rb |
d51a9e732415cf9014246ce010dc38e16ef957d5 | diff --git a/source/rafcon/gui/controllers/utils/tree_view_controller.py b/source/rafcon/gui/controllers/utils/tree_view_controller.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/controllers/utils/tree_view_controller.py
+++ b/source/rafcon/gui/controllers/utils/tree_view_controller.py
@@ -346,7 +346,8 @@ class... | fix(tree view entry widget): make cursor moving more robust | DLR-RM_RAFCON | train | py |
7fe8dc976ab2a7897f872110d46d44167466c5c0 | diff --git a/test/base.js b/test/base.js
index <HASH>..<HASH> 100644
--- a/test/base.js
+++ b/test/base.js
@@ -18,7 +18,7 @@
module.exports = function(cb_) {
var argv = require('minimist')(process.argv.slice(2));
require('../index.js')(cb_, {
- exec_path: argv.thrust_path || null,
+ exec_path: argv.exec_p... | Updated window_devtools test and exec_path in base | breach_node-thrust | train | js,js |
e7fc554a3129e63e4208ea94e0583419b3c65f1e | diff --git a/grimoire_elk/elk/meetup.py b/grimoire_elk/elk/meetup.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/elk/meetup.py
+++ b/grimoire_elk/elk/meetup.py
@@ -169,6 +169,8 @@ class MeetupEnrich(Enrich):
eitem['num_rsvps'] = len(event['rsvps'])
eitem['num_comments'] = len(event['comments'])
+... | [enrich][meetup] Add a new field time_date with the date in which the event is planned | chaoss_grimoirelab-elk | train | py |
bc5978c7142ca53de1429e87c081227369d2829d | diff --git a/src/js/mep-player.js b/src/js/mep-player.js
index <HASH>..<HASH> 100644
--- a/src/js/mep-player.js
+++ b/src/js/mep-player.js
@@ -949,7 +949,7 @@
total.width(railWidth - (total.outerWidth(true) - total.width()));
if (lastControl.css('position') != 'absolute') {
- lastControlPosition = lastC... | [fix #<I>] Avoid an error when there are no controls in the control bar | mediaelement_mediaelement | train | js |
966d841a86a2be06a9cc435003f1249fa6258980 | diff --git a/aetros/commands/ServerCommand.py b/aetros/commands/ServerCommand.py
index <HASH>..<HASH> 100644
--- a/aetros/commands/ServerCommand.py
+++ b/aetros/commands/ServerCommand.py
@@ -157,11 +157,11 @@ class ServerCommand:
for process in self.job_processes:
job = getattr(process, 'job')
... | fixed python3 compatibility issue | aetros_aetros-cli | train | py |
1cef3f5b7bfd5ad44b6fa70c6fe8a855b35999a2 | diff --git a/samples/life/src/com/amd/aparapi/sample/life/Main.java b/samples/life/src/com/amd/aparapi/sample/life/Main.java
index <HASH>..<HASH> 100644
--- a/samples/life/src/com/amd/aparapi/sample/life/Main.java
+++ b/samples/life/src/com/amd/aparapi/sample/life/Main.java
@@ -196,7 +196,8 @@ public class Main{
... | Added support for @Constant annotation and _$constant$ suffix for constant buffer types | Syncleus_aparapi | train | java |
f9ac969a277233f24a8255eab65a79314cf1f1d2 | diff --git a/test/aqua/operators/test_op_construction.py b/test/aqua/operators/test_op_construction.py
index <HASH>..<HASH> 100644
--- a/test/aqua/operators/test_op_construction.py
+++ b/test/aqua/operators/test_op_construction.py
@@ -21,7 +21,7 @@ import numpy as np
from qiskit import QuantumCircuit
from qiskit.qu... | Import standard gates from new location (Qiskit/qiskit-aqua#<I>)
* import standard gates from new location
* local import for IBMQ | Qiskit_qiskit-terra | train | py |
c5516452c4dde81b77086ce45df115ceea7f315e | diff --git a/src/core/text/Text.js b/src/core/text/Text.js
index <HASH>..<HASH> 100644
--- a/src/core/text/Text.js
+++ b/src/core/text/Text.js
@@ -432,7 +432,7 @@ Text.prototype.updateTexture = function ()
texture.trim.x = -style.padding;
texture.trim.y = -style.padding;
- texture.orig.width = texture._f... | fixes #<I>
Text width was being incorrectly reported when padding is used | pixijs_pixi.js | train | js |
4b4249fa7efd5862cbda9ff889c9d56ae3338d0a | diff --git a/actionpack/test/dispatch/mime_type_test.rb b/actionpack/test/dispatch/mime_type_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/dispatch/mime_type_test.rb
+++ b/actionpack/test/dispatch/mime_type_test.rb
@@ -18,7 +18,7 @@ class MimeTypeTest < ActiveSupport::TestCase
assert_equal Mime::Type... | Added test case for deprecation of Mime.const_defined? and removed use of it. | rails_rails | train | rb |
c4719ce83ea24bfc256fc741ddfbc97f5d3e8853 | diff --git a/lib/plsql/jdbc_connection.rb b/lib/plsql/jdbc_connection.rb
index <HASH>..<HASH> 100644
--- a/lib/plsql/jdbc_connection.rb
+++ b/lib/plsql/jdbc_connection.rb
@@ -223,8 +223,6 @@ module PLSQL
end
RUBY_CLASS_TO_SQL_TYPE = {
- Fixnum => java.sql.Types::INTEGER,
- Bignum => java.sql.Types... | Fixnum and Bignum are deprecated in Ruby <I>
This pull request addresses these warnings.
<URL> | rsim_ruby-plsql | train | rb |
5ee33e9712e013840be163e6cdb3f8d3352c7082 | diff --git a/salt/config.py b/salt/config.py
index <HASH>..<HASH> 100644
--- a/salt/config.py
+++ b/salt/config.py
@@ -13,7 +13,7 @@ def minion_config(path):
Reads in the minion configuration file and sets up special options
'''
opts = {'master': 'mcp',
- 'master_port': '7777',
+ 'm... | I went out and found some good ports to use, ones that use my lucky number <I>
:) | saltstack_salt | train | py |
7477792b48543efe6a4254b7f633ed01e1d55762 | diff --git a/pygaia/errors/photometric.py b/pygaia/errors/photometric.py
index <HASH>..<HASH> 100644
--- a/pygaia/errors/photometric.py
+++ b/pygaia/errors/photometric.py
@@ -1,4 +1,4 @@
-__all__ = ['g_magnitude_uncertainty', 'g_magnitude_uncertainty+eom',
+__all__ = ['g_magnitude_uncertainty', 'g_magnitude_uncertaint... | fixed type in __all__ | agabrown_PyGaia | train | py |
fc8ad799974d6e91bc48d83742a68bdd40890b95 | diff --git a/ipfsapi/encoding.py b/ipfsapi/encoding.py
index <HASH>..<HASH> 100644
--- a/ipfsapi/encoding.py
+++ b/ipfsapi/encoding.py
@@ -277,7 +277,8 @@ class Json(Encoding):
bytes
"""
try:
- result = json.dumps(obj, sort_keys=True)
+ result = json.dumps(obj, sort_... | serialize using most compact JSON representation | ipfs_py-ipfs-api | train | py |
8699596dcef52dac1c7a1545b034db93d0b0e5c6 | diff --git a/libcontainer/process_linux.go b/libcontainer/process_linux.go
index <HASH>..<HASH> 100644
--- a/libcontainer/process_linux.go
+++ b/libcontainer/process_linux.go
@@ -86,9 +86,9 @@ func (p *setnsProcess) signal(sig os.Signal) error {
return unix.Kill(p.pid(), s)
}
-func (p *setnsProcess) start() (err e... | libct/(*setnsProcess).Start: use retErr
It is not a good practice to have the name `err` for the error returned
by a function. Switch to `retErr`. | opencontainers_runc | train | go |
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.