hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e2d0ffa99279b746627dc58b20b3351bffe89f40
diff --git a/tests/runtests.py b/tests/runtests.py index <HASH>..<HASH> 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -7,6 +7,7 @@ import sys import os import logging import optparse +import resource # Import salt libs import saltunittest @@ -20,6 +21,7 @@ except ImportError: TEST_DIR = os.path.dirn...
Automatically try to raise max open files setting if too low when running tests.
saltstack_salt
train
abdefea7c9d58b6e56de8f54e62f4c19d58be15c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -149,7 +149,7 @@ config.createStack = function(options, callback) { region: options.region || 'us-east-1' })); - config.stackSetup(options, function (err, configDetails) { + config.configStack(options, fu...
Missed some references to stackSetup.
mapbox_cfn-config
train
e39f329ebae98f288acc82412a2c199a650ae161
diff --git a/src/Flex.php b/src/Flex.php index <HASH>..<HASH> 100644 --- a/src/Flex.php +++ b/src/Flex.php @@ -268,6 +268,13 @@ class Flex implements PluginInterface, EventSubscriberInterface return $backtrace; } + public function lockPlatform() + { + $this->lock->set('php', [ + ...
Enforce PHP version at runtime to be same or higher as at "composer update" time
symfony_flex
train
8c6d916f48a4a73ad089b814aa708b2547b0e9dc
diff --git a/src/Analyser/NodeScopeResolver.php b/src/Analyser/NodeScopeResolver.php index <HASH>..<HASH> 100644 --- a/src/Analyser/NodeScopeResolver.php +++ b/src/Analyser/NodeScopeResolver.php @@ -912,6 +912,7 @@ class NodeScopeResolver $assignByReference = false; if (isset($parameters[$i])) { $ass...
Set writable variable by reference to a correct type
phpstan_phpstan
train
d59a26cbf4b598b9b4e88234e8644c35d403e55e
diff --git a/pkg/detectors/youneedabudget/youneedabudget.go b/pkg/detectors/youneedabudget/youneedabudget.go index <HASH>..<HASH> 100644 --- a/pkg/detectors/youneedabudget/youneedabudget.go +++ b/pkg/detectors/youneedabudget/youneedabudget.go @@ -3,13 +3,10 @@ package youneedabudget import ( "context" "fmt" - - //...
added youneedabudget detector
dxa4481_truffleHog
train
03a50010e1d7fc01d0ca13688abcb1fcf5599d4a
diff --git a/opal/corelib/regexp.rb b/opal/corelib/regexp.rb index <HASH>..<HASH> 100644 --- a/opal/corelib/regexp.rb +++ b/opal/corelib/regexp.rb @@ -14,13 +14,7 @@ class Regexp < `RegExp` end def escape(string) - %x{ - return string.replace(/([-[\]\/{}()*+?.^$\\| ])/g, '\\$1') - ...
Extract regex escape to a global helper
opal_opal
train
727fb3083329fd880d6feb594657ddf3436dae8a
diff --git a/furious/batcher.py b/furious/batcher.py index <HASH>..<HASH> 100644 --- a/furious/batcher.py +++ b/furious/batcher.py @@ -17,6 +17,7 @@ import json import logging import time +import uuid from google.appengine.api import memcache from google.appengine.runtime.apiproxy_errors import DeadlineExceededE...
Add the id property to the Message object Now that we add the id of the Asyncs to the parent context we need to do the same with the Message entity.
Workiva_furious
train
ee0d4c1f118cfd5ac4ffec92eaa5f7ec593cb85f
diff --git a/formats/src/main/java/au/gov/amsa/risky/format/BinaryFixesOnSubscribe.java b/formats/src/main/java/au/gov/amsa/risky/format/BinaryFixesOnSubscribe.java index <HASH>..<HASH> 100644 --- a/formats/src/main/java/au/gov/amsa/risky/format/BinaryFixesOnSubscribe.java +++ b/formats/src/main/java/au/gov/amsa/risky/...
attempt to improve parallel processing of nmea to binary fixes
amsa-code_risky
train
296dffca233f05a5d645ede75120a8b07e9b77f2
diff --git a/api/2.0/includes/classes/api.class.php b/api/2.0/includes/classes/api.class.php index <HASH>..<HASH> 100644 --- a/api/2.0/includes/classes/api.class.php +++ b/api/2.0/includes/classes/api.class.php @@ -338,10 +338,11 @@ class API extends Base $friends['friends'][$i]['status'] = ...
don't forget to always push to develop 1st then merge into master
XboxLeaders_XboxLiveAPI
train
818d3bcaf58a6e68a8211bf286344cce2a99fbcf
diff --git a/cmd/disk-cache_test.go b/cmd/disk-cache_test.go index <HASH>..<HASH> 100644 --- a/cmd/disk-cache_test.go +++ b/cmd/disk-cache_test.go @@ -20,7 +20,6 @@ import ( "bytes" "context" "io" - "net/http" "testing" "github.com/minio/minio/pkg/hash" @@ -174,84 +173,6 @@ func TestCacheExclusion(t *testin...
fix: deprecate TestDiskCache test from unit tests (#<I>)
minio_minio
train
6afcae4649aeb5cd0f8093caf894fa8cd76dd0eb
diff --git a/java/client/test/org/openqa/selenium/testing/drivers/DefaultDriverSupplier.java b/java/client/test/org/openqa/selenium/testing/drivers/DefaultDriverSupplier.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/testing/drivers/DefaultDriverSupplier.java +++ b/java/client/test/org/open...
[java] SynthesizedFirefoxDriver should be used to run tests in XPI-based Firefox driver only
SeleniumHQ_selenium
train
ff9207dc430ced6a705d16e9789e2490efb39e96
diff --git a/python/dllib/src/bigdl/dllib/keras/engine/topology.py b/python/dllib/src/bigdl/dllib/keras/engine/topology.py index <HASH>..<HASH> 100644 --- a/python/dllib/src/bigdl/dllib/keras/engine/topology.py +++ b/python/dllib/src/bigdl/dllib/keras/engine/topology.py @@ -16,6 +16,7 @@ from bigdl.nn.keras.layer im...
transfer learning api (#<I>) * transfer learning * add tests * refine example * add python example * change package * address comments * fix style * fix toModel * fix tests * fix style
intel-analytics_BigDL
train
d7c0688382396cf2accb760410ad989ac1d0b995
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -version = __version__ = "4.7.1.6 Unreleased - included 4.7.1 patch, ability to update ttk buttons, images for ttk buttons, CURRENT_LOOK_AND_FEEL variable, Multiline c...
Typo in new delimiter variable
PySimpleGUI_PySimpleGUI
train
2f73b03894a307de8e795bf890db418ed6f97a6e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.2.0 [unreleased] +- Switched to ActiveJob for jobs - Fixed deprecation warnings ## 0.1.0 diff --git a/lib/notable.rb b/lib/notable.rb index <HASH>..<HASH> 100644 --- a/lib/notable.rb ++...
Added ability to disable jobs or requests
ankane_notable
train
8567bb154729cc4eeb563d4293452dd17d48c4f9
diff --git a/lib/packageConstructor.js b/lib/packageConstructor.js index <HASH>..<HASH> 100644 --- a/lib/packageConstructor.js +++ b/lib/packageConstructor.js @@ -15,7 +15,7 @@ function(config,xmlbuilder){ this.metaDataItem.components = 'ApexComponent'; this.metaDataItem.staticresources = 'StaticResou...
Package Constructor modified to handle xml better
scolladon_sfdc-git-package
train
caf25bdd7154501bc705dfa85769be854f57fd41
diff --git a/pysat/_instrument.py b/pysat/_instrument.py index <HASH>..<HASH> 100644 --- a/pysat/_instrument.py +++ b/pysat/_instrument.py @@ -624,10 +624,8 @@ class Instrument(object): Parameters ---------- - old : string - Old variable name - new : string - New ...
STY: Corrected docstring
rstoneback_pysat
train
0182e216160d8bb042d118c42e78cc6dc737116b
diff --git a/lib/Pool.js b/lib/Pool.js index <HASH>..<HASH> 100644 --- a/lib/Pool.js +++ b/lib/Pool.js @@ -12,20 +12,26 @@ function Pool(options) { this.config = options.config; this.config.connectionConfig.pool = this; - this._createConnection = this.config.createConnection || Mysql.createConnection; - t...
Added .end method to close all connections
sidorares_node-mysql2
train
e0a629613d070236dc49afd827df87051fbae70b
diff --git a/azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/implementation/SqlServerImpl.java b/azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/implementation/SqlServerImpl.java index <HASH>..<HASH> 100644 --- a/azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/implementat...
fluent model impl constructor simplification leveraging *Manager*.inner() in Storage
Azure_azure-sdk-for-java
train
fff79da28768e6991169de2c5b7a58dc3fa77678
diff --git a/lib/dossier/naming.rb b/lib/dossier/naming.rb index <HASH>..<HASH> 100644 --- a/lib/dossier/naming.rb +++ b/lib/dossier/naming.rb @@ -1,6 +1,8 @@ module Dossier module Naming + # not using ActiveSupport::Concern because ClassMethods + # must be extended after ActiveModel::Naming def self.i...
explanatory comment on using self.included
tma1_dossier
train
d82517786eeb6cf2371258f46d194923277df8a2
diff --git a/client/state/jetpack-connect/actions.js b/client/state/jetpack-connect/actions.js index <HASH>..<HASH> 100644 --- a/client/state/jetpack-connect/actions.js +++ b/client/state/jetpack-connect/actions.js @@ -224,7 +224,13 @@ export default { userData, ( error, data ) => { if ( error ) { - ...
Jetpack Connect: ESLint fix in actions file
Automattic_wp-calypso
train
dcea34e1379573f7ff68aab563044cd704742443
diff --git a/lib/engine.go b/lib/engine.go index <HASH>..<HASH> 100644 --- a/lib/engine.go +++ b/lib/engine.go @@ -380,6 +380,15 @@ func (e *Engine) runVU(ctx context.Context, vu *vuEntry) { func (e *Engine) runVUOnce(ctx context.Context, vu *vuEntry) { samples, err := vu.VU.RunOnce(ctx) + + // Expired VUs usually...
[fix] Ignore cancelled VU iterations
loadimpact_k6
train
b2f318785e57c2778d28b0a2897654c2a04d98e9
diff --git a/tests/make_randoms.py b/tests/make_randoms.py index <HASH>..<HASH> 100644 --- a/tests/make_randoms.py +++ b/tests/make_randoms.py @@ -64,6 +64,18 @@ structured_ndarray_subarray_dimensions = 2 max_structured_ndarray_subarray_axis_length = 4 +def random_str_ascii_letters(length): + # Makes a random A...
Additions and modifications to make_randoms.py to help doing the tests with Julia.
frejanordsiek_hdf5storage
train
936a761528a21c410e560fb73ba5fae54a411f90
diff --git a/aws/resource_aws_budgets_budget.go b/aws/resource_aws_budgets_budget.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_budgets_budget.go +++ b/aws/resource_aws_budgets_budget.go @@ -7,7 +7,6 @@ import ( "time" "github.com/aws/aws-sdk-go/aws" - "github.com/aws/aws-sdk-go/aws/awserr" "github.com/...
remove extraneous functions from budgets resource
terraform-providers_terraform-provider-aws
train
48e9eb7eb324194a46e728f8e9fd56955519096f
diff --git a/spec/extraction_spec.rb b/spec/extraction_spec.rb index <HASH>..<HASH> 100644 --- a/spec/extraction_spec.rb +++ b/spec/extraction_spec.rb @@ -21,7 +21,7 @@ describe SubdomainRoutes do end it "should raise an error if no host is supplied" do - lambda { subdomain_for_host(nil) }.should r...
Cosmetic change to extraction_spec.rb
mholling_subdomain_routes
train
0e5c7c58845aa14d80514e8022384e350f24a96c
diff --git a/saxophone-sandbox/src/main/java/net/openhft/saxophone/json/ParserBuilder.java b/saxophone-sandbox/src/main/java/net/openhft/saxophone/json/ParserBuilder.java index <HASH>..<HASH> 100644 --- a/saxophone-sandbox/src/main/java/net/openhft/saxophone/json/ParserBuilder.java +++ b/saxophone-sandbox/src/main/java...
Added check that json Parser should have at least one handler
peter-lawrey_SAXophone
train
08414a8913f373903823892824c0417efb33fd7f
diff --git a/great_expectations/dataset/pandas_dataset.py b/great_expectations/dataset/pandas_dataset.py index <HASH>..<HASH> 100644 --- a/great_expectations/dataset/pandas_dataset.py +++ b/great_expectations/dataset/pandas_dataset.py @@ -712,11 +712,13 @@ class PandasDataSet(MetaPandasDataSet, pd.DataFrame): ...
Update return and output format for expect_column_mean_to_be_between, and associated tests.
great-expectations_great_expectations
train
6c43e9c4c34a7ac73a9f1dc2bd8516ce72f89e9b
diff --git a/lib/deliver/itunes_connect.rb b/lib/deliver/itunes_connect.rb index <HASH>..<HASH> 100644 --- a/lib/deliver/itunes_connect.rb +++ b/lib/deliver/itunes_connect.rb @@ -410,10 +410,10 @@ module Deliver }, advertising_identifier: { use_idfa: false, - serve_advertise...
Padding for default IDFA options was fixed
fastlane_fastlane
train
5037fb59aca9a83e19b5737b171f07c964e9585b
diff --git a/lib/rails-api/application.rb b/lib/rails-api/application.rb index <HASH>..<HASH> 100644 --- a/lib/rails-api/application.rb +++ b/lib/rails-api/application.rb @@ -98,10 +98,6 @@ module Rails middleware.use ::Rack::Head middleware.use ::Rack::ConditionalGet middleware.use ::Rack::E...
Remove BestStandardsSupport from rails 4 stack since it was removed here: <URL>
rails-api_rails-api
train
172d3bcff6e55626deb6f02298ba10f439844e5a
diff --git a/lib/in_columns/columnizer.rb b/lib/in_columns/columnizer.rb index <HASH>..<HASH> 100644 --- a/lib/in_columns/columnizer.rb +++ b/lib/in_columns/columnizer.rb @@ -1,7 +1,7 @@ module InColumns class Columnizer def initialize(elements) - @elements = elements.dup + @elements = elements ...
columns method shouldn't alter internal state
koppen_in_columns
train
e729c418dd6b2151e765cdf9c7bd27583cea3a21
diff --git a/tests/Composer/Test/Autoload/Fixtures/classmap/StripNoise.php b/tests/Composer/Test/Autoload/Fixtures/classmap/StripNoise.php index <HASH>..<HASH> 100644 --- a/tests/Composer/Test/Autoload/Fixtures/classmap/StripNoise.php +++ b/tests/Composer/Test/Autoload/Fixtures/classmap/StripNoise.php @@ -17,7 +17,12 @...
ClassMapGenerator: add test for "marker in text" bug In PHP < <I>, the heredoc/nowdoc marker was allowed to occur in the text, as long as it did not occur at the very start of the line. This was also not handled correctly. Ref: <URL>
composer_composer
train
69d9bc0fe85e65ec21ff6ee8d19b9b77da1ef7e9
diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -383,6 +383,26 @@ module Vagrant raise Errors::NoDefaultProvider end + # Returns whether or not we know how to install the provider with ...
Environment can_install_provider and install_provider
hashicorp_vagrant
train
faf8108a1b0595fe5e22ddfc7b83d13713830256
diff --git a/py/testdir_multi_jvm/test_many_cols_enum_multi.py b/py/testdir_multi_jvm/test_many_cols_enum_multi.py index <HASH>..<HASH> 100644 --- a/py/testdir_multi_jvm/test_many_cols_enum_multi.py +++ b/py/testdir_multi_jvm/test_many_cols_enum_multi.py @@ -34,9 +34,9 @@ class Basic(unittest.TestCase): SEED =...
wasn't using the timeoutSecs variable
h2oai_h2o-2
train
86b71e2772d1c84c391ce301038ce0f5228d2a66
diff --git a/app/controllers/providers_controller.rb b/app/controllers/providers_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/providers_controller.rb +++ b/app/controllers/providers_controller.rb @@ -108,7 +108,7 @@ class ProvidersController < ApplicationController def index begin - @p...
Made the names of the scopes more sensible...
Katello_katello
train
8bbfb1b7141e5509794e19d98c7b990e89e86e2c
diff --git a/cmd/bucket-notification-handlers.go b/cmd/bucket-notification-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/bucket-notification-handlers.go +++ b/cmd/bucket-notification-handlers.go @@ -150,6 +150,12 @@ func (api objectAPIHandlers) PutBucketNotificationHandler(w http.ResponseWriter, return } + /...
Allow event notifications to work without region (#<I>) Fixes #<I>
minio_minio
train
648f7decd80601be1f5bbfa8b2f1e33ff616c3e4
diff --git a/tests/Unit/Suites/DefaultHttpResponseTest.php b/tests/Unit/Suites/DefaultHttpResponseTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Suites/DefaultHttpResponseTest.php +++ b/tests/Unit/Suites/DefaultHttpResponseTest.php @@ -47,6 +47,10 @@ class DefaultHttpResponseTest extends \PHPUnit_Framework_TestC...
Issue #<I>: Add guard checking that xdebug extension is loaded.
lizards-and-pumpkins_catalog
train
1860fdc1af5c38eb3a6a5d798591565fed6b335d
diff --git a/test/mock_api/mock_api_serializations_test.rb b/test/mock_api/mock_api_serializations_test.rb index <HASH>..<HASH> 100644 --- a/test/mock_api/mock_api_serializations_test.rb +++ b/test/mock_api/mock_api_serializations_test.rb @@ -215,6 +215,121 @@ class MockApiSerializationsTest < MockApiTestHelper ...
Add remainder of 'phase 1' serialization tests.
smartsheet-platform_smartsheet-ruby-sdk
train
d9cdedc295739b4cd6e92741fbbc837785a80275
diff --git a/tensor/tests/test_sources.py b/tensor/tests/test_sources.py index <HASH>..<HASH> 100644 --- a/tensor/tests/test_sources.py +++ b/tensor/tests/test_sources.py @@ -51,6 +51,27 @@ class TestLinuxSources(unittest.TestCase): self.assertEqual(iowait_event.service, 'cpu.iowait') self.assertEqual...
Add a test for CPU stats when guest numbers are missing.
calston_tensor
train
a2e0421bec4d321395cc7b586eafd61e9c3e1543
diff --git a/python/run-tests.py b/python/run-tests.py index <HASH>..<HASH> 100644 --- a/python/run-tests.py +++ b/python/run-tests.py @@ -37,6 +37,7 @@ unittest.TextTestRunner().run(ElmoEmbeddingsTestSpec()) # unittest.TextTestRunner().run(AlbertEmbeddingsTestSpec()) # unittest.TextTestRunner().run(UniversalSentence...
Added tests for the SentimentDLTestSpec in python
JohnSnowLabs_spark-nlp
train
c292e7587c2e263408a8c5db428cf56b5378714c
diff --git a/spec/command-t/controller_spec.rb b/spec/command-t/controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/command-t/controller_spec.rb +++ b/spec/command-t/controller_spec.rb @@ -74,7 +74,7 @@ describe CommandT::Controller do def stub_match_window(selection) match_window = Object.new stub(m...
Fix spec bustage I really don't run these specs often enough, do I? Borked since <I>befefba<I>f.
wincent_command-t
train
9fb19feca40aa88017ad82d30500dd4a089f253d
diff --git a/physt/binnings.py b/physt/binnings.py index <HASH>..<HASH> 100644 --- a/physt/binnings.py +++ b/physt/binnings.py @@ -1,5 +1,5 @@ """Different binning algorithms/schemas for the histograms.""" -from __future__ import absolute_import +from __future__ import absolute_import, division import numpy as np ...
Fix to pass unit tests in Python <I>
janpipek_physt
train
7c7090409a537af1199dcf87c897996dc03cf288
diff --git a/spyder/plugins/pylint/tests/test_pylint.py b/spyder/plugins/pylint/tests/test_pylint.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/pylint/tests/test_pylint.py +++ b/spyder/plugins/pylint/tests/test_pylint.py @@ -7,10 +7,6 @@ """Tests for the execution of pylint.""" - -# Future imports -from __fu...
move pylint tests to python 3
spyder-ide_spyder
train
d34830d9c2a9f6edf32745260693beb17b080196
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ master_doc = 'index' # General information about the project. project = u'PyPOM' -copyright = u'2015, Mozilla' +copyright = u'2016, Mozilla' author = u'Mozilla' # The version info for the...
Update copyright to <I>
mozilla_PyPOM
train
377e79a2fd027902f39c680315ff48aec8f45dbb
diff --git a/lib/fluent/supervisor.rb b/lib/fluent/supervisor.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/supervisor.rb +++ b/lib/fluent/supervisor.rb @@ -109,6 +109,9 @@ class Supervisor @wait_daemonize_pipe_r.close @wait_daemonize_pipe_r = nil + # in case the child process forked during run_configu...
supervisor set FD_CLOEXEC to @wait_daemonize_pipe_w in case the child process forked during run_configure
fluent_fluentd
train
42c6449727090c8990ba98b26c9dc66b798bd7b1
diff --git a/lib/svtplay/service/kanal5.py b/lib/svtplay/service/kanal5.py index <HASH>..<HASH> 100644 --- a/lib/svtplay/service/kanal5.py +++ b/lib/svtplay/service/kanal5.py @@ -11,7 +11,7 @@ from svtplay.rtmp import download_rtmp class Kanal5(): def handle(self, url): - return "kanal5play.se" in url + ...
kanal5play: support for kanal9play.se
spaam_svtplay-dl
train
00c78e262386acad5efe5f471364c990232c9abf
diff --git a/backup/backup.class.php b/backup/backup.class.php index <HASH>..<HASH> 100644 --- a/backup/backup.class.php +++ b/backup/backup.class.php @@ -127,7 +127,7 @@ abstract class backup implements checksumable { // Version (to keep CFG->backup_version (and release) updated automatically) const VERSIO...
MDL-<I> backup: Bump release to <I> dev branch
moodle_moodle
train
c1192605c0ec43d42b4080fdae715427d4e8c04c
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Removed ### Fixed +- Simplify resolving of `EXT:` paths (#583) - Add a type in TCA for the FE users table dummy column...
[CLEANUP] Simplify resolving of EXT: paths (#<I>)
oliverklee_ext-oelib
train
5f1fff59b3413c9dafa67b9c4571c1df1898fac2
diff --git a/phpunit.php b/phpunit.php index <HASH>..<HASH> 100644 --- a/phpunit.php +++ b/phpunit.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + use Brick\Math\Internal\Calculator; require __DIR__ . '/vendor/autoload.php';
Strict types in PHPUnit bootstrap file
brick_math
train
2f6364c690b04a92a1dd0e1e767a8960eeb16ffb
diff --git a/src/com/backendless/persistence/QueryOptions.java b/src/com/backendless/persistence/QueryOptions.java index <HASH>..<HASH> 100644 --- a/src/com/backendless/persistence/QueryOptions.java +++ b/src/com/backendless/persistence/QueryOptions.java @@ -99,7 +99,7 @@ public class QueryOptions this.relationsDe...
Avoid NPE when retrieving null relationsDepth (#<I>) The NPE leads to a broken cache inside of weborb's serializer - it merely can't see that there's a relationsDepth field and ignores it further.
Backendless_Android-SDK
train
887687d09147a78c346c1c4b419ae583947360eb
diff --git a/src/Interfaces/OptionInterface.php b/src/Interfaces/OptionInterface.php index <HASH>..<HASH> 100644 --- a/src/Interfaces/OptionInterface.php +++ b/src/Interfaces/OptionInterface.php @@ -63,6 +63,15 @@ interface OptionInterface public function isSelected(): bool; /** + * Returns true if opti...
Add isDisabled and setDisabled methods to Option
themichaelhall_bluemvc-forms
train
25266c328383a53ce883029a698e4cf720e4c9be
diff --git a/src/selectors/getPreview.js b/src/selectors/getPreview.js index <HASH>..<HASH> 100644 --- a/src/selectors/getPreview.js +++ b/src/selectors/getPreview.js @@ -13,8 +13,8 @@ module.exports = (component) => { const previewStatus = config.data.preview // The group is optional - if (previewStatus == null ...
added handling to getPreview.js when preview is an empty string
Malvid_Malvid
train
8f6976c1bb077a428a8241df7c920de72406bbc4
diff --git a/src/gluonnlp/data/sampler.py b/src/gluonnlp/data/sampler.py index <HASH>..<HASH> 100644 --- a/src/gluonnlp/data/sampler.py +++ b/src/gluonnlp/data/sampler.py @@ -20,10 +20,11 @@ (e.g. in the order sorted by length). They can also be used to perform bucketing for speeding up the processing of variable-len...
[Feature] Add split sampler for distributed training (#<I>) * Add split sampler for distributed training * update unit test * fix ci
dmlc_gluon-nlp
train
e15131e3e7e42b16ac5b055c10720596811ffe4c
diff --git a/cmd/config.go b/cmd/config.go index <HASH>..<HASH> 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -7,6 +7,8 @@ import ( "sort" "strings" + "github.com/pulumi/pulumi/pkg/util/contract" + "github.com/pulumi/pulumi/pkg/pack" "github.com/pulumi/pulumi/pkg/resource/config" @@ -38,7 +40,10 @@ func...
Have `pulumi config ls` take the current stack into account
pulumi_pulumi
train
cde8568978c45eb51e3fcc35b2fb3ce19e33528f
diff --git a/src/ApiFramework/BaseModule.php b/src/ApiFramework/BaseModule.php index <HASH>..<HASH> 100644 --- a/src/ApiFramework/BaseModule.php +++ b/src/ApiFramework/BaseModule.php @@ -280,9 +280,10 @@ class BaseModule extends Core if (preg_match('/^\*|\*$/is', $field)) { $store[...
Removed AND key from the filter method on BaseModule class
nicodevs_laito
train
d89317e54102046303572fc4c5d6d7c79357fe52
diff --git a/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixture.java b/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixture.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixture.java +++ b/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixtur...
added accessors to CommandProcessor and WebDriver instances. Fixes #<I>.
xebia_Xebium
train
7d8da9e31d988c17d4af5b6fbb0c73d5facb04e5
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ Tests are setup to run via `ruby test/*_test.rb` or via `rake`. TODO ==== -* width should take priority over max_width * fix uncolorize strings for lengths License diff --git a/lib/dashline.rb b/lib/...
Width takes priority over max_width.
hughbien_dashes
train
f73a0a9de6d3ad63f5910a7467ad150f1d39aab0
diff --git a/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php b/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php +++ b/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php @@ -250,4 +250,28 @@ class NodeTranslation ret...
fix for undefined method in adminlists
Kunstmaan_KunstmaanBundlesCMS
train
7a70aefa9599b5bb9bec9997c82d80ab0ec6324b
diff --git a/websocket/_http.py b/websocket/_http.py index <HASH>..<HASH> 100644 --- a/websocket/_http.py +++ b/websocket/_http.py @@ -79,7 +79,7 @@ def _open_proxied_socket(url, options, proxy): (hostname, port), proxy_type=ptype, proxy_addr=proxy.host, - proxy_port=proxy.port, + ...
Cast proxy_port to int from str Without casting to an int, will encounter `TypeError: an integer is required (got type str)` when using PySocks <I> to connect to a SOCKS proxy like shadowsocks (see issue #<I>)
websocket-client_websocket-client
train
660d2b25e0c24d2f4f3b7cea46f00e1094d125b7
diff --git a/src/Models/Ability.php b/src/Models/Ability.php index <HASH>..<HASH> 100644 --- a/src/Models/Ability.php +++ b/src/Models/Ability.php @@ -8,6 +8,7 @@ use Watson\Validating\ValidatingTrait; use Illuminate\Database\Eloquent\Model; use Rinvex\Cacheable\CacheableEloquent; use Spatie\Translatable\HasTranslat...
Move prepareUniqueRule validation method to it's own support trait
rinvex_laravel-auth
train
34eea4ce8456b931d431ebf66ef2cc181a60fbb1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ try: class LintCommand(Flake8): def distribution_files(self): - return ['setup.py', 'bfg9000', 'examples', 'test'] + return ['mkdocs.py', 'setup.py', 'bfg9000', 'examples'...
Add mkdocs.py script to linter
jimporter_bfg9000
train
acf5938de514a871b46faaf7ad4b8d9e7fb5ab5a
diff --git a/kie-remote/kie-remote-services/src/main/java/org/kie/remote/services/rest/DeployResourceBase.java b/kie-remote/kie-remote-services/src/main/java/org/kie/remote/services/rest/DeployResourceBase.java index <HASH>..<HASH> 100644 --- a/kie-remote/kie-remote-services/src/main/java/org/kie/remote/services/rest/D...
BZ-<I> - Cloning a repository via REST API doesn't finish on BPM cluster
kiegroup_droolsjbpm-integration
train
98e9171993695d1a16c6f95ec01eeb7a84231d3f
diff --git a/resources/views/layouts/default.php b/resources/views/layouts/default.php index <HASH>..<HASH> 100644 --- a/resources/views/layouts/default.php +++ b/resources/views/layouts/default.php @@ -123,7 +123,7 @@ width: "85%", height: "85%", transition: "none", - slideshowStart: "<?=...
Missing comma breaks JS
fisharebest_webtrees
train
48139df6339817982bf69999114e9e9398023b77
diff --git a/jujupy.py b/jujupy.py index <HASH>..<HASH> 100644 --- a/jujupy.py +++ b/jujupy.py @@ -307,7 +307,7 @@ class EnvJujuClient: def deployer(self, bundle): """deployer, using sudo if necessary.""" args = ('--debug',) - args = args + ('--deploy-delay 10',) + args = args + ('-...
juju-deployer args correction.
juju_juju
train
8823cb4b6e804f7d0ea33f377b00bff7cb755603
diff --git a/build/gulp.package.js b/build/gulp.package.js index <HASH>..<HASH> 100644 --- a/build/gulp.package.js +++ b/build/gulp.package.js @@ -50,14 +50,6 @@ const packageApp = async () => { } } -const copyData = () => { - return gulp.src(['out/bp/data/**/*']).pipe(gulp.dest('out/binaries/data')) -} - -const...
clean gulp packaging since folders are now optionals
botpress_botpress
train
eeed57e387a8a59eb73260a190570c8e2449bd48
diff --git a/uaa/src/test/java/org/cloudfoundry/identity/uaa/login/AccountsControllerMockMvcTests.java b/uaa/src/test/java/org/cloudfoundry/identity/uaa/login/AccountsControllerMockMvcTests.java index <HASH>..<HASH> 100644 --- a/uaa/src/test/java/org/cloudfoundry/identity/uaa/login/AccountsControllerMockMvcTests.java +...
Make AccountsControllerMockMvcTests less flakey Increase amount of randomness in generated client names
cloudfoundry_uaa
train
7cd413a402e86d10b5fa4c11d6666423f83cd93a
diff --git a/graylog2-server/src/main/java/org/graylog2/rest/resources/streams/StreamResource.java b/graylog2-server/src/main/java/org/graylog2/rest/resources/streams/StreamResource.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/rest/resources/streams/StreamResource.java +++ b/graylog...
Newly created (or cloned) streams are paused now Fixes #<I>
Graylog2_graylog2-server
train
5f7d8c15297778a342f2bc93c49c0dad9bc0e671
diff --git a/src/mutable.js b/src/mutable.js index <HASH>..<HASH> 100644 --- a/src/mutable.js +++ b/src/mutable.js @@ -1,4 +1,4 @@ -import ItemSelection from './immutable' +import { ItemSelection } from './immutable' class MutableItemSelection extends ItemSelection { set (selection, lastIndex) {
extend MutableItemSelection from superclass instead of factory function
goto-bus-stop_item-selection
train
317a09c6a34d05f31cba77400801c361cbae05c8
diff --git a/features/step_definitions/clearance/clearance_steps.rb b/features/step_definitions/clearance/clearance_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/clearance/clearance_steps.rb +++ b/features/step_definitions/clearance/clearance_steps.rb @@ -10,9 +10,9 @@ end Then /^I should see ...
Update stock clearance matcher for email field to match our email or username fields.
rubygems_rubygems.org
train
e14f04f0d0196dcc7847779dc6c40ae62319f5ac
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,23 @@ -* YODA +# YODA Multiple repositories management. -** Requirements +## Requirements + +Install requirements: +`$ pip install -r requirements.txt` 1. Python 2.x & 3.x 2. Python Yaml + +## Running te...
Fix TODO and README Fix TODO about testing if config is an instance of Config. Add requirements in README file.
Numergy_yoda
train
6367fae79cef9c2f011a8efa40358f9a44d3876f
diff --git a/lib/tty/prompt/converter_registry.rb b/lib/tty/prompt/converter_registry.rb index <HASH>..<HASH> 100644 --- a/lib/tty/prompt/converter_registry.rb +++ b/lib/tty/prompt/converter_registry.rb @@ -1,11 +1,17 @@ # frozen_string_literal: true +require "forwardable" + module TTY class Prompt # Immuta...
Add ability to coerce input to array of different types
piotrmurach_tty-prompt
train
7889764296c50194f09d6b38d9ea04f343304858
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100644 --- a/src/cli.js +++ b/src/cli.js @@ -1,7 +1,7 @@ var MarkoDevTools = require("./MarkoDevTools"); const checkForMarkoCliUpdates = require("./util/checkForMarkoCliUpdates"); -exports.run = async function(argv) { +exports.run = function(argv) { if (p...
Fixes #<I> - Fix Node versions < 8 by removing async/await syntax.
marko-js_cli
train
3228913ff77fe672883ce77fb73f3016a9890a69
diff --git a/core/codegen/vdm2jml/src/test/java/org/overture/vdm2jml/tests/JmlPassTypeCheckTests.java b/core/codegen/vdm2jml/src/test/java/org/overture/vdm2jml/tests/JmlPassTypeCheckTests.java index <HASH>..<HASH> 100644 --- a/core/codegen/vdm2jml/src/test/java/org/overture/vdm2jml/tests/JmlPassTypeCheckTests.java +++ ...
Updated the JML type checking to work with the new version of the 'OpenJmlValidationBase' class
overturetool_overture
train
1beb0ff2061f7f61e7f0c3773d35b87835df7d9f
diff --git a/activerecord/lib/active_record/errors.rb b/activerecord/lib/active_record/errors.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/errors.rb +++ b/activerecord/lib/active_record/errors.rb @@ -326,7 +326,7 @@ module ActiveRecord # # The system must fail on Friday so that our s...
Remove message from ActiveRecord::Rollback example Do not suggest that raising `ActiveRecord::Rollback` exception should have a message. There's no point of adding a message to `ActiveRecord::Rollback` exception because it will be rescued by transaction block and the message will be lost.
rails_rails
train
6222b72801271cd8a60246bc77d82d1fceb76eaf
diff --git a/mopidy_musicbox_webclient/static/js/controls.js b/mopidy_musicbox_webclient/static/js/controls.js index <HASH>..<HASH> 100644 --- a/mopidy_musicbox_webclient/static/js/controls.js +++ b/mopidy_musicbox_webclient/static/js/controls.js @@ -668,19 +668,15 @@ if (!uri && service) { ...
Skip verifying streamuris before playing. (Fixes #<I>)
pimusicbox_mopidy-musicbox-webclient
train
7bd0cedd4e9c6ac92168ce854372a76cd96ba1f6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ setup( package_dir=umi_tools_package_dirs, include_package_data=True, # dependencies + setup_requires=['cython'], install_requires=install_requires, # extension modules # ext_m...
adds cython to setup_requires dependency
CGATOxford_UMI-tools
train
cc4817c5b75fbce507980d191f4b0520f984a774
diff --git a/src/simple.js b/src/simple.js index <HASH>..<HASH> 100644 --- a/src/simple.js +++ b/src/simple.js @@ -31,6 +31,8 @@ this.authPath = core.authPath(config.callbackURL, (config.appType === 'server') ? 'code' : 'token'); this.authURL = this.authBase + this.authPath; + this.resourceURL = core.res...
Map through resourceURL and withValidAccessToken.
doctape_doctape-client-js
train
c8f32f31514475fe954fbcc1516e4798810f8e07
diff --git a/discord/partial_emoji.py b/discord/partial_emoji.py index <HASH>..<HASH> 100644 --- a/discord/partial_emoji.py +++ b/discord/partial_emoji.py @@ -88,8 +88,8 @@ class PartialEmoji(_EmojiTag): return o @classmethod - def with_state(cls, state, *, animated, name, id=None): - self = c...
animated key is never given to reaction_remove(_emoji)
Rapptz_discord.py
train
dd29d213efac552d116d997bbda4c28c9da85188
diff --git a/nianalysis/study/combined.py b/nianalysis/study/combined.py index <HASH>..<HASH> 100644 --- a/nianalysis/study/combined.py +++ b/nianalysis/study/combined.py @@ -128,12 +128,10 @@ class CombinedStudy(Study): # Get the relative name of the sub-study (i.e. without the # combined stu...
differentiated input_wrapper node names for multi-level combined studies
MonashBI_arcana
train
ac9e1f3b7c8353cd36373014d1747c970fd9e848
diff --git a/src/AbstractArrayBackedDaftObject.php b/src/AbstractArrayBackedDaftObject.php index <HASH>..<HASH> 100644 --- a/src/AbstractArrayBackedDaftObject.php +++ b/src/AbstractArrayBackedDaftObject.php @@ -266,6 +266,18 @@ abstract class AbstractArrayBackedDaftObject extends AbstractDaftObject implemen } ...
attempting to work around scrutinizer issue
SignpostMarv_daft-object
train
bfc152bedebeb0292ab785d38ab0520d833cd6f6
diff --git a/core/server/models/post.js b/core/server/models/post.js index <HASH>..<HASH> 100644 --- a/core/server/models/post.js +++ b/core/server/models/post.js @@ -505,12 +505,8 @@ Post = ghostBookshelf.Model.extend({ } // email_recipient_filter is read-only and should only be set using a query p...
Fixed handling of email_recipient_filter option (#<I>) no-issue This logic would assume that the option was always passed at the point of publishing the post, which is not the case for scheduled posts. Instead of setting the property to 'none' when the option is not present, we take the approach of ONLY settin...
TryGhost_Ghost
train
01ad6710c40be954b0da11fe24b1db31c05797e3
diff --git a/pyghmi/ipmi/private/session.py b/pyghmi/ipmi/private/session.py index <HASH>..<HASH> 100644 --- a/pyghmi/ipmi/private/session.py +++ b/pyghmi/ipmi/private/session.py @@ -547,7 +547,7 @@ class Session(object): myport = self.socket.getsockname()[1] for sockaddr in self.allso...
Correct a typo in dictionary name At some point, bmc_handlers was mispelled, affecting graceful handling of detecting a broken port. Correct the mispelling. Change-Id: I<I>e<I>b9d<I>fb<I>a3f<I>b<I>eaa5a2e<I>c<I>
openstack_pyghmi
train
fb41b53c47f664119c79b3a0bf44eea4e15a07e1
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -251,7 +251,8 @@ function onStreamMessage(client, event) { return; } let stream = client.streams[update.id.toString()]; - client.streamState[stream.propertyName] = stre...
updating string to be a path rather than just a string.
eXigentCoder_krpc-node
train
12f0dadecb520e1b6e2e01946a973c672a598e6c
diff --git a/lib/bibtex/entry/rdf_converter.rb b/lib/bibtex/entry/rdf_converter.rb index <HASH>..<HASH> 100644 --- a/lib/bibtex/entry/rdf_converter.rb +++ b/lib/bibtex/entry/rdf_converter.rb @@ -425,7 +425,10 @@ class BibTeX::Entry::RDFConverter else degree end - graph << [entry, bibo[:degree], degre...
Remove :type from fallback when it has a thesis degree
inukshuk_bibtex-ruby
train
8234f4c75e46501fd9929aa22d23be50d8e182cf
diff --git a/src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/Query/Search.php b/src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/Query/Search.php index <HASH>..<HASH> 100644 --- a/src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/Query/Search.php +++ b/src/module-elastics...
Use Search results for total size instead of trusting the productProvider
Smile-SA_elasticsuite
train
ac3419b4506705fe28bb4ae1ceb238a946862474
diff --git a/grakn-test/src/test/java/ai/grakn/test/graql/shell/GraqlShellIT.java b/grakn-test/src/test/java/ai/grakn/test/graql/shell/GraqlShellIT.java index <HASH>..<HASH> 100644 --- a/grakn-test/src/test/java/ai/grakn/test/graql/shell/GraqlShellIT.java +++ b/grakn-test/src/test/java/ai/grakn/test/graql/shell/GraqlSh...
Stop fuzz tests failing when shell reports a syntax error (#<I>)
graknlabs_grakn
train
97e8ca67ff94673b94220820cad6c2007ad71068
diff --git a/lib/collection/item-group.js b/lib/collection/item-group.js index <HASH>..<HASH> 100644 --- a/lib/collection/item-group.js +++ b/lib/collection/item-group.js @@ -217,7 +217,8 @@ _.assign(ItemGroup, /** @lends ItemGroup */ { * This function is intended to be used in scope of an instance of a {@link It...
:bug: Prevented forced casting of incoming items/item groups
postmanlabs_postman-collection
train
38efae13aa3c37ab29939905c61060cda61e2033
diff --git a/lib/ticket_sharing/client.rb b/lib/ticket_sharing/client.rb index <HASH>..<HASH> 100644 --- a/lib/ticket_sharing/client.rb +++ b/lib/ticket_sharing/client.rb @@ -52,8 +52,9 @@ module TicketSharing when Net::HTTPMovedPermanently, Net::HTTPFound request.follow_redirect! handle_...
not throwing an error and returning the response on a <I> Gone
zendesk_ticket_sharing
train
ebaa6c88375be7d34fb4c3c511c4538faea84fe2
diff --git a/vox-client/merge-stream.js b/vox-client/merge-stream.js index <HASH>..<HASH> 100644 --- a/vox-client/merge-stream.js +++ b/vox-client/merge-stream.js @@ -30,6 +30,16 @@ MergeStream.prototype.add = function(stanzaStream) { } +MergeStream.prototype.hasStream = function(stream) { + for (var i = 0; i < t...
On subscribe(), don't add duplicate streams to merged streams
spacemaus_postvox
train
e3ff42dc59c5e12f79980b79528418542a0d7c7b
diff --git a/cloudvolume/skeletonservice.py b/cloudvolume/skeletonservice.py index <HASH>..<HASH> 100644 --- a/cloudvolume/skeletonservice.py +++ b/cloudvolume/skeletonservice.py @@ -492,8 +492,10 @@ class PrecomputedSkeleton(object): skeletons = [] for component in forest: edge_list = [] + + cset...
perf(skeletonservice): faster rendering of components
seung-lab_cloud-volume
train
cb4d75d112dc0ed2b7c332bdb05475c5f1f6d31c
diff --git a/schema.py b/schema.py index <HASH>..<HASH> 100644 --- a/schema.py +++ b/schema.py @@ -10,12 +10,27 @@ class is_a(object): def __init__(self, *args): self._args = args + def validate(self, data): + schemas = map(Schema, self._args) + for s in schemas: + data = s.v...
Delegate functionality to 'is_a' and 'either'.
keleshev_schema
train
cb949c2b673a31f08c1d3a90bf43e6dfbd52ad8b
diff --git a/src/FieldHandlers/RelatedFieldHandler.php b/src/FieldHandlers/RelatedFieldHandler.php index <HASH>..<HASH> 100644 --- a/src/FieldHandlers/RelatedFieldHandler.php +++ b/src/FieldHandlers/RelatedFieldHandler.php @@ -51,6 +51,28 @@ class RelatedFieldHandler extends BaseFieldHandler { $relatedPro...
UI improvements for Related field input (task #<I>) * Added module icon instead of '...'. * Added related module title instead of 'Auto-Complete'. * Added placeholder and title with typeahead_fields.
QoboLtd_cakephp-csv-migrations
train
55a44af1e0c302b39b9a17d4448aa7f55dc61320
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,20 @@ install_requires = [ tests_require = [ 'coveralls==1.11.1', - 'pytest==4.6.9', 'pytest-cov==2.8.1', 'mock==3.0.5', 'vcrpy==3.0.0', ] if sys.version_info > (3, 6): - tests_requi...
chore: bump pytest and pytest-asyncio dependencies (#<I>)
graphql-python_gql
train
95325a6599cda02f84ba8efa38b3e6deb2d1363f
diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php index <HASH>..<HASH> 100755 --- a/src/View/Helper/FormHelper.php +++ b/src/View/Helper/FormHelper.php @@ -712,7 +712,7 @@ class FormHelper extends Helper { } /** - * Generate a set of inputs for `$fields`. If $fields is null the fields of...
Simplify method and remove param weirdness.
cakephp_cakephp
train
930be5880e2b9bdfbab631420df48e5fca75ac88
diff --git a/tests/host_callback_test.py b/tests/host_callback_test.py index <HASH>..<HASH> 100644 --- a/tests/host_callback_test.py +++ b/tests/host_callback_test.py @@ -1011,15 +1011,15 @@ class OutfeedRewriterTest(jtu.JaxTestCase): self.assertRewrite(""" { lambda d e ; a b h. let c = gt b 0 - f g i = c...
update reference jaxpr using cond in outfeed rewriting test
tensorflow_probability
train
685151024675ecd0c214d4181c4f1baf4395810c
diff --git a/config/authorization_rules.rb b/config/authorization_rules.rb index <HASH>..<HASH> 100644 --- a/config/authorization_rules.rb +++ b/config/authorization_rules.rb @@ -6,6 +6,7 @@ authorization do has_permission_on :streamrules, :to => [:create, :delete] has_permission_on :hosts, :to => [:ind...
- added permissions for HostGroups controller
Graylog2_graylog2-server
train
88a66fa83dc91f491e891eb7dc61d4a5eb08b665
diff --git a/docs/src/examples/helpers/icon-separator/index.js b/docs/src/examples/helpers/icon-separator/index.js index <HASH>..<HASH> 100644 --- a/docs/src/examples/helpers/icon-separator/index.js +++ b/docs/src/examples/helpers/icon-separator/index.js @@ -2,9 +2,19 @@ import React from 'react'; import SimpleExamp...
Added missing styles for IconSeparator examples
mlaursen_react-md
train
f0f625f1a4ff24a63a16d55012abbaf875c81d22
diff --git a/lib/fetch/index.js b/lib/fetch/index.js index <HASH>..<HASH> 100644 --- a/lib/fetch/index.js +++ b/lib/fetch/index.js @@ -173,6 +173,8 @@ async function fetch (resource, init) { request, processResponseDone: handleFetchDone, processResponse + }).catch(err => { + p.reject(err) }) ...
fix(fetch): catch unexpected error
mcollina_undici
train
57419f3c757c80156244287fae093f8fb5f7f49d
diff --git a/src/Admin/OrdersAdmin.php b/src/Admin/OrdersAdmin.php index <HASH>..<HASH> 100644 --- a/src/Admin/OrdersAdmin.php +++ b/src/Admin/OrdersAdmin.php @@ -38,14 +38,15 @@ class OrdersAdmin extends ModelAdmin */ public function getList() { - if ($this->modelClass == Order::class) { - ...
FIX: Update orders admin list so that Date filters work correctly
silvershop_silvershop-core
train
4283ec15de63da642445e4485a1ff3cff1ef658f
diff --git a/src/Examples/SSML.php b/src/Examples/SSML.php index <HASH>..<HASH> 100644 --- a/src/Examples/SSML.php +++ b/src/Examples/SSML.php @@ -8,11 +8,12 @@ $params1 = array( 'voice' => 'Polly.Joanna', # The tone to be used for reading out the text. ); $params2 = array( - 'strength' => 'mediums', # Lang...
SSML support added attribute validation for sec, millisec,%
plivo_plivo-php
train
04dbe824f31d6b1c80139cec66c90dc1680980a3
diff --git a/lib/reporters/cli/index.js b/lib/reporters/cli/index.js index <HASH>..<HASH> 100644 --- a/lib/reporters/cli/index.js +++ b/lib/reporters/cli/index.js @@ -43,9 +43,8 @@ _.assign(inspect.styles, { name: 'white' }); -PostmanCLIReporter = function (emitter, options) { - var reporterOptions = _.get(o...
Updated Reporter instantiation to send reporterOptions as a separate argument
postmanlabs_newman
train
d7ddf16a36fa96de5e36620fae86ebef264f2bbd
diff --git a/docs/exts/docs_build/docs_builder.py b/docs/exts/docs_build/docs_builder.py index <HASH>..<HASH> 100644 --- a/docs/exts/docs_build/docs_builder.py +++ b/docs/exts/docs_build/docs_builder.py @@ -24,12 +24,15 @@ from subprocess import run from tempfile import NamedTemporaryFile, TemporaryDirectory from typ...
Fixed failed pylint in master (#<I>)
apache_airflow
train