hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
07d8c0b74779e8a2a7fda01655743521d950f76d | diff --git a/datastore-core/src/main/java/org/opencb/datastore/core/ObjectMap.java b/datastore-core/src/main/java/org/opencb/datastore/core/ObjectMap.java
index <HASH>..<HASH> 100644
--- a/datastore-core/src/main/java/org/opencb/datastore/core/ObjectMap.java
+++ b/datastore-core/src/main/java/org/opencb/datastore/core/... | core: ObjectMap get(key, clazz) added clazz.instanceOf() in order to avoid ClassCastException | opencb_datastore | train |
4185d1c231cbf911f5adb68072733209aeb4375a | diff --git a/gwpy/timeseries/core.py b/gwpy/timeseries/core.py
index <HASH>..<HASH> 100644
--- a/gwpy/timeseries/core.py
+++ b/gwpy/timeseries/core.py
@@ -1471,7 +1471,9 @@ class TimeSeries(Series):
raise ValueError("TimeSeries sampling rates do not match: "
"%s vs %s.... | TimeSeries.is_compatible: treat '' and None units the same | gwpy_gwpy | train |
b310df571b2e9d6fd729217f7a124c7984f91512 | diff --git a/src/de/mrapp/android/dialog/MaterialDialogBuilder.java b/src/de/mrapp/android/dialog/MaterialDialogBuilder.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/dialog/MaterialDialogBuilder.java
+++ b/src/de/mrapp/android/dialog/MaterialDialogBuilder.java
@@ -387,8 +387,8 @@ public class MaterialDial... | Fixed the functionality to load list items from an array resource. | michael-rapp_AndroidMaterialDialog | train |
86c1f8adf21b8c4d0b792ba716461eb7bfef331a | diff --git a/lib/epp/server.rb b/lib/epp/server.rb
index <HASH>..<HASH> 100644
--- a/lib/epp/server.rb
+++ b/lib/epp/server.rb
@@ -85,7 +85,7 @@ module Epp #:nodoc:
extensions_container.add_element("extURI").text = uri
end
- command.add_element("clTRID").text = @clTRID
+ command.add_el... | Updated login transaction ID; can't be blank | ultraspeed_epp | train |
3f3a8a6f868e1bfeac8b117198784075cde2c7ee | diff --git a/mishmash/commands/sync/sync.py b/mishmash/commands/sync/sync.py
index <HASH>..<HASH> 100644
--- a/mishmash/commands/sync/sync.py
+++ b/mishmash/commands/sync/sync.py
@@ -170,7 +170,7 @@ class SyncPlugin(LoaderPlugin):
# stash the album though, we'll look for artwork
# upda... | fix: Pick up new image files when rescanning and no audio files changed. | nicfit_MishMash | train |
c79079347cc16014efd81589cb37c8852d782f9a | diff --git a/tasks.py b/tasks.py
index <HASH>..<HASH> 100644
--- a/tasks.py
+++ b/tasks.py
@@ -1,3 +1,5 @@
+from os.path import join
+
from invocations import docs
from invocations.testing import test, integration, watch_tests
from invocations.packaging import release
@@ -13,5 +15,9 @@ ns.configure({
'packaging... | Tweak for new invocations release tasks | bitprophet_releases | train |
e574981318b3f61c99a58f6cd9b5651a42275c1d | diff --git a/lib/rom/commands/abstract.rb b/lib/rom/commands/abstract.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/commands/abstract.rb
+++ b/lib/rom/commands/abstract.rb
@@ -10,15 +10,14 @@ module ROM
option :target
option :validator, reader: true
option :input, reader: true
- option :args, t... | Add support for setting a default value in Options | rom-rb_rom | train |
323605d169affeb9f2243b6eb142d44370390d28 | diff --git a/dashboard/modules/job/tests/test_job_manager.py b/dashboard/modules/job/tests/test_job_manager.py
index <HASH>..<HASH> 100644
--- a/dashboard/modules/job/tests/test_job_manager.py
+++ b/dashboard/modules/job/tests/test_job_manager.py
@@ -3,6 +3,7 @@ import os
import psutil
import tempfile
import sys
+im... | Support file:// for runtime_env working directories in jobs (#<I>)
This makes it possible to use an NFS file system that is shared on a cluster for runtime_env working directories. | ray-project_ray | train |
0df76b5f2941beb303c7d29128e592dde0a3eb12 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- xcake (0.4.8)
+ xcake (0.5.0)
claide (~> 0.9.1)
hooks (~> 0.4.1)
tty (~> 0.3.2)
@@ -42,9 +42,9 @@ GEM
minitest (5.8.3)
necromance... | Wires up Xcake plugins. | igor-makarov_xcake | train |
7708b1c5b538862707d873329ef64a3f8e230d55 | diff --git a/elifetools/tests/test_parse_jats.py b/elifetools/tests/test_parse_jats.py
index <HASH>..<HASH> 100644
--- a/elifetools/tests/test_parse_jats.py
+++ b/elifetools/tests/test_parse_jats.py
@@ -397,6 +397,16 @@ class TestParseJats(unittest.TestCase):
[OrderedDict([('type', 'person'), ('name', Ordered... | Tests for a couple articles with group authors. | elifesciences_elife-tools | train |
80d4234369e22ac346bf3e3f17323a7ad5c0f766 | diff --git a/src/js/select2/selection/single.js b/src/js/select2/selection/single.js
index <HASH>..<HASH> 100644
--- a/src/js/select2/selection/single.js
+++ b/src/js/select2/selection/single.js
@@ -37,6 +37,7 @@ define([
.attr('role', 'textbox')
.attr('aria-readonly', 'true');
this.$selection.attr('... | Add aria-controls to combobox (#<I>) | select2_select2 | train |
2386f9da6d2b863abeecdc550ff6c6c04aba9ff9 | diff --git a/PodioAPI.php b/PodioAPI.php
index <HASH>..<HASH> 100644
--- a/PodioAPI.php
+++ b/PodioAPI.php
@@ -91,16 +91,17 @@ class PodioBaseAPI {
protected $last_error;
private static $instance;
- private function __construct($url, $client_id, $client_secret, $frontend_token = '') {
+ private function __con... | Adding file upload method to API client | podio-community_podio-php | train |
6e870fa2cbfc04c0cb173d6cd6b55b7418efc27b | diff --git a/build.gradle b/build.gradle
index <HASH>..<HASH> 100644
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ ext {
gradleVersion = '2.8'
gradleScriptDir = "${rootProject.projectDir}/gradle"
- reactorVersion = '3.0.5.RELEASE'
+ reactorVersion = '3.0.6.RELEASE'
// Logging
slf4jVersion = '1.7.1... | update Mono.setCancellation to onCancel | reactor-attic_reactor-ipc | train |
95d0db8d7133253ad00e4507af07825cc2b341f9 | diff --git a/Kwf/Controller/Front.php b/Kwf/Controller/Front.php
index <HASH>..<HASH> 100644
--- a/Kwf/Controller/Front.php
+++ b/Kwf/Controller/Front.php
@@ -124,6 +124,14 @@ class Kwf_Controller_Front extends Zend_Controller_Front
{
if ($request === null) {
if (PHP_SAPI == 'cli') {
+ ... | Add vps symfony command that starts a child process with symfony console | koala-framework_koala-framework | train |
e59f08cce08aa889203835f333659c848766146a | diff --git a/src/Viserio/Component/Mail/Transport/MailgunTransport.php b/src/Viserio/Component/Mail/Transport/MailgunTransport.php
index <HASH>..<HASH> 100644
--- a/src/Viserio/Component/Mail/Transport/MailgunTransport.php
+++ b/src/Viserio/Component/Mail/Transport/MailgunTransport.php
@@ -36,17 +36,28 @@ class Mailgun... | Allow user-defined base url for mailgun | narrowspark_framework | train |
e9a8ee8915c390e3316cd135aaf4167d737a92d1 | diff --git a/Joomla/Sniffs/Commenting/FunctionCommentSniff.php b/Joomla/Sniffs/Commenting/FunctionCommentSniff.php
index <HASH>..<HASH> 100644
--- a/Joomla/Sniffs/Commenting/FunctionCommentSniff.php
+++ b/Joomla/Sniffs/Commenting/FunctionCommentSniff.php
@@ -147,7 +147,7 @@ class Joomla_Sniffs_Commenting_FunctionCommen... | Multi-line IF statement not indented correctly | joomla_coding-standards | train |
65e59b3140251283603f3a1da8f7ac4481e24507 | diff --git a/lease/file_leaser.go b/lease/file_leaser.go
index <HASH>..<HASH> 100644
--- a/lease/file_leaser.go
+++ b/lease/file_leaser.go
@@ -38,17 +38,20 @@ type FileLeaser interface {
}
// Create a new file leaser that uses the supplied directory for temporary
-// files (before unlinking them) and attempts to ke... | Updated NewFileLeaser. | jacobsa_ratelimit | train |
4f2868acb356be1679a0124121fd927e2cbc5f9d | diff --git a/library/Garp/Util/String.php b/library/Garp/Util/String.php
index <HASH>..<HASH> 100755
--- a/library/Garp/Util/String.php
+++ b/library/Garp/Util/String.php
@@ -125,6 +125,7 @@ class Garp_Util_String {
* @return String
*/
static public function excerpt($content, $chars = 140, $respectWords = true)... | Tweaked the excerpt method in String.php and wrote some tests for this | grrr-amsterdam_garp3 | train |
75f961167570967e81ee52e49c88227e90446931 | diff --git a/wasp_launcher/core_broker.py b/wasp_launcher/core_broker.py
index <HASH>..<HASH> 100644
--- a/wasp_launcher/core_broker.py
+++ b/wasp_launcher/core_broker.py
@@ -134,3 +134,39 @@ class WResponsiveTask:
WAppsGlobals.broker_calls.add_task(task_uid, scheduler_name)
task_source.add_record(schedule_recor... | wasp_launcher/core_broker.py: WResponsiveBrokerCommand class as a shortcut for WBrokerCommand/WResponsiveTask usage was added | a1ezzz_wasp-launcher | train |
88ff336aabe037d1fb51b5104a1f17ba3770879f | diff --git a/test/level2/events.js b/test/level2/events.js
index <HASH>..<HASH> 100644
--- a/test/level2/events.js
+++ b/test/level2/events.js
@@ -1,5 +1,6 @@
var sys = require('sys');
var testcase = require('nodeunit').testCase;
+var events = require("../../lib/jsdom/level2/events").dom.level2.events;
var EventMoni... | changed global.events to var events | jsdom_jsdom | train |
71605ca97f380379c04d4e784a145f73776cf038 | diff --git a/demo_project/settings.py b/demo_project/settings.py
index <HASH>..<HASH> 100644
--- a/demo_project/settings.py
+++ b/demo_project/settings.py
@@ -78,6 +78,7 @@ INSTALLED_APPS = (
'django.contrib.admin',
'easy_thumbnails',
'userena',
+ 'extra',
)
# Settings required for userena
diff --... | Added an option to add a child model without adding another relationship | django-userena-ce_django-userena-ce | train |
7a6f27fed9e88bcddfee88022ebc19df88656555 | diff --git a/gns3server/modules/virtualbox/virtualbox_vm.py b/gns3server/modules/virtualbox/virtualbox_vm.py
index <HASH>..<HASH> 100644
--- a/gns3server/modules/virtualbox/virtualbox_vm.py
+++ b/gns3server/modules/virtualbox/virtualbox_vm.py
@@ -799,6 +799,9 @@ class VirtualBoxVM(object):
# add a guest proper... | New VirtualBox guest property: ProjectDirInGNS3. | GNS3_gns3-server | train |
8b1a62dbcf737ef6dd787259ca3f21f581e59504 | diff --git a/src/dolo/misc/yamlfile.py b/src/dolo/misc/yamlfile.py
index <HASH>..<HASH> 100644
--- a/src/dolo/misc/yamlfile.py
+++ b/src/dolo/misc/yamlfile.py
@@ -133,7 +133,7 @@ Imports the content of a modfile into the current interpreter scope
model.check_consistency(auto_remove_variables=False)
return mod... | removed never used options in yaml_import | EconForge_dolo | train |
9d70ff56e7d45ca6d26ee5725cdea6288585358b | diff --git a/server/sonar-web/src/main/js/api/ce.js b/server/sonar-web/src/main/js/api/ce.js
index <HASH>..<HASH> 100644
--- a/server/sonar-web/src/main/js/api/ce.js
+++ b/server/sonar-web/src/main/js/api/ce.js
@@ -30,6 +30,15 @@ export function getActivity (data) {
return $.get(url, data);
}
+export function get... | SONAR-<I> use api/ce/activity_status to get number of pending and failing tasks | SonarSource_sonarqube | train |
76851a4d358150ba3f8710d74fd0b900f93abc4f | diff --git a/pg4nosql/PostgresNoSQLResultItem.py b/pg4nosql/PostgresNoSQLResultItem.py
index <HASH>..<HASH> 100644
--- a/pg4nosql/PostgresNoSQLResultItem.py
+++ b/pg4nosql/PostgresNoSQLResultItem.py
@@ -1,4 +1,4 @@
-from pg4nosql import DEFAULT_JSON_COLUMN_NAME
+from pg4nosql import DEFAULT_JSON_COLUMN_NAME, DEFAULT_RO... | implemented id field on result item | cansik_pg4nosql | train |
6ec0a0f66a7c51290677289b9752055f5031ff54 | diff --git a/flask_erppeek/__init__.py b/flask_erppeek/__init__.py
index <HASH>..<HASH> 100644
--- a/flask_erppeek/__init__.py
+++ b/flask_erppeek/__init__.py
@@ -1,8 +1,2 @@
-"""
- __init__.py
- ~~~~~~~~~~~
- :copyright: (c) 2010-2011 Stephane Wirtel <stephane@wirtel.be>
- :license: LGPLv2
-"""
-
-from ope... | Improve python3 compatibility | gisce_flask-erppeek | train |
be113c78736afc2f1e3cee7ea4f7eb7fc8db968a | diff --git a/src/amcrest/http.py b/src/amcrest/http.py
index <HASH>..<HASH> 100644
--- a/src/amcrest/http.py
+++ b/src/amcrest/http.py
@@ -12,8 +12,8 @@
# vim:sw=4:ts=4:et
import logging
import requests
-
from requests.adapters import HTTPAdapter
+import threading
from amcrest.utils import clean_url, pretty
@@... | Keep session per max_retries
Create a dictionary of sessions, with max_retries as key, so they can be reused once created. Also _retries_conn and _timeout_protocol usage was not thread safe; fix that. | tchellomello_python-amcrest | train |
f9073df1d0dba2a2d8af75a26f6bcc29925b5a4a | diff --git a/github-linguist.gemspec b/github-linguist.gemspec
index <HASH>..<HASH> 100644
--- a/github-linguist.gemspec
+++ b/github-linguist.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency 'charlock_holmes', '~> 0.7.6'
s.add_dependency 'escape_utils', '~> 1.2.0'
- s.add_dependency... | Update dependencies: use mini mime instead of mime type (#<I>)
* migrate to mini_mime
in an effort to clean up dependencies, moving linguist to mini_mime
removes a second mime library from being required
* update version
* remove version bump | github_linguist | train |
976adb69bda8d02ecf1f9c1eec82aea3aae1578d | diff --git a/lib/temperature.js b/lib/temperature.js
index <HASH>..<HASH> 100644
--- a/lib/temperature.js
+++ b/lib/temperature.js
@@ -2,10 +2,10 @@
module.exports = require('./quantity')('temperature')
.base('C', {
- names: [ 'C', 'c', 'celsius' ]
+ names: [ 'C', 'c', '°C', 'celsius' ]
})
... | Include temperatures using ° in their unit | aholstenson_amounts | train |
84884d343bc5814177a1f8a79cc30e8ad0c614c9 | diff --git a/telemetry/telemetry/core/timeline/inspector_importer_unittest.py b/telemetry/telemetry/core/timeline/inspector_importer_unittest.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/core/timeline/inspector_importer_unittest.py
+++ b/telemetry/telemetry/core/timeline/inspector_importer_unittest.py
@@ -4... | [telemetry] Add a trace-based loading measurement
As part of this, refactor loading.py into various components to foster code sharing between the three loading measurement flavors.
R=tonyg
Review URL: <URL> | catapult-project_catapult | train |
d597292f3c54e322548c48fe6e2649c67d564704 | diff --git a/test/CapturedExceptions.js b/test/CapturedExceptions.js
index <HASH>..<HASH> 100644
--- a/test/CapturedExceptions.js
+++ b/test/CapturedExceptions.js
@@ -3,19 +3,19 @@ var CapturedExceptions = {};
CapturedExceptions.opera_854 = {
message: "Statement on line 44: Type mismatch (usually a non-object value... | Shortened paths in Opera stacktrace | stacktracejs_stacktrace.js | train |
d71baac6fc6b7cd1d10cf914f326f74771ef7f41 | diff --git a/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php b/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php
index <HASH>..<HASH> 100644
--- a/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php
+++ b/Classes/TYPO3/DocTools/Command/DocumentationCommandController.php
@... | [TASK] Adjust to new node type schema
Change-Id: I<I>ee<I>f5dc<I>bc9c<I>c<I>b<I>b<I>cb8f4f
Related: #<I> | neos_doctools | train |
21de90b81db38a641c34e3b334018fd494b5ce7a | diff --git a/src/parser/variable.js b/src/parser/variable.js
index <HASH>..<HASH> 100644
--- a/src/parser/variable.js
+++ b/src/parser/variable.js
@@ -126,6 +126,9 @@ module.exports = {
}
result = node(result, offset);
break;
+ case this.tok.T_DOUBLE_COLON:
+ result = th... | Added support for static lookup on property | glayzzle_php-parser | train |
ee654c13d094fb16add11aa05702d1324f411afc | diff --git a/km3modules/k40.py b/km3modules/k40.py
index <HASH>..<HASH> 100644
--- a/km3modules/k40.py
+++ b/km3modules/k40.py
@@ -49,7 +49,7 @@ class K40BackgroundSubtractor(kp.Module):
def process(self, blob):
dom_ids = list(blob['K40Counts'].keys())
- mean_rates = self.services['MeanPMTRates']... | correction of functionality of mean pmt rates | tamasgal_km3pipe | train |
9881752cd4cd0d2a27c781600a34df8c0086272d | diff --git a/lib/phony/countries/russia_kazakhstan_abkhasia_south_ossetia.rb b/lib/phony/countries/russia_kazakhstan_abkhasia_south_ossetia.rb
index <HASH>..<HASH> 100644
--- a/lib/phony/countries/russia_kazakhstan_abkhasia_south_ossetia.rb
+++ b/lib/phony/countries/russia_kazakhstan_abkhasia_south_ossetia.rb
@@ -104,1... | fixed area codes for Big Sochi and Primorsky Krai | floere_phony | train |
ecb3b20be657debc38a192bd587ca9f7d10346d8 | diff --git a/src/main/java/com/intalio/bpmn2/impl/Bpmn2JsonMarshaller.java b/src/main/java/com/intalio/bpmn2/impl/Bpmn2JsonMarshaller.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/intalio/bpmn2/impl/Bpmn2JsonMarshaller.java
+++ b/src/main/java/com/intalio/bpmn2/impl/Bpmn2JsonMarshaller.java
@@ -1151,7 +1151,... | JBPM-<I>: Oryx integration - Sequence Flows do not have a conditional expression language attribute | kiegroup_jbpm-designer | train |
2f2447916b76d212de22d6644f96dfac58a3a9b7 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,3 +1,4 @@
+require 'bundler/setup'
require 'rspec/its'
begin | Fix warnings about missing simplecov when running without bundle exec. | sporkmonger_addressable | train |
3a4bc6edc3f53309267e9a5d8c03c4d9b8d04024 | diff --git a/Provider/AbstractProvider.php b/Provider/AbstractProvider.php
index <HASH>..<HASH> 100644
--- a/Provider/AbstractProvider.php
+++ b/Provider/AbstractProvider.php
@@ -19,7 +19,7 @@ use Geocoder\Model\Address;
/**
* @author William Durand <william.durand1@gmail.com>
*/
-abstract class AbstractProvider
+... | Added 'providedBy' (#<I>)
* Added 'providedBy'
* Bugfix
* Applied changes from StyleCI | geocoder-php_php-common | train |
2589e389f02b9c241ac65851a46c30500549fea5 | diff --git a/salt/cloud/clouds/vmware.py b/salt/cloud/clouds/vmware.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/vmware.py
+++ b/salt/cloud/clouds/vmware.py
@@ -946,7 +946,7 @@ def _format_instance_info_select(vm, selection):
def _format_instance_info(vm):
device_full_info = {}
-
+ device_mac_addre... | use device mac address if vmtools not active
return device mac address if vmtools is not loaded or does not return any networks. | saltstack_salt | train |
48b8607c60978be7f2c4fc5d9e17c863079ee1c5 | diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
+++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
@@ -452,7 +452,10 @@ class UnitOfWork
$this->documentTranslations[$oid][$locale][$field] = $class->r... | tweaked locale tracking to remember the original and current locale | doctrine_phpcr-odm | train |
b37da46c9b66222876c3be1e8c45b46ac22c81c4 | diff --git a/environs/bootstrap.go b/environs/bootstrap.go
index <HASH>..<HASH> 100644
--- a/environs/bootstrap.go
+++ b/environs/bootstrap.go
@@ -63,11 +63,6 @@ type BootstrapParams struct {
// may use to decide which architecture/series to instantiate.
AvailableTools tools.List
- // ContainerBridgeName, if non-... | Removes ContainerBridgeName from BootstrapParams. This is never used. | juju_juju | train |
3bd5562597c4ec1b89d0feb3605bb584842da42e | diff --git a/structr-core/src/main/java/org/structr/core/parser/Functions.java b/structr-core/src/main/java/org/structr/core/parser/Functions.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/parser/Functions.java
+++ b/structr-core/src/main/java/org/structr/core/parser/Functions.java
@... | Added builtin is_allowed() function to determine the permissions of a principal for a given node. | structr_structr | train |
dbd8f0b636d114c6b950df3bd23d4fa4d306c405 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,7 +61,7 @@ copyright = u'2013-2017, Pablo Acosta-Serafini'
# The short X.Y version.
version = '1.0.8'
# The full version, including alpha/beta/rc tags.
-release = '1.0.8rc2'
+release = '1.0.8'
# The l... | Bumped version to <I> | pmacosta_pexdoc | train |
58023cb0da3be3e078efb147e1decb19ed7964f3 | diff --git a/atomic_reactor/util.py b/atomic_reactor/util.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/util.py
+++ b/atomic_reactor/util.py
@@ -276,7 +276,7 @@ def clone_git_repo(git_url, target_dir, commit=None, retry_times=GIT_MAX_RETRIES
subprocess.check_call(cmd, cwd=target_dir)
cmd = ["git", "rev-... | util.py: make sure that the git commit ID is a string, not bytes
subprocess.check_output() by default returns bytes for python3. Using
universal_newlines=True is a trick to get strings for both python2
and python3, since the encoding option is python3 only. | projectatomic_atomic-reactor | train |
8d156c948179f6b8c54d854a05b4558c9b7aeaaa | diff --git a/lib/measured/measurable.rb b/lib/measured/measurable.rb
index <HASH>..<HASH> 100644
--- a/lib/measured/measurable.rb
+++ b/lib/measured/measurable.rb
@@ -58,7 +58,7 @@ class Measured::Measurable
return false unless other.is_a?(self.class)
other_converted = other.convert_to(unit)
- unit == ot... | Don't do unit comparison after converting units | Shopify_measured | train |
d211940c835c3e88c1cacb8f9f8f265ebdd1fd29 | diff --git a/class.cws.debug.php b/class.cws.debug.php
index <HASH>..<HASH> 100644
--- a/class.cws.debug.php
+++ b/class.cws.debug.php
@@ -20,7 +20,7 @@
* @author Cr@zy
* @copyright 2013-2015, Cr@zy
* @license GNU LESSER GENERAL PUBLIC LICENSE
- * @version 1.4
+ * @version 1.5
*
*/
@@ -65,11 +65,6 @@ class ... | No need to check CwsDump instance | crazy-max_CwsDebug | train |
8f5fcf591b57c2240c5ddf2734b14db298a15cdf | diff --git a/src/main/java/org/jcodec/codecs/png/PNGEncoder.java b/src/main/java/org/jcodec/codecs/png/PNGEncoder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jcodec/codecs/png/PNGEncoder.java
+++ b/src/main/java/org/jcodec/codecs/png/PNGEncoder.java
@@ -60,8 +60,8 @@ public class PNGEncoder extends VideoEn... | [pngenc] Support for cropped pictures | jcodec_jcodec | train |
bcc79f384fb67c69206d77734c3648673f112336 | diff --git a/Twig/AsseticNode.php b/Twig/AsseticNode.php
index <HASH>..<HASH> 100644
--- a/Twig/AsseticNode.php
+++ b/Twig/AsseticNode.php
@@ -26,6 +26,8 @@ class AsseticNode extends BaseAsseticNode
$vars = array();
foreach ($asset->getVars() as $var) {
$vars[] = new \Twig_Node_Expression... | adds comment, and fixes a typo in previous merge | symfony_assetic-bundle | train |
dc63eebc0bf8514f0f74cd9fddc3fb634a173ed0 | diff --git a/src/com/google/javascript/jscomp/GlobalTypeInfo.java b/src/com/google/javascript/jscomp/GlobalTypeInfo.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/GlobalTypeInfo.java
+++ b/src/com/google/javascript/jscomp/GlobalTypeInfo.java
@@ -262,6 +262,7 @@ class GlobalTypeInfo implements C... | Check to make sure that GlobalTypeInfo.process isn't run multiple times.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
6c9fc674e02a797694b63a57fe3302c25a5eb8ea | diff --git a/src/Stream/Structures/BufferIterator.php b/src/Stream/Structures/BufferIterator.php
index <HASH>..<HASH> 100644
--- a/src/Stream/Structures/BufferIterator.php
+++ b/src/Stream/Structures/BufferIterator.php
@@ -16,14 +16,9 @@ class BufferIterator implements \SeekableIterator
* @var int
*/
... | Fixed bug in buffer iterator. | icicleio_icicle | train |
df38df5bd91944217dd858b6617975147187f9b3 | diff --git a/lib/stackops/lambdaRole.js b/lib/stackops/lambdaRole.js
index <HASH>..<HASH> 100644
--- a/lib/stackops/lambdaRole.js
+++ b/lib/stackops/lambdaRole.js
@@ -55,9 +55,15 @@ module.exports = function(currentTemplate, aliasStackTemplates, currentAliasStac
delete currentTemplate.Resources.IamRoleLambdaExecutio... | Retain IAM roles only from deployed alias stacks | serverless-heaven_serverless-aws-alias | train |
475e4a40cca37d59eff9e6ecaeb202703ef42cb0 | diff --git a/account/admin.py b/account/admin.py
index <HASH>..<HASH> 100644
--- a/account/admin.py
+++ b/account/admin.py
@@ -14,7 +14,7 @@ class SignupCodeAdmin(admin.ModelAdmin):
class EmailAddressAdmin(admin.ModelAdmin):
list_display = ["user", "email", "verified", "primary"]
- search_fields = ["user", "... | Fix the search on EmailAddress admin.
We cannot query a foreign key directly, but we need to
specify one field. Now we query the username | pinax_django-user-accounts | train |
f7f0a24ae26b02352c95b76d0238394a6e63be99 | diff --git a/internal/hcs/system.go b/internal/hcs/system.go
index <HASH>..<HASH> 100644
--- a/internal/hcs/system.go
+++ b/internal/hcs/system.go
@@ -497,7 +497,7 @@ func (computeSystem *System) PropertiesV2(ctx context.Context, types ...hcsschem
if err == nil && len(fallbackTypes) == 0 {
return properties, nil
... | Properly assign logEntry for fallback queries
I didn't reassign the logEntry that contained the error reason if
querying for stats in the shim failed | Microsoft_hcsshim | train |
8a0f2eb8030ab3fabbd2d6444dc139d69045b48c | diff --git a/src/Orchestra/Foundation/Services/Event/AdminMenuHandler.php b/src/Orchestra/Foundation/Services/Event/AdminMenuHandler.php
index <HASH>..<HASH> 100644
--- a/src/Orchestra/Foundation/Services/Event/AdminMenuHandler.php
+++ b/src/Orchestra/Foundation/Services/Event/AdminMenuHandler.php
@@ -5,6 +5,39 @@ use ... | Separate resources link, allow further customization to AdminMenuHandler | orchestral_foundation | train |
4323c7706b6b641dcc9ed51f00ff163e5f80966f | diff --git a/packages/mui-material/src/Grid/Grid.js b/packages/mui-material/src/Grid/Grid.js
index <HASH>..<HASH> 100644
--- a/packages/mui-material/src/Grid/Grid.js
+++ b/packages/mui-material/src/Grid/Grid.js
@@ -175,6 +175,30 @@ export function generateColumnGap({ theme, ownerState }) {
return styles;
}
+expor... | [Grid] Fix generated classes for `spacing` prop when the value is object (#<I>) | mui-org_material-ui | train |
616948d76587709f3588b9b16a38d9fd32b3ef6e | diff --git a/src/cone/ugm/model/group.py b/src/cone/ugm/model/group.py
index <HASH>..<HASH> 100644
--- a/src/cone/ugm/model/group.py
+++ b/src/cone/ugm/model/group.py
@@ -1,23 +1,23 @@
-from plumber import plumber
-from node.locking import locktree
-from node.utils import instance_property
-from pyramid.i18n import Tra... | Group model and tests. Remove superfluous imports | bluedynamics_cone.ugm | train |
b32747e4cc886ef62c450d190bf51ef080c40cdb | diff --git a/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java b/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java
index <HASH>..<HASH> 100644
--- a/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java
+++ b/platform/android/Rh... | This is a wrong way of collecting satellites
getGpsStatus should be called from onGpsStatusChanged(int) | rhomobile_rhodes | train |
b1620230ecb1c346e9c45263c431e95e8c9fe7d0 | diff --git a/pyOCD/gdbserver/gdbserver.py b/pyOCD/gdbserver/gdbserver.py
index <HASH>..<HASH> 100644
--- a/pyOCD/gdbserver/gdbserver.py
+++ b/pyOCD/gdbserver/gdbserver.py
@@ -518,20 +518,21 @@ class GDBServer(threading.Thread):
def handleMsg(self, msg):
try:
- assert msg[0:1] == b'$', "invali... | Exception handler fix for GDBServer.handleMsg().
- The exception handler for an unrecognized GDB command was also wrapped
around the invocation of the command handler, so if a KeyError or
IndexError exception was raised during command execution it would be
incorrectly treated as an unknown command packet. | mbedmicro_pyOCD | train |
3e00e211e81889edfa1da4431ad6f38ed49fbb7d | diff --git a/lib/releasetools.js b/lib/releasetools.js
index <HASH>..<HASH> 100644
--- a/lib/releasetools.js
+++ b/lib/releasetools.js
@@ -30,7 +30,7 @@ var ReleaseTools = module.exports = function releaseTools(options) {
},
function(err, stdout, stderr) {
if (err) throw err;
- exec('ls | ... | Fixed a bug on the create gh-pages branch method | rafeca_node-releasetools | train |
a6bad04f09caaf3fd17778f4b6ecc499f908880e | diff --git a/pydle/client.py b/pydle/client.py
index <HASH>..<HASH> 100644
--- a/pydle/client.py
+++ b/pydle/client.py
@@ -171,7 +171,7 @@ class BasicClient:
def _create_user(self, nickname):
# Servers are NOT users.
- if '.' in nickname:
+ if not nickname or '.' in nickname:
... | Be more robust in source parsing and user creation.
This fixes #<I>. | Shizmob_pydle | train |
f215934ea1680a4a3e4981a7846e94f95695ad37 | diff --git a/lib/ebookr/pandoc.js b/lib/ebookr/pandoc.js
index <HASH>..<HASH> 100644
--- a/lib/ebookr/pandoc.js
+++ b/lib/ebookr/pandoc.js
@@ -30,7 +30,7 @@ module.exports.convert = function (src, options) {
delete metadata[key];
}
});
- files.push(options.metadataFile);
+ files.unshift(options.metadataFi... | Another try...
Why does the position of metadata.yaml need to change? | ebookr_ebookr | train |
af5be7831c15955a0031822e9d2db2317e4335b7 | diff --git a/code/CommentAdmin.php b/code/CommentAdmin.php
index <HASH>..<HASH> 100644
--- a/code/CommentAdmin.php
+++ b/code/CommentAdmin.php
@@ -285,7 +285,7 @@ JS;
* Return the number of unmoderated comments
*/
function NumUnmoderated() {
- return DB::query("SELECT COUNT(*) FROM \"PageComment\" WHERE \"IsSp... | BUGFIX: fixed query to get number of unmoderated comments (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-reports | train |
0bb91106d35ad92e3f20e44b4729488284de2104 | diff --git a/lib/main.js b/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -57,8 +57,11 @@ function convertTimestampToBigEndian(timestamp) {
var buffer = new Buffer(8);
buffer.fill(0);
- buffer.writeUInt32BE(parseInt(timestamp / 0xffffffff, 10), 0); // jshint ignore:line
- buffe... | Fix bug in convertTimestampToBigEndian method.
To solve 'TypeError: value is out of bounds' issue when
timestamp's low bits start with 1. | maeltm_node-gamecenter-identity-verifier | train |
0de8e64734f3d15bcfe246603aa6c01a0235e517 | diff --git a/prow/plugins/bugzilla/bugzilla.go b/prow/plugins/bugzilla/bugzilla.go
index <HASH>..<HASH> 100644
--- a/prow/plugins/bugzilla/bugzilla.go
+++ b/prow/plugins/bugzilla/bugzilla.go
@@ -325,7 +325,7 @@ Once a valid bug is referenced in the title of this pull request, request a bug
log.Debug("Valid bug fou... | Update Bug state only when necessary
The API call to update a Bugzilla bug state is only necessary when the
state does not already match what we want to move it to. The API call
succeeds either way but making it conditionally helps message better to
the developers. | kubernetes_test-infra | train |
949cb8d8e3fc28cf3c2ba78d9920d8ac15b0e160 | 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
@@ -11,7 +11,7 @@
var conversations = new Whisper.ConversationCollection();
- window.inbox = new Whisper.ConversationCollection([], {
+ window.inbox = new Bac... | Use generic Backbone collection for inbox
There's no need to use a custom collection type here since we don't use
any of the ConversationCollection methods. This helps prevent the
introduction of duplicate models for the same chat.
// FREEBIE | ForstaLabs_librelay-node | train |
f40d6d23800d599bb481a33aa7ba51aa8f3cba2e | diff --git a/app/helpers/admin/resources_helper.rb b/app/helpers/admin/resources_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/admin/resources_helper.rb
+++ b/app/helpers/admin/resources_helper.rb
@@ -1,7 +1,6 @@
module Admin::ResourcesHelper
def show_thumbnail(image)
- image.create_thumbnail unless Fi... | Fixes a bug introduced by previous commit.
Since we now generate 2 sizes of thumbnail, we need to move the check on thumb creation from the helper to the model | publify_publify | train |
d0e49dbbc1a922c1c85bd957b6ffbde15fc37222 | diff --git a/tests/unit/ImapTest.php b/tests/unit/ImapTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/ImapTest.php
+++ b/tests/unit/ImapTest.php
@@ -54,7 +54,7 @@ class ImapTest extends Base
if (\is_string($imapPath) && \is_string($login) && \is_string($password)) {
yield 'CI ENV with invali... | switch to regex match for differing error formats | barbushin_php-imap | train |
f3acaaa80ceca2e4df9098118c4772300048cefd | diff --git a/lib/serve/html.js b/lib/serve/html.js
index <HASH>..<HASH> 100644
--- a/lib/serve/html.js
+++ b/lib/serve/html.js
@@ -24,6 +24,8 @@ function init() {
}
function hijack(res) {
+ res.setHeader('Content-Type', 'text/html; charset=utf-8')
+
const _write = res.write
, _end = res.end
, _wri... | Set content-type for html requests | porsager_wright | train |
708e71b43071edb129cfc4055a4b7f3845f470a3 | diff --git a/astroplan/constraints.py b/astroplan/constraints.py
index <HASH>..<HASH> 100644
--- a/astroplan/constraints.py
+++ b/astroplan/constraints.py
@@ -245,6 +245,7 @@ class Constraint(object):
else:
targets = targets[..., np.newaxis]
times, targets = observer._preprocess_i... | use numpy broadcasting in constraints | astropy_astroplan | train |
4bf6dc57432014f6c01b099d39c48cacb2038087 | diff --git a/lib/vagrant/util/platform.rb b/lib/vagrant/util/platform.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/util/platform.rb
+++ b/lib/vagrant/util/platform.rb
@@ -56,6 +56,32 @@ module Vagrant
return !File.file?(File.join(tmp_dir, "file"))
end
+ # This expands the path and ensur... | Method for getting the case-correct path of a path [GH-<I>] | hashicorp_vagrant | train |
668732305a518fee80a30bad4d6b1eb2d091f716 | diff --git a/src/Symfony/Component/Yaml/Parser.php b/src/Symfony/Component/Yaml/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Yaml/Parser.php
+++ b/src/Symfony/Component/Yaml/Parser.php
@@ -1170,7 +1170,9 @@ class Parser
for (; \strlen($this->currentLine) > $cursor; ++$cursor) {
... | fix lexing backslashes in single quoted strings | symfony_symfony | train |
51d8ca5327e7434a757117911f25f50a3e51dd03 | diff --git a/cloudfoundry-client/src/main/lombok/org/cloudfoundry/client/v2/organizations/ListOrganizationServicesRequest.java b/cloudfoundry-client/src/main/lombok/org/cloudfoundry/client/v2/organizations/ListOrganizationServicesRequest.java
index <HASH>..<HASH> 100644
--- a/cloudfoundry-client/src/main/lombok/org/clo... | Polishing
Ensure all List*Request client API operations filtering on Boolean values are
set as IsFilterParameter and not InFilterParameter. This is for consistency. | cloudfoundry_cf-java-client | train |
eccffc24a413c5c18ff6976b392242886f09f791 | diff --git a/src/main/java/org/asteriskjava/manager/event/PeerEntryEvent.java b/src/main/java/org/asteriskjava/manager/event/PeerEntryEvent.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asteriskjava/manager/event/PeerEntryEvent.java
+++ b/src/main/java/org/asteriskjava/manager/event/PeerEntryEvent.java
@@ -6... | accountcodr Property for PeerEntry
this is based on <URL> | asterisk-java_asterisk-java | train |
7af4559e0d7f9ee3027758ce77b26f7743aaec26 | diff --git a/grunt/concurrent.js b/grunt/concurrent.js
index <HASH>..<HASH> 100644
--- a/grunt/concurrent.js
+++ b/grunt/concurrent.js
@@ -22,18 +22,6 @@ Object.keys(configuration.browsers).forEach(browserName => {
module.exports = {
- // Linters
- linters: [
- "jshint",
- "eslint"
- ],
-
- ... | Removes useless concurrent tasks (#<I>) | ArnaudBuchholz_gpf-js | train |
0f31850a35319fb2d6245a8e72fd25554facae9b | diff --git a/user/externallib.php b/user/externallib.php
index <HASH>..<HASH> 100644
--- a/user/externallib.php
+++ b/user/externallib.php
@@ -354,7 +354,7 @@ class moodle_user_external extends external_api {
$userarray = (array) $user; //we want to return an array not an object
/// ... | webservice MDL-<I> fix moodle_user_get_users_by_id() ws function when no custom field are returned | moodle_moodle | train |
54f238c7a64b989de772660b4e417cceb31f869d | diff --git a/src/python_pachyderm/mixin/pps.py b/src/python_pachyderm/mixin/pps.py
index <HASH>..<HASH> 100644
--- a/src/python_pachyderm/mixin/pps.py
+++ b/src/python_pachyderm/mixin/pps.py
@@ -347,7 +347,7 @@ class PPSMixin:
"""
return self._req(Service.PPS, "ListPipeline", history=history)
- d... | Add `keep_repo` to `delete_pipeline` | pachyderm_python-pachyderm | train |
4d1e457f8a193ac23222de777bdeb6c5d209d030 | diff --git a/src/main/org/codehaus/groovy/runtime/NullObject.java b/src/main/org/codehaus/groovy/runtime/NullObject.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/runtime/NullObject.java
+++ b/src/main/org/codehaus/groovy/runtime/NullObject.java
@@ -77,22 +77,26 @@ public class NullObject extends G... | * additional methods to ensure null is handled properly in cases of toString and others.
git-svn-id: <URL> | groovy_groovy-core | train |
da9eb366df14f3369c39bca63c631057bacc0b5f | diff --git a/salsa.go b/salsa.go
index <HASH>..<HASH> 100644
--- a/salsa.go
+++ b/salsa.go
@@ -11,26 +11,24 @@ var sigmaWords = []uint32{
}
func (s *SalsaManager) unlockProtectedEntries(gs []Group) {
- for _, g := range gs {
- for i, e := range g.Entries {
- g.Entries[i].
- Password = s.getUnlockedPassword(&e... | seperated unlock groups into seperate functions for increased modularity and pottential individual use | tobischo_gokeepasslib | train |
a287ca93ea746c132df8cbd73b783ae4558d61a6 | diff --git a/test/Shippo/AddressTest.php b/test/Shippo/AddressTest.php
index <HASH>..<HASH> 100644
--- a/test/Shippo/AddressTest.php
+++ b/test/Shippo/AddressTest.php
@@ -11,7 +11,7 @@ class Shippo_AddressTest extends Shippo_Test
public function testResidentialCreate()
{
$address = Shippo_Address::cr... | Changing from QUOTE to PURCHASE | goshippo_shippo-php-client | train |
4fd26f91b8a139569b0adb38edc8411ae9dd5728 | diff --git a/.editorconfig b/.editorconfig
index <HASH>..<HASH> 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -7,6 +7,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
+max_line_length = 100
[*.{md,y{,a}ml}]
indent_style = space
diff --git a/.rubocop.yml b/.rub... | Enable new cops from RuboCop <I> and <I>, fix changed | AlexWayfer_flame | train |
e3f6654dd8fadaf4b1ba60ce8d79e11932fc9eeb | diff --git a/restless/dj.py b/restless/dj.py
index <HASH>..<HASH> 100644
--- a/restless/dj.py
+++ b/restless/dj.py
@@ -6,6 +6,7 @@ from django.core.exceptions import ObjectDoesNotExist
from django.http import HttpResponse, Http404
from django.views.decorators.csrf import csrf_exempt
+from .constants import OK, NO_C... | Setting Content-Type: text/plain for DELETE responses | toastdriven_restless | train |
06208419a361ebc08008c60502aeb997c003bee8 | diff --git a/airflow/contrib/hooks/gc_base_hook.py b/airflow/contrib/hooks/gc_base_hook.py
index <HASH>..<HASH> 100644
--- a/airflow/contrib/hooks/gc_base_hook.py
+++ b/airflow/contrib/hooks/gc_base_hook.py
@@ -3,11 +3,26 @@ import logging
from airflow.hooks.base_hook import BaseHook
from airflow.utils import Airfl... | Add docs to Google cloud base hook. | apache_airflow | train |
94f07a8381bc1dca09b56e664170a511f2dfd99c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(name="polysquare-setuptools-lint",
"pylint-common",
"pyroma",
"vulture",
+ "logilab==0.63.0",
"prospector>=0.10.1",
"flake8==2.3.0",
... | Explicitly pull in logilab <I> for now
pylint seems to depend on it, although a newer version
is pulled in from pypi | polysquare_polysquare-setuptools-lint | train |
9e2c8cf9dc59ddc93b7ae27e1b700669784d5f9c | diff --git a/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerModule.java b/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerModule.java
index <HASH>..<HASH> 100755
--- a/android/src/main/java/com/appsflyer/reactnative/RNAppsFlyerModule.java
+++ b/android/src/main/java/com/appsflyer/reactnative/RNAp... | added "setCollectAndroidID" and "setCollectIMEI" methods | AppsFlyerSDK_react-native-appsflyer | train |
4508d93cc6b092c3dc12d2a36112d29fdc7717f1 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -76,7 +76,7 @@ copyright = '%d, Inonit AS' % date.today().year
# The short X.Y version.
version = '1.7'
# The full version, including alpha/beta/rc tags.
-release = '1.7.0'
+release = '1.7.1'
# The langua... | Locked Django requirements in order to comply with Haystack requirements. | inonit_drf-haystack | train |
8a10fb3405e7222ffd97f4b990a7fe7f45e04a10 | diff --git a/spec/controllers/dashboard_controller_spec.rb b/spec/controllers/dashboard_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/dashboard_controller_spec.rb
+++ b/spec/controllers/dashboard_controller_spec.rb
@@ -18,15 +18,7 @@ describe DashboardController, type: :controller do
get ... | Consolidate some controller tests to improve test suite performance | samvera_hyrax | train |
343f6a2fe800b87fe09e04c7fd5c8baddb93fdfa | diff --git a/test_chain.py b/test_chain.py
index <HASH>..<HASH> 100644
--- a/test_chain.py
+++ b/test_chain.py
@@ -598,7 +598,7 @@ class TestChain(object):
assert np.all(np.abs(expected_y - y_sum) < threshold)
def test_grid_dict_input(self):
- x, y = np.linspace(-3, 3, 200), np.linspace(-5, 5, 20... | Unsure why the only thing that fails is one test in python <I>... | Samreay_ChainConsumer | train |
cd8eae5013c07a943df1c6255ee0e5f54a439f5a | diff --git a/prom/interface/base.py b/prom/interface/base.py
index <HASH>..<HASH> 100644
--- a/prom/interface/base.py
+++ b/prom/interface/base.py
@@ -99,10 +99,6 @@ class Connection(object):
def _transaction_failing(self, name): pass
-# def cursor(self, *args, **kwargs):
-# pout.v("in transaction?... | Closes #<I>. The Interface.handle_error will now receive the Query instance if it is there, this allowed the handle_error method to inspect the Query instance to find all the schemas the query would touch | Jaymon_prom | train |
33d8bfa99d0669e7aef54567e8f3ee9dae1c215b | diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker.java
index <HASH>..<HASH> 1006... | Apply TTL invocation caching on reactor types
Update `CachingOperationInvoker` so that TTL caching is applied directly
to reactive types. Prior to this commit, a `Mono` would be cached, but
the values that it emitted would not.
See gh-<I> | spring-projects_spring-boot | train |
aedaa1c53b1e96e75251d965156f1ce96cf5de1b | diff --git a/cli/src/commands/__tests__/install-test.js b/cli/src/commands/__tests__/install-test.js
index <HASH>..<HASH> 100644
--- a/cli/src/commands/__tests__/install-test.js
+++ b/cli/src/commands/__tests__/install-test.js
@@ -1025,6 +1025,48 @@ describe('install (command)', () => {
).toEqual(false);
... | [cli] Fix installing lib def package dep uses `>=` (#<I>)
* greater than or equal is the same as caret
* add test | flow-typed_flow-typed | train |
19c5194eb8bdd777a298b28f87f2ee4ac5313764 | diff --git a/tests/functions_test.py b/tests/functions_test.py
index <HASH>..<HASH> 100644
--- a/tests/functions_test.py
+++ b/tests/functions_test.py
@@ -12,6 +12,12 @@ class FunctionsTest(TestCase):
def test_try_catch_two_args(self):
self.assertEquals(try_catch(lambda x,y: x+y+1337, 1, 1), 1339)
+ ... | Added tests for named arguments in functions_test.py. | marccarre_py_sak | train |
71b9f19e6a314da2ea7c128397a1ef708144f740 | diff --git a/src/babel/build-external-helpers.js b/src/babel/build-external-helpers.js
index <HASH>..<HASH> 100644
--- a/src/babel/build-external-helpers.js
+++ b/src/babel/build-external-helpers.js
@@ -13,21 +13,15 @@ export default function (whitelist) {
buildHelpers(body, namespace, whitelist);
- var globalH... | change to normal UMD (fixes bug with leaking variable in AMD mode) | babel_babel | train |
a114d9aff0c86b2cd9091604b7a8f89d5bf232d2 | diff --git a/angr/paths.py b/angr/paths.py
index <HASH>..<HASH> 100644
--- a/angr/paths.py
+++ b/angr/paths.py
@@ -6,19 +6,19 @@ class PathGenerator(object):
def __init__(self, project):
self._project = project
- def blank_path(self, *args, **kwargs):
+ def blank_path(self, state=None, *args, **kw... | feature to provide a state when creating paths | angr_angr | train |
da6b34d6b9a904f6e3c9d380fc9fd2cdad6f587e | diff --git a/greencard/greencard.py b/greencard/greencard.py
index <HASH>..<HASH> 100644
--- a/greencard/greencard.py
+++ b/greencard/greencard.py
@@ -55,6 +55,6 @@ def main(clargs=None):
try:
test(card)
except AssertionError:
- print("{0} failed {1}".format(car... | Made the failure printing a little prettier | Nekroze_greencard | train |
fb9c2f76a395ef0d9e7915882e5b00f626edd38f | diff --git a/library/UnitTestCase.php b/library/UnitTestCase.php
index <HASH>..<HASH> 100755
--- a/library/UnitTestCase.php
+++ b/library/UnitTestCase.php
@@ -960,4 +960,23 @@ abstract class UnitTestCase extends BaseTestCase
}
}
}
+
+ /**
+ * OnlineCaller rethrows exception in method _... | ESDEV-<I> Move test method to abstract base class | OXID-eSales_testing_library | train |
4fbdffe340b6cbc524f3245198ab94dfaeae254f | diff --git a/pywbem/cim_obj.py b/pywbem/cim_obj.py
index <HASH>..<HASH> 100644
--- a/pywbem/cim_obj.py
+++ b/pywbem/cim_obj.py
@@ -1837,32 +1837,32 @@ class CIMProperty(_CIMComparisonMixin):
type (:term:`unicode string`):
Name of the CIM data type of the property (e.g. ``"uint8"``).
- class_origi... | Changed order of instance variables in some CIM object classes to be more logical.
Details:
- Changed the order of instance variables in docstrings of CIMProperty,
CIMMethod, CIMParameter, CIMQualifier, and CIMQualifierDeclaration to be more
logical. The order of ctor parameters is unchanged, for compatibility. | pywbem_pywbem | train |
3ba4efa929bb9ca46e8c3b6c921b5ffee03e61a2 | diff --git a/server/src/main/java/com/orientechnologies/orient/server/OClientConnection.java b/server/src/main/java/com/orientechnologies/orient/server/OClientConnection.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/com/orientechnologies/orient/server/OClientConnection.java
+++ b/server/src/main/java/com/... | Issue which causes unexpected close of database on server because of connection multiplexing on client was fixed. | orientechnologies_orientdb | train |
4770590ca5999676e3e1c9f3a13cf7011d6704b1 | diff --git a/src/test/java/io/vlingo/actors/RepeatableCompletesTest.java b/src/test/java/io/vlingo/actors/RepeatableCompletesTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/vlingo/actors/RepeatableCompletesTest.java
+++ b/src/test/java/io/vlingo/actors/RepeatableCompletesTest.java
@@ -19,7 +19,7 @@ public ... | Test new Completes API that supports nested async pipes-filters. | vlingo_vlingo-actors | train |
10687ec54082a8e043fed5181b878ab6384305ac | diff --git a/lib/generators/preact_generator.rb b/lib/generators/preact_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/preact_generator.rb
+++ b/lib/generators/preact_generator.rb
@@ -15,6 +15,10 @@ Preact.configure do |config|
# disable this if you want to only log manual events
config.autolog = t... | update to use native Warden login/logout tracking and ignore sessions#create so as not to double-log the event | preact_preact-ruby | train |
d4ff392be49b23bea20dcc2476a143188424856f | diff --git a/lib/vagrant/ui.rb b/lib/vagrant/ui.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/ui.rb
+++ b/lib/vagrant/ui.rb
@@ -10,7 +10,7 @@ module Vagrant
end
[:warn, :error, :info, :confirm].each do |method|
- define_method(method) do |message|
+ define_method(method) do |message, *opts|
... | Fix wrong # of argument issue. [closes GH-<I>]
The second parameter actually is supposed to be options. | hashicorp_vagrant | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.