hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
840df7135bcc14c40c89ad4cd17582203fd70048
diff --git a/lib/coverband/s3_report_writer.rb b/lib/coverband/s3_report_writer.rb index <HASH>..<HASH> 100644 --- a/lib/coverband/s3_report_writer.rb +++ b/lib/coverband/s3_report_writer.rb @@ -17,7 +17,11 @@ class S3ReportWriter private def coverage_content - File.read("#{SimpleCov.coverage_dir}/index.html...
travis doesn't like the spec
danmayer_coverband
train
b93a46b1f4d30d477a5e84e950dc214a542190a6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup(name='hwtGraph', - version='0.2.0', + version='0.3', description='Library for ...
use v in format x.x because of problems with pip
Nic30_hwtGraph
train
6887e4378b630c3c9f6acfcb58af91faf5f86037
diff --git a/vendor/plugins/object_daddy/init.rb b/vendor/plugins/object_daddy/init.rb index <HASH>..<HASH> 100644 --- a/vendor/plugins/object_daddy/init.rb +++ b/vendor/plugins/object_daddy/init.rb @@ -0,0 +1,12 @@ +unless ActiveRecord::Base.respond_to? :inherited_with_object_daddy + class ActiveRecord::Base + def...
cleanup of rails setup method -- introduction of init.rb; rails setup method just delegates there
flogic_object_daddy
train
7db9a9a50d3f662c10951c5d449f35083c547151
diff --git a/src/pycldf/dataset.py b/src/pycldf/dataset.py index <HASH>..<HASH> 100644 --- a/src/pycldf/dataset.py +++ b/src/pycldf/dataset.py @@ -190,11 +190,12 @@ class Dataset(object): continue else: ref = component + idcol = ref.get_column(term_uri('id')...
use idcol as columnReference in auto_foreign_keys, fix #<I>
cldf_pycldf
train
6ad7a7c0b848e5a4a49d86b3736eefc3c1554e6d
diff --git a/js/bitstamp.js b/js/bitstamp.js index <HASH>..<HASH> 100644 --- a/js/bitstamp.js +++ b/js/bitstamp.js @@ -156,6 +156,8 @@ module.exports = class bitstamp extends Exchange { 'grt_address/', 'usdt_withdrawal/', 'usdt_address/', + ...
Adding support for EURT on Bitstamp
ccxt_ccxt
train
f457c60f0ab187be34bb721d14cdfb22c44c5269
diff --git a/src/Validator.php b/src/Validator.php index <HASH>..<HASH> 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -28,9 +28,9 @@ namespace ntentan\utils; /** * Base validator class for validating data in associative arrays. - * Validator class allows general validation rules to be defined that could...
Cleaned up validator docs
ntentan_utils
train
6b007d108e12f659687b5ad8f9d9797149da66a4
diff --git a/src/Basset/Server.php b/src/Basset/Server.php index <HASH>..<HASH> 100644 --- a/src/Basset/Server.php +++ b/src/Basset/Server.php @@ -181,11 +181,6 @@ class Server { { $path = $asset->getRelativePath(); - if ( ! $asset->isRemote()) - { - $path = ...
Build path not needed for excluded assets.
Marwelln_basset
train
711826cb5fe5eec14949bd98c1ff87af17e871cb
diff --git a/lib/active_record/connection_adapters/sqlserver_adapter.rb b/lib/active_record/connection_adapters/sqlserver_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/sqlserver_adapter.rb +++ b/lib/active_record/connection_adapters/sqlserver_adapter.rb @@ -11,7 +11,6 @@ module Acti...
Remove all ["AutoCommit"] ODBC calls in favor of direct Transact-SQL calls.
rails-sqlserver_activerecord-sqlserver-adapter
train
f1ddee1de82d01b99bccab1a2533be1905aeb14b
diff --git a/cellpy/readers/cellreader.py b/cellpy/readers/cellreader.py index <HASH>..<HASH> 100644 --- a/cellpy/readers/cellreader.py +++ b/cellpy/readers/cellreader.py @@ -1173,6 +1173,8 @@ class CellpyData(object): def load(self, cellpy_file, parent_level=None, return_cls=True): """Loads a cellpy file...
using github-flow now - initial commit
jepegit_cellpy
train
d410f26d8483bb3dbfaf45c6df9e733cd42131c8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,7 @@ function fn () { .forEach(function (c) { fn[c] = fn fn['bg' + c[0].toUpperCase() + c.slice(1)] = fn + fn[c + 'Bright'] = fn }) ;['bold', 'italic', 'underline', 'blink', 'inverse', 'strike']
Added some bright colours functions for non tty terminals. - redBright, greenBright etc.
alanshaw_cli-color-tty
train
b1ba173850d785efa52f0e8f5bf0a89e28118f9d
diff --git a/gravity/config_manager.py b/gravity/config_manager.py index <HASH>..<HASH> 100644 --- a/gravity/config_manager.py +++ b/gravity/config_manager.py @@ -119,7 +119,7 @@ class ConfigManager(object): elif exists(join(dirname(conf), pardir, "lib", "galaxy")): config.attribs["galaxy_...
Use click.ClickException to raise formatted errors and quit CLI
galaxyproject_gravity
train
e8c2c8e7283fc6f63caf2c38f6a0d8b16af6e103
diff --git a/src/Queue/Storage/Contract.php b/src/Queue/Storage/Contract.php index <HASH>..<HASH> 100644 --- a/src/Queue/Storage/Contract.php +++ b/src/Queue/Storage/Contract.php @@ -7,6 +7,7 @@ */ namespace IronBound\WP_Notifications\Queue\Storage; + use IronBound\WP_Notifications\Contract as Notification; use ...
Add ability to clear a single notification from storage
iron-bound-designs_wp-notifications
train
bba7e3a2201683f5400bf63a587fb734a69007d7
diff --git a/DiscreetAppRate/src/main/java/fr/nicolaspomepuy/discreetapprate/AppRate.java b/DiscreetAppRate/src/main/java/fr/nicolaspomepuy/discreetapprate/AppRate.java index <HASH>..<HASH> 100644 --- a/DiscreetAppRate/src/main/java/fr/nicolaspomepuy/discreetapprate/AppRate.java +++ b/DiscreetAppRate/src/main/java/fr/n...
Use apply instead of commit for API 9+
PomepuyN_discreet-app-rate
train
a9d83b5bb260c304dcf68764098e934d71e4f6fd
diff --git a/LeanMapper/Entity.php b/LeanMapper/Entity.php index <HASH>..<HASH> 100644 --- a/LeanMapper/Entity.php +++ b/LeanMapper/Entity.php @@ -85,7 +85,7 @@ abstract class Entity foreach ($this->getCurrentReflection()->getEntityProperties() as $property) { if ($property->hasDefaultValue()) { $propert...
Allowed to initialize private members with default value
Tharos_LeanMapper
train
be4e06f41035b801084eb7f2b37ecf985dc15181
diff --git a/Kwf/Model/Union/Row.php b/Kwf/Model/Union/Row.php index <HASH>..<HASH> 100644 --- a/Kwf/Model/Union/Row.php +++ b/Kwf/Model/Union/Row.php @@ -155,6 +155,7 @@ class Kwf_Model_Union_Row extends Kwf_Model_Row_Abstract parent::toArray(), $this->_sourceRow->toArray() ); + ...
Fix id in Union_Row::toArray Other columns also don't follow mapping, but that is fixed in <I>
koala-framework_koala-framework
train
2f4b710c2ded11f0bfbf3b438c8fb394d13ef289
diff --git a/lib/reporters/cucumber_json_reporter.js b/lib/reporters/cucumber_json_reporter.js index <HASH>..<HASH> 100644 --- a/lib/reporters/cucumber_json_reporter.js +++ b/lib/reporters/cucumber_json_reporter.js @@ -1,7 +1,7 @@ var Cucumber = require('cucumber'); var fs = require('fs-extra'); var path = require('...
fix: improve junit file writing to use writeFileSync
skytap_minorjs-test
train
3ee78214809f76181907808f9f27ed33a110be44
diff --git a/paramiko/channel.py b/paramiko/channel.py index <HASH>..<HASH> 100644 --- a/paramiko/channel.py +++ b/paramiko/channel.py @@ -1070,6 +1070,25 @@ class Channel (object): ### internals... + def _send(self, s, m): + size = len(s) + self.lock.acquire() + try: + if s...
Add new _send method to reduce code duplication. This method is the lowest _send related method on Channel and is the place where we raise a socket is closed Excpetion.
paramiko_paramiko
train
5dadd32a089e6553d26266866f6f197483695fa2
diff --git a/pywal/wallpaper.py b/pywal/wallpaper.py index <HASH>..<HASH> 100644 --- a/pywal/wallpaper.py +++ b/pywal/wallpaper.py @@ -144,7 +144,7 @@ def set_mac_wallpaper(img): for pic in pictures: if pic: sql += 'insert into preferences (key, data_id, picture_id) ' - sql += f'va...
Use %-strings, not f-string
dylanaraps_pywal
train
eff951fddabb766b80ce413824de04a5a552209f
diff --git a/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/ConfigurationList.java b/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/ConfigurationList.java index <HASH>..<HASH> 100644 --- a/guacamole/src/main/java/net/sourceforge/guacamole/net/basic/ConfigurationList.java +++ b/guacamole/src/ma...
Properly check for null when checking system permissions.
glyptodon_guacamole-client
train
66f0d57ec824bad5c8e05725638f635f129d2f76
diff --git a/examples/errors_all_options.php b/examples/errors_all_options.php index <HASH>..<HASH> 100644 --- a/examples/errors_all_options.php +++ b/examples/errors_all_options.php @@ -40,7 +40,7 @@ $error->set_http_status($http_status=jsonapi\response::STATUS_NOT_FOUND); // if not set during construction, set them ...
allow to set meta data on the error's about link
lode_jsonapi
train
4e3890ee9203b79b3ef1a78d692fb5aae6f70a60
diff --git a/hawkular-inventory-api/src/main/java/org/hawkular/inventory/api/Inventory.java b/hawkular-inventory-api/src/main/java/org/hawkular/inventory/api/Inventory.java index <HASH>..<HASH> 100644 --- a/hawkular-inventory-api/src/main/java/org/hawkular/inventory/api/Inventory.java +++ b/hawkular-inventory-api/src/m...
[HWKINVENT-<I>] Correctly inspect data paths in Inventory interface.
hawkular_hawkular-inventory
train
90e1dd1b3e0c659f54c2916d38a54592f2ca2631
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ The supported events are: before the first row is processed. - **row_processing:** Fired while the row is being processed to be imported into a model instance. +- **row_skipped:** Fired once for eac...
Add support for skipping rows matching a given condition
continuum_active_importer
train
5e0df55f9306d7e6eecd71881c59788a35925aec
diff --git a/parse-comments/lib/utils.js b/parse-comments/lib/utils.js index <HASH>..<HASH> 100644 --- a/parse-comments/lib/utils.js +++ b/parse-comments/lib/utils.js @@ -1,19 +1,10 @@ -/*! - * parse-comments <https://github.com/jonschlinkert/parse-comments> - * - * Copyright (c) 2014-2015, Jon Schlinkert. - * Licensed...
Clean up parse-comments utilis file
weepower_wee-core
train
135ab6514fb9274428aa460177e48d7a2c3bf36a
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -21,6 +21,10 @@ # # $Log: scapy.py,v $ +# Revision 1.0.2.12 2005/11/26 11:33:55 pbi +# - catch exceptions in ColorPrompt from bad color theme to avoid +# program termination +# # Revision 1.0.2.11 2005/11/26 11:10:44...
- catch exceptions in ColorPrompt from bad color theme to avoid program termination
secdev_scapy
train
99fce7d68cfc6f3acd993cfef02d3f41dcbb7549
diff --git a/internal/hcs/callback.go b/internal/hcs/callback.go index <HASH>..<HASH> 100644 --- a/internal/hcs/callback.go +++ b/internal/hcs/callback.go @@ -5,6 +5,7 @@ import ( "syscall" "github.com/Microsoft/hcsshim/internal/interop" + "github.com/sirupsen/logrus" ) var ( @@ -75,7 +76,13 @@ func notificat...
Don't attempt to write to callback channels that we don't support
Microsoft_hcsshim
train
3b1df217ca7bc745be7a4a3595cd3d11aee4f93e
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,7 @@ def get_version(*file_paths): # sys.path.insert(0, os.path.abspath('.')) REPO_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) sys.path.append(REPO_ROOT) +sys.path.append(os....
docs: Fix configuration for RTD builds (#<I>) Fixed another bug in the docs configuration that impacted Read the Docs builds but not local builds via tox. Also removed a redundant argument for a command copied in from the cookiecutter.
edx_django-config-models
train
c25a76946803ea59fc5a763a253fcb34fc25e91d
diff --git a/serverdensity/response.py b/serverdensity/response.py index <HASH>..<HASH> 100644 --- a/serverdensity/response.py +++ b/serverdensity/response.py @@ -34,7 +34,5 @@ class Response(dict): for key, value in root_dict.items(): if isinstance(value, dict): root_dict[key] = ...
Fix tests for list type endpoints
serverdensity_sd-python-wrapper
train
a8bffee37bececbc8b5104770fcdd2a3d488260c
diff --git a/metrics/src/main/java/de/otto/edison/health/configuration/GraphiteConfiguration.java b/metrics/src/main/java/de/otto/edison/health/configuration/GraphiteConfiguration.java index <HASH>..<HASH> 100644 --- a/metrics/src/main/java/de/otto/edison/health/configuration/GraphiteConfiguration.java +++ b/metrics/sr...
use HOST name from environment variable for metrics
otto-de_edison-microservice
train
799f0a0fe21886a1a1b5b4b83aa77f93cf91b104
diff --git a/code/GridFieldOrderableRows.php b/code/GridFieldOrderableRows.php index <HASH>..<HASH> 100755 --- a/code/GridFieldOrderableRows.php +++ b/code/GridFieldOrderableRows.php @@ -468,7 +468,16 @@ class GridFieldOrderableRows extends RequestHandler implements // match to order the objects. if (!$isVersione...
Finds base table to update LastEdited
symbiote_silverstripe-gridfieldextensions
train
651e6c38fd9cb9c223012d83e40301015c58638d
diff --git a/spec/gulpNgConstantSpec.js b/spec/gulpNgConstantSpec.js index <HASH>..<HASH> 100644 --- a/spec/gulpNgConstantSpec.js +++ b/spec/gulpNgConstantSpec.js @@ -5,6 +5,9 @@ var _ = require('lodash'); var gutil = require('gulp-util'); var through = require('through2'); +// TODO: add custom matcher to test the ...
chore(tests): add todos on test improvements
guzart_gulp-ng-constant
train
92d5b7586076b196c8ef01156f7444bc8302aa9c
diff --git a/anndata/base.py b/anndata/base.py index <HASH>..<HASH> 100644 --- a/anndata/base.py +++ b/anndata/base.py @@ -128,12 +128,18 @@ class BoundRecArr(np.recarray): return self.dtype.names def __setitem__(self, key, arr): + if not isinstance(arr, np.ndarray): + raise ValueError...
Better error when doing .obsm['key'] = unsupported Fixes #<I>
theislab_anndata
train
58bc9c8ef27abdcf7f1e12dbd1a859c4f452a1cc
diff --git a/integration-tests/src/test/java/tachyon/worker/block/meta/TieredStoreIntegrationTest.java b/integration-tests/src/test/java/tachyon/worker/block/meta/TieredStoreIntegrationTest.java index <HASH>..<HASH> 100644 --- a/integration-tests/src/test/java/tachyon/worker/block/meta/TieredStoreIntegrationTest.java +...
Update the log message and unit test path naming.
Alluxio_alluxio
train
ab86caf5dfcdc68fba5c88d28bfce5dae31a29a0
diff --git a/tests/HtmlTagTest.php b/tests/HtmlTagTest.php index <HASH>..<HASH> 100755 --- a/tests/HtmlTagTest.php +++ b/tests/HtmlTagTest.php @@ -26,4 +26,11 @@ class HtmlTagTest extends PHPUnit_Framework_TestCase $this->assertEquals($div, '<div class="test2"></div>'); } + + public function testAutoClose(...
Add test for magic method and HtmlTag
Airmanbzh_php-html-generator
train
6ea7d2a399c216441e896668ba88a6527619a751
diff --git a/lib/rjr/nodes/unix.rb b/lib/rjr/nodes/unix.rb index <HASH>..<HASH> 100644 --- a/lib/rjr/nodes/unix.rb +++ b/lib/rjr/nodes/unix.rb @@ -151,7 +151,7 @@ class Unix < RJR::Node result = wait_for_result(message) if result.size > 2 - raise fail result[2] + fail result[2] end retur...
Remove a few 'raise's ommitted from <I>e<I>b<I>c
movitto_rjr
train
802c29f7b3fcea6a101b080720350357bd966b2d
diff --git a/lib/PaymentMethod.php b/lib/PaymentMethod.php index <HASH>..<HASH> 100644 --- a/lib/PaymentMethod.php +++ b/lib/PaymentMethod.php @@ -18,6 +18,7 @@ namespace Stripe; * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of...
Codegen for openapi 2d7c<I>
stripe_stripe-php
train
818114d65459a83c82b01c09a53ec5801715499b
diff --git a/OrkestraApplicationBundle.php b/OrkestraApplicationBundle.php index <HASH>..<HASH> 100644 --- a/OrkestraApplicationBundle.php +++ b/OrkestraApplicationBundle.php @@ -17,10 +17,11 @@ class OrkestraApplicationBundle extends Bundle */ public function boot() { - Type::overrideType('datet...
Fixed BC break caused by Common DbalType namespace change
orkestra_OrkestraApplicationBundle
train
d1bac72aa13371ce91ca925096d6d04f47131a96
diff --git a/cc_core/commons/mnt_core.py b/cc_core/commons/mnt_core.py index <HASH>..<HASH> 100644 --- a/cc_core/commons/mnt_core.py +++ b/cc_core/commons/mnt_core.py @@ -2,6 +2,7 @@ import os import sys import inspect import pkgutil +from glob import glob from subprocess import Popen, PIPE CC_DIR = 'cc' @@ -68,...
selecting .txt for mount core feature
curious-containers_cc-core
train
c5f50a6a418f95d80570b7355a9f383afa440668
diff --git a/lib/humboldt/cli.rb b/lib/humboldt/cli.rb index <HASH>..<HASH> 100644 --- a/lib/humboldt/cli.rb +++ b/lib/humboldt/cli.rb @@ -93,7 +93,7 @@ module Humboldt ISO_DATE_TIME = '%Y-%m-%d %H:%M:%S'.freeze def project_jar - @project_jar ||= Dir['build/*.jar'].reject { |path| path.start_with?('jru...
Fixed a bug in the package task The project_jar resolved to jruby-complete.jar when the project's name didn't start on a-i
burtcorp_humboldt
train
404afe6b86ad64c939a627674a2c44bbb749b073
diff --git a/lib/datalib.php b/lib/datalib.php index <HASH>..<HASH> 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -1921,7 +1921,7 @@ function get_all_instances_in_course($modulename, $course) { return array(); } - if (!$rawmods = get_records_sql("SELECT cm.id as coursemodule, m.*,cw.section,c...
Get groupmode when returning a list of instances
moodle_moodle
train
b10c02f9b06dc1edce11a7840a49c113ef545fcf
diff --git a/godotenv.go b/godotenv.go index <HASH>..<HASH> 100644 --- a/godotenv.go +++ b/godotenv.go @@ -61,7 +61,9 @@ func parseLine(line string) (key string, value string, err error) { splitString := strings.Split(line, "=") key = strings.Trim(splitString[0], " ") - value = strings.Trim(splitString[1], " ") +...
Move the red-green a little way down the existing parser specs.
joho_godotenv
train
08cfc33cffb79920914a20c31b5bb84020ba31ec
diff --git a/menuconfig.py b/menuconfig.py index <HASH>..<HASH> 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1337,7 +1337,7 @@ def _draw_main(): # outside show-all mode, which could look confusing/broken. Invisible # symbols show up outside show-all mode if an invisible symbol has # vis...
menuconfig: Show menus with unsatisfied 'visible if' in red in show-all mode Previously they were shown in white, due to an oversight in _draw_main(). _draw_main() should use the same logic as _shown_nodes(). Move it into a separate _visible() function and call it from both.
ulfalizer_Kconfiglib
train
2421dfaedd17b011ed3e8e62028ede77e269f00e
diff --git a/goless/backends.py b/goless/backends.py index <HASH>..<HASH> 100644 --- a/goless/backends.py +++ b/goless/backends.py @@ -4,6 +4,8 @@ import os as _os import platform as _platform import sys as _sys +from . import compat + class GolessException(Exception): pass @@ -15,11 +17,13 @@ class Deadloc...
Address #<I> in some part. as_deadlock raises with the original traceback as well. gevent yield_ calls are wrapped in as_deadlock, and stackless yield_ will pass. updated yield_ docstring to reflect behavior.
rgalanakis_goless
train
b147fd8c2247e2f8f63e3a22ae687368e94559ef
diff --git a/spec/integration/component_spec.rb b/spec/integration/component_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/component_spec.rb +++ b/spec/integration/component_spec.rb @@ -32,6 +32,10 @@ describe Jira::Resource::Component do "http://localhost:2990/jira/rest/api/2/component/1...
Add integration tests for invalid save Tests when an invalid field is specified and when the "fields"/"update" fields are both missing from an issue PUT request
sumoheavy_jira-ruby
train
035f78b8eb8f5b4f202b1078bb4b389f32bbc83e
diff --git a/tests/Service/KeeperTest.php b/tests/Service/KeeperTest.php index <HASH>..<HASH> 100644 --- a/tests/Service/KeeperTest.php +++ b/tests/Service/KeeperTest.php @@ -270,10 +270,6 @@ class KeeperTest extends TestCase /** @var $request \PHPUnit_Framework_MockObject_MockObject|Request */ $req...
method Request::isMethodSafe() is not called
anime-db_cache-time-keeper-bundle
train
87409c2edb2c8ed472f84659be501b7124409f83
diff --git a/environs/azure/environ_test.go b/environs/azure/environ_test.go index <HASH>..<HASH> 100644 --- a/environs/azure/environ_test.go +++ b/environs/azure/environ_test.go @@ -125,6 +125,11 @@ func buildServiceListResponse(c *C, services []gwacl.HostedServiceDescriptor) [] return responses } +func patchWith...
Re-add patchWithServiceListResponse utility.
juju_juju
train
855fcc63ef9c4f15902a8c475eca48c984328e3f
diff --git a/lib/fog/bare_metal_cloud/compute.rb b/lib/fog/bare_metal_cloud/compute.rb index <HASH>..<HASH> 100644 --- a/lib/fog/bare_metal_cloud/compute.rb +++ b/lib/fog/bare_metal_cloud/compute.rb @@ -75,7 +75,7 @@ module Fog end begin - response = @connection.request(params.merge!(...
Fix [excon][WARNING] Invalid Excon request keys: :host exception.
fog_fog
train
f403ec2718bb52c6bbb786200101fac6af535cd1
diff --git a/py8583/isoClient.py b/py8583/isoClient.py index <HASH>..<HASH> 100755 --- a/py8583/isoClient.py +++ b/py8583/isoClient.py @@ -13,7 +13,7 @@ from isoTools import trace, get_datetime from py8583spec import IsoSpec, IsoSpec1987BPC from terminal import Terminal -def send_balance_enquiry(term): +def balance...
Passing terminal and merchant IDs as command line arguments
timgabets_bpc8583
train
dbcb999e5f61c94f0c39df57af8fcc3c6159554e
diff --git a/src/Nodes/SVGNodeContainer.php b/src/Nodes/SVGNodeContainer.php index <HASH>..<HASH> 100644 --- a/src/Nodes/SVGNodeContainer.php +++ b/src/Nodes/SVGNodeContainer.php @@ -107,6 +107,8 @@ abstract class SVGNodeContainer extends SVGNode return; } + // 'visibility' can be overrid...
Add 'visibility' attribute/style support See #<I>.
meyfa_php-svg
train
a5f4ce1794e5c7618a406665ec4ab5e9c25e32e3
diff --git a/salt/modules/status.py b/salt/modules/status.py index <HASH>..<HASH> 100644 --- a/salt/modules/status.py +++ b/salt/modules/status.py @@ -183,6 +183,34 @@ def netstats(): headers = comps return ret +def w(): + ''' + Return a list of logged in users for this minon, using the w co...
Added w() function, removed all_status() and all_info(), since all_info only had one thing in it, and was unlikely to have any more
saltstack_salt
train
972385838b2e827176b2799c3fc30d19351dcc53
diff --git a/src/Ractive/prototype/animate/_animate.js b/src/Ractive/prototype/animate/_animate.js index <HASH>..<HASH> 100755 --- a/src/Ractive/prototype/animate/_animate.js +++ b/src/Ractive/prototype/animate/_animate.js @@ -18,8 +18,8 @@ function ( 'use strict'; - var noAnimation = { - stop: function () {} + ...
make animation promises work when multiple keypaths are animated simultaneously
ractivejs_ractive
train
558f8aa2ee80ee8cb859f0da9714dc93294c856b
diff --git a/Gemfile b/Gemfile index <HASH>..<HASH> 100644 --- a/Gemfile +++ b/Gemfile @@ -87,6 +87,12 @@ platforms :jruby do end end +platforms :rbx do + # The rubysl-yaml gem doesn't ship with Psych by default + # as it needs libyaml that isn't always available. + gem 'psych', '~> 2.0' +end + # gems that ar...
Set Psych as the YAML engine for Rubinius Since the rubysl-yaml gem doesn't ship with Psych by default because of its dependency on libyaml, on Rubinius, the default engine is Syck. However, if we want to be able to run the application safely on different rubies, we need to make people using Rubinius rely on Psych. ...
rails_rails
train
c194a42624b632e92c2de5d42052c887065569b2
diff --git a/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_no_codegen_2d.js b/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_no_codegen_2d.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_no_codegen_2d.js +++ b/lib/node_modu...
Add tests for getting a 2d array element in clamp mode
stdlib-js_stdlib
train
34068a78a99deff91a7be7c2b2deb17a82f1ea9a
diff --git a/cli/cmd/service.go b/cli/cmd/service.go index <HASH>..<HASH> 100644 --- a/cli/cmd/service.go +++ b/cli/cmd/service.go @@ -890,7 +890,9 @@ func (c *ServicedCli) cmdServiceProxy(ctx *cli.Context) error { func (c *ServicedCli) cmdServiceShell(ctx *cli.Context) error { args := ctx.Args() if len(args) < 1 ...
-h should not print "Incorrect Usage"
control-center_serviced
train
fb8dcc889e6a0a72f1bf8b525cf85911e113ed5e
diff --git a/lib/Models/registerCatalogMembers.js b/lib/Models/registerCatalogMembers.js index <HASH>..<HASH> 100644 --- a/lib/Models/registerCatalogMembers.js +++ b/lib/Models/registerCatalogMembers.js @@ -6,6 +6,7 @@ var AbsIttCatalogGroup = require('./AbsIttCatalogGroup'); var AbsIttCatalogItem = require('./AbsIttC...
Make catalog item info work for function results.
TerriaJS_terriajs
train
a5b872064418147f395b8ddde93aad63de039204
diff --git a/lib/Sp_Auth.php b/lib/Sp_Auth.php index <HASH>..<HASH> 100644 --- a/lib/Sp_Auth.php +++ b/lib/Sp_Auth.php @@ -159,7 +159,8 @@ class Sp_Auth extends Sp_Lib { $params = array( 'refresh_token' => $refreshToken, - 'grant_type' => 'refresh_token' + 'grant_type' =...
Pass in scope with the refresh token call.
ShootProof_php-sdk
train
61cbe42c8b5eb986d37d65f6655fc58b62aca1d4
diff --git a/javaee/faces/src/main/java/org/jboss/forge/addon/scaffold/faces/FacesScaffoldProvider.java b/javaee/faces/src/main/java/org/jboss/forge/addon/scaffold/faces/FacesScaffoldProvider.java index <HASH>..<HASH> 100644 --- a/javaee/faces/src/main/java/org/jboss/forge/addon/scaffold/faces/FacesScaffoldProvider.jav...
FORGE-<I> Fixed generated EL expression in Faces scaffold
forge_core
train
fa4f8503f1b324408b34caae29dec7c0c685a34e
diff --git a/spikeextractors/extractors/yassextractors/yassextractors.py b/spikeextractors/extractors/yassextractors/yassextractors.py index <HASH>..<HASH> 100644 --- a/spikeextractors/extractors/yassextractors/yassextractors.py +++ b/spikeextractors/extractors/yassextractors/yassextractors.py @@ -41,7 +41,7 @@ class Y...
Update spikeextractors/extractors/yassextractors/yassextractors.py
SpikeInterface_spikeextractors
train
0056b244fd11ea9ccae9d85ea204d51715b49b7a
diff --git a/lib/appsignal/hooks/sidekiq.rb b/lib/appsignal/hooks/sidekiq.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/hooks/sidekiq.rb +++ b/lib/appsignal/hooks/sidekiq.rb @@ -19,7 +19,7 @@ module Appsignal end # @api private - class SidekiqPlugin + class SidekiqPlugin # rubocop:disable Metrics...
Support Sidekiq delay extension for AR instances (#<I>) Sidekiq supports the Delayed::Job `.delay` extension on instance level for ActiveRecord models. "This is not recommended" and "is here for backwards compatibility with Delayed::Job only" as per <URL>
appsignal_appsignal-ruby
train
1303457e8ce36f56727a4f8624fafe35b77dfeb3
diff --git a/pyjams/__init__.py b/pyjams/__init__.py index <HASH>..<HASH> 100644 --- a/pyjams/__init__.py +++ b/pyjams/__init__.py @@ -4,5 +4,6 @@ # Import the necessary modules from .pyjams import * from . import util +from . import namespace from .version import version as __VERSION__ diff --git a/pyjams/pyjams...
moving schema files up to pkg_resources
marl_jams
train
05e606a3679a96044de9b9db748985ebf50ee9ce
diff --git a/core/math/src/main/java/org/arakhne/afc/math/continous/object2d/Path2f.java b/core/math/src/main/java/org/arakhne/afc/math/continous/object2d/Path2f.java index <HASH>..<HASH> 100644 --- a/core/math/src/main/java/org/arakhne/afc/math/continous/object2d/Path2f.java +++ b/core/math/src/main/java/org/arakhne/a...
Add the function getCurrentPoint() in Path2f to obtain the last added point.
gallandarakhneorg_afc
train
ccce376bc9d5348eab8f3da0fc9b210f5497e9a7
diff --git a/test/cli.js b/test/cli.js index <HASH>..<HASH> 100644 --- a/test/cli.js +++ b/test/cli.js @@ -22,8 +22,8 @@ var test = require('tap').test, }()); -/* TODO: TURNED OFF PORT TEST BECAUSE THEY FAIL ON TRAVIS AND - THE POINT OF PR #178 IS TO TEST SETTING MIMETYPE VIA CLI +// TODO: Port tests fail on...
Remove promise-like abstraction in cli tests
jfhbrook_node-ecstatic
train
1ea3b974596e21cef990cf55a4cca2f3c1a60bd1
diff --git a/js/gemini.js b/js/gemini.js index <HASH>..<HASH> 100644 --- a/js/gemini.js +++ b/js/gemini.js @@ -67,6 +67,7 @@ module.exports = class gemini extends Exchange { 'deposit/{currency}/newAddress', 'withdraw/{currency}', 'heartbeat', + ...
gemini transfer endpoint added fix #<I>
ccxt_ccxt
train
b7d11ab90db071d54211f09117d1b57765c933db
diff --git a/jaxlib/version.py b/jaxlib/version.py index <HASH>..<HASH> 100644 --- a/jaxlib/version.py +++ b/jaxlib/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.34" +__version__ = "0.1.35"
Bump jaxlib version to <I>
tensorflow_probability
train
f4f077a4d5fc8452a4d7d1cf3cbbf3360fe59254
diff --git a/cc/c.py b/cc/c.py index <HASH>..<HASH> 100755 --- a/cc/c.py +++ b/cc/c.py @@ -59,7 +59,7 @@ class Cc(object): except Exception as e: return u"Network has some trouble, please try later." - soup = BeautifulSoup(html) + soup = BeautifulSoup(html,"html5lib") erro...
add html5lib to beautifulsoup contructor
ubear_cha
train
091fa31ed708b2011e758f19937eebe5bacc545d
diff --git a/jasily/data/prop.py b/jasily/data/prop.py index <HASH>..<HASH> 100644 --- a/jasily/data/prop.py +++ b/jasily/data/prop.py @@ -64,8 +64,7 @@ def cache(descriptor=None, *, store: IStore = None): cache_descriptor = CacheDescriptor() if store is None: - field = descriptor_name or cache_descr...
use descriptor as key to save cached value
Jasily_jasily-python
train
04f69a392f0166619ba2e004daa04bc39675e405
diff --git a/lib/Master.js b/lib/Master.js index <HASH>..<HASH> 100644 --- a/lib/Master.js +++ b/lib/Master.js @@ -399,13 +399,17 @@ Master.prototype.applyTransactionDefaults = function(options) Master.prototype.addRepeatableTransaction = function(transaction) { var repeatableTransactions = this.repeatableTransact...
Fixed removal of the repeatable transactions on cancel.
morkai_h5.modbus
train
f966914f99e6ef776157b918f9ca1a516f54b207
diff --git a/src/feat/agencies/journaler.py b/src/feat/agencies/journaler.py index <HASH>..<HASH> 100644 --- a/src/feat/agencies/journaler.py +++ b/src/feat/agencies/journaler.py @@ -862,7 +862,19 @@ class SqliteWriter(log.Logger, log.LogProxy, common.StateMachineMixin): for key in to_blob: safe =...
Make sqlite journaler resiliant when storing log messages which contain improperly encoded strings. The troublemaker characters are replaced with "?".
f3at_feat
train
737fb3c0092e0eb089191a779982e52f644cbbc3
diff --git a/DataFixtures/ORM/LoadMediaData.php b/DataFixtures/ORM/LoadMediaData.php index <HASH>..<HASH> 100644 --- a/DataFixtures/ORM/LoadMediaData.php +++ b/DataFixtures/ORM/LoadMediaData.php @@ -50,6 +50,10 @@ class LoadMediaData extends AbstractDataFixture */ public function load(ObjectManager $manager)...
Added enabled option to fixtures (cherry picked from commit <I>b<I>ca4a<I>eb<I>d<I>a<I>a<I>fa<I>c2ef7)
WellCommerce_CouponBundle
train
ebd025215b83530f3620e8dbb30fc0513aaa36b5
diff --git a/geneparse/utils.py b/geneparse/utils.py index <HASH>..<HASH> 100644 --- a/geneparse/utils.py +++ b/geneparse/utils.py @@ -197,6 +197,10 @@ def compute_ld(cur_geno, other_genotypes, r2=False): name="r2" if r2 else "r", ) + # Checking no "invalid" values (i.e. < -1 or > 1) + r.loc[r > 1...
Made sure r values cannot be lower than -1 or higher than 1
pgxcentre_geneparse
train
3c33d60d80de38dddfca3a5db3ca8f43319bbc82
diff --git a/src/Auth.php b/src/Auth.php index <HASH>..<HASH> 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -130,18 +130,30 @@ class Auth $data = json_decode((string)$response->getBody(), true); if (isset($data['error']) && !$this->passError) { - throw $this->getException($data); + ...
Rename method "getException()" to "toException()" in Auth class.
atehnix_vk-client
train
3d4f77cbb878b5d9ead237d7bee031adaf29d544
diff --git a/tpot/gp_deap.py b/tpot/gp_deap.py index <HASH>..<HASH> 100644 --- a/tpot/gp_deap.py +++ b/tpot/gp_deap.py @@ -80,16 +80,9 @@ def varOr(population, toolbox, lambda_, cxpb, mutpb): for _ in range(lambda_): op_choice = np.random.random() if op_choice < cxpb: # Apply crossover - - ...
Refactored varOr crossover part, since now our crossover function (1) already guarantees a unique new individual, if possible within <I> iterations and (2) for this purpose also copies internally the individuals (something which should have been done in the previous while loop instead).
EpistasisLab_tpot
train
81a95cf491c53e78b71913fa4780c948ca0a35ed
diff --git a/idx/memory/memory.go b/idx/memory/memory.go index <HASH>..<HASH> 100755 --- a/idx/memory/memory.go +++ b/idx/memory/memory.go @@ -836,8 +836,9 @@ func (m *MemoryIdx) FindByTag(orgId uint32, expressions []string, from int64) ([ m.RLock() defer m.RUnlock() + // construct the output slice of idx.Node's ...
symmetrize Find() and FindByTag; comments
grafana_metrictank
train
d4fc3e9b3fb4eabfc888bc7fb4d12fb3a31eafb2
diff --git a/lib/service_interface/query.js b/lib/service_interface/query.js index <HASH>..<HASH> 100644 --- a/lib/service_interface/query.js +++ b/lib/service_interface/query.js @@ -111,15 +111,15 @@ AWS.ServiceInterface.Query = { AWS.QueryParamList = inherit({ constructor: function QueryParamList() { - this....
Refactor SigV2 and query params to support re-signing
aws_aws-sdk-js
train
78f5532f4f7f2697a8f26625f37ee78bcdff2b3f
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -7,7 +7,8 @@ var agi = function (handler, optionsIn) { var settings = { port: options.port || 3000, - debug: options.debug || false + debug: options.debug || false, + host: options.host, }...
Allow binding AGI server to specified host
antirek_ding-dong
train
7b0742093bd121a6dd29692a3d7a0cae189327ee
diff --git a/apiserver/server.go b/apiserver/server.go index <HASH>..<HASH> 100644 --- a/apiserver/server.go +++ b/apiserver/server.go @@ -71,7 +71,7 @@ func startServer(name string, sockBase string, rest restServer) error { os.Remove(socket) os.MkdirAll(path.Dir(socket), 0755) - log.Printf("Volume plugin listeni...
move drivers to a standalone file to make it easier for someone to add a driver
libopenstorage_openstorage
train
fb21f6d84947bb06dc473cba00c093e4c8a23604
diff --git a/npm/build-wiki.js b/npm/build-wiki.js index <HASH>..<HASH> 100644 --- a/npm/build-wiki.js +++ b/npm/build-wiki.js @@ -1,25 +1,42 @@ #!/usr/bin/env node +/* eslint-env node, es6 */ // --------------------------------------------------------------------------------------------------------------------- // ...
Altered build-wiki script for breaking changes
postmanlabs_newman
train
86900a93bb852195277d12e30da776c599f764dc
diff --git a/mod/data/lib.php b/mod/data/lib.php index <HASH>..<HASH> 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -2821,16 +2821,15 @@ function data_get_file_areas($course, $cm, $context) { /** * Serves the data attachments. Implements needed access control ;-) * - * @global object - * @global object ...
MDL-<I> improved _pluginfile function - added forcedownload param and fixed docs
moodle_moodle
train
65ee0f95c4ea8582d4e5a7153ddf5a0769e32e2c
diff --git a/core/server/helpers/reading_time.js b/core/server/helpers/reading_time.js index <HASH>..<HASH> 100644 --- a/core/server/helpers/reading_time.js +++ b/core/server/helpers/reading_time.js @@ -11,50 +11,20 @@ // Returns estimated reading time for post const proxy = require('./proxy'); -const _ = require('...
Updated reading time helper to use SDK refs #<I> - Removed duplicate calculation for reading time by using SDK method
TryGhost_Ghost
train
ee52b7069ee713fa28ec6ecbe2794e0b758214a8
diff --git a/lib/win-ffi/core/lib_base.rb b/lib/win-ffi/core/lib_base.rb index <HASH>..<HASH> 100644 --- a/lib/win-ffi/core/lib_base.rb +++ b/lib/win-ffi/core/lib_base.rb @@ -71,11 +71,11 @@ module WinFFI encoded_function 'GetVersionEx', [OSVERSIONINFOEX.ptr], :bool end - Architecture = FFI::Platform::CPU # ...
renamed ARCHITECTURE and WINDOWS_VERSION
P3t3rU5_win-ffi-core
train
c6d9620157ad2c973f8024f65e3dbbdb373350d4
diff --git a/example/celler/controller/accounts.go b/example/celler/controller/accounts.go index <HASH>..<HASH> 100644 --- a/example/celler/controller/accounts.go +++ b/example/celler/controller/accounts.go @@ -11,7 +11,7 @@ import ( ) // ShowAccount godoc -// @Summary Show a account +// @Summary Show an account /...
Examples: Fix doc typos in accounts.
swaggo_swag
train
474d2940757432c06b749db8d7d070b3f4a297dd
diff --git a/scripts/latest-version/latest_version.go b/scripts/latest-version/latest_version.go index <HASH>..<HASH> 100644 --- a/scripts/latest-version/latest_version.go +++ b/scripts/latest-version/latest_version.go @@ -70,30 +70,40 @@ func main() { versionScope = strings.TrimPrefix(branch, "release-") } - ...
Test for master tag if release branch contains none If the release branch tag contains none then we have to check for the master branch before giving up. This fixes to have the right version when creating release branches which contain no actual tag.
cri-o_cri-o
train
a45971b59c4e94905f65d507f0d4cfdc5f7294dd
diff --git a/bibliopixel/main/run.py b/bibliopixel/main/run.py index <HASH>..<HASH> 100644 --- a/bibliopixel/main/run.py +++ b/bibliopixel/main/run.py @@ -3,6 +3,7 @@ Run specified project from file or URL. """ import os, sys, time, traceback +from unittest.mock import patch from . import common_flags, simpixel f...
Speed up GIF rendering slightly * Did not make as much difference as I thought. Not sure what is taking all that wall clock time.
ManiacalLabs_BiblioPixel
train
3b1407a44385f6d6d4208488a3f4d182512c55a3
diff --git a/Form/Type/BaseType.php b/Form/Type/BaseType.php index <HASH>..<HASH> 100644 --- a/Form/Type/BaseType.php +++ b/Form/Type/BaseType.php @@ -12,8 +12,12 @@ namespace Darvin\AdminBundle\Form\Type; use Darvin\AdminBundle\Metadata\Metadata; use Darvin\Utils\Strings\StringsUtil; +use Doctrine\ORM\EntityReposi...
Filter by Doctrine metadata in "entity" type fields of base form type.
DarvinStudio_DarvinAdminBundle
train
84bd1ebbd3ded8779309e6114abbbb4800813072
diff --git a/src/PhpSigep/Config.php b/src/PhpSigep/Config.php index <HASH>..<HASH> 100644 --- a/src/PhpSigep/Config.php +++ b/src/PhpSigep/Config.php @@ -167,6 +167,15 @@ class Config extends DefaultStdClass return (int) $this->wsdlCache; } + /** + * @return int + */ + public function setW...
Add method to set wsdl cache
stavarengo_php-sigep
train
b0f77e4344d48f0f2cbcf7718771aef0d7f55c75
diff --git a/requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/RequestDispatcher.java b/requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/RequestDispatcher.java index <HASH>..<HASH> 100644 --- a/requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/RequestDispatcher....
#<I> [core] Remove skipping flags from RequestDispatcher
reinert_requestor
train
013f5376d97903f1356a11d6fa6298d6843ea3d6
diff --git a/src/azure-firewall/azext_firewall/custom.py b/src/azure-firewall/azext_firewall/custom.py index <HASH>..<HASH> 100644 --- a/src/azure-firewall/azext_firewall/custom.py +++ b/src/azure-firewall/azext_firewall/custom.py @@ -258,7 +258,7 @@ def _upsert_af_rule(cmd, resource_group_name, firewall_name, collecti...
fix potential bug (#<I>)
Azure_azure-cli-extensions
train
9f0754b2bb2eb99f21fe33b59f5464ac8f4177f9
diff --git a/src/notebook/epics/kernel-launch.js b/src/notebook/epics/kernel-launch.js index <HASH>..<HASH> 100644 --- a/src/notebook/epics/kernel-launch.js +++ b/src/notebook/epics/kernel-launch.js @@ -105,9 +105,12 @@ export const watchExecutionStateEpic = action$ => export const acquireKernelInfoEpic = action$ =>...
dx(debug): expose logging and channels when DEBUG=1
nteract_nteract
train
794f86976c04084da818c00b7cdba3dfbb7a2b33
diff --git a/java/client/test/org/openqa/selenium/WindowTest.java b/java/client/test/org/openqa/selenium/WindowTest.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/WindowTest.java +++ b/java/client/test/org/openqa/selenium/WindowTest.java @@ -18,6 +18,7 @@ limitations under the License. pac...
KristianRosenvold: Added even more logging, maybe test will tell us what is wrong r<I>
SeleniumHQ_selenium
train
f9601c16f980a7a659c663a98cbe57e4cab36a4b
diff --git a/lib/assertion-visitor.js b/lib/assertion-visitor.js index <HASH>..<HASH> 100644 --- a/lib/assertion-visitor.js +++ b/lib/assertion-visitor.js @@ -21,14 +21,12 @@ var canonicalCodeOptions = { verbatim: 'x-verbatim-espower' }; -function AssertionVisitor (matcher, enclosingFunc, options) { +function A...
refactor(espower): move more responsibilities to enter method
power-assert-js_espower
train
f73b19acbe6a95d10fa57372e219ac4761b8f8ed
diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/security/authentication/SubjectCreatingInterceptor.java index <HASH>..<HASH> 100644 --- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/...
[JBWS-<I>] Fixing broken tests
jbossws_jbossws-cxf
train
eb7685c0b2a7ec1dd392618ae6c9dda05a2818d1
diff --git a/JSAT/src/jsat/linear/vectorcollection/VPTreeMV.java b/JSAT/src/jsat/linear/vectorcollection/VPTreeMV.java index <HASH>..<HASH> 100644 --- a/JSAT/src/jsat/linear/vectorcollection/VPTreeMV.java +++ b/JSAT/src/jsat/linear/vectorcollection/VPTreeMV.java @@ -62,6 +62,11 @@ public class VPTreeMV<V extends Vec> e...
Fix bug where VPTreeMV on clone returned a new VPTree without he MV property.
EdwardRaff_JSAT
train
e87ebbba12bff93eb26595aae256d4a317b32731
diff --git a/src/Events/ViewViewTabsListener.php b/src/Events/ViewViewTabsListener.php index <HASH>..<HASH> 100644 --- a/src/Events/ViewViewTabsListener.php +++ b/src/Events/ViewViewTabsListener.php @@ -53,7 +53,9 @@ class ViewViewTabsListener implements EventListenerInterface $tableConfig = $this->_tableI...
we might not have associationLabels (task #<I>)
QoboLtd_cakephp-csv-migrations
train
f92a5a54996b4284fe9ad00cf3d8e9bfd8831a2e
diff --git a/src/Authenticator/FormAuthenticator.php b/src/Authenticator/FormAuthenticator.php index <HASH>..<HASH> 100644 --- a/src/Authenticator/FormAuthenticator.php +++ b/src/Authenticator/FormAuthenticator.php @@ -102,7 +102,7 @@ class FormAuthenticator extends AbstractAuthenticator if (!empty($loginUrl...
Fix login url check when app is in subfolder of document root.
cakephp_authentication
train
6e5c3014dd34fa806b21319cbb7f68c00506ad25
diff --git a/stanza/utils/training/common.py b/stanza/utils/training/common.py index <HASH>..<HASH> 100644 --- a/stanza/utils/training/common.py +++ b/stanza/utils/training/common.py @@ -31,6 +31,9 @@ def build_argparse(): parser.add_argument('--score_dev', dest='mode', action='store_const', const=Mode.SCORE_DEV, ...
Process the --save_dir argument in the training scripts to avoid clobbering existing models when saving somewhere other than the default path
stanfordnlp_stanza
train
b797accf708e87ce9ac25fe0a6a61f3a08812929
diff --git a/src/runez/pyenv.py b/src/runez/pyenv.py index <HASH>..<HASH> 100644 --- a/src/runez/pyenv.py +++ b/src/runez/pyenv.py @@ -361,13 +361,17 @@ class PythonSpec: """ Args: color (callable | None): Optional color to use - compact (str | list | set | tuple | None): Show ...
Flexible python spec representation
zsimic_runez
train
a48cb03a4035802313025cf012bf25f7cce19305
diff --git a/app/models/datastreams/file_content_datastream.rb b/app/models/datastreams/file_content_datastream.rb index <HASH>..<HASH> 100644 --- a/app/models/datastreams/file_content_datastream.rb +++ b/app/models/datastreams/file_content_datastream.rb @@ -13,9 +13,13 @@ class FileContentDatastream < ActiveFedora::Da...
refs #<I>, adds unit tests for FITS-related bug
samvera_hyrax
train
60c7e287819b83fe363c99d5c6f0d56514ff04b9
diff --git a/aeron-archiver/src/main/java/io/aeron/archiver/RecordingFragmentReader.java b/aeron-archiver/src/main/java/io/aeron/archiver/RecordingFragmentReader.java index <HASH>..<HASH> 100644 --- a/aeron-archiver/src/main/java/io/aeron/archiver/RecordingFragmentReader.java +++ b/aeron-archiver/src/main/java/io/aeron...
[Java] Remove printf which should not have been in the code.
real-logic_aeron
train
2af15ca5290479a98cdba05df5b00bf192ee50a9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,10 @@ See: https://packaging.python.org/en/latest/distributing.html https://github.com/pypa/sampleproject +# python setup.py sdist bdist_wheel +# python setup.py register +# twine upload dist/auto_ml-VERSION_NUMBER...
adds notes on steps to take to publish to pypi
ClimbsRocks_auto_ml
train
84b042671427b89b6ebed044ffd9363c7f1fa574
diff --git a/meshio/gmsh_io.py b/meshio/gmsh_io.py index <HASH>..<HASH> 100644 --- a/meshio/gmsh_io.py +++ b/meshio/gmsh_io.py @@ -339,6 +339,32 @@ def _read_cells(f, cells, int_size, is_ascii): return has_additional_tag_data, output_cell_tags +def _read_periodic(f): + periodic = [] + num_periodic = int(...
Gmsh: Support for periodicity
nschloe_meshio
train
2d42f32d71c50938914fa8a05b5cbf0ab8bab6e8
diff --git a/gns3server/modules/docker/docker_vm.py b/gns3server/modules/docker/docker_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/modules/docker/docker_vm.py +++ b/gns3server/modules/docker/docker_vm.py @@ -189,11 +189,15 @@ class DockerVM(BaseVM): """ Destroy an recreate the container with th...
Restart the container if running and you change the hostname Fix #<I>
GNS3_gns3-server
train