hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
dd360d58d9fe789a6198e5a7e1e81279c8e4a10a
diff --git a/src/transformers/models/megatron_bert/convert_megatron_bert_checkpoint.py b/src/transformers/models/megatron_bert/convert_megatron_bert_checkpoint.py index <HASH>..<HASH> 100644 --- a/src/transformers/models/megatron_bert/convert_megatron_bert_checkpoint.py +++ b/src/transformers/models/megatron_bert/conve...
fix error posted in issue #<I> (#<I>) * fix error posted in issue #<I>
huggingface_pytorch-pretrained-BERT
train
fb2f0e715056fdabab541ec16f23d9afd493c29d
diff --git a/cluster/manager.go b/cluster/manager.go index <HASH>..<HASH> 100644 --- a/cluster/manager.go +++ b/cluster/manager.go @@ -23,7 +23,7 @@ import ( const ( heartbeatKey = "heartbeat" - clusterLockKey = "" + clusterLockKey = "/cluster/lock" ) type ClusterManager struct { @@ -531,13 +531,15 @@ func (...
Set max cluster size from the client library
libopenstorage_openstorage
train
82ca2b9824f7d3a82bba7aee3854edbc610199b4
diff --git a/src/DaGardner/DaContainer/Container.php b/src/DaGardner/DaContainer/Container.php index <HASH>..<HASH> 100644 --- a/src/DaGardner/DaContainer/Container.php +++ b/src/DaGardner/DaContainer/Container.php @@ -271,7 +271,7 @@ class Container implements ArrayAccess public function disableInjecterDetectio...
dependency injection method detection is no disableble
ChristianGaertner_DaContainer
train
082207d2799da96a45b1768816d1d3b240441337
diff --git a/lib/command/Command.js b/lib/command/Command.js index <HASH>..<HASH> 100644 --- a/lib/command/Command.js +++ b/lib/command/Command.js @@ -120,7 +120,10 @@ class Command { } req = true; } - if(msg.member && msg.member.roles.length > 0) { + if(msg.member) { + ...
Fix requirements for users with no roles (fixes #<I>)
abalabahaha_eris
train
6f7c24ba0d49ebd052e8231ceb9f0b0859331ba9
diff --git a/molo/core/tests/test_bulk_actions.py b/molo/core/tests/test_bulk_actions.py index <HASH>..<HASH> 100644 --- a/molo/core/tests/test_bulk_actions.py +++ b/molo/core/tests/test_bulk_actions.py @@ -168,5 +168,5 @@ class TestCopyBulkAction(TestCase, MoloTestCaseMixin): self.assertEquals(article.status_...
Update test_bulk_actions.py
praekeltfoundation_molo
train
75046d4813fc1be40c1b1c65856094d30e5f9ea1
diff --git a/lib/mixins/simple_init.rb b/lib/mixins/simple_init.rb index <HASH>..<HASH> 100644 --- a/lib/mixins/simple_init.rb +++ b/lib/mixins/simple_init.rb @@ -6,7 +6,11 @@ module BBLib module SimpleInit attr_reader :_init_type - INIT_TYPES = [:strict, :loose].freeze + # strict - Raise exceptions for...
Added ability to specify default class for init_foundation and added new init type.
bblack16_bblib-ruby
train
0dfaa135a21ec56e269c7a451b5c2ea1d05521b4
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -50,12 +50,13 @@ var html2pdf = function(source, opt) { // Render the canvas and pass the result to makePDF. var onRendered = opt.html2canvas.onrendered || function() {}; - opt.html2canvas.onrendered =...
Support html2canvas <I> with promise-based call
eKoopmans_html2pdf.js
train
461a1232feab018bd8571b2275297d53e20bebb6
diff --git a/tests/test_course.py b/tests/test_course.py index <HASH>..<HASH> 100644 --- a/tests/test_course.py +++ b/tests/test_course.py @@ -45,6 +45,8 @@ from tests.util import cleanup_file, register_uris @requests_mock.Mocker() class TestCourse(unittest.TestCase): def setUp(self): + warnings.simplefil...
Enable DeprecationWarning for more test cases
ucfopen_canvasapi
train
b4d1ae8131f408d3f51c5404ee39dd6f96440a6a
diff --git a/storage/src/main/java/org/openbase/jul/storage/registry/AbstractRegistry.java b/storage/src/main/java/org/openbase/jul/storage/registry/AbstractRegistry.java index <HASH>..<HASH> 100644 --- a/storage/src/main/java/org/openbase/jul/storage/registry/AbstractRegistry.java +++ b/storage/src/main/java/org/openb...
fix entry change test in AbstractRegistry
openbase_jul
train
556eeb22142efdf299dd8b09aae4e06456660a72
diff --git a/lib/discordrb/events/presence.rb b/lib/discordrb/events/presence.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/events/presence.rb +++ b/lib/discordrb/events/presence.rb @@ -7,9 +7,9 @@ module Discordrb::Events attr_reader :server, :user, :status def initialize(data, bot) - @user = Dis...
Fix caching issues in PresenceEvent, fixes #<I>
meew0_discordrb
train
57f376f2c835ccc343f536463b599fc06db0344a
diff --git a/driver_darwin.go b/driver_darwin.go index <HASH>..<HASH> 100644 --- a/driver_darwin.go +++ b/driver_darwin.go @@ -153,6 +153,10 @@ func newDriver(sampleRate, channelNum, bitDepthInBytes, bufferSizeInBytes int) ( } } + for C.oto_isBackground() { + time.Sleep(time.Second) + } + if osstatus := C.Aud...
ios: Wait for foreground state when the context is created Updates #<I>
hajimehoshi_oto
train
b32e9c8d1d3a3dd0dcd8620ebc59f8c615d241e2
diff --git a/controller/frontend/tests/Controller/Frontend/Basket/DefaultTest.php b/controller/frontend/tests/Controller/Frontend/Basket/DefaultTest.php index <HASH>..<HASH> 100644 --- a/controller/frontend/tests/Controller/Frontend/Basket/DefaultTest.php +++ b/controller/frontend/tests/Controller/Frontend/Basket/Defau...
Adds test if all product attributes were added to the order product
Arcavias_arcavias-core
train
12e65882a1b72ca6cd5fe6b0f21338c4709ccb91
diff --git a/src/Config/RouteLoader.php b/src/Config/RouteLoader.php index <HASH>..<HASH> 100644 --- a/src/Config/RouteLoader.php +++ b/src/Config/RouteLoader.php @@ -40,7 +40,7 @@ class RouteLoader * @param Application $application * @param array $loaders */ - public function __construct(Applicati...
added typehinting for loaders array
silktide_lazy-boy
train
ddd2bae8d8a9d97da8569892b5ea3a7214c8c5b6
diff --git a/src/Sort/FieldSort.php b/src/Sort/FieldSort.php index <HASH>..<HASH> 100644 --- a/src/Sort/FieldSort.php +++ b/src/Sort/FieldSort.php @@ -91,7 +91,7 @@ class FieldSort implements BuilderInterface } $output = [ - $this->field => $fieldValues, + $this->field => empty...
default sort value is std class for empty body
ongr-io_ElasticsearchDSL
train
4884c20d2bfaaf65c5e6a222d22fb684c9f72788
diff --git a/cmd/argocd/commands/cluster.go b/cmd/argocd/commands/cluster.go index <HASH>..<HASH> 100644 --- a/cmd/argocd/commands/cluster.go +++ b/cmd/argocd/commands/cluster.go @@ -65,8 +65,10 @@ func NewClusterAddCommand(clientOpts *argocdclient.ClientOptions, pathOpts *clie conf, err := clientConfig.ClientConfi...
Issue #<I> - Don't setup RBAC resources for clusters with basic authentication (#<I>)
argoproj_argo-cd
train
a9d495047d6042fcd478a335ee58713930c60678
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Changed - DF-1284 Changed error message to indicate why DynamoDB schema overwrite doesn't work +### Fixed +...
DF-<I> Fixed NodeJS (and Python) script execution for large script. Made script size configurable
dreamfactorysoftware_df-core
train
312bbaccd4e4b14cb8a3ebb12e1ca09ce27bd88d
diff --git a/core/core.js b/core/core.js index <HASH>..<HASH> 100644 --- a/core/core.js +++ b/core/core.js @@ -614,6 +614,10 @@ exports._setup = function() { var decl = value._getDeclaration() this.element.css('background-color', '') this.element.css('background', 'linear-gradient(to ' + decl + ')') +...
added vendor prefixes for gradient
pureqml_qmlcore
train
9b108d5790406bc31caf02fbee4f19813913a9f9
diff --git a/lib/gitnesse.rb b/lib/gitnesse.rb index <HASH>..<HASH> 100644 --- a/lib/gitnesse.rb +++ b/lib/gitnesse.rb @@ -1,7 +1,6 @@ require 'bundler/setup' require 'gollum' require 'fileutils' -require 'pathname' require 'tmpdir' require 'gitnesse/configuration' require 'gitnesse/git_config' @@ -49,9 +48,7 @@ ...
Removed Pathname stuff, was causing errors.
hybridgroup_gitnesse
train
c95fec661eeb876e82ce014abf72056e95f955e0
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,7 +30,7 @@ All notable changes to this project are documented in this file. - Various VM performance updates - Various code cleaning updates - Ensure LevelDB iterators are close, ensure all ``MemoryS...
fix np-import/export scripts (#<I>)
CityOfZion_neo-python
train
017c1b851b0b15e8de63954f590f2f448a18926c
diff --git a/core/src/main/java/com/orientechnologies/orient/core/config/OGlobalConfiguration.java b/core/src/main/java/com/orientechnologies/orient/core/config/OGlobalConfiguration.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/config/OGlobalConfiguration.java +++ b/core/sr...
Reduced default setting for "mvrbtree.lazyUpdates" from <I>k to 5k
orientechnologies_orientdb
train
37b7122efe53156d859075fd8664735eab36e011
diff --git a/test/resolver.js b/test/resolver.js index <HASH>..<HASH> 100644 --- a/test/resolver.js +++ b/test/resolver.js @@ -99,18 +99,18 @@ describe('Environment Resolver', function () { process.env.NODE_PATH = this.NODE_PATH; }); - it('walk up the CWD lookups dir', function () { - var paths = ...
Fix resolver test so they can pass locally
yeoman_environment
train
66609ab4afbf8fc93f8861230659cfe919efa9fe
diff --git a/lib/View.js b/lib/View.js index <HASH>..<HASH> 100644 --- a/lib/View.js +++ b/lib/View.js @@ -4,13 +4,10 @@ var Queue = require('./Queue'); // Class inheritance. // Source:http://ejohn.org/blog/simple-javascript-inheritance var Class = (function(){ - var initializing = false, fnTest = /xyz/.test(fun...
jshint fixes to the View class
simoami_mimik
train
d234ec5185867bd526646f48e1c015e763f84902
diff --git a/embed_video/backends.py b/embed_video/backends.py index <HASH>..<HASH> 100644 --- a/embed_video/backends.py +++ b/embed_video/backends.py @@ -18,6 +18,11 @@ from .settings import EMBED_VIDEO_BACKENDS, EMBED_VIDEO_TIMEOUT, \ EMBED_VIDEO_YOUTUBE_DEFAULT_QUERY +def checkUrl(url): + r = requests.he...
Get better resolutions from youtube with fallback for default resolution.
jazzband_django-embed-video
train
64c165c6a60a81e67ba5aef1122ea8589d99418a
diff --git a/src/Router/RouteFilterIterator.php b/src/Router/RouteFilterIterator.php index <HASH>..<HASH> 100644 --- a/src/Router/RouteFilterIterator.php +++ b/src/Router/RouteFilterIterator.php @@ -27,6 +27,24 @@ final class RouteFilterIterator extends \FilterIterator private $uri; /** + * @param stri...
Allow * as wildcard in route host option
Brain-WP_Cortex
train
67204d556fdfd76b98d88c336c5fd7231cec1f0a
diff --git a/openquake/calculators/tests/__init__.py b/openquake/calculators/tests/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/tests/__init__.py +++ b/openquake/calculators/tests/__init__.py @@ -98,7 +98,7 @@ def write_csv(dest, data, sep=',', fmt='%.6E', header=None, comment=None, class Ca...
Restored adler<I> where ok
gem_oq-engine
train
83bb5211deaa4e264a0f5225e4fff4b289390256
diff --git a/tensor2tensor/models/video/base.py b/tensor2tensor/models/video/base.py index <HASH>..<HASH> 100644 --- a/tensor2tensor/models/video/base.py +++ b/tensor2tensor/models/video/base.py @@ -486,15 +486,17 @@ class NextFrameBase(t2t_model.T2TModel): sampled_frame = self.get_sampled_frame(res_frame) ...
fixing a fundamental bug which forces recurrent models to use only ONE context frame at prediction time. PiperOrigin-RevId: <I>
tensorflow_tensor2tensor
train
f1d462e64036fcf81ba15d129444c3f2f347082e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#4237](https://github.com/bbatsov/rubocop/pull/4237): Fix false positive in `Lint/AmbiguousBlockAssociation` cop for lambdas. ([@smakagon][]) * [#4242](https://github.com/bbatsov/rubocop/issue...
[Fix #<I>] Safeguard against a nil receiver in Rails/Blank and Rails/Present
rubocop-hq_rubocop
train
946f4e82af2cc86910995aa8e819bd159faddc1d
diff --git a/examples/stackexchange-questions/server.php b/examples/stackexchange-questions/server.php index <HASH>..<HASH> 100644 --- a/examples/stackexchange-questions/server.php +++ b/examples/stackexchange-questions/server.php @@ -20,6 +20,7 @@ use Amp\Websocket\Client; use Amp\Websocket\Server\Websocket; use Mon...
Require onConnection to return a promise Not consuming messages from the client will result in messages building up in memory. A promise should be able to be returned from the loop that consumes messages from an individual client.
amphp_websocket-server
train
3dced34535636ea2676dd4d6f48b8f05a92dc00d
diff --git a/src/Http/StringHttpAdapter.php b/src/Http/StringHttpAdapter.php index <HASH>..<HASH> 100644 --- a/src/Http/StringHttpAdapter.php +++ b/src/Http/StringHttpAdapter.php @@ -7,7 +7,6 @@ use Aidantwoods\SecureHeaders\HeaderBag; class StringHttpAdapter implements HttpAdapter { private $headers = []; - ...
bugfix: ensure only one list of headers in StringAdapter
aidantwoods_SecureHeaders
train
7aba2d169ac6faf309cce7e03d67c6a6b06f5e24
diff --git a/lib/Cake/Model/Datasource/Database/Query.php b/lib/Cake/Model/Datasource/Database/Query.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Model/Datasource/Database/Query.php +++ b/lib/Cake/Model/Datasource/Database/Query.php @@ -1092,11 +1092,15 @@ class Query implements Expression, IteratorAggregate { * Ca...
Take table name in delete(). This saves having to call from() as well.
cakephp_cakephp
train
73b92843921ade95a047cc0f26bf2f8e9c8eb63f
diff --git a/ci/xbuild/compiler.py b/ci/xbuild/compiler.py index <HASH>..<HASH> 100644 --- a/ci/xbuild/compiler.py +++ b/ci/xbuild/compiler.py @@ -213,7 +213,7 @@ class Compiler: winsdk_version_dir = version break - if winsdk_version_dir is "": + if winsdk_version_dir =...
Use `with` when working with the multiprocessing pool (#<I>) Using `with` statement, when working with the multiprocessing pool in `test_parallel.py::test_multiprocessing_threadpool`, seems to fix hangs in Python <I>, as it properly closes the pool at exit.
h2oai_datatable
train
73ad4d7c0d59e4fe6087fafcbd2ff3d13569caa6
diff --git a/zappa/zappa.py b/zappa/zappa.py index <HASH>..<HASH> 100644 --- a/zappa/zappa.py +++ b/zappa/zappa.py @@ -133,13 +133,6 @@ ATTACH_POLICY = """{ "route53:*" ], "Resource": "*" - }, - { - "Effect": "Allow", - "Action": [ - ...
Remove rekognition requirement for now, dont feel like updating placebo
Miserlou_Zappa
train
f433ec3260e721236f75c6bb02d71bcaa497281d
diff --git a/lib/gcli/commands/server/server.js b/lib/gcli/commands/server/server.js index <HASH>..<HASH> 100644 --- a/lib/gcli/commands/server/server.js +++ b/lib/gcli/commands/server/server.js @@ -18,9 +18,12 @@ var canon = require('../../canon'); var Status = require('../../types').Status; +var main = require('....
browserify-<I>: Dynamically add RequireJS headers There are several ways we could make this code better - it could use async APIs, it could set cache headers, it could attempt to insert the header after the copyright comment rather than before it, but this works, doesn't change line numbers and this solution is only f...
joewalker_gcli
train
f13821aa96fac83fba2f4ee0fa1a7a8fbad27adc
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -18,7 +18,7 @@ Aws.config.update({ }) Dynamoid.configure do |config| - config.endpoint = 'http://localhost:4567' + config.endpoint = 'http://localhost:8000' config...
Using the correct port for dynamodb-local
Dynamoid_dynamoid
train
06d64f6020f2ad7c1e9534f39783e20936259f5a
diff --git a/features/support/env.rb b/features/support/env.rb index <HASH>..<HASH> 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,3 +1,7 @@ require 'aruba/cucumber' require 'zip/zip' SUPPORT_PATH = File.expand_path(File.join(*%w[.. .. .. support]), __FILE__) + +Before do + @aruba_timeout_...
Give test commands more time before failing Needed for Rubinius in <I> mode, which needs more than 3 seconds (default) for most commands.
avdgaag_rpub
train
18acb5db4e79048f64ba4942623d5136c448bc75
diff --git a/python/rez/cli/build.py b/python/rez/cli/build.py index <HASH>..<HASH> 100644 --- a/python/rez/cli/build.py +++ b/python/rez/cli/build.py @@ -308,7 +308,7 @@ def command(opts): build_mode.build_time = opts.time if not opts.variant_nums: - opts.variant_nums = [0] + opts.variant_num...
bugfix to "move the guts of rez-build into rez-release"
nerdvegas_rez
train
e912b7957cc16ac53baa073a053c5520da64c486
diff --git a/Kwf/Form/Container/FieldSet.php b/Kwf/Form/Container/FieldSet.php index <HASH>..<HASH> 100644 --- a/Kwf/Form/Container/FieldSet.php +++ b/Kwf/Form/Container/FieldSet.php @@ -5,6 +5,7 @@ class Kwf_Form_Container_FieldSet extends Kwf_Form_Container_Abstract { private $_checkboxHiddenField = null; + ...
added possibility to set align attribute for legend in fieldset
koala-framework_koala-framework
train
e2b8a194ca7f2491825f145f4b6dc6db3d2d4103
diff --git a/app/Controller/RelationshipController.php b/app/Controller/RelationshipController.php index <HASH>..<HASH> 100644 --- a/app/Controller/RelationshipController.php +++ b/app/Controller/RelationshipController.php @@ -73,7 +73,7 @@ class RelationshipController extends PageController { // Insert the paths i...
PHP<I> - each() is deprecated
fisharebest_webtrees
train
6bbf0ac27d81b0c67ae4781e7210c2a38139cce5
diff --git a/tests/engine_test.py b/tests/engine_test.py index <HASH>..<HASH> 100644 --- a/tests/engine_test.py +++ b/tests/engine_test.py @@ -78,3 +78,18 @@ class EngineTest(BaseTestCase): l = test_engine.find_triggers(cfg.functions['XSS1'], trigger_words) self.assert_length(l, expected_length=1) ...
Test for find sanitiser nodes :>
python-security_pyt
train
6efdbca732a4e7ed1984753ac87037d25bf534bf
diff --git a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/op/AbstractEvalOpProcessor.java b/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/op/AbstractEvalOpProcessor.java index <HASH>..<HASH> 100644 --- a/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/op/AbstractE...
Make the handleIterator method throw a checked exception. This will make the expected error handling more explicity to those extending the AbstractEvalOpProcessor.
apache_tinkerpop
train
cd2ee7e3faca052981dd732cec6d82f294dfc579
diff --git a/cf-nodejs-logging-support-core/log-core.js b/cf-nodejs-logging-support-core/log-core.js index <HASH>..<HASH> 100644 --- a/cf-nodejs-logging-support-core/log-core.js +++ b/cf-nodejs-logging-support-core/log-core.js @@ -94,6 +94,13 @@ var logMessage = function () { var msg = util.format.apply(util, args...
Added request bound logging for custom messages
SAP_cf-nodejs-logging-support
train
da0583cc33c62fd2d690eb15b8520f1f70cf3a50
diff --git a/tests/functional/simple_test.py b/tests/functional/simple_test.py index <HASH>..<HASH> 100644 --- a/tests/functional/simple_test.py +++ b/tests/functional/simple_test.py @@ -128,7 +128,8 @@ def test_noop_install_faster(tmpdir): # 2014-12-22 travis py34: 6-14 # 2014-12-22 travis pypy: 5.5-7.5 ...
Loosen for pypy :(
Yelp_venv-update
train
8df5eff860d56648d53aedc321f6eb7901084af8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,8 @@ setup( "Topic :: Software Development :: Disassemblers" ], tests_require=[ - 'pytest' + 'pytest', + 'pytest-cov' ], extras_require={ 'dev': [
Ensure pytest-cov is installed when tests are run.
TkTech_Jawa
train
7b710b02b9b9d58a851cacfccded87513b6e7746
diff --git a/cmd/juju/bootstrap_test.go b/cmd/juju/bootstrap_test.go index <HASH>..<HASH> 100644 --- a/cmd/juju/bootstrap_test.go +++ b/cmd/juju/bootstrap_test.go @@ -55,7 +55,7 @@ func (*BootstrapSuite) TestMissingEnvironment(c *C) { c.Assert(strippedErr, Matches, ".*No juju environment configuration file exists.*")...
cmd/juju: revert bogus change
juju_juju
train
14f4d36dfd120b17d3f6eec1046240aee007de74
diff --git a/scripts/ci.publish.js b/scripts/ci.publish.js index <HASH>..<HASH> 100644 --- a/scripts/ci.publish.js +++ b/scripts/ci.publish.js @@ -19,7 +19,7 @@ function validatePrerequisites() { function projectSetup() { logSection('Project setup'); exec.execSync(`git checkout ${process.env.BRANCH}`); - exec.e...
(CI) Release script tweaks and fixes (#<I>) * test no bootstrap && no double checkout * test no bootstrap * Publish <I>-test<I> [ci skip] * force release when asked nicely :) * ugh
wix_Detox
train
3efed3e440f1396efbc1c7371f6fbed2edd91717
diff --git a/tests/testplotinstantiation.py b/tests/testplotinstantiation.py index <HASH>..<HASH> 100644 --- a/tests/testplotinstantiation.py +++ b/tests/testplotinstantiation.py @@ -9,7 +9,7 @@ import numpy as np from holoviews import (Dimension, Overlay, DynamicMap, Store, NdOverlay, GridSpac...
Added plotly 3D plot test
pyviz_holoviews
train
d4967acf440d9f64a1ad2f21b50ac8a5630ea9a5
diff --git a/ui/common/src/main/java/org/openengsb/ui/common/editor/fields/AbstractField.java b/ui/common/src/main/java/org/openengsb/ui/common/editor/fields/AbstractField.java index <HASH>..<HASH> 100644 --- a/ui/common/src/main/java/org/openengsb/ui/common/editor/fields/AbstractField.java +++ b/ui/common/src/main/jav...
[OPENENGSB-<I>] fix missing import
openengsb_openengsb
train
9af9654e0fcaccec405d359796aaa66ff94bb2e9
diff --git a/vel/rl/reinforcers/policy_gradient/ppo.py b/vel/rl/reinforcers/policy_gradient/ppo.py index <HASH>..<HASH> 100644 --- a/vel/rl/reinforcers/policy_gradient/ppo.py +++ b/vel/rl/reinforcers/policy_gradient/ppo.py @@ -1,5 +1,4 @@ import torch -import torch.nn.functional as F import numbers @@ -23,11 +22,...
Renamed some PPO variables and fixed approx kl definition.
MillionIntegrals_vel
train
f079866881cacd9099f5c0b1566e2523f2a5ee56
diff --git a/framework/godel/config/godel.go b/framework/godel/config/godel.go index <HASH>..<HASH> 100644 --- a/framework/godel/config/godel.go +++ b/framework/godel/config/godel.go @@ -12,10 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyr...
Remove old license header (#<I>)
palantir_godel
train
6ae15f6a4499f69bc7455147f73dd6e14a3e8874
diff --git a/pkg/codegen/hcl2/model/printer.go b/pkg/codegen/hcl2/model/printer.go index <HASH>..<HASH> 100644 --- a/pkg/codegen/hcl2/model/printer.go +++ b/pkg/codegen/hcl2/model/printer.go @@ -72,12 +72,12 @@ func (p *printer) format(f fmt.State, c rune, pp printable) { precedence := operatorPrecedence(operator) ...
[codegen/hcl] Fix binop printing. (#<I>) The code that handles automatic parenthesis insertion was broken for operators with the same precedence.
pulumi_pulumi
train
c472f6aa882f31eb9c156bfbf71de25453f5f850
diff --git a/gps.js b/gps.js index <HASH>..<HASH> 100644 --- a/gps.js +++ b/gps.js @@ -84,7 +84,15 @@ ret.setUTCHours(time.slice(0, 2)); ret.setUTCMinutes(time.slice(2, 4)); ret.setUTCSeconds(time.slice(4, 6)); - ret.setUTCMilliseconds(parseFloat(time.slice(7)) || 0); + + // Extract the millise...
U-blox GPS receivers have only 2 decimal places to hold the millisecond value. Fixed to accomodate this.
infusion_GPS.js
train
4a1527b1d4311bbf9d76468141dc68d02a90efa4
diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Connectable.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Connectable.java index <HASH>..<HASH> 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Connectable.java +++ b/guacamole-ext/src/main/java/org/apache/g...
GUACAMOLE-<I>: Provide bridge implementations of both old and new versions of connect() for sake of compatibility.
glyptodon_guacamole-client
train
2cd770af5bd2dc66a54b3efcf44476c2f6196b52
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -55,26 +55,34 @@ function track(on) { } function clearManuallyTracked() { + var unlinkers = []; for (var k in manuallyTrackedFiles) { - manuallyTrackedFiles[k] && manuallyTrackedFiles[k](); + manuallyTrackedFiles...
Fix: Should not delete and fetch keys in loops.
jakwings_node-temp-fs
train
f13eab644ad5f9616d3233e0354bb6ff3e98c91b
diff --git a/extensions/hdfs-storage/src/main/java/io/druid/storage/hdfs/tasklog/HdfsTaskLogsConfig.java b/extensions/hdfs-storage/src/main/java/io/druid/storage/hdfs/tasklog/HdfsTaskLogsConfig.java index <HASH>..<HASH> 100644 --- a/extensions/hdfs-storage/src/main/java/io/druid/storage/hdfs/tasklog/HdfsTaskLogsConfig....
Keep HdfsTaskLogsConfig creator
apache_incubator-druid
train
299f2dd0094a5048fbb45aff47c49fc31d192a7b
diff --git a/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java b/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java index <HASH>..<HASH> 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java @@ -213,2...
[Java] Simplify logic with archive replay for closeOnError.
real-logic_aeron
train
25c1a7b6b9c78e1252cc0b12031ed4a1895deea1
diff --git a/plenum/__metadata__.py b/plenum/__metadata__.py index <HASH>..<HASH> 100644 --- a/plenum/__metadata__.py +++ b/plenum/__metadata__.py @@ -1,7 +1,7 @@ """ plenum package metadata """ -__version_info__ = (0, 1, 70) +__version_info__ = (0, 1, 71) __version__ = '{}.{}.{}'.format(*__version_info__) __autho...
adding printed token output to lastCmdOutput and some refactoring and adding accidentally removed lines from a test
hyperledger_indy-plenum
train
5169b1f7fd79aa5c736da939f3982aa74dff46b3
diff --git a/salt/modules/file.py b/salt/modules/file.py index <HASH>..<HASH> 100644 --- a/salt/modules/file.py +++ b/salt/modules/file.py @@ -61,6 +61,7 @@ import salt.utils.stringutils import salt.utils.templates import salt.utils.url import salt.utils.user +import salt.utils.data from salt.exceptions import Comm...
Comprehensions converting to unicode replaced by salt.utils.data.decode_list
saltstack_salt
train
04865feef485065875dde66de4ceade26954d623
diff --git a/src/document/DocumentCommandHandlers.js b/src/document/DocumentCommandHandlers.js index <HASH>..<HASH> 100644 --- a/src/document/DocumentCommandHandlers.js +++ b/src/document/DocumentCommandHandlers.js @@ -185,11 +185,7 @@ define(function (require, exports, module) { } return _d...
Fix focus bug with _doOpenWithOptionalPath
adobe_brackets
train
2b72641a6b1acae01db5a1f818dc72cdce0c6b94
diff --git a/src/server/pps/pretty/pretty.go b/src/server/pps/pretty/pretty.go index <HASH>..<HASH> 100644 --- a/src/server/pps/pretty/pretty.go +++ b/src/server/pps/pretty/pretty.go @@ -10,7 +10,9 @@ import ( "text/tabwriter" "text/template" + "github.com/docker/go-units" "github.com/fatih/color" + "github.com...
inspect-datum prints detailed timing
pachyderm_pachyderm
train
959f58214eeeeaaf20b973790b46d53cbaeb37c9
diff --git a/apiserver/common/crossmodel/state.go b/apiserver/common/crossmodel/state.go index <HASH>..<HASH> 100644 --- a/apiserver/common/crossmodel/state.go +++ b/apiserver/common/crossmodel/state.go @@ -31,7 +31,8 @@ func (p *statePoolShim) Get(modelUUID string) (Backend, func(), error) { } model, err := st.Mod...
release the pooledState if getModel errors
juju_juju
train
6e5da78f7928ef95c133565e587f01312fe4b765
diff --git a/builtin/providers/vsphere/resource_vsphere_virtual_machine.go b/builtin/providers/vsphere/resource_vsphere_virtual_machine.go index <HASH>..<HASH> 100644 --- a/builtin/providers/vsphere/resource_vsphere_virtual_machine.go +++ b/builtin/providers/vsphere/resource_vsphere_virtual_machine.go @@ -811,8 +811,15...
Fixing hard disk path when specifying only size (#<I>) We were passing in a disk path of `[datastore] `, which the createDisk call would create a file named `.vmdk` on the datastore, which is not the expected behavior. This make sure that if the user did not pass in a vmdk path, that we call CreateDisk with an emp...
hashicorp_terraform
train
0206d29616f8f8ce4169e9c11c90b9251f15254a
diff --git a/lib/jsdom/level1/core.js b/lib/jsdom/level1/core.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/level1/core.js +++ b/lib/jsdom/level1/core.js @@ -746,8 +746,11 @@ core.Node.prototype = { var text = type + ": " + message; if (data) { - text += " - More:\n" + data.toString(); - + if (da...
Error cleanup + fix for #<I>
jsdom_jsdom
train
70fd4caf99c8ccfb51586c0ba9b3589978fe71e6
diff --git a/src/bootlint.js b/src/bootlint.js index <HASH>..<HASH> 100644 --- a/src/bootlint.js +++ b/src/bootlint.js @@ -199,6 +199,7 @@ var LocationIndex = _location.LocationIndex; } catch (e) { // deliberately do nothing + // empty } return theWindow; @@...
add 'empty' comments to comply with ESLint's no-empty rule
twbs_bootlint
train
2c0c3771a9e0991b3f8ca13c090a6dc1131e6625
diff --git a/config/module/storage.go b/config/module/storage.go index <HASH>..<HASH> 100644 --- a/config/module/storage.go +++ b/config/module/storage.go @@ -78,6 +78,7 @@ type Storage struct { registry *registry.Client } +// NewStorage returns a new initialized Storage object. func NewStorage(dir string, servic...
Make sure to close the response body And fix a few linter warnings while we're at it…
hashicorp_terraform
train
5f3f1b408acd2fe98521598a1b93c2e2a09e9c8d
diff --git a/agent/action/state/sync_dns_state.go b/agent/action/state/sync_dns_state.go index <HASH>..<HASH> 100644 --- a/agent/action/state/sync_dns_state.go +++ b/agent/action/state/sync_dns_state.go @@ -65,7 +65,7 @@ func (s SyncDNSState) NeedsUpdate(newVersion uint64) bool { } func (s SyncDNSState) loadVersion...
Prevent logging of reading records.json * whenever agent received sync_dns action, it logged the content of the records.json. * With a large number of VMs managed by BOSH this led to frequent log rotations making logs unusable. (With more than 1,<I> VMs, agent logs got lost after <I> minutes) [#<I>](<URL>)
cloudfoundry_bosh-agent
train
5501c80ea5e9ee06b2a821edc0c374acb61c3d6f
diff --git a/core/src/test/java/org/infinispan/affinity/BaseKeyAffinityServiceTest.java b/core/src/test/java/org/infinispan/affinity/BaseKeyAffinityServiceTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/org/infinispan/affinity/BaseKeyAffinityServiceTest.java +++ b/core/src/test/java/org/infinispan/affini...
ISPN-<I> - KeyAffinityServiceShutdownTest.testSimpleShutdown randomly fails The KeyAffinityService generator thread only stops after it has filled the queue, so there is a small interval of time where the queue is full but the thread is still active.
infinispan_infinispan
train
008577a8ca0ca153014298a031b857030b7ea63f
diff --git a/phoebe/parameters/feature.py b/phoebe/parameters/feature.py index <HASH>..<HASH> 100644 --- a/phoebe/parameters/feature.py +++ b/phoebe/parameters/feature.py @@ -30,7 +30,7 @@ def spot(feature, **kwargs): params += [FloatParameter(qualifier='radius', value=kwargs.get('radius', 1.0), default_unit=u.deg...
Lower limit for relteff of spot should be 0. #<I>
phoebe-project_phoebe2
train
b04730c8fb6262c878c7db6e0a30659b78c3ed79
diff --git a/osgi/service/src/main/java/org/jboss/as/osgi/service/AutoInstallIntegration.java b/osgi/service/src/main/java/org/jboss/as/osgi/service/AutoInstallIntegration.java index <HASH>..<HASH> 100644 --- a/osgi/service/src/main/java/org/jboss/as/osgi/service/AutoInstallIntegration.java +++ b/osgi/service/src/main/...
[AS7-<I>] Cannot reference fragments in autostart capabilities
wildfly_wildfly
train
fb1984685562479bfe2b041ae98f901525d1d9d3
diff --git a/accounts/usbwallet/ledger_hub.go b/accounts/usbwallet/ledger_hub.go index <HASH>..<HASH> 100644 --- a/accounts/usbwallet/ledger_hub.go +++ b/accounts/usbwallet/ledger_hub.go @@ -130,12 +130,12 @@ func (hub *LedgerHub) refreshWallets() { url := accounts.URL{Scheme: LedgerScheme, Path: fmt.Sprintf("%03d...
accounts/usbwallet: Ledger teardown on health-check failure
ethereum_go-ethereum
train
3d0f1472d7baef66f21f47ae6d00ef6ae73753f6
diff --git a/lib/azure/image.rb b/lib/azure/image.rb index <HASH>..<HASH> 100755 --- a/lib/azure/image.rb +++ b/lib/azure/image.rb @@ -23,8 +23,8 @@ class Azure end def load @images ||= begin - osimages = self.os_images #get OSImages - vmimages = self.vm_images #get VMImages + ...
Made the code dry and changed rspec accordingly
chef_knife-azure
train
90d2b44d974afc3e9227d8d6eba9a45a1413d530
diff --git a/lib/site.php b/lib/site.php index <HASH>..<HASH> 100644 --- a/lib/site.php +++ b/lib/site.php @@ -39,13 +39,16 @@ class Site extends \TimberSite \add_filter('wp_title', array( $this, 'wpTitle' )); // Warm custom template cache - if (function_exists('\get_page_templates')) { - ...
Move get_theme_templates to init action, call on theme directly
StoutLogic_understory
train
245ea513936c2bd10cbef9061004c9e2aeb86e39
diff --git a/Controller/Controller.php b/Controller/Controller.php index <HASH>..<HASH> 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -17,6 +17,14 @@ use Symfony\Component\HttpFoundation\StreamedResponse; abstract class Controller extends BaseController { + protected function createPa...
Added createPagination method
MindyPHP_MindyBundle
train
83b1a27aff6426f054671f0f0bcbb8dcb044f480
diff --git a/salt/modules/ssh.py b/salt/modules/ssh.py index <HASH>..<HASH> 100644 --- a/salt/modules/ssh.py +++ b/salt/modules/ssh.py @@ -174,13 +174,13 @@ def auth_keys(user, config='.ssh/authorized_keys'): return _validate_keys(full) -def check_key_file(user, keysource, config='.ssh/authorized_keys'): +def ...
Add environments to check_key_file
saltstack_salt
train
6dc5b194d68cec41e0a90703c44b88f969bccbf2
diff --git a/h2spatial-ext/src/main/java/org/h2gis/h2spatialext/function/spatial/properties/ST_CompactnessRatio.java b/h2spatial-ext/src/main/java/org/h2gis/h2spatialext/function/spatial/properties/ST_CompactnessRatio.java index <HASH>..<HASH> 100644 --- a/h2spatial-ext/src/main/java/org/h2gis/h2spatialext/function/spa...
Use instanceOf rather than SC_Polygon
orbisgis_h2gis
train
94cab09443f3a0b12621c00d1e667fff97fe8ff7
diff --git a/angr/procedures/definitions/glibc.py b/angr/procedures/definitions/glibc.py index <HASH>..<HASH> 100644 --- a/angr/procedures/definitions/glibc.py +++ b/angr/procedures/definitions/glibc.py @@ -16,7 +16,7 @@ _l = logging.getLogger('angr.prototypes.libc') libc = SimLibrary() -libc.set_library_names('li...
Add all possible versions of libc.so (#<I>)
angr_angr
train
516461cbf6a127ca83130c6889efb59d04d810e3
diff --git a/lib/dbox/syncer.rb b/lib/dbox/syncer.rb index <HASH>..<HASH> 100644 --- a/lib/dbox/syncer.rb +++ b/lib/dbox/syncer.rb @@ -410,13 +410,6 @@ module Dbox out = [] recur_dirs = [] - # handle root dir - if dir[:parent_id] == nil - c = dir.clone - c[:modified] ...
Don't bother putting root dir update in push changes since updating dirs are a noop.
kenpratt_dbox
train
20b5f42378c875c18c6b73edef4cbf28a89e6549
diff --git a/object_manager.go b/object_manager.go index <HASH>..<HASH> 100644 --- a/object_manager.go +++ b/object_manager.go @@ -268,6 +268,9 @@ func (objMgr *ObjectManager) ReleaseIP(netview string, ipAddr string, macAddr st fixAddress, _ := objMgr.GetFixedAddress(netview, ipAddr, macAddr) fmt.Printf("GetFixedAd...
Release IP fix Fix so that ReleaseIP() returns gracefully if IP already been released.
infobloxopen_infoblox-go-client
train
587a6173fad152efe027eed6c7abbcece037b4b5
diff --git a/corejs/src/gmecore2.js b/corejs/src/gmecore2.js index <HASH>..<HASH> 100644 --- a/corejs/src/gmecore2.js +++ b/corejs/src/gmecore2.js @@ -7,58 +7,143 @@ define([ "gmeassert" ], function (ASSERT) { "use strict"; - // ----------------- project ----------------- + // ----------------- Cache -------------...
thinking about visitors again... Former-commit-id: e<I>fc0cfb<I>d<I>efe4f0cf8df4cce<I>e<I>
webgme_webgme-engine
train
93210cdfdb1b0ecbbc35d2b0369644e946ece206
diff --git a/mod/quiz/restorelib.php b/mod/quiz/restorelib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/restorelib.php +++ b/mod/quiz/restorelib.php @@ -21,7 +21,7 @@ // | | | | |....................................... // ...
fixed my careless search and replace that got rid of all question_datasets
moodle_moodle
train
2843c91e1bab1742a631aaafa74e11b3d76fa50a
diff --git a/dynesty/dynamicsampler.py b/dynesty/dynamicsampler.py index <HASH>..<HASH> 100644 --- a/dynesty/dynamicsampler.py +++ b/dynesty/dynamicsampler.py @@ -459,6 +459,30 @@ class DynamicSampler(object): self.new_scale = [] self.new_logl_min, self.new_logl_max = -np.inf, np.inf # logl bounds ...
add getstate to dynamicsampler Added in a `__getstate__` to the dynamic sampler, which should hopefully work.
joshspeagle_dynesty
train
25ba969e409b2d55a307b3cb30fe289310a101a1
diff --git a/lib/validator.js b/lib/validator.js index <HASH>..<HASH> 100644 --- a/lib/validator.js +++ b/lib/validator.js @@ -9,7 +9,17 @@ var ValidatorError = exports.ValidatorError = function(msg) { }; util.inherits(ValidatorError, Error); -var Validator = exports.Validator = function() {} +var Validator = expor...
encapsulates the error message construction into an function that can be passed in an option param
chriso_validator.js
train
56b726f3f03457060201f870b00c2c135e0c6ddd
diff --git a/java/src/main/java/io/rapidpro/expressions/utils/ExpressionUtils.java b/java/src/main/java/io/rapidpro/expressions/utils/ExpressionUtils.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/io/rapidpro/expressions/utils/ExpressionUtils.java +++ b/java/src/main/java/io/rapidpro/expressions/utils/Expres...
Added utils.tokenize to match method in Java version
rapidpro_expressions
train
ff21fc7fdab2cf5c1422a0976fdd8df15060c56b
diff --git a/src/main/java/com/codahale/shamir/GF256.java b/src/main/java/com/codahale/shamir/GF256.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/codahale/shamir/GF256.java +++ b/src/main/java/com/codahale/shamir/GF256.java @@ -114,9 +114,8 @@ interface GF256 { return result; } - static by...
Re-use a SecureRandom instance for all polynomials while splitting.
codahale_shamir
train
8daa1a5c673aa4d60223c68dfa26a19173962a18
diff --git a/lib/frisby.js b/lib/frisby.js index <HASH>..<HASH> 100644 --- a/lib/frisby.js +++ b/lib/frisby.js @@ -23,7 +23,8 @@ var qs = require('qs') // var _frisbyGlobalSetup = { request: { - headers: {} + headers: {}, + json: false } }; var globalSetup = function(opts) { @@ -32,6 +33,7 @@ var glo...
add possibility to globally switch contenttype to json for put/post
IcedFrisby_IcedFrisby
train
a2927a0dd9bbfc3dc4d61442344294f57a5c30f6
diff --git a/src/ol/structs/rtree.js b/src/ol/structs/rtree.js index <HASH>..<HASH> 100644 --- a/src/ol/structs/rtree.js +++ b/src/ol/structs/rtree.js @@ -91,7 +91,7 @@ ol.structs.RTree = function(opt_width) { if (nodes.length < 1) { return {extent: [0, 0, 0, 0]}; } - rect.extent = goog.array.concat...
Addressing @tschaub's review comments
openlayers_openlayers
train
f1d501a61c3744d5183a0d1b02af66975223d5f1
diff --git a/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/validator/LongRangeValidator.java b/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/validator/LongRangeValidator.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.websphere.javaee.jsf.2.3/src/javax/faces/validator/LongRangeValidator.java +++ b/dev/...
Issue #<I>: LongRangeValidator NPE Updates
OpenLiberty_open-liberty
train
20aca0e37e2003a364098a27189c732197ccbec2
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index <HASH>..<HASH> 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -1675,7 +1675,7 @@ def _first_line_re(): def auto_chmod(func, arg, exc): - if func is os.remove and os.name == 'nt...
Fix for auto_chmod behavior Apparently, in (at least) python <I>, the function that is called on Windows to remove files is os.unlink and not os.remove. This results in permission errors when trying to clean up after easy_install has been used to install a package from a Git repository.
pypa_setuptools
train
34a4edba9c44602bd6e9db0cc6345ba895096bd7
diff --git a/tests/test_client.py b/tests/test_client.py index <HASH>..<HASH> 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -35,6 +35,12 @@ from tango.gevent import DeviceProxy as gevent_DeviceProxy from tango.futures import DeviceProxy as futures_DeviceProxy from tango.asyncio import DeviceProxy as...
Workaround gevent DeviceProxy memory leak test issue The tests for the gevent device proxy fail even if we have done nothing with the device proxy. Making a call like `ping()` first somehow allows the gevent device proxy to be cleaned up correctly.
tango-controls_pytango
train
e312fc88a6dfb6b98e34421bb7effd0da5018023
diff --git a/src/VIPSoft/DoctrineDataFixturesExtension/Service/FixtureService.php b/src/VIPSoft/DoctrineDataFixturesExtension/Service/FixtureService.php index <HASH>..<HASH> 100644 --- a/src/VIPSoft/DoctrineDataFixturesExtension/Service/FixtureService.php +++ b/src/VIPSoft/DoctrineDataFixturesExtension/Service/FixtureS...
sorry, PR<I> wasn't robustly tested; this should fix all the reported issues (e.g., first scenario fails on subsequent runs, and/or exception: entity manager closed)
vipsoft_DoctrineDataFixturesExtension
train
16c8b6d956626fac58e0a2fed523a0de115cd29e
diff --git a/tests/unicode.js b/tests/unicode.js index <HASH>..<HASH> 100644 --- a/tests/unicode.js +++ b/tests/unicode.js @@ -1,20 +1,19 @@ var supergenpass = require('../supergenpass'); var data = [ - ['ft8iv4t5sX', '81484f5b1be9f32cab18db8062fc1eb4', 'Γαζέες καὶ μυρτιὲς δὲν θὰ βρῶ πιὰ στὸ χρυσαφὶ ξέφωτο'], - ...
Remove untested hashes (removed from public API).
chriszarate_supergenpass-lib
train
3f86b923d68d9cd36fbcfc2a7954c5ff470aa2f7
diff --git a/dimod/embedding/transforms.py b/dimod/embedding/transforms.py index <HASH>..<HASH> 100644 --- a/dimod/embedding/transforms.py +++ b/dimod/embedding/transforms.py @@ -416,13 +416,15 @@ def unembed_response(target_response, embedding, source_bqm, chain_break_method= Sample(sample={'x2': 0, 'x1': 0, ...
Fix unembed_response for embeddings larger than the source bqm
dwavesystems_dimod
train
6bd06751b585d0cc07d974e3b683d98931522297
diff --git a/salt/modules/pip.py b/salt/modules/pip.py index <HASH>..<HASH> 100644 --- a/salt/modules/pip.py +++ b/salt/modules/pip.py @@ -1326,6 +1326,7 @@ def version(bin_env=None, cwd=None): cmd = _get_pip_bin(bin_env)[:] cmd.append("--version") + # TODO: FIXME -W. Werner, 2020-06-23 ret = __salt...
Add runas to updgrade command
saltstack_salt
train
5d27c7e501142ee1a383aa483d4bc82054dfd91c
diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqExceptionTranslator.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jooq/JooqExceptionTranslator.java index <HASH>..<HASH> 100644 --- a/spring-boot-autoconfigure/src/main/java/org/s...
Handle non supported JOOQ dialect This commit uses a fallback translator if the JOOQ Dialect in use is not one we support. Closes gh-<I>
spring-projects_spring-boot
train
2c51aaba54606b68cd89038d0e430b3881de608b
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ from recommonmark.parser import CommonMarkParser _package = 'steenzout.serialization.json' -_version = semantic_version.Version('1.0.2') +_version = semantic_version.Version('1.0.4') # --...
version increment: <I>.
steenzout_python-serialization-json
train
f76f7f92d3158081ff17950345702dd2b21fafab
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.8 + +- Validate the sentry/raven dsn when creating the appender + ## v0.1.7 - Add support for sneakers diff --git a/lib/sapience/appender/sentry.rb b/lib/sapience/appender/sentry.rb in...
[+AM] Validation Raven dsn when creating appender
reevoo_sapience-rb
train
690b5a14fb1c12176b20970bc4f0d38bc1aaf347
diff --git a/motion/ruby_motion_query/stylers/ui_view_styler.rb b/motion/ruby_motion_query/stylers/ui_view_styler.rb index <HASH>..<HASH> 100644 --- a/motion/ruby_motion_query/stylers/ui_view_styler.rb +++ b/motion/ruby_motion_query/stylers/ui_view_styler.rb @@ -392,6 +392,12 @@ module RubyMotionQuery end ...
Allows you to set a UIView's userInteractionEnabled property.
infinitered_rmq
train
6ece9189466e07ab8a79fe15e7e27ea1846c11d2
diff --git a/src/Component/Renderer/GridRendererInterface.php b/src/Component/Renderer/GridRendererInterface.php index <HASH>..<HASH> 100644 --- a/src/Component/Renderer/GridRendererInterface.php +++ b/src/Component/Renderer/GridRendererInterface.php @@ -48,6 +48,15 @@ interface GridRendererInterface /** *...
PoC for mass deletion on admin product index
Sylius_SyliusGridBundle
train
e9613493098da817759cde8141580bc24154b361
diff --git a/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/utils/CollectorManagerPipelineUtils.java b/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/utils/CollectorManagerPipelineUtils.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.logging/src/com/ibm/ws/logging/utils/CollectorManagerPipelineUtils.java +++ b/dev/...
removed field isJsonTraceService in collectormanagerpipelineutils
OpenLiberty_open-liberty
train
869a8b70ce384be7c8ab7cfbde1de683ba2fc077
diff --git a/tools/pyboard.py b/tools/pyboard.py index <HASH>..<HASH> 100755 --- a/tools/pyboard.py +++ b/tools/pyboard.py @@ -47,6 +47,7 @@ Or: Then: pyb.enter_raw_repl() + pyb.exec('import pyb') pyb.exec('pyb.LED(1).on()') pyb.exit_raw_repl()
tools/pyboard.py: Add missing line from example usage comments.
micropython_micropython
train
1efd2d70727f2919f7f89e79dc4f4d08c837d9c2
diff --git a/bundles/org.eclipse.orion.client.editor/web/js/editor.js b/bundles/org.eclipse.orion.client.editor/web/js/editor.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.editor/web/js/editor.js +++ b/bundles/org.eclipse.orion.client.editor/web/js/editor.js @@ -1990,14 +1990,12 @@ eclipse.Edito...
special code for IE8 is not necessary
eclipse_orion.client
train