hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9747889152fd2cc11dec02c35eab45c412adf3a2
diff --git a/lib/fileset.js b/lib/fileset.js index <HASH>..<HASH> 100644 --- a/lib/fileset.js +++ b/lib/fileset.js @@ -62,7 +62,7 @@ FileSet.prototype.isAbsolutePathIncluded = function (absoluteFilePath) { FileSet.prototype.iterate = function (entryCallback, endCallback) { var self = this; - var root = th...
Prevent passing undefined strings to Path utils Part of Node <I> compat. In Node <I> undefined values were treated as empty strings in Path utils, no longer the case in <I>. Closes #<I>
attester_attester
train
54085f5fe6b2c1d0adf8d91807df3f6778722298
diff --git a/lib/device.js b/lib/device.js index <HASH>..<HASH> 100644 --- a/lib/device.js +++ b/lib/device.js @@ -115,7 +115,7 @@ Device.prototype._privatePlayMedia = function (resource, opts, callback) { if (typeof resource === 'string') { media = { contentId: resource, - contentType: mime.getType...
Autoplay mp3 files as well.
alxhotel_chromecast-api
train
15be68f8b242835adfa77c97dddb408755de8021
diff --git a/tests/test_python_io.py b/tests/test_python_io.py index <HASH>..<HASH> 100644 --- a/tests/test_python_io.py +++ b/tests/test_python_io.py @@ -1,4 +1,5 @@ from io import BytesIO +from unittest import SkipTest import av @@ -207,6 +208,9 @@ class TestPythonIO(TestCase): def test_writing_to_custom...
Skip test if Image is None, ie. PIL not available
mikeboers_PyAV
train
329888d877684ecba0707ba190ec6e471f63ebe6
diff --git a/botstory/integrations/fb/validate.py b/botstory/integrations/fb/validate.py index <HASH>..<HASH> 100644 --- a/botstory/integrations/fb/validate.py +++ b/botstory/integrations/fb/validate.py @@ -29,6 +29,9 @@ def persistent_menu(menu): if len(menu) > 3: raise Invalid('menu should not exceed 3 ...
call_to_actions is limited to 5 for sub-levels
botstory_botstory
train
19f0ecf5a46436b06e44855c447bff8ca5a780bf
diff --git a/putiopy.py b/putiopy.py index <HASH>..<HASH> 100644 --- a/putiopy.py +++ b/putiopy.py @@ -425,14 +425,15 @@ class _File(_BaseResource): if delete_after_download: self.delete() - def convert_to_mp4(self): - path = '/files/%d/mp4' % self.id - self.client.reque...
Add a method to get download url of a File (#<I>)
cenkalti_putio.py
train
058a4b7ab9291df6aae7deea2545253fd4142466
diff --git a/etc/shinken-specific.cfg b/etc/shinken-specific.cfg index <HASH>..<HASH> 100644 --- a/etc/shinken-specific.cfg +++ b/etc/shinken-specific.cfg @@ -105,7 +105,7 @@ define broker{ spare 0 # Which modules to load? LiveSatus and logs by default. - modules Livestatus, Simple-log + ...
Add : bottle is now non blocking.
Alignak-monitoring_alignak
train
0334faff6bd103edd37b9c9b88490a351c51307a
diff --git a/src/ModuleContainer.php b/src/ModuleContainer.php index <HASH>..<HASH> 100644 --- a/src/ModuleContainer.php +++ b/src/ModuleContainer.php @@ -57,6 +57,11 @@ class ModuleContainer implements ModuleContainerInterface, Jsonable, Arrayable protected $controllerNamespacePrefix = 'Http\\Controllers'; ...
Add registered provider field to ModuleContaiter class
KodiCMS_module-loader
train
74ca3924d782b78d085bf02b32e80aaf8009007f
diff --git a/plugin/rss-reader/Listener/RssReaderListener.php b/plugin/rss-reader/Listener/RssReaderListener.php index <HASH>..<HASH> 100644 --- a/plugin/rss-reader/Listener/RssReaderListener.php +++ b/plugin/rss-reader/Listener/RssReaderListener.php @@ -102,8 +102,9 @@ class RssReaderListener private function g...
[RssBundle] rss timeout (#<I>)
claroline_Distribution
train
f14b5baafdbad6175e708406d6990d7727e8194a
diff --git a/packages/selenium-side-runner/src/__test__/capabilities.spec.js b/packages/selenium-side-runner/src/__test__/capabilities.spec.js index <HASH>..<HASH> 100644 --- a/packages/selenium-side-runner/src/__test__/capabilities.spec.js +++ b/packages/selenium-side-runner/src/__test__/capabilities.spec.js @@ -45,6 ...
multiword capabilities support single quote, fixes #<I>
SeleniumHQ_selenium-ide
train
e4d04b32a78c9c4496dd559c0d3da7cc9186c76f
diff --git a/indra/databases/context_client.py b/indra/databases/context_client.py index <HASH>..<HASH> 100644 --- a/indra/databases/context_client.py +++ b/indra/databases/context_client.py @@ -1,6 +1,7 @@ from __future__ import absolute_import, print_function, unicode_literals from builtins import dict, str from i...
Add corner case for grounding prioritization
sorgerlab_indra
train
eca358198731bcc708bd3fe68f293c3f793da6d6
diff --git a/plugins/Provider/API.php b/plugins/Provider/API.php index <HASH>..<HASH> 100644 --- a/plugins/Provider/API.php +++ b/plugins/Provider/API.php @@ -31,6 +31,13 @@ class API extends \Piwik\Plugin\API $dataTable = $archive->getDataTable(Archiver::PROVIDER_RECORD_NAME); $dataTable->filter('Col...
Adds segmented visitor log for provider report (#<I>)
matomo-org_matomo
train
8c58f9a288dbf2cc0befb081eeb04ce586b4f3ec
diff --git a/examples/ilib-metafile.js b/examples/ilib-metafile.js index <HASH>..<HASH> 100644 --- a/examples/ilib-metafile.js +++ b/examples/ilib-metafile.js @@ -8,7 +8,4 @@ ilib.NumFmt = require("ilib/lib/NumFmt.js"); // This unpacks the above classes to the global scope require("ilib/lib/ilib-unpack.js"); -// Mu...
Changes to get it working right! - deprecate ilib-getdata.js - added index.js in ilib to auto-load the right Loaders according to the environment - fix bug where the ilibRoot was not being heeded - depend on ilib <I> as the first webpack release of ilib
iLib-js_ilib-webpack-loader
train
36ff8b3c0273b5ae7563d25da53e2fd8ec61e893
diff --git a/command/plan.go b/command/plan.go index <HASH>..<HASH> 100644 --- a/command/plan.go +++ b/command/plan.go @@ -72,11 +72,15 @@ func (c *PlanCommand) Run(args []string) int { return 1 } if planned { - c.Ui.Error( - "The plan command cannot be called with a saved plan file.\n\n" + - "The plan com...
command/plan: show a warning when a plan file is given
hashicorp_terraform
train
3b98ef83cf7ea7427b23632cf25260c8b8c73890
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "etch-node", - "version": "1.0.4", + "version": "1.0.5", "description": "an extendable node", "main": "index.js", "directories": { diff --git a/src/EtchNode.js b/src/EtchNo...
saftey check for recursion when overriding constructors
codeologist_etch-node
train
069c499defcfc8b810d291295677d0a3d0e78566
diff --git a/python/ray/tests/test_client_compat.py b/python/ray/tests/test_client_compat.py index <HASH>..<HASH> 100644 --- a/python/ray/tests/test_client_compat.py +++ b/python/ray/tests/test_client_compat.py @@ -8,7 +8,6 @@ except ImportError: pyspark = None -@pytest.mark.skipif(sys.platform == "win32", rea...
Unskipped tests for Windows (#<I>) This is third unskipping PR.
ray-project_ray
train
46a22fc22e004a453cf422a1e4fb0dee390fae99
diff --git a/app/src/Bolt/Composer/CommandRunner.php b/app/src/Bolt/Composer/CommandRunner.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/Composer/CommandRunner.php +++ b/app/src/Bolt/Composer/CommandRunner.php @@ -38,6 +38,7 @@ class CommandRunner $this->execute('config repositories.bolt composer '.$app['...
Set the Composer minimum-stability key to "dev" until we're in RC
bolt_bolt
train
5e4966b3b360697c8d154df530fd99740f007840
diff --git a/src/main/java/com/kurento/ktool/rom/processor/codegen/function/SphinxLinks.java b/src/main/java/com/kurento/ktool/rom/processor/codegen/function/SphinxLinks.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/kurento/ktool/rom/processor/codegen/function/SphinxLinks.java +++ b/src/main/java/com/kurento...
Fix incorrect rst substitution In lines where the same role appeared twice, the first without explicit title and the second with it, it produced a wrong substitution. Make the regex looking for the anchor exclude '<' Change-Id: Ic7f7d<I>b0a<I>df<I>bfaea5eba<I>a<I>ab<I>f9
Kurento_kurento-module-creator
train
f729aa22a101fa4a8d771117c09b9620a9524cc1
diff --git a/lib/nano.js b/lib/nano.js index <HASH>..<HASH> 100644 --- a/lib/nano.js +++ b/lib/nano.js @@ -147,6 +147,10 @@ module.exports = exports = nano = function dbScope(cfg) { delete req.headers.accept; } + if(opts.accept) { + req.headers['accept'] = opts.accept; + } + // http://guid...
Multipart get should Accept multipart/related
apache_couchdb-nano
train
f8635943b4f6ae55f17dde2708d8e226b794b22d
diff --git a/lib/blimpy/version.rb b/lib/blimpy/version.rb index <HASH>..<HASH> 100644 --- a/lib/blimpy/version.rb +++ b/lib/blimpy/version.rb @@ -1,3 +1,3 @@ module Blimpy - VERSION = "0.5.0" + VERSION = "0.5.1" end
Bump the version for a bugfix release
rtyler_blimpy
train
5e695f868002924cf3531bc91a9a8619054782af
diff --git a/lib/reporters/base.js b/lib/reporters/base.js index <HASH>..<HASH> 100644 --- a/lib/reporters/base.js +++ b/lib/reporters/base.js @@ -333,7 +333,10 @@ function pad(str, len) { function errorDiff(err, type) { return diff['diff' + type](err.actual, err.expected).map(function(str){ - if (/^(\n+)$/.te...
add tab, CR, LF to error diffs for now not an optimal solution. see #<I>, but it is fine for now
mochajs_mocha
train
b81c5dfabb409e045ce4ca0f42a0e302ab1041ab
diff --git a/andes/system.py b/andes/system.py index <HASH>..<HASH> 100644 --- a/andes/system.py +++ b/andes/system.py @@ -93,6 +93,7 @@ class System: def __init__(self, case: Optional[str] = None, name: Optional[str] = None, + config: Optional[Dict] = None, ...
Support providing a configuration to System. This allows us to provide a high-importance configuration, which can be extended from the config file found on the path. This allows greater flexibility rather than depending on inference of finding config files, especially when running multiple Systems in the same process.
cuihantao_andes
train
4c160f2594093654edb619c23161efdd278bbc36
diff --git a/lib/punchblock/transport/xmpp.rb b/lib/punchblock/transport/xmpp.rb index <HASH>..<HASH> 100644 --- a/lib/punchblock/transport/xmpp.rb +++ b/lib/punchblock/transport/xmpp.rb @@ -43,6 +43,7 @@ module Punchblock write_to_stream msg.reply! when 'result' # Send this result ...
Logging enhancements and a FIXME
adhearsion_punchblock
train
16a53f628e601f75ae19627190a526b35211c55b
diff --git a/src/main/java/io/github/classgraph/ClassGraphClassLoader.java b/src/main/java/io/github/classgraph/ClassGraphClassLoader.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/classgraph/ClassGraphClassLoader.java +++ b/src/main/java/io/github/classgraph/ClassGraphClassLoader.java @@ -130,12 +130,6...
Don't call findLoadedClass, it's the job of loadClass, not findClass
classgraph_classgraph
train
5cc6e0ba96843a0a72b3bc41e12a5da9a8803d36
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -6,26 +6,23 @@ var assert = require('chai').assert var touch = require('touch') var tempdir = os.tmpdir() var chokidarCmd = path.resolve(__dirname, './cmd.js') -var p +var p, writeTimer afterEach(function() { p.kill() + ...
Workaround for change immediatly after create not firing in tests
Hilzu_chokidar-cmd
train
c61839846d2ee983172d238b1a31b648c1df1ec4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,20 +1,17 @@ import os -from setuptools import find_packages, setup - -try: - from functools import singledispatch +import platform - singledispatch_requires = [] -except ImportError: - singledispatch_requires = ...
Trying to get psycopg2 working with pypy3...
johnbywater_eventsourcing
train
2b8a9455edec1d0ce731f93bbbcaf6cd56a601de
diff --git a/lib/add-interface-methods.js b/lib/add-interface-methods.js index <HASH>..<HASH> 100644 --- a/lib/add-interface-methods.js +++ b/lib/add-interface-methods.js @@ -12,16 +12,17 @@ module.exports = function addInterfaceMethods ( logger ) { // console.log( message, [ message, message, ... ] ), con...
Refactoring, reorganizing, documenting
rei_balsa
train
0ba0faa632e52c430f13bae949d09bb8d85628cd
diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/mgmt/LicenseUserOperationLogTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/mgmt/LicenseUserOperationLogTest.java index <HASH>..<HASH> 100644 --- a/engine/src/test/java/org/camunda/bpm/engine/test/api/mgmt/LicenseUserOperationLogTest.jav...
chore(test): Don't assume order of operation log entries in Test Related to CAM-<I>
camunda_camunda-bpm-platform
train
b44b2326b0a23957a1ca6428ed01ea6dd6c713de
diff --git a/src/controller.js b/src/controller.js index <HASH>..<HASH> 100644 --- a/src/controller.js +++ b/src/controller.js @@ -552,7 +552,15 @@ ManipulationSession.Prototype = function() { // otherwise, or if the parent was not fully selected // delete the node regularly if (!visited[pare...
Delete content of a node before deleting the node when fully selected.
substance_document
train
464aa7762b866e067d1a3108a14e58d41c1a3bbd
diff --git a/satpy/tests/writer_tests/test_ninjogeotiff.py b/satpy/tests/writer_tests/test_ninjogeotiff.py index <HASH>..<HASH> 100644 --- a/satpy/tests/writer_tests/test_ninjogeotiff.py +++ b/satpy/tests/writer_tests/test_ninjogeotiff.py @@ -904,3 +904,17 @@ def test_create_unknown_tags(test_image_small_arctic_P): ...
Added test to confirm string IDs are accepted. On the side of NinJo there exists an interest to move from numerical IDs to string IDs for the satellite and channel IDs in the ninjogeotiff headers. The ninjogeotiff writer has no objection to this. Confirm this no-objection with a unit test.
pytroll_satpy
train
eb091c6cbdf94a944941cab520569a75b1f60187
diff --git a/src/AwsWrappers/SqsQueue.php b/src/AwsWrappers/SqsQueue.php index <HASH>..<HASH> 100644 --- a/src/AwsWrappers/SqsQueue.php +++ b/src/AwsWrappers/SqsQueue.php @@ -266,6 +266,14 @@ class SqsQueue implements EventDispatcherInterface return $sent_msg; } + /** + * @param array $payrol...
* fix: failed messages are returned in batch send sqs messages
oasmobile_php-aws-wrappers
train
c9206938e84c40a962ae247ff9f0fc5c2131c466
diff --git a/lib/generators/rspec/templates/decorator_spec.rb b/lib/generators/rspec/templates/decorator_spec.rb index <HASH>..<HASH> 100644 --- a/lib/generators/rspec/templates/decorator_spec.rb +++ b/lib/generators/rspec/templates/decorator_spec.rb @@ -1,4 +1,4 @@ require 'rails_helper' -describe <%= class_name %>...
Use non-monkey patch describe in generators. The default Rails spec generators should not use the monkey patched version of describe. (<URL>)
drapergem_draper
train
b24dee46649180851ec1ebfd20d24adca60b227b
diff --git a/test/integration/short/connection-tests.js b/test/integration/short/connection-tests.js index <HASH>..<HASH> 100644 --- a/test/integration/short/connection-tests.js +++ b/test/integration/short/connection-tests.js @@ -45,7 +45,9 @@ describe('Connection', function () { }); it('should open with all...
Add min protocol version constraint to test.
datastax_nodejs-driver
train
ab69abd0ac5e99e8d5b7c8517ea5dcfe776eabc8
diff --git a/src/surface.js b/src/surface.js index <HASH>..<HASH> 100644 --- a/src/surface.js +++ b/src/surface.js @@ -289,7 +289,9 @@ Surface.Prototype = function() { height: height }; + this.$cursor.remove(); this.$cursor.css(cursorPos).show(); + this.$el.append(this.$cursor); };
Retrigger render of cursor on each change.
substance_surface
train
f68af1151e9686911cd67c4a4ac88023753465e7
diff --git a/niworkflows/anat/ants.py b/niworkflows/anat/ants.py index <HASH>..<HASH> 100644 --- a/niworkflows/anat/ants.py +++ b/niworkflows/anat/ants.py @@ -179,15 +179,30 @@ def init_brain_extraction_wf(name='brain_extraction_wf', # suffix passed via spec takes precedence template_spec['suffix'] = template...
fix(workflow): Improve template specification handling by antsBrainExtraction
poldracklab_niworkflows
train
c58ba9140bc3e5f5b327ac65afd0f133288e39ec
diff --git a/libraries/mako/Cache.php b/libraries/mako/Cache.php index <HASH>..<HASH> 100644 --- a/libraries/mako/Cache.php +++ b/libraries/mako/Cache.php @@ -55,12 +55,12 @@ class Cache public static function instance($name = null) { - if(!isset(static::$instances[$name])) - { - $config = Config::get('cache'...
Fixed bug where new cache and log instances would be created every time
mako-framework_framework
train
6e625bee207f7e1f7a045f954fc18b2559a37c75
diff --git a/lib/ezi18n/classes/ezchartransform.php b/lib/ezi18n/classes/ezchartransform.php index <HASH>..<HASH> 100644 --- a/lib/ezi18n/classes/ezchartransform.php +++ b/lib/ezi18n/classes/ezchartransform.php @@ -395,14 +395,12 @@ class eZCharTransform $sep = eZCharTransform::wordSeparator(); $sepQ...
Fix EZP-<I>: Exclamation mark followed by non-chars at end of URL does not work in emails (#<I>)
ezsystems_ezpublish-legacy
train
c6effe540837b42d3c455e2adc45b20ff11e0bb0
diff --git a/src/sagemaker/estimator.py b/src/sagemaker/estimator.py index <HASH>..<HASH> 100644 --- a/src/sagemaker/estimator.py +++ b/src/sagemaker/estimator.py @@ -2122,6 +2122,7 @@ class Framework(EstimatorBase): :class:`~sagemaker.estimator.EstimatorBase`. """ super(Framework, self)....
feature: Map image name to image uri (#<I>) * Map image name to image uri * fix bug in test
aws_sagemaker-python-sdk
train
e2cf49e0456b98b5cf7cdf41923c27ad05ea846e
diff --git a/src/shared/test/java/com/couchbase/lite/EncodingTest.java b/src/shared/test/java/com/couchbase/lite/EncodingTest.java index <HASH>..<HASH> 100644 --- a/src/shared/test/java/com/couchbase/lite/EncodingTest.java +++ b/src/shared/test/java/com/couchbase/lite/EncodingTest.java @@ -58,7 +58,13 @@ public class E...
CBL-<I>: fix: encoding test with UTF8 (#<I>) * 1st 4 byte char and 2nd is legal. But 3rd char is not legal without preceding a 4byte char similar to the 1st. * some how windows is allowing this.
couchbase_couchbase-lite-java
train
bdd6e290fa57981ee91a91816fb16f91debb719b
diff --git a/pysat/instruments/methods/general.py b/pysat/instruments/methods/general.py index <HASH>..<HASH> 100644 --- a/pysat/instruments/methods/general.py +++ b/pysat/instruments/methods/general.py @@ -48,6 +48,7 @@ def list_files(tag=None, inst_id=None, data_path=None, format_str=None, and '2000' will be...
DOC: update delimiter description Updated the delimiter description in general methods.
rstoneback_pysat
train
463973bf384ecacd9f56be39ca17235d35a4601f
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ docs/_build/ *.egg-info .idea -devlog.txt \ No newline at end of file +devlog.txt +pynnotator/data +pynnotator/libs diff --git a/pynnotator/settings.py b/pynnotator/settings.py index <HASH>..<HASH> 1...
upgrade ensembl to version <I>
raonyguimaraes_pynnotator
train
0dbfbecd9702b35944d07b0e9a79d3bb593d4966
diff --git a/public/atk4/js/atk4_univ_jui.js b/public/atk4/js/atk4_univ_jui.js index <HASH>..<HASH> 100644 --- a/public/atk4/js/atk4_univ_jui.js +++ b/public/atk4/js/atk4_univ_jui.js @@ -13,6 +13,9 @@ $.each({ } $.data(dialog.get(0),'opener',this.jquery); $.data(dialog.get(0),'options',option...
Automatically center dialog when window dimensions change.
atk4_atk4
train
c27f037482108371cdbc68655019247ec42c8299
diff --git a/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDatabase.php b/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDatabase.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDatabase.php +++ b/ezp/Persistence/Storage/Legacy/Content/Type/Gateway/EzcDataba...
Implemented: Publish names with type.
ezsystems_ezpublish-kernel
train
6ef74ab2dadb78ae313cac92706c6e95b3a8025f
diff --git a/src/BryanCrowe/Growl.php b/src/BryanCrowe/Growl.php index <HASH>..<HASH> 100644 --- a/src/BryanCrowe/Growl.php +++ b/src/BryanCrowe/Growl.php @@ -39,7 +39,7 @@ class Growl * @param array $options Options chosen/set by the user. * @return string The fully-built command to be executed. */ -...
Set buildCommand method visibility to public
bcrowe_growl
train
bbab0eff19343d35ef42d9e16402093ce1e302b0
diff --git a/src/main/java/com/conveyal/gtfs/GTFSFeed.java b/src/main/java/com/conveyal/gtfs/GTFSFeed.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/GTFSFeed.java +++ b/src/main/java/com/conveyal/gtfs/GTFSFeed.java @@ -207,21 +207,21 @@ public class GTFSFeed implements Cloneable, Closeable { ...
fix npe on for feeds without calendar.txt
conveyal_gtfs-lib
train
3fe5af85a4a2189f9692c39d9c5eaf014a2db6ea
diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index <HASH>..<HASH> 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -139,11 +139,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid */ static $can_create = true; - /** - * If this is true, use...
MINOR Reverted 'single instance only' feature from r<I>, delayed until later release (see #<I>) (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-framework
train
6d75c9aa8d4bd3f8e5791bdf936ee319a9abb1dd
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = '<PROJECT_NAME>' -copyright = '2019, The Ethereum Foundation' +copyright = '2020, The Ethereum Foundation' __version...
Update docs copyright to the year <I>
ethereum_eth-hash
train
69f218566700d70042a6d44fae8518e6fd26b41a
diff --git a/tests/unit/Types/ContextFactoryTest.php b/tests/unit/Types/ContextFactoryTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Types/ContextFactoryTest.php +++ b/tests/unit/Types/ContextFactoryTest.php @@ -17,8 +17,8 @@ namespace phpDocumentor\Reflection\Types { use phpDocumentor\Reflection\DocBlock, ...
tests: use new TestCase
phpDocumentor_TypeResolver
train
1b77098a737844195ed0d923de3358f3b81a6078
diff --git a/agent/lib/bixby_agent/agent/crypto.rb b/agent/lib/bixby_agent/agent/crypto.rb index <HASH>..<HASH> 100644 --- a/agent/lib/bixby_agent/agent/crypto.rb +++ b/agent/lib/bixby_agent/agent/crypto.rb @@ -59,13 +59,12 @@ module Crypto iv = c.random_iv encrypted = c.update(data) + c.final - ret = { ...
don't use json again
chetan_bixby-agent
train
45f6845ea4d216c856aae536aabf44fba5486e13
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -125,6 +125,7 @@ Most of the scripts in this package contains multiple actions. To use the `diff`: check if two fasta records contain same information `trim`: given a cross_match screened fasta, trim ...
add fasta.filter() to filter fasta records by size
tanghaibao_jcvi
train
7a1a134e783019b8f6260cc9b5c5c3a85334cb11
diff --git a/gbdxtools/task.py b/gbdxtools/task.py index <HASH>..<HASH> 100644 --- a/gbdxtools/task.py +++ b/gbdxtools/task.py @@ -70,7 +70,11 @@ class InputPorts(Mapping): class OutputPorts(MutableMapping, InputPorts): def __init__(self, work_dir): - self.work_dir = work_dir + self._ports_dir = o...
fixing task.py to correctly write output ports
DigitalGlobe_gbdxtools
train
b687bac2d657a997adaeb5cef5ccee6bd1e41d53
diff --git a/Inspector.py b/Inspector.py index <HASH>..<HASH> 100644 --- a/Inspector.py +++ b/Inspector.py @@ -876,6 +876,13 @@ class GraphicsInspectorSection(InspectorSection): list_widget = self.ui.create_new_list_widget(lambda item: self.__create_list_item_widget(item), header_widget, header_for_empty_list_...
Add checkbox to graphic inspector to show calibrated units or not. svn r<I>
nion-software_nionswift
train
33e4a416323324126721a6f52d8c86a46617a194
diff --git a/src/Common/Service/Routes.php b/src/Common/Service/Routes.php index <HASH>..<HASH> 100644 --- a/src/Common/Service/Routes.php +++ b/src/Common/Service/Routes.php @@ -141,6 +141,8 @@ class Routes $aModules = Components::modules(); $aModules['app'] = Components::getApp(); + ...
Resetting route before updating Prevents a bug where calling the updates method multiple times would cause inconsistencies in the generated routes
nails_common
train
e5b3e39a81efd00bcf5dd68e0c0a7270dc0da599
diff --git a/client/jetpack-connect/controller.js b/client/jetpack-connect/controller.js index <HASH>..<HASH> 100644 --- a/client/jetpack-connect/controller.js +++ b/client/jetpack-connect/controller.js @@ -15,7 +15,6 @@ import { translate } from 'i18n-calypso'; import analytics from 'lib/analytics'; import CheckoutD...
Jetpack connect: Dedicated action creator for starting auth step (#<I>) * Use dedicated action creator startAuthorizeStep This action necessarily includes Date.now(), which is messy to require including at the call-site. Encapsulate in a dedicated action creator.
Automattic_wp-calypso
train
d946be454f5f6a6536e2a4a61275f06ac8e3bfe4
diff --git a/pyverilog/vparser/ply/yacc.py b/pyverilog/vparser/ply/yacc.py index <HASH>..<HASH> 100644 --- a/pyverilog/vparser/ply/yacc.py +++ b/pyverilog/vparser/ply/yacc.py @@ -1818,16 +1818,19 @@ class LRTable(object): self.lr_productions = None self.lr_method = None - def read_table(self,modu...
update of ply.yacc for faster compilation. Thanks to Sam Skalicky for your suggestion!
PyHDI_Pyverilog
train
5dd7f4c4b6d4d771c5b6866b8256eb1bad632843
diff --git a/git_deps/server.py b/git_deps/server.py index <HASH>..<HASH> 100644 --- a/git_deps/server.py +++ b/git_deps/server.py @@ -1,5 +1,6 @@ import os import subprocess +import sys from git_deps.gitutils import GitUtils from git_deps.detector import DependencyDetector @@ -122,5 +123,17 @@ def serve(options)...
Handle server port in use error more gracefully (#<I>) Fixes #<I>
aspiers_git-deps
train
1111b69aad7df463fc09c8d48f284c4797e72d5a
diff --git a/critical.js b/critical.js index <HASH>..<HASH> 100644 --- a/critical.js +++ b/critical.js @@ -1,6 +1,8 @@ /*global require:true*/ /*global console:true*/ /*global __dirname:true*/ +/* eslint esnext: true */ + (function( exports ){ "use strict"; @@ -120,7 +122,25 @@ } // TODO switch tmpfile ...
add post processing back in, tests passing
filamentgroup_criticalCSS
train
e1f8dedfc08435904a66edd1a8e43b6e0b2e0b4e
diff --git a/eventsourcing/examples/wiki/test.py b/eventsourcing/examples/wiki/test.py index <HASH>..<HASH> 100644 --- a/eventsourcing/examples/wiki/test.py +++ b/eventsourcing/examples/wiki/test.py @@ -1,3 +1,4 @@ +from typing import cast from unittest import TestCase from uuid import uuid4 @@ -113,12 +114,7 @@ Th...
Fixed mypy issues in test for wiki example.
johnbywater_eventsourcing
train
8470b9bf146aa8fdc3b1ca94ff67723f337fd8a4
diff --git a/s3router.js b/s3router.js index <HASH>..<HASH> 100644 --- a/s3router.js +++ b/s3router.js @@ -1,75 +1,77 @@ var mime = require('mime'), - uuid = require('node-uuid'), - aws = require('aws-sdk'), - express = require('express'); + uuid = require('node-uuid'), + aws = require('aws-sdk'), + expr...
Allow setting region of aws in options
odysseyscience_react-s3-uploader
train
20d484aefcc0feb0d01f75c823097040d7c7a1a0
diff --git a/ecell4/extra/ensemble.py b/ecell4/extra/ensemble.py index <HASH>..<HASH> 100644 --- a/ecell4/extra/ensemble.py +++ b/ecell4/extra/ensemble.py @@ -53,6 +53,20 @@ def run_sge(target, jobs, n=1, path='.', delete=True, environ={}): raise RuntimeError( "Wrong indentation was found in the s...
refactor: Set the current path to PYTHONPATH to load functions defined in the script
ecell_ecell4
train
a9fd26366b08e4effa497d0843b702479b2529ba
diff --git a/src/toil/batchSystems/torque.py b/src/toil/batchSystems/torque.py index <HASH>..<HASH> 100644 --- a/src/toil/batchSystems/torque.py +++ b/src/toil/batchSystems/torque.py @@ -86,7 +86,6 @@ class TorqueBatchSystem(AbstractGridEngineBatchSystem): status = line.split(' = ')[1] ...
PBSPro extension of pbsnodes since it does not have XML output but JSON instead
DataBiosphere_toil
train
c7989b1eaf024642e92c9dba0c7dd6219907b5c9
diff --git a/wakatime/projects/subversion.py b/wakatime/projects/subversion.py index <HASH>..<HASH> 100644 --- a/wakatime/projects/subversion.py +++ b/wakatime/projects/subversion.py @@ -12,7 +12,7 @@ import logging import os import platform -from subprocess import Popen, PIPE +from subprocess import Popen, PIPE, DE...
supress output from running svn command
wakatime_wakatime
train
be21e64808a76653dfa883ccc1b1dbc8bf1013be
diff --git a/lib/Controller/ADGrid.php b/lib/Controller/ADGrid.php index <HASH>..<HASH> 100644 --- a/lib/Controller/ADGrid.php +++ b/lib/Controller/ADGrid.php @@ -162,7 +162,11 @@ class Controller_ADGrid extends AbstractController $column = $this->owner->addColumn($field_type, $field_name, $field_caption); ...
add support for Field->ui[sortable=>true] in Grid.
atk4_atk4
train
86a6a90368133b074aecb0eb43b188db184fcd89
diff --git a/cnxpublishing/publish.py b/cnxpublishing/publish.py index <HASH>..<HASH> 100644 --- a/cnxpublishing/publish.py +++ b/cnxpublishing/publish.py @@ -8,6 +8,8 @@ """\ Functions used to commit publication works to the archive. """ +import hashlib + import cnxepub import psycopg2 from cnxepub import Docume...
:bug: Fix for unique files table entries This checks for the existence of a file by SHA1 before attempting to insert it. This comes out of the changes in Connexions/cnx-archive#<I>, which enforce the uniqueness of the sha1 column.
openstax_cnx-publishing
train
5a3d2b56900d92532a933181038062b5eec39c99
diff --git a/autolens/__init__.py b/autolens/__init__.py index <HASH>..<HASH> 100644 --- a/autolens/__init__.py +++ b/autolens/__init__.py @@ -1 +1 @@ -__version__ = '0.3.2' +__version__ = '0.3.3' diff --git a/autolens/runners/runner.py b/autolens/runners/runner.py index <HASH>..<HASH> 100644 --- a/autolens/runners/run...
fixed pixel scale in pipeline runner
Jammy2211_PyAutoLens
train
1ec99dc14ce3057f34172c3017dff3d77089a559
diff --git a/tests/Unit/Suites/Import/Price/PriceTest.php b/tests/Unit/Suites/Import/Price/PriceTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Suites/Import/Price/PriceTest.php +++ b/tests/Unit/Suites/Import/Price/PriceTest.php @@ -78,6 +78,9 @@ class PriceTest extends \PHPUnit_Framework_TestCase /** ...
Issue #<I>: Add missing PHPDoc
lizards-and-pumpkins_catalog
train
3476989e6bd7a0526ff4dc4d592c8327a4c64f50
diff --git a/pywal/theme.py b/pywal/theme.py index <HASH>..<HASH> 100644 --- a/pywal/theme.py +++ b/pywal/theme.py @@ -19,12 +19,16 @@ def list_out(): user_themes = [theme.name.replace(".json", "") for theme in list_themes_user()] + last_used_theme = util.read_file(os.path.join(CACHE_DIR, ...
Print (last used) next to last used theme
dylanaraps_pywal
train
087fd5878a5b9a0d47384ff25f5e2b24b7a314a3
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -14,12 +14,12 @@ var paths = { 'assets/src/js/**/*' ], jshint: [ + 'bower.json', 'gulpfile.js', 'assets/src/js/**/*' ], less: 'assets/src/less/main.less', - editorStyle: 'assets/src/l...
Watch bower.json for override changes, installs, and uninstalls
roots_sage
train
d7d03262830cbfd13a5fb1647ee68d6b7d074c0a
diff --git a/src/main/java/com/dhemery/victor/elements/ios/IOSDisplay.java b/src/main/java/com/dhemery/victor/elements/ios/IOSDisplay.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/dhemery/victor/elements/ios/IOSDisplay.java +++ b/src/main/java/com/dhemery/victor/elements/ios/IOSDisplay.java @@ -1,6 +1,7 @@ ...
Simplify locators to simplify element construction
dhemery_victor
train
24e7d865ec55b363bbf244f8baab42ad1d499ac4
diff --git a/firefly-common/src/test/java/com/fireflysource/common/concurrent/IteratingCallbackTest.java b/firefly-common/src/test/java/com/fireflysource/common/concurrent/IteratingCallbackTest.java index <HASH>..<HASH> 100644 --- a/firefly-common/src/test/java/com/fireflysource/common/concurrent/IteratingCallbackTest....
[feat]: use lock to replace synchronized
hypercube1024_firefly
train
79b0f0b00c3d2475f87e97c7d7268c275a1f1c9b
diff --git a/lib/hexo/index.js b/lib/hexo/index.js index <HASH>..<HASH> 100644 --- a/lib/hexo/index.js +++ b/lib/hexo/index.js @@ -142,7 +142,9 @@ class Hexo extends EventEmitter { // root for saving the db. Otherwise default to `base`. const dbPath = args.output || base; - this.log.d(`Writing database t...
fix(logging): log database only in relevant commands
hexojs_hexo
train
aa5f8fee49c6afe7c8550b74f09c08e316368e06
diff --git a/lib/sprockets.rb b/lib/sprockets.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets.rb +++ b/lib/sprockets.rb @@ -101,8 +101,8 @@ module Sprockets register_bundle_processor 'application/javascript', Bundle register_bundle_processor 'text/css', Bundle - register_bundle_metadata_reducer '*/*', :data...
Bundling concats buffers rather than duping
rails_sprockets
train
cd76302c95a4976ca339aee2f456cd9c97937e2c
diff --git a/lib/pxutil.js b/lib/pxutil.js index <HASH>..<HASH> 100644 --- a/lib/pxutil.js +++ b/lib/pxutil.js @@ -2,6 +2,7 @@ const net = require('net'); const fs = require('fs'); +const crypto = require("crypto"); /** * PerimeterX (http://www.perimeterx.com) NodeJS-Express SDK @@ -205,6 +206,24 @@ function p...
pxutil: added utils for hashing and for access nested object values
PerimeterX_perimeterx-node-core
train
7d13ac1a00dfd9672873663835891eaca2431b3e
diff --git a/core-bundle/src/Resources/contao/modules/ModulePersonalData.php b/core-bundle/src/Resources/contao/modules/ModulePersonalData.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/modules/ModulePersonalData.php +++ b/core-bundle/src/Resources/contao/modules/ModulePersonalData.php @@ -2,9 +...
[Core] Little improvements on personal-data-callbacks
contao_contao
train
e7bbe1d89f4a2ab23f3b8ca1fe6ce166f0fad37f
diff --git a/openquake/calculators/disaggregation.py b/openquake/calculators/disaggregation.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/disaggregation.py +++ b/openquake/calculators/disaggregation.py @@ -213,7 +213,7 @@ producing too small PoEs.''' oq = self.oqparam tl = oq.truncation_l...
Fixed disaggregation [skip hazardlib] Former-commit-id: a<I>b<I>fbb<I>fae<I>d<I>f<I>e<I>f1fd
gem_oq-engine
train
8f73b44b09a5319a219e72838c01ef3803f584de
diff --git a/src/main/java/nl/hsac/fitnesse/junit/HsacFitNesseRunner.java b/src/main/java/nl/hsac/fitnesse/junit/HsacFitNesseRunner.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/junit/HsacFitNesseRunner.java +++ b/src/main/java/nl/hsac/fitnesse/junit/HsacFitNesseRunner.java @@ -21,10 +21,6 @@ im...
Remove own 'excludefiler' annotation which seems no longer needed
fhoeben_hsac-fitnesse-fixtures
train
83fbdbfed4d123400ac8b993b7d0259eab199386
diff --git a/src/adapters/pouch.http.js b/src/adapters/pouch.http.js index <HASH>..<HASH> 100644 --- a/src/adapters/pouch.http.js +++ b/src/adapters/pouch.http.js @@ -688,6 +688,14 @@ var HttpPouch = function(opts, callback) { api.taskqueue.addTask('changes', arguments); return; } + + if (opts...
(#<I>) - Adding helper for db.changes({since:'latest'
pouchdb_pouchdb
train
9e0bac6c9f3e55d67f0001da37e294b6490e0635
diff --git a/builtin/providers/aws/resource_aws_db_instance.go b/builtin/providers/aws/resource_aws_db_instance.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_db_instance.go +++ b/builtin/providers/aws/resource_aws_db_instance.go @@ -591,6 +591,7 @@ func resourceAwsDbInstanceRead(d *schema.Reso...
Terraform should keep track of the publicly accessible attribute
hashicorp_terraform
train
abf36a80988a225fcf3086864631873ee5680a49
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -14,10 +14,8 @@ module.exports = { this.app = app; - var jsExt = this.app.registry.extensionsForType('js'); - var templateExt = this.app.registry.extensionsForType('template'); - - this.shouldOverrideIndex = ...
Shifted to doing detection at load Not quite as fast, but means we don't have to watch the file system
ember-cli_ember-welcome-page
train
e9a6e508a2c1049c4856ebdbdd54341dbdcc2028
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -14404,7 +14404,7 @@ const devices = [ extend: preset.light_onoff_brightness_colortemp_color(), }, { - zigbeeModel: ['82c167c95ed746cdbd21d6817f72c593'], + zigbeeModel: ['82c167c95ed746...
Add support for unbranded version of Orvibo RL<I>ZB. (#<I>)
Koenkk_zigbee-shepherd-converters
train
a043b1b13769c672b82ad49e69975d0bd7751080
diff --git a/src/Fracture/Http/Headers/Accept.php b/src/Fracture/Http/Headers/Accept.php index <HASH>..<HASH> 100644 --- a/src/Fracture/Http/Headers/Accept.php +++ b/src/Fracture/Http/Headers/Accept.php @@ -93,7 +93,7 @@ class Accept extends Common foreach ($keys as $key) { $sorted = $this->sortBy...
minor: there is a simpler way to fixe the instability ... update
fracture_http
train
08b92fff03b2a71746729708055b04dbae7a51a1
diff --git a/pkg/kubectl/cmd/drain.go b/pkg/kubectl/cmd/drain.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/cmd/drain.go +++ b/pkg/kubectl/cmd/drain.go @@ -585,6 +585,7 @@ func (o *DrainOptions) evictPods(pods []corev1.Pod, policyGroupVersion string, g doneCh <- true return } else if apierrors.IsToo...
add msg when getting toomanyrequest error from evict pod
kubernetes_kubernetes
train
3937561b201097ddbbc389252f135da6b12bb96b
diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php +++ b/src/Symfony/Bundle/FrameworkBun...
[FrameworkBundle] Look for translations in %kernel.root_dir%/Resources/%bundle%/translations (fix #<I>)
symfony_symfony
train
b6f864c926093670b31ea5ab874ba8e56a02b0ab
diff --git a/collector-mongo/src/main/java/com/xqbase/metric/collector/Collector.java b/collector-mongo/src/main/java/com/xqbase/metric/collector/Collector.java index <HASH>..<HASH> 100644 --- a/collector-mongo/src/main/java/com/xqbase/metric/collector/Collector.java +++ b/collector-mongo/src/main/java/com/xqbase/metri...
dot-in-bson unescape
xqbase_metric
train
8fd2d413a81c6e27e2861ba13af7df5b4e2e2f8c
diff --git a/revel/request_extractor.go b/revel/request_extractor.go index <HASH>..<HASH> 100644 --- a/revel/request_extractor.go +++ b/revel/request_extractor.go @@ -11,6 +11,48 @@ type headerExposer interface { GetAll(string) []string } +var headers = []string{ + // Standard headers + "Accept", + "Accept-Charset...
[chore] Refactor revel header extraction
bugsnag_bugsnag-go
train
e2f897b06b35dfe402a4ef9fa3783e918099f20c
diff --git a/testCafe/survey/questionsInOneLine.js b/testCafe/survey/questionsInOneLine.js index <HASH>..<HASH> 100644 --- a/testCafe/survey/questionsInOneLine.js +++ b/testCafe/survey/questionsInOneLine.js @@ -1,10 +1,10 @@ import {frameworks, url, setOptions, initSurvey, getSurveyResult} from "../settings"; import ...
added testcafe tests for 'left' title location
surveyjs_survey-library
train
91b28e8ef20df791bed6998dc38abd78b06b9ec8
diff --git a/app/index.js b/app/index.js index <HASH>..<HASH> 100644 --- a/app/index.js +++ b/app/index.js @@ -9,9 +9,11 @@ var xml2js = require('xml2js'); module.exports = yeoman.generators.Base.extend({ initializing: function () { - this.log(yosay( - 'Welcome to ' + chalk.red('Gadget') + ', the gnarly g...
Allowing skipping welcome with option. Replacing installDependencies with npmInstall.
phase2_generator-gadget
train
40e107cb84648c4deecd654f9610dcd7cb7ac403
diff --git a/lib/DAV/XMLUtil.php b/lib/DAV/XMLUtil.php index <HASH>..<HASH> 100644 --- a/lib/DAV/XMLUtil.php +++ b/lib/DAV/XMLUtil.php @@ -79,7 +79,7 @@ class XMLUtil { $writer = new XML\Writer(); $writer->namespaceMap = $this->namespaceMap; - $writer->openMemory('1.0'); + $writer->ope...
Don't pass <I> to the openMemory function.
sabre-io_dav
train
b6422bc681e4c3604da6007a012b034cb44cd8f8
diff --git a/code/libraries/joomlatools/library/dispatcher/response/transport/http.php b/code/libraries/joomlatools/library/dispatcher/response/transport/http.php index <HASH>..<HASH> 100644 --- a/code/libraries/joomlatools/library/dispatcher/response/transport/http.php +++ b/code/libraries/joomlatools/library/dispatch...
#<I>: Only hide overflow on large screens
joomlatools_joomlatools-framework
train
2ac07967c20ae5f10b146ebb12c33d5d1b88d7a4
diff --git a/nsqd/protocol_v2_test.go b/nsqd/protocol_v2_test.go index <HASH>..<HASH> 100644 --- a/nsqd/protocol_v2_test.go +++ b/nsqd/protocol_v2_test.go @@ -1547,25 +1547,35 @@ func benchmarkProtocolV2PubMultiTopic(b *testing.B, numTopics int) { rw := bufio.NewReadWriter(bufio.NewReader(conn), bufio.NewWriter(con...
nsqd: read/write concurrently in MPUB benchmarks
nsqio_nsq
train
a28b7a85cf3fc71e1a1bda8d90338741eba8c92b
diff --git a/History.md b/History.md index <HASH>..<HASH> 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,7 @@ 3.x === + * Fix `req.protocol` for proxy-direct connections * Pass options from `res.sendfile` to `send` * deps: connect@2.24.0 - deps: body-parser@~1.5.0 diff --git a/lib/request.js b/lib/...
Fix req.protocol for proxy-direct connections fixes #<I>
expressjs_express
train
de28cd1a70f82d2dcde821a0429e1c1d13295c2e
diff --git a/src/Illuminate/Container/Container.php b/src/Illuminate/Container/Container.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Container/Container.php +++ b/src/Illuminate/Container/Container.php @@ -495,14 +495,16 @@ class Container implements ArrayAccess { return new $concrete; } - $parameter...
Container::build now passes parameters into object.
laravel_framework
train
3afe564d4be4f5726638132bb6329a259c9422fd
diff --git a/.jshintrc b/.jshintrc index <HASH>..<HASH> 100644 --- a/.jshintrc +++ b/.jshintrc @@ -37,6 +37,7 @@ "generateArray": true, "customMatchers": true, "KEYS": true, - "MAX_SAFE_INTEGER": true + "MAX_SAFE_INTEGER": true, + "SUPPORTED_INPUT_TYPES": true } } \...
feat(tagsInput): Add type option Add a new 'type' option so the internal input element can customized. Only a few values are currently supported: text, email and url. Due to the use of the ti-bind-attrs directive, Angular will NOT process the provided value and as a result of that no validation will be performed whats...
mbenford_ngTagsInput
train
032cbbd7fab259541818c3a80131bc08ff2cda4f
diff --git a/xchange-binance/src/main/java/org/knowm/xchange/binance/BinanceExchange.java b/xchange-binance/src/main/java/org/knowm/xchange/binance/BinanceExchange.java index <HASH>..<HASH> 100644 --- a/xchange-binance/src/main/java/org/knowm/xchange/binance/BinanceExchange.java +++ b/xchange-binance/src/main/java/org/...
[Binance] Do not silence Exception on remoteInit
knowm_XChange
train
4b0be0cae012c36e3b6ae22b9641f774d5b1a9ce
diff --git a/routes1846/find_best_routes.py b/routes1846/find_best_routes.py index <HASH>..<HASH> 100644 --- a/routes1846/find_best_routes.py +++ b/routes1846/find_best_routes.py @@ -89,24 +89,25 @@ def _get_route_sets(railroad, route_by_train): for train_set in _get_train_sets(railroad): sorted_r...
Gracefully handle a train set with no routes. When a train set has no routes, instead of raising an error, no routes should be printed. This can only happen for Grand Trunk or Illinois Central, since all other railroads start the game with a route.
Auzzy_1846-routes
train
2d9349824fdb4363e6e9f5984ca9db8056962893
diff --git a/internal/uidriver/mobile/input.go b/internal/uidriver/mobile/input.go index <HASH>..<HASH> 100644 --- a/internal/uidriver/mobile/input.go +++ b/internal/uidriver/mobile/input.go @@ -191,7 +191,7 @@ func (i *Input) IsMouseButtonPressed(key driver.MouseButton) bool { return false } -func (i *Input) upda...
internal/uidriver/mobile: Separate UpdateInput into UpdateInput and UpdateGamepads
hajimehoshi_ebiten
train
cf6882212117a5435be5dcd482ae57eabdd984ff
diff --git a/classes/kohana/kostache.php b/classes/kohana/kostache.php index <HASH>..<HASH> 100644 --- a/classes/kohana/kostache.php +++ b/classes/kohana/kostache.php @@ -111,7 +111,7 @@ abstract class Kohana_Kostache { ob_start(); // Render the exception - Kohana_Exception::text($e); + Kohana::exception_...
Use Kohana exception ::handler() rather than just ::text() to display the exception, fixes #<I>
zombor_KOstache
train
66af9ad296a59253a4ad12c5dcd4222460490084
diff --git a/src/Common/Helper/Form.php b/src/Common/Helper/Form.php index <HASH>..<HASH> 100644 --- a/src/Common/Helper/Form.php +++ b/src/Common/Helper/Form.php @@ -27,6 +27,33 @@ use Nails\Factory; class Form { /** + * The following constants represent the various field types available. + */ + cons...
Adds constants to represent the various form field types available
nails_common
train
d90a3710b8683cea27f8eea8980c8605b46702bc
diff --git a/API/DataTablesResponse.php b/API/DataTablesResponse.php index <HASH>..<HASH> 100644 --- a/API/DataTablesResponse.php +++ b/API/DataTablesResponse.php @@ -11,8 +11,6 @@ namespace WBW\Bundle\JQuery\DataTablesBundle\API; -use WBW\Bundle\JQuery\DataTablesBundle\Helper\DataTablesResponseHelper; - /** * ...
Rename and move dtRows() into DataTables enumerator
webeweb_jquery-datatables-bundle
train
f5ce3acd730a27ac7fb7423ebb5d962c3e6f2884
diff --git a/lib/hipchat_searcher/searcher.rb b/lib/hipchat_searcher/searcher.rb index <HASH>..<HASH> 100644 --- a/lib/hipchat_searcher/searcher.rb +++ b/lib/hipchat_searcher/searcher.rb @@ -2,12 +2,13 @@ require 'colorize' class HipchatSearcher class Searcher - def initialize(result) - @result = result +...
* Receive option in "Searcher"
mgi166_hipchat_searcher
train
3c60752e2c73a5dc5a202b07e58b912d41c043cd
diff --git a/src/Handler/ActionHandler.php b/src/Handler/ActionHandler.php index <HASH>..<HASH> 100644 --- a/src/Handler/ActionHandler.php +++ b/src/Handler/ActionHandler.php @@ -31,28 +31,35 @@ class ActionHandler extends Arbiter ResponseInterface $response, callable $next ) {...
Refactor action handler to type hint the action Equally accurate and does not additional testing. Also improves protection of execution order.
equip_framework
train