hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5c9c144148c91bb54fea6868a68b305c65829611
diff --git a/src/Db.php b/src/Db.php index <HASH>..<HASH> 100644 --- a/src/Db.php +++ b/src/Db.php @@ -36,10 +36,7 @@ class Db public static function reset() { - if(self::$db !== null) { - self::$db->disconnect(); - self::$db = null; - } + self::getDriver()->di...
Fixed broken reset in the Db class
ntentan_atiaa
train
8fabe0b0a3f42312b66b22be0f12f0e0e9436f87
diff --git a/lib/charisma/curator.rb b/lib/charisma/curator.rb index <HASH>..<HASH> 100644 --- a/lib/charisma/curator.rb +++ b/lib/charisma/curator.rb @@ -17,12 +17,6 @@ module Charisma # @param [Object] The subject of the curation -- an instance of a characterized class # @see Charisma::Base#characteristics ...
Refactored Curator#characteristics with default
faradayio_charisma
train
b397332b20913c78132b19b29f63b97212431ef2
diff --git a/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java b/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java index <HASH>..<HASH> 100644 --- a/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java +++ b/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java @@ -19,8 +19,...
Use own buffer pool(s) by default.
mnlipp_jgrapes
train
c967a6b5e8a811b77916e05b4e34d788ebcb7021
diff --git a/src/pouch.replicate.js b/src/pouch.replicate.js index <HASH>..<HASH> 100644 --- a/src/pouch.replicate.js +++ b/src/pouch.replicate.js @@ -12,16 +12,17 @@ if (typeof module !== 'undefined' && module.exports) { // We create a basic promise so the caller can cancel the replication possibly // before we have...
(#<I>) - Faster Cancelling of Continuous Replications
pouchdb_pouchdb
train
db03259b8c803858c41affc658526a9e5faa7898
diff --git a/src/main/java/COSE/EncryptMessage.java b/src/main/java/COSE/EncryptMessage.java index <HASH>..<HASH> 100644 --- a/src/main/java/COSE/EncryptMessage.java +++ b/src/main/java/COSE/EncryptMessage.java @@ -63,10 +63,10 @@ public class EncryptMessage extends EncryptCommon { return super.decryptWithKey(...
Remove Exception from all throws statemnts Don't say that we ever do a throw of Exception
cose-wg_COSE-JAVA
train
7a288f3ebffdc2625a78c51a7d9540aba2cd858a
diff --git a/fproject/common/ILogicalDeletableModel.php b/fproject/common/ILogicalDeletableModel.php index <HASH>..<HASH> 100644 --- a/fproject/common/ILogicalDeletableModel.php +++ b/fproject/common/ILogicalDeletableModel.php @@ -22,6 +22,12 @@ namespace fproject\common; interface ILogicalDeletableModel { /** +...
Add method getIsLogicalDeletedCondition to ILogicalDeletableModel
fproject_php-common
train
9689fc314879bc2553e6f475ddc5af731adc483b
diff --git a/src/com/opencms/template/CmsXmlControlFile.java b/src/com/opencms/template/CmsXmlControlFile.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/template/CmsXmlControlFile.java +++ b/src/com/opencms/template/CmsXmlControlFile.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/com/op...
writing of XML tags now is possible
alkacon_opencms-core
train
ff3bad2972e658ff475aa3b6575b1430c7cb44c4
diff --git a/GPflow/model.py b/GPflow/model.py index <HASH>..<HASH> 100644 --- a/GPflow/model.py +++ b/GPflow/model.py @@ -82,14 +82,15 @@ class AutoFlow: @wraps(tf_method) def runnable(instance, *np_args): graph_name = '_' + tf_method.__name__ + '_graph' + tf_args_name = '_%s_...
Fixed AutoFlow sharing `self.tf_args` between different instances.
GPflow_GPflow
train
08e5bae73726e3ebad15ff6b7dc8892818201cb9
diff --git a/build-coordinator/src/main/java/org/jboss/pnc/core/builder/coordinator/bpm/BpmCompleteListener.java b/build-coordinator/src/main/java/org/jboss/pnc/core/builder/coordinator/bpm/BpmCompleteListener.java index <HASH>..<HASH> 100644 --- a/build-coordinator/src/main/java/org/jboss/pnc/core/builder/coordinator/...
Create buildConfigurationAudited builder.
project-ncl_pnc
train
96a47cc3112ad66a30403846db916b2e93ec0603
diff --git a/shorty/http_interstitial.go b/shorty/http_interstitial.go index <HASH>..<HASH> 100644 --- a/shorty/http_interstitial.go +++ b/shorty/http_interstitial.go @@ -65,7 +65,6 @@ function onLoad() { var shortCode = window.location.pathname.substring(1); deeplink += "&__xrlc=" + getCookie("uuid")...
Logging; modified referrer based on uuid match #4
qorio_omni
train
5b2aeb967c420c144f0dfb009e4b591a056700d7
diff --git a/satsearch/search.py b/satsearch/search.py index <HASH>..<HASH> 100644 --- a/satsearch/search.py +++ b/satsearch/search.py @@ -59,7 +59,7 @@ class Search(object): url = urljoin(self.url, 'search') results = self.query(url=url, headers=headers, **kwargs) # TODO - check for status_c...
update pagination to use STAC spec with POST
sat-utils_sat-search
train
dc547711f5b8c52d14da4a2c9ce0a25c870ef0fd
diff --git a/tests/unit/test_deprecations.py b/tests/unit/test_deprecations.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_deprecations.py +++ b/tests/unit/test_deprecations.py @@ -1,7 +1,6 @@ import warnings import contextlib import vcr - import unittest @@ -68,8 +67,13 @@ class TestLegacySupport(unittes...
adding test for deprication of base_layer_match
DigitalGlobe_gbdxtools
train
cdfee883aaa414379e8ef57a4bb38097da977c17
diff --git a/mod/quiz/locallib.php b/mod/quiz/locallib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/locallib.php +++ b/mod/quiz/locallib.php @@ -2313,8 +2313,8 @@ function quiz_validate_new_attempt(quiz $quizobj, quiz_access_manager $accessman // Check to see if a new preview was requested. if ($quizobj->is...
MDL-<I> quiz: new preview should abandon, not finish, current attempt
moodle_moodle
train
a63531df7978278677d72695de7c8fd72add8917
diff --git a/payload_test.go b/payload_test.go index <HASH>..<HASH> 100644 --- a/payload_test.go +++ b/payload_test.go @@ -35,20 +35,6 @@ func TestMarshalLargePayload(t *testing.T) { } } -func BenchmarkEmptyMarshalJSON(b *testing.B) { - payload := payload{&Event{}, &Configuration{}} - for i := 0; i < b.N; i++ { - ...
[chore] Get rid of old benchmarks
bugsnag_bugsnag-go
train
bf57ac9bd09c9b5ae778c3153eabba2e420037d4
diff --git a/app/models/active_admin/permission.rb b/app/models/active_admin/permission.rb index <HASH>..<HASH> 100644 --- a/app/models/active_admin/permission.rb +++ b/app/models/active_admin/permission.rb @@ -1,26 +1,21 @@ module ActiveAdmin class Permission < ActiveRecord::Base self.table_name = :active_adm...
Refactor ActiveAdmin::Permission
yhirano55_active_admin_role
train
7ec8af567cbc321888df93ef2dd2d88e350174d9
diff --git a/pry-rails.gemspec b/pry-rails.gemspec index <HASH>..<HASH> 100644 --- a/pry-rails.gemspec +++ b/pry-rails.gemspec @@ -22,5 +22,4 @@ Gem::Specification.new do |s| s.add_dependency "pry", ">= 0.9.10" s.add_development_dependency "appraisal" s.add_development_dependency "minitest" - s.add_developmen...
Remove rr dependency It was causing spurious failures that I didn't feel like tracking down.
rweng_pry-rails
train
5846077d85d255df55788aa381a8d048c8c9454c
diff --git a/delphin/mrs/path.py b/delphin/mrs/path.py index <HASH>..<HASH> 100644 --- a/delphin/mrs/path.py +++ b/delphin/mrs/path.py @@ -163,26 +163,13 @@ class XmrsPath(object): return find(self.start, pred) def follow(self, connectors): - node = self.start - connectors = list(reversed(...
Allow XmrsPathNodes to extend() and follow().
delph-in_pydelphin
train
e16d6d7ef7d9136dfaa60d501876647123d2bde9
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -180,16 +180,16 @@ gulp.task('prereleasecheck', function (next) { const child = cp.spawn('npm', ['info', pkg.name]) let data = '' - process.env.DEPLOY_ME = 'false' child.stdout.on('data', function (chun...
Write file output to trigger final steps.
ngnjs_NGN
train
bd33b1ae308fb50d1f09ad09a9fa71a479298364
diff --git a/dvc/output/base.py b/dvc/output/base.py index <HASH>..<HASH> 100644 --- a/dvc/output/base.py +++ b/dvc/output/base.py @@ -409,12 +409,23 @@ class OutputBase(object): cache.external[dep.repo_pair].add(dep.def_path) return cache - if not self.info: - logger.warni...
Stage: get checksum from repo if no checksum in stage file (#<I>)
iterative_dvc
train
75730cbfb679483361b7b2ff24e86842eeefeffb
diff --git a/src/Ddeboer/Imap/Mailbox.php b/src/Ddeboer/Imap/Mailbox.php index <HASH>..<HASH> 100644 --- a/src/Ddeboer/Imap/Mailbox.php +++ b/src/Ddeboer/Imap/Mailbox.php @@ -61,7 +61,7 @@ class Mailbox implements \IteratorAggregate $query = ($search ? (string) $search : 'ALL'); - $messageNumbers = ...
Use uids instead of message numbers Message numbers are less reliable as they change when you delete or move messages.
ddeboer_imap
train
b72fa580f9b13b2dab3bbf617955be4797af342e
diff --git a/src/main/org/openscience/cdk/charges/GasteigerPEPEPartialCharges.java b/src/main/org/openscience/cdk/charges/GasteigerPEPEPartialCharges.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/charges/GasteigerPEPEPartialCharges.java +++ b/src/main/org/openscience/cdk/charges/GasteigerPEPEParti...
Fixed bug <I> The old bond array in the gasteiger charge calculation was set to the wrong size
cdk_cdk
train
1fc5bea27b83390c6e3e89401d3c072d135d89be
diff --git a/directory/directory_dest.go b/directory/directory_dest.go index <HASH>..<HASH> 100644 --- a/directory/directory_dest.go +++ b/directory/directory_dest.go @@ -252,7 +252,7 @@ func pathExists(path string) (bool, error) { if err == nil { return true, nil } - if err != nil && os.IsNotExist(err) { + if o...
Fix up errors linter is complaining about
containers_image
train
e0fc0ef6b4607e4030984b22be786527655085f3
diff --git a/lib/creds/utils.py b/lib/creds/utils.py index <HASH>..<HASH> 100644 --- a/lib/creds/utils.py +++ b/lib/creds/utils.py @@ -9,6 +9,7 @@ import platform import random import string import subprocess +import sys from creds.constants import SUPPORTED_PLATFORMS from external.six import (PY2, PY3) @@ -25,7...
friendlier output if platform not supported.
jonhadfield_creds
train
d4d25a69a29c8fb52c7d665efad71ce069c62f3c
diff --git a/version/version.go b/version/version.go index <HASH>..<HASH> 100644 --- a/version/version.go +++ b/version/version.go @@ -20,7 +20,7 @@ var ( // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as ...
Puts the tree in <I>-beta1 release mode.
hashicorp_consul
train
cd358aa94ea089763be635725892d83aa8d22fe1
diff --git a/markdown.php b/markdown.php index <HASH>..<HASH> 100644 --- a/markdown.php +++ b/markdown.php @@ -224,7 +224,7 @@ class Markdown extends Prefab { $type='ul'; // Main loop while ($ptr<$len) { - if (preg_match('/^\h*[*-](?:\h?[*-]){2,}(?:\n+|$)/', + if (preg_match('/^\h*[*\-](?:\h?[*\-]){2,}(?:\...
Escape literal hyphens in regex character classes (fix #<I>)
bcosca_fatfree-core
train
c112d1fb463dfb664c7d06c2cabb056b4d7d3605
diff --git a/src/Doctrine/ODM/OrientDB/Repository.php b/src/Doctrine/ODM/OrientDB/Repository.php index <HASH>..<HASH> 100644 --- a/src/Doctrine/ODM/OrientDB/Repository.php +++ b/src/Doctrine/ODM/OrientDB/Repository.php @@ -25,6 +25,8 @@ use Doctrine\ODM\OrientDB\Mapper; use Doctrine\OrientDB\Query\Query; use Doctrine...
added findOneBy* and findBy* magic methods in repositories, closes #<I>
doctrine_orientdb-odm
train
6b2d91815abdcdde4ab027d697633e70b02bb2dc
diff --git a/pkg/services/provisioning/dashboards/file_reader.go b/pkg/services/provisioning/dashboards/file_reader.go index <HASH>..<HASH> 100644 --- a/pkg/services/provisioning/dashboards/file_reader.go +++ b/pkg/services/provisioning/dashboards/file_reader.go @@ -43,26 +43,6 @@ func NewDashboardFileReader(cfg *Dashb...
resolve symlink on each run
grafana_grafana
train
69d78517b472e78b38fe27179df7f976139a4441
diff --git a/tenant_schemas/middleware.py b/tenant_schemas/middleware.py index <HASH>..<HASH> 100644 --- a/tenant_schemas/middleware.py +++ b/tenant_schemas/middleware.py @@ -1,8 +1,7 @@ from django.conf import settings from django.db import connection -from django.db.models.loading import get_model from django.shor...
light refactoring and adding more comments in the code.
bernardopires_django-tenant-schemas
train
69f617d749e4f165b9e31c1c042eec45ade3e41f
diff --git a/lib/class-wp-json-posts-controller.php b/lib/class-wp-json-posts-controller.php index <HASH>..<HASH> 100644 --- a/lib/class-wp-json-posts-controller.php +++ b/lib/class-wp-json-posts-controller.php @@ -152,7 +152,6 @@ class WP_JSON_Posts_Controller extends WP_JSON_Controller { 'status' => $post...
Only provide post status in the edit context.
WP-API_WP-API
train
057553f2fedad22d7737b17f1f9ba503e0e74732
diff --git a/core/src/main/java/lucee/runtime/functions/system/PagePoolList.java b/core/src/main/java/lucee/runtime/functions/system/PagePoolList.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/lucee/runtime/functions/system/PagePoolList.java +++ b/core/src/main/java/lucee/runtime/functions/system/PagePoolLis...
change bucket name created to avoid access limit of the user
lucee_Lucee
train
34e63e5408eb16bc943612787cd49b8c56053047
diff --git a/lib/Auth/Core.php b/lib/Auth/Core.php index <HASH>..<HASH> 100644 --- a/lib/Auth/Core.php +++ b/lib/Auth/Core.php @@ -108,7 +108,7 @@ class Core } } - public function signIn($username, $password, $force_login = false) + public function login($username, $password, $force_login = fa...
SignIn to login, signOut to logout
perfumer_framework
train
1d5cee0600dfa6a357e8b8a374ba76895ef18e84
diff --git a/HISTORY.md b/HISTORY.md index <HASH>..<HASH> 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.0.19 (2021-12-08) + +* Addition of `TaxInclusiveAmt` attribute `Line.SalesItemLineDetail`, `Line.ItemBasedExpenseLineDetail`, and `Line.AccountBasedExpenseLineDetail` line types. + ## 1.0.18 (2021-0...
Addition of `TaxInclusiveAmt` attribute `Line.SalesItemLineDetail`, `Line.ItemBasedExpenseLineDetail`, and `Line.AccountBasedExpenseLineDetail` line types Closes #<I>
ruckus_quickbooks-ruby
train
5407e5a69cf30dd1b18e8c9392ba45ecbea86543
diff --git a/pkg/ipcache/ipcache.go b/pkg/ipcache/ipcache.go index <HASH>..<HASH> 100644 --- a/pkg/ipcache/ipcache.go +++ b/pkg/ipcache/ipcache.go @@ -188,6 +188,11 @@ func (ipc *IPCache) Upsert(IP string, identity Identity) bool { if !allowOverwrite(existingIdentity.Source, identity.Source) { return false } ...
ipache: Skip Upsert() if IP is already mapped to given identity Fixes: #<I>
cilium_cilium
train
862f7b1a3f9920bf3816d1e851182eceea5fc6b9
diff --git a/data/__init__.py b/data/__init__.py index <HASH>..<HASH> 100644 --- a/data/__init__.py +++ b/data/__init__.py @@ -1,3 +1,5 @@ +__version__ = '0.2.dev1' + from six import text_type, PY2
Added __version__ string.
mbr_data
train
4ba1d015c98e2be764f858efb83d81f6104c1c47
diff --git a/src/java/com/samskivert/jdbc/depot/BuildVisitor.java b/src/java/com/samskivert/jdbc/depot/BuildVisitor.java index <HASH>..<HASH> 100644 --- a/src/java/com/samskivert/jdbc/depot/BuildVisitor.java +++ b/src/java/com/samskivert/jdbc/depot/BuildVisitor.java @@ -92,6 +92,7 @@ public abstract class BuildVisitor ...
We're handling Key query construction directly instead of letting it look like a WhereClause, so we need to add our own where. git-svn-id: <URL>
samskivert_samskivert
train
95fd89d7a20ddaf89e811110b07fb781fd1751c5
diff --git a/coapthon/server/coap.py b/coapthon/server/coap.py index <HASH>..<HASH> 100644 --- a/coapthon/server/coap.py +++ b/coapthon/server/coap.py @@ -273,8 +273,6 @@ class CoAP(object): except KeyError: res = None if res is None: - if len(paths) != i: - ...
fixed problem with nested endpoints
Tanganelli_CoAPthon3
train
40a78a4c28be49a4a84082d4265602333f44f5f9
diff --git a/kopeme-core/src/main/java/de/dagere/kopeme/parsing/GradleParseHelper.java b/kopeme-core/src/main/java/de/dagere/kopeme/parsing/GradleParseHelper.java index <HASH>..<HASH> 100644 --- a/kopeme-core/src/main/java/de/dagere/kopeme/parsing/GradleParseHelper.java +++ b/kopeme-core/src/main/java/de/dagere/kopeme/...
Do not identify settings.gradle as gradle buildfile
DaGeRe_KoPeMe
train
d515aabaa82209fde6f8cf3c3c2e6bee388eb56d
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ result.stderr # => "" result.output # => "Tue Nov 26 14:45:03 EST 2013\n" (combined stdout + stderr) result.status # => 0 result.success? # => true +result.error? # => false result.pid # => ...
add error? predicate to complement success?
chocolateboy_komenda
train
3e4b53fb993a8e8b193bd1d002d4d62b0a4bcee9
diff --git a/src/org/opencms/ui/apps/A_CmsWorkplaceApp.java b/src/org/opencms/ui/apps/A_CmsWorkplaceApp.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/ui/apps/A_CmsWorkplaceApp.java +++ b/src/org/opencms/ui/apps/A_CmsWorkplaceApp.java @@ -28,6 +28,7 @@ package org.opencms.ui.apps; import org.opencms.main.Op...
Adjusting bread crumb display for users without the permission to access the launch pad.
alkacon_opencms-core
train
f8a7d66685654888f541682120ff715242d7a3ff
diff --git a/lib/cb/requests/resumes/put.rb b/lib/cb/requests/resumes/put.rb index <HASH>..<HASH> 100644 --- a/lib/cb/requests/resumes/put.rb +++ b/lib/cb/requests/resumes/put.rb @@ -68,7 +68,7 @@ module Cb educations.collect do |education| { schoolName: education[:school_name...
changing major to majorOrDegree
careerbuilder_ruby-cb-api
train
dd7b7c8d9984b1ebfe73345aeaed8e0645294097
diff --git a/mongonaut/views.py b/mongonaut/views.py index <HASH>..<HASH> 100644 --- a/mongonaut/views.py +++ b/mongonaut/views.py @@ -101,7 +101,7 @@ class DocumentListView(MongonautViewMixin, FormView): self.page = 1 obj_count = queryset.count() - self.total_pages = math.ceil(obj_count ...
fix search results for 1 result in python2 compatibility
jazzband_django-mongonaut
train
2636b194dbb2ac54d30dc4b0304e07a28cbc0b3c
diff --git a/src/Psalm/Checker/ClassChecker.php b/src/Psalm/Checker/ClassChecker.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Checker/ClassChecker.php +++ b/src/Psalm/Checker/ClassChecker.php @@ -357,13 +357,16 @@ class ClassChecker extends ClassLikeChecker $property_type_location = $property_storage-...
Fix #<I> - support @var self properties in static method calls
vimeo_psalm
train
a04ca29ae54eca28f79c059d22b3b17091450034
diff --git a/framework/core/js/forum/src/components/EditUserModal.js b/framework/core/js/forum/src/components/EditUserModal.js index <HASH>..<HASH> 100644 --- a/framework/core/js/forum/src/components/EditUserModal.js +++ b/framework/core/js/forum/src/components/EditUserModal.js @@ -15,6 +15,7 @@ export default class Ed...
Allow to manually activate users (#<I>) * Allow to manually activate users * Use resources instead of hard-coded strings
flarum_core
train
ffbeaf66d1f2453f10782377fca6a7204c007c2b
diff --git a/tests/PureHTMLDefinition.php b/tests/PureHTMLDefinition.php index <HASH>..<HASH> 100644 --- a/tests/PureHTMLDefinition.php +++ b/tests/PureHTMLDefinition.php @@ -73,6 +73,7 @@ class Test_PureHTMLDefinition extends UnitTestCase ,new MF_Text('bold') ,new MF_EndTag('b') ,...
Refine tests to include attribute checks and some other cases. git-svn-id: <URL>
Masterjoa_HTMLPurifier-standalone
train
6ed40d551e4bbf87569bd30d929526173ff0e6aa
diff --git a/pythonforandroid/recipes/libxml2/__init__.py b/pythonforandroid/recipes/libxml2/__init__.py index <HASH>..<HASH> 100644 --- a/pythonforandroid/recipes/libxml2/__init__.py +++ b/pythonforandroid/recipes/libxml2/__init__.py @@ -1,53 +1,58 @@ -from pythonforandroid.toolchain import Recipe, shprint, shutil, cu...
Rework libxml2 recipe and update version Actions taken:   - replace double quotes to single quotes because I think that it's more readable - fixed imports - shortened lines
kivy_python-for-android
train
1982ba9013a3fbf87b273bfeb1f3d454e5f60552
diff --git a/Utils.php b/Utils.php index <HASH>..<HASH> 100644 --- a/Utils.php +++ b/Utils.php @@ -13,7 +13,7 @@ class FBMock_Utils { return sprintf( 'FBMockFramework_%s_%s_%s', - $class_name, + self::classNameForMock($class_name), implode('_', (array)str_replace('_', '__', $interfaces)),...
Sync from Facebook code base. Closes #<I>
facebookarchive_FBMock
train
d8e2950f9f0091d9fe7e5bb8170c0f66b12815c5
diff --git a/mpdlcd/lcdrunner.py b/mpdlcd/lcdrunner.py index <HASH>..<HASH> 100644 --- a/mpdlcd/lcdrunner.py +++ b/mpdlcd/lcdrunner.py @@ -13,7 +13,6 @@ from mpdlcd import utils logger = logging.getLogger(__name__) -LCD_SCREEN_NAME = 'MPD' class MpdRunner(utils.AutoRetryCandidate): def __init__(self, client,...
Allow configuration of LCD_SCREEN_NAME.
rbarrois_mpdlcd
train
1b9b137f072bff8557ee7f916b6972a42eaff2c5
diff --git a/tools/convert_openstates.py b/tools/convert_openstates.py index <HASH>..<HASH> 100644 --- a/tools/convert_openstates.py +++ b/tools/convert_openstates.py @@ -7,8 +7,10 @@ from larvae.event import Event from larvae.vote import Vote from larvae.bill import Bill +from collections import defaultdict from ...
Don't break for old legislators
opencivicdata_pupa
train
798c4e8fed290cfa318a9fb994a7c6f555db39c1
diff --git a/test/integration/minikube_profile_test.go b/test/integration/minikube_profile_test.go index <HASH>..<HASH> 100644 --- a/test/integration/minikube_profile_test.go +++ b/test/integration/minikube_profile_test.go @@ -39,7 +39,9 @@ func TestMinikubeProfile(t *testing.T) { defer CleanupWithLogs(t, profiles[0]...
add the StartArgs() suffix as supplied by test suite
kubernetes_minikube
train
77e936092bc33eb896947a9a65af0514fc40959a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ setup(name='Hydra', author='Victor Ng', author_email='crankycoder@gmail.com', description='A high performance persistent bloom filter', - url="http://bitbucket.org/crankycoder/Hydra", -...
bumped to <I> and updated the URL to github from bitbucket
crankycoder_hydra
train
edb72b4809c83bec19d0c47085a78a200b567596
diff --git a/wpull/version.py b/wpull/version.py index <HASH>..<HASH> 100644 --- a/wpull/version.py +++ b/wpull/version.py @@ -1,2 +1,2 @@ # encoding=utf-8 -__version__ = '0.6a1' +__version__ = '0.7a1'
Bumps version to <I>a1.
ArchiveTeam_wpull
train
306887e3258fcf0b990b0f71090950ee0900faa6
diff --git a/tests/test_router.py b/tests/test_router.py index <HASH>..<HASH> 100644 --- a/tests/test_router.py +++ b/tests/test_router.py @@ -193,7 +193,7 @@ def test_routerify(): assert hasattr(foo, '__growler_router') first_route = foo.__growler_router.routes[0] assert first_route[0] == GET - asser...
Fix expected regex in test_router
pyGrowler_Growler
train
f23bbe04ef7662765c1c75557dac4344a1a103c5
diff --git a/lib/cancan/rule.rb b/lib/cancan/rule.rb index <HASH>..<HASH> 100644 --- a/lib/cancan/rule.rb +++ b/lib/cancan/rule.rb @@ -21,7 +21,7 @@ module CanCan # Matches both the subject and action, not necessarily the conditions def relevant?(action, subject) - subject = subject.values.first if sub...
Fix rule check on Hash-like subjects
CanCanCommunity_cancancan
train
b1c82cb5d65d58537df5360965865c91171e7f7c
diff --git a/galpy/orbit_src/Orbit.py b/galpy/orbit_src/Orbit.py index <HASH>..<HASH> 100644 --- a/galpy/orbit_src/Orbit.py +++ b/galpy/orbit_src/Orbit.py @@ -296,6 +296,47 @@ class Orbit: """ self._orb.integrate(t,pot,method=method) + def integrate_dxdv(self,dxdv,t,pot,method='dopr54_c', + ...
add integrate_dxdv and getOrbit_dxdv at the top level, #<I>
jobovy_galpy
train
d33f870dd87ecb7cd62d92a680e189f4a8ce075f
diff --git a/lib/feature_flagger/storage/feature_keys_migration.rb b/lib/feature_flagger/storage/feature_keys_migration.rb index <HASH>..<HASH> 100644 --- a/lib/feature_flagger/storage/feature_keys_migration.rb +++ b/lib/feature_flagger/storage/feature_keys_migration.rb @@ -56,4 +56,4 @@ module FeatureFlagger ...
Cover migration scenario Why? As detected in code review, we didn't cover one critical path of the migration with tests.
ResultadosDigitais_feature_flagger
train
c9553709a915933d4f03a8ce5f18ed5d4de9b55f
diff --git a/tests/test_xlsm_era.py b/tests/test_xlsm_era.py index <HASH>..<HASH> 100644 --- a/tests/test_xlsm_era.py +++ b/tests/test_xlsm_era.py @@ -15,7 +15,7 @@ import pytest import pangaea as pa -from .conftest import compare_proj4, compare_rasters +from .conftest import compare_proj4 class ERA(object): ...
removed dependency; added skipif for windows hrrr
snowman2_pangaea
train
340ece75c9ae1b34c2b591f9aa84e095b1911ec6
diff --git a/pgmpy/models/continuous/JointGaussianDistribution.py b/pgmpy/models/continuous/JointGaussianDistribution.py index <HASH>..<HASH> 100644 --- a/pgmpy/models/continuous/JointGaussianDistribution.py +++ b/pgmpy/models/continuous/JointGaussianDistribution.py @@ -1,3 +1,5 @@ +from __future__ import division + i...
added dtype=float for mean_vector and cov_matrix
pgmpy_pgmpy
train
3eb270b9cf01f1d8fc55e976b4f53b2e464585a8
diff --git a/src/Common/Model/Base.php b/src/Common/Model/Base.php index <HASH>..<HASH> 100644 --- a/src/Common/Model/Base.php +++ b/src/Common/Model/Base.php @@ -802,6 +802,15 @@ abstract class Base */ public function deleteMany(array $aIds): bool { + /** + * Ensure that passed IDs are u...
Ensures IDs passed to deleteMany and destroyMany are unique
nails_common
train
03248884deffdca26070657237ab87f1844fcff3
diff --git a/cmd-ls.go b/cmd-ls.go index <HASH>..<HASH> 100644 --- a/cmd-ls.go +++ b/cmd-ls.go @@ -34,7 +34,7 @@ const ( // printBuckets lists buckets and its meta-dat func printBuckets(v []*client.Bucket) { for _, b := range v { - msg := fmt.Sprintf("%23s %13s %s", b.CreationDate.Local().Format(printDate), "", b....
Fix composite literal uses unkeyed fields
minio_mc
train
c712ad26f4ccd0dcd263647d2be9f1433f38b552
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -12,13 +12,19 @@ var canProceed = function(transportLevel, transportLevelOnly, level){ // log from level specified in transPOrt level and higher if (transportLevel == 'log'){ proceed = true; - } else...
Added a few more intermediary levels between warn and error
damianof_d-log
train
f7675a169f82847c569f4ad2842b8b1371d23b8d
diff --git a/src/Auth/AuthenticationService.php b/src/Auth/AuthenticationService.php index <HASH>..<HASH> 100644 --- a/src/Auth/AuthenticationService.php +++ b/src/Auth/AuthenticationService.php @@ -61,7 +61,9 @@ class AuthenticationService extends ZendAuthService if ($this->hasIdentity() && ($id = $this->...
[Auth] Do not throw exception, if logged in user not found. Use AnonymousUser instance instead
yawik_auth
train
128d03eeca8a7b5c1984fb87e80cbb74e4a59205
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -41,4 +41,12 @@ describe('japanese.hiraganize()', function () { japanese.hiraganize('板垣死ス𪜈オ菓子ハ死セズ').should.be.exactly('板垣死すともお菓子は死せず'); japanese.hiraganize('食エ𪜈゙食エ𪜈゙オ菓子ノ山').should.be.exactl...
Add more unit test for japanese.hiraganize()
hakatashi_japanese.js
train
763f5840e231971c9afc761ed0ef4368fe873ddc
diff --git a/test/main.js b/test/main.js index <HASH>..<HASH> 100644 --- a/test/main.js +++ b/test/main.js @@ -5,6 +5,7 @@ var View = require('ampersand-view'); var makeTestView = function(options) { return View.extend({ template: '<div data-hook="container"></div>', + autoRender: true, r...
Added `autoRender` to setup helper
AmpersandJS_ampersand-view-switcher
train
9baec25d165bbb5568f378c62984c27a5d44bc6a
diff --git a/lib/spoon.rb b/lib/spoon.rb index <HASH>..<HASH> 100644 --- a/lib/spoon.rb +++ b/lib/spoon.rb @@ -15,13 +15,15 @@ module Spoon def self.spawn(*args) spawn_args = _prepare_spawn_args(args) - _posix_spawn(*spawn_args) + errno = _posix_spawn(*spawn_args) + raise SystemCallError.new(args[0...
If posix_spawn or posix_spawnp returns an error, turn that error code into an exception.
headius_spoon
train
0bbd978f49d137a38aee46dce04838c02fc23482
diff --git a/lib/Api/Campaigns.php b/lib/Api/Campaigns.php index <HASH>..<HASH> 100644 --- a/lib/Api/Campaigns.php +++ b/lib/Api/Campaigns.php @@ -21,30 +21,6 @@ class Campaigns extends Api protected $endpoint = 'campaigns'; /** - * {@inheritdoc} - */ - public function create(array $parameters) -...
Campaign write endpoints enabled, test created for them
mautic_api-library
train
6b114adfbe60a64f6a3919ee94f9d27d562d7476
diff --git a/sentry/plugins/__init__.py b/sentry/plugins/__init__.py index <HASH>..<HASH> 100644 --- a/sentry/plugins/__init__.py +++ b/sentry/plugins/__init__.py @@ -38,7 +38,7 @@ class ActionProvider: self.url = reverse('sentry-plugin-action', args=(self.slug,)) def __call__(self, request): - s...
Prepend script_name to path_info for url comparisons
elastic_apm-agent-python
train
8ea6e29cef8c2be4a3cdfdb59ddd8e3ce6e3bd9b
diff --git a/visidata/path.py b/visidata/path.py index <HASH>..<HASH> 100644 --- a/visidata/path.py +++ b/visidata/path.py @@ -148,15 +148,19 @@ class Path(os.PathLike): else: self._path = pathlib.Path(given) + self.ext = self.suffix[1:] + if self.suffixes: #1450 don't make this ...
[path-] keep name when no suffix #<I> Partial revert of commit 6d<I>df4a<I>fe2e3fb<I>b<I>fcadb4e<I>cdff0. "[path-] fix name reconstruction with multiple suffixes"
saulpw_visidata
train
fbfc7397ff1833bcf9e8a73e394aaabfe83ebf36
diff --git a/lib/lolcommits/backends/git_info.rb b/lib/lolcommits/backends/git_info.rb index <HASH>..<HASH> 100644 --- a/lib/lolcommits/backends/git_info.rb +++ b/lib/lolcommits/backends/git_info.rb @@ -2,7 +2,7 @@ module Lolcommits class GitInfo - GIT_URL_REGEX = %r{.*:([/\w-]*).git} + GIT_URL_REGEX = %r{....
freeze regexps constants since they ARE mutable
lolcommits_lolcommits
train
a7ca61e33aaf16081ce254fb8534866ba00bb786
diff --git a/src/PerrysLambda/ArrayBase.php b/src/PerrysLambda/ArrayBase.php index <HASH>..<HASH> 100644 --- a/src/PerrysLambda/ArrayBase.php +++ b/src/PerrysLambda/ArrayBase.php @@ -1180,4 +1180,27 @@ abstract class ArrayBase extends Property } + // String --------------------------------------------------...
adding method call by lambda-string
perryflynn_PerrysLambda
train
eef94371ad80419e575fd30e3ed94b7412c8a63d
diff --git a/src/main/java/org/mockito/internal/invocation/Stubbing.java b/src/main/java/org/mockito/internal/invocation/Stubbing.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mockito/internal/invocation/Stubbing.java +++ b/src/main/java/org/mockito/internal/invocation/Stubbing.java @@ -1,13 +1,43 @@ packag...
Added even more javadoc Fixes #<I>
mockito_mockito
train
ad8e19543681e34c80b8638af588f5cf8bb30d5e
diff --git a/hydra_base/util/hdb.py b/hydra_base/util/hdb.py index <HASH>..<HASH> 100644 --- a/hydra_base/util/hdb.py +++ b/hydra_base/util/hdb.py @@ -272,6 +272,7 @@ def create_default_users_and_perms(): ("developer", "edit_network"), ("developer", "delete_network"), ("developer"...
Give developers and modellers permission to view projects
hydraplatform_hydra-base
train
29e6a8a0c34b0c4cc6ec7a39e0ede71a380641db
diff --git a/paging.js b/paging.js index <HASH>..<HASH> 100644 --- a/paging.js +++ b/paging.js @@ -17,9 +17,9 @@ angular.module('brantwills.paging', []).directive('paging', function () { scope.List = []; scope.Hide = false; + scope.dots = scope.dots || '...'; scope.page = parseInt(sc...
Code Format: Moving dots declaration based on line size
brantwills_Angular-Paging
train
7fe99386b1eccee077d079289b5a0af88889452b
diff --git a/src/at/externet/eps_bank_transfer/SoCommunicator.php b/src/at/externet/eps_bank_transfer/SoCommunicator.php index <HASH>..<HASH> 100644 --- a/src/at/externet/eps_bank_transfer/SoCommunicator.php +++ b/src/at/externet/eps_bank_transfer/SoCommunicator.php @@ -25,16 +25,16 @@ class SoCommunicator /...
Security suffix is actually only a obscurity suffix
hakito_PHP-Stuzza-EPS-BankTransfer
train
c365fdb73d84993b0cb2208ea27e14510368e352
diff --git a/asset_allocation/asset_allocation.py b/asset_allocation/asset_allocation.py index <HASH>..<HASH> 100644 --- a/asset_allocation/asset_allocation.py +++ b/asset_allocation/asset_allocation.py @@ -4,21 +4,31 @@ Main entry point to the library import sys import click -@click.command() -@click.argument("com...
removing the console_script option. Need to resolve how to invoke different commands and an alias 'aa' for asset_allocation module.
MisterY_asset-allocation
train
ea62b0862ca98db703544e079fe6793857b868d0
diff --git a/tests/integration/encoding.spec.js b/tests/integration/encoding.spec.js index <HASH>..<HASH> 100644 --- a/tests/integration/encoding.spec.js +++ b/tests/integration/encoding.spec.js @@ -204,10 +204,12 @@ describe('encoding', function () { }); }); it('encoding not recognized', function () {...
bumping the timeout for encoding tests
jshemas_openGraphScraper
train
0c1ae0e4ba7d030a33a1349b36f31976c3d8146c
diff --git a/client/interfaces.go b/client/interfaces.go index <HASH>..<HASH> 100644 --- a/client/interfaces.go +++ b/client/interfaces.go @@ -228,6 +228,7 @@ type InstanceServer interface { // Network ACL functions ("network_acl" API extension) GetNetworkACLs() (acls []api.NetworkACL, err error) + GetNetworkACL(...
client/interfaces: Adds GetNetworkACL
lxc_lxd
train
9d16305b1760a80925ad79f0d58c5733a70ef3e0
diff --git a/src/victory-tooltip/victory-tooltip.js b/src/victory-tooltip/victory-tooltip.js index <HASH>..<HASH> 100644 --- a/src/victory-tooltip/victory-tooltip.js +++ b/src/victory-tooltip/victory-tooltip.js @@ -257,22 +257,26 @@ export default class VictoryTooltip extends React.Component { ); } + // Over...
refactor tooltip for victory native
FormidableLabs_victory
train
612625cc6edac7cc22a5b0956ed52542a290d9cd
diff --git a/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryDialog.java b/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryDialog.java index <HASH>..<HASH> 100644 --- a/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryDialog.java +++ b/src-gwt/org/opencms/ade/galleries/client/ui/CmsGalleryDialog.java @...
Fixed localization of gallery dialogs "Sitemap" tab as reported in GitHub issue #<I>
alkacon_opencms-core
train
12fc6c503cc57c128fca47341ff995870b9eabd5
diff --git a/bcbio/upload/__init__.py b/bcbio/upload/__init__.py index <HASH>..<HASH> 100644 --- a/bcbio/upload/__init__.py +++ b/bcbio/upload/__init__.py @@ -43,7 +43,7 @@ def _get_files(sample): analysis = sample.get("analysis") if analysis.lower() in ["variant", "snp calling", "variant2", "standard"]: ...
Restore RNA-seq sample uploading.
bcbio_bcbio-nextgen
train
12b5c6a8ba7e82bf5071bf44c3e7a57b163e701f
diff --git a/strictyaml/document.py b/strictyaml/document.py index <HASH>..<HASH> 100644 --- a/strictyaml/document.py +++ b/strictyaml/document.py @@ -1,6 +1,6 @@ -from ruamel.yaml.comments import CommentedSeq, CommentedMap from strictyaml.yamllocation import YAMLChunk from strictyaml.any_validator import Any +from s...
REFACTOR : Deduplicated code that marks up dicts/lists.
crdoconnor_strictyaml
train
60be2e31c61f32131b1e11e24c08f58ffc8c2a0a
diff --git a/scripts/oaepub b/scripts/oaepub index <HASH>..<HASH> 100755 --- a/scripts/oaepub +++ b/scripts/oaepub @@ -27,7 +27,6 @@ def main(): oae.main(args) #Cache the log if setngs.save_log: - logging.close() shutil.copy2(logpath, setngs.cache_log) diff --git a/src/OpenAccess_EPUB...
Adjustments made for windows compatibility with logging
SavinaRoja_OpenAccess_EPUB
train
090d86444f8d057464725582d665e5b050b1b8a3
diff --git a/lib/express/route.js b/lib/express/route.js index <HASH>..<HASH> 100644 --- a/lib/express/route.js +++ b/lib/express/route.js @@ -141,14 +141,16 @@ Route.prototype.validate = function() { }); function fn(req, res) { - return validatorMiddleware.apply(this, args)(req, res, dummyCallback);...
fix potential bug with translating callback based validator function into a promise
BohemiaInteractive_bi-service
train
9dc2a1f97f2e21728160a76f004da20cd9cb9a44
diff --git a/Framework.js b/Framework.js index <HASH>..<HASH> 100644 --- a/Framework.js +++ b/Framework.js @@ -86,7 +86,6 @@ var Framework = Server.extend(/** @lends Framework.prototype */ { var l; var isError = false; var length = this._tasks.length; - var result = []; this...
rc-dev: refactor units plugin
fistlabs_fist
train
364d6ea876a42d91c2bb4b89c8bfb3267a4ffd95
diff --git a/ui/admin/form.php b/ui/admin/form.php index <HASH>..<HASH> 100644 --- a/ui/admin/form.php +++ b/ui/admin/form.php @@ -657,6 +657,59 @@ </script> </li> + <!-- Inline plupload input --> + ...
started putting together a single upload file input, powered by plupload
pods-framework_pods
train
db2125f7f200a10f9839180ba7c895b8a61c5f68
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,13 @@ This would change our log output above to: app=myapp deploy=production fn=trap signal=TERM at=exit status=0 +You can also dynamically add some data to the global context like this: + +```ruby +Scro...
Add Scrolls.add_global_context to add more data to the global context
asenchi_scrolls
train
c563f4c84cf4d7fdbf426afae2d5ca9962a8e54b
diff --git a/src/main/java/org/gwtbootstrap3/extras/fullcalendar/client/ui/Language.java b/src/main/java/org/gwtbootstrap3/extras/fullcalendar/client/ui/Language.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gwtbootstrap3/extras/fullcalendar/client/ui/Language.java +++ b/src/main/java/org/gwtbootstrap3/extra...
Support for new languages in FullCalendar <I>
gwtbootstrap3_gwtbootstrap3-extras
train
4049b1c64123bf849fbf6df2dffcfd6e3686dfc3
diff --git a/sacloud/internet.go b/sacloud/internet.go index <HASH>..<HASH> 100644 --- a/sacloud/internet.go +++ b/sacloud/internet.go @@ -41,7 +41,7 @@ func (i *Internet) SetNetworkMaskLen(v int) { // AllowInternetBandWidth 設定可能な帯域幅の値リスト func AllowInternetBandWidth() []int { - return []int{100, 250, 500, 1000, 150...
Add <I>Mbps plan to the Router
sacloud_libsacloud
train
94baa8c5e8390016e09777c82839f345bfd80de1
diff --git a/src/markdown_renderers.js b/src/markdown_renderers.js index <HASH>..<HASH> 100644 --- a/src/markdown_renderers.js +++ b/src/markdown_renderers.js @@ -127,7 +127,7 @@ export const customLinkRenderer = (href, text, repoUrl, branchName) => { href = `${urlPrefix}/${cleanedHref}`; } - return ...
Add speech marks to hrefs
apifytech_apify-shared-js
train
ce3191ac0317d5f3cd85849bb75530bd57d13d20
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -441,14 +441,18 @@ func (c *Client) findRegionForRPC(rpc hrpc.Call) (proto.Message, error) { // must be looked up in the meta table backoff := backoffStart + ctx := rpc.GetContext() for { // Look up the region i...
Honor the RPC deadline while waiting in between retry attempts. Change-Id: I3a7c6afe<I>ab1eeb<I>c<I>ac<I>
tsuna_gohbase
train
d3f650fcbef05b3ebc31b706ea965bf9c50e7b0a
diff --git a/dns/dns.go b/dns/dns.go index <HASH>..<HASH> 100644 --- a/dns/dns.go +++ b/dns/dns.go @@ -28,22 +28,27 @@ func checkSPFVersion(spf []string) bool { } // LookupSPF retireves SPF query from domain in question. -// If also carries out initial validation on whether the TXT record is an SPF record (by compa...
Break too long comments in dns/dns.go
zaccone_spf
train
69afcfdd13c9fd695183a5a64d3bed155d4e18c7
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100755 --- a/cli.js +++ b/cli.js @@ -20,7 +20,7 @@ nconf.argv().env({ 'ignore' ].forEach((key) => { const env = snakeCase(key); - options[key] = nconf.get(key) || nconf.get('yamllint_' + env.toLowerCase()) || nconf.get('YAMLLINT' + env.toUpperCase()); + options...
Fix CLI support relative paths Fixes #<I>
rasshofer_yaml-lint
train
54d39228c044351f6bb9e527a27d1495a7eeab93
diff --git a/lib/puppet/application/lookup.rb b/lib/puppet/application/lookup.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/application/lookup.rb +++ b/lib/puppet/application/lookup.rb @@ -90,8 +90,14 @@ class Puppet::Application::Lookup < Puppet::Application exit(Puppet.settings.print_configs ? 0 : 1) if Pupp...
(PUP-<I>) skip local external facts on lookup Some puppet default settings required facter to retrieve the data which caused facter to load all external facts that are not used. This can slow down puppet if external facts are slow. Facter.load_external(<boolean>) is set to false when using Facter to retrieve a core f...
puppetlabs_puppet
train
47dbe7d80eaf5df122e8d09754c6126e1a02faaf
diff --git a/inc/class-scripts.php b/inc/class-scripts.php index <HASH>..<HASH> 100644 --- a/inc/class-scripts.php +++ b/inc/class-scripts.php @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; /** * CareLib Translations class. */ -class CareLib_Scripts { +abstract class CareLib_Scripts { /** * The library obj...
Made scripts class abstarct
cipherdevgroup_carelib
train
3ac2eb79349c47d2a02d1be7a447d583b55c00c0
diff --git a/spec/integration/cli_errand_spec.rb b/spec/integration/cli_errand_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/cli_errand_spec.rb +++ b/spec/integration/cli_errand_spec.rb @@ -190,6 +190,8 @@ describe 'cli: errand', type: :integration do end it 'successfully cancels the errand and...
Cancel errand integration test is pending except for ruby agent
cloudfoundry_bosh
train
0d100a8a458a68de64d1792c9c2a0fd940c42800
diff --git a/spyderlib/baseconfig.py b/spyderlib/baseconfig.py index <HASH>..<HASH> 100644 --- a/spyderlib/baseconfig.py +++ b/spyderlib/baseconfig.py @@ -21,7 +21,7 @@ import sys from spyderlib import __version__ -SUPPORTED_IPYTHON = '>=0.13;<1.0' +SUPPORTED_IPYTHON = '>=1.0' #===========================...
IPython Console: Update to make it work with the new <I> API - "Kernel died" message is not printed anymore, probably a side effect of the new API.
spyder-ide_spyder
train
a7b085ae46c24e8f4e6acd40f1039fc133797fac
diff --git a/spacy/about.py b/spacy/about.py index <HASH>..<HASH> 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -4,7 +4,7 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "2.1.0a5" +__version__ = "2.1.0a4" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython" _...
Set version back to <I>a4
explosion_spaCy
train
8fb78e59dd88bcdbd7efc0eb7e4e6808c574a796
diff --git a/plugin/oapmc.js b/plugin/oapmc.js index <HASH>..<HASH> 100644 --- a/plugin/oapmc.js +++ b/plugin/oapmc.js @@ -1429,7 +1429,6 @@ function _recConv(ldpm,jsonNode,pkg,hlevel,callback){ txt += jsonNode.id; txt += '</a>'; if(jsonNode.caption){ - ...
rm caption tags in supporting information
sballesteros_dcat
train
d3719320c1a2b96cbd7e0823d12a3f02f125fef3
diff --git a/lib/geokit/mappable.rb b/lib/geokit/mappable.rb index <HASH>..<HASH> 100644 --- a/lib/geokit/mappable.rb +++ b/lib/geokit/mappable.rb @@ -184,7 +184,7 @@ module Geokit # Raise an exception when given unsupported unit of length def get_units!(options = {}) units = options[:units] - ...
Do not use :: for method calls
geokit_geokit
train
ffada464d0af9496db5d376ba62f0f4abb6d1660
diff --git a/sdjournal/journal.go b/sdjournal/journal.go index <HASH>..<HASH> 100644 --- a/sdjournal/journal.go +++ b/sdjournal/journal.go @@ -372,8 +372,8 @@ const ( ) var ( - // Error show when using TestCursor function and cursor parameter is not the same - // as the current cursor position + // ErrNoTestCursor ...
Added godoc-style code comments for declared errors
coreos_go-systemd
train
10ce657a55b12e0445ec2f00dc8c8c3b2f65d914
diff --git a/src/main/java/picocli/CommandLine.java b/src/main/java/picocli/CommandLine.java index <HASH>..<HASH> 100644 --- a/src/main/java/picocli/CommandLine.java +++ b/src/main/java/picocli/CommandLine.java @@ -32,7 +32,6 @@ import java.net.URISyntaxException; import java.net.URL; import java.nio.ByteOrder; impo...
DefaultFactory#create(Class<T>): Only handle Map differently than normal if the Map is an interface Handle SortedMap
remkop_picocli
train