hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
f0d2af15fee541ad40184f6eca226eec01522467
diff --git a/src/main/java/kr/motd/maven/os/DetectMojo.java b/src/main/java/kr/motd/maven/os/DetectMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/kr/motd/maven/os/DetectMojo.java +++ b/src/main/java/kr/motd/maven/os/DetectMojo.java @@ -51,7 +51,7 @@ import org.apache.maven.project.MavenProject; * avail...
Fix for #<I> Mark DetectMojo goal with thread safety info (#<I>)
trustin_os-maven-plugin
train
java
651f1b66654c91f7ef5cf6b228a2c74353f2a0d6
diff --git a/gwpy/plot/tests/test_plot.py b/gwpy/plot/tests/test_plot.py index <HASH>..<HASH> 100644 --- a/gwpy/plot/tests/test_plot.py +++ b/gwpy/plot/tests/test_plot.py @@ -47,7 +47,7 @@ class TestPlot(FigureTestBase): def test_init_empty(self): plot = self.FIGURE_CLASS(geometry=(2, 2)) assert ...
gwpy.plot: update use of get_geometry addresses deprecationwarning from matplotlib
gwpy_gwpy
train
py
2013e433b0d9b127ae1199921e8f4ebdc5155da7
diff --git a/lib/middleware/content/populateAll.js b/lib/middleware/content/populateAll.js index <HASH>..<HASH> 100644 --- a/lib/middleware/content/populateAll.js +++ b/lib/middleware/content/populateAll.js @@ -41,7 +41,9 @@ function getReferences(fields, promises, next, kontx) { getObjectReferences(fields, va...
fixing queryAll tests for node <I>
grasshopper-cms_grasshopper-core-nodejs
train
js
2991de5c0ca6742d0d2988bd7377ff80c481e073
diff --git a/src/Illuminate/Console/Application.php b/src/Illuminate/Console/Application.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Console/Application.php +++ b/src/Illuminate/Console/Application.php @@ -16,6 +16,7 @@ use Symfony\Component\Console\Output\BufferedOutput; use Symfony\Component\Console\Output\...
[<I>] Throws an exception if the command doesn't exist (#<I>)
laravel_framework
train
php
3c8cdd135a4e56c8a33d53b786bfe4c9793427e5
diff --git a/spec/database_spec.rb b/spec/database_spec.rb index <HASH>..<HASH> 100644 --- a/spec/database_spec.rb +++ b/spec/database_spec.rb @@ -2,19 +2,4 @@ require 'spec_helper' require 'ronin/database' describe Database do - it "should auto_upgrade the Author model" do - Author.should be_auto_upgraded - e...
Removed old specs that tested if Ronin models were being auto_upgraded.
ronin-ruby_ronin
train
rb,rb
8c9f17c3144613e33f157f0bd461f084717aeb2b
diff --git a/lib/api.js b/lib/api.js index <HASH>..<HASH> 100644 --- a/lib/api.js +++ b/lib/api.js @@ -66,15 +66,6 @@ exports.delegate = function(fixedargs, fixedmeta) { // For example, data for individual web requests. delegate.context = Object.assign({},self.context) - - delegate.client = function client()...
removed spurious delegate methods client and listen
senecajs_seneca
train
js
597ba89679702e54ae408eb5c3b4baed34dc1580
diff --git a/app/helpers/foreman_chef/chef_proxy_form.rb b/app/helpers/foreman_chef/chef_proxy_form.rb index <HASH>..<HASH> 100644 --- a/app/helpers/foreman_chef/chef_proxy_form.rb +++ b/app/helpers/foreman_chef/chef_proxy_form.rb @@ -49,7 +49,7 @@ module ForemanChef end def chef_run_list_differs?(host) - ...
Fixes #<I> - display warning only for hosts with chef proxy
theforeman_foreman_chef
train
rb
069f978db34ee1d767e1e08118b4d67b9b11a490
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -10743,7 +10743,7 @@ const devices = [ // BTicino (Legrand brand) { zigbeeModel: [' Light switch with neutral\u0000\u0000\u0000\u0000\u0000'], - model: 'K4003C', + model: 'K4003C/L4003C...
Add BTicino switches (#<I>) I added three variant of the existing BTicino/Legrand switch. These belongs to the more common Livinglight serie: - <URL>
Koenkk_zigbee-shepherd-converters
train
js
02b199f2b642f3f1aaabf2d1287f8115b9e369d7
diff --git a/test/connection.js b/test/connection.js index <HASH>..<HASH> 100644 --- a/test/connection.js +++ b/test/connection.js @@ -113,14 +113,14 @@ describe('index', function(){ it('should create an SObject of type Account', function(){ var acc = nforce.createSObject('Account'); - acc.should...
fixing should.js api deprecation issues
kevinohara80_nforce
train
js
3a25cf895014f39d748746ae93490f1dddcbbc29
diff --git a/test/utils/object/delete.js b/test/utils/object/delete.js index <HASH>..<HASH> 100644 --- a/test/utils/object/delete.js +++ b/test/utils/object/delete.js @@ -28,6 +28,10 @@ describe("utils.object.delete", () => { "output": ["universe"] }, { + "input": [["world", "universe"], 0], + "output": [...
Adding test for passing number into utils.object.delete
dynamoosejs_dynamoose
train
js
e2c9e8bca624af60c14c70d0ae6dab8fe1e158f3
diff --git a/porespy/networks/_getnet.py b/porespy/networks/_getnet.py index <HASH>..<HASH> 100644 --- a/porespy/networks/_getnet.py +++ b/porespy/networks/_getnet.py @@ -182,7 +182,7 @@ def regions_to_network(regions, phases=None, voxel_size=1, accuracy='standard'): net = {} # Define all the fundamental stuf...
Normalized pore.coords by voxel_size in regions_to_network
PMEAL_porespy
train
py
765e4e031e155897a6968ea2f744be8088b989d9
diff --git a/src/Engine/Twig.php b/src/Engine/Twig.php index <HASH>..<HASH> 100644 --- a/src/Engine/Twig.php +++ b/src/Engine/Twig.php @@ -106,7 +106,10 @@ class Twig extends CompilerEngine if ($templateFile && file_exists($templateFile)) { $file = $templateFile; } elseif ($templateFile) ...
Catch errors in Twig Engine The new loader doesn't return false, but throws an exception.
rcrowe_TwigBridge
train
php
f84ad8abc092e0deda864fc7cf3275316198e94f
diff --git a/aeron-client/src/main/java/uk/co/real_logic/aeron/Connection.java b/aeron-client/src/main/java/uk/co/real_logic/aeron/Connection.java index <HASH>..<HASH> 100644 --- a/aeron-client/src/main/java/uk/co/real_logic/aeron/Connection.java +++ b/aeron-client/src/main/java/uk/co/real_logic/aeron/Connection.java @...
[Java] Remove unnecessary check for term status on roll of connection.
real-logic_aeron
train
java
b092f9d4169f73c06a9868e5b29586d09ffe2d1d
diff --git a/includes/modules/api_v1/books/class-pb-booksapi.php b/includes/modules/api_v1/books/class-pb-booksapi.php index <HASH>..<HASH> 100644 --- a/includes/modules/api_v1/books/class-pb-booksapi.php +++ b/includes/modules/api_v1/books/class-pb-booksapi.php @@ -531,6 +531,7 @@ class BooksApi extends Api { ...
unset variable to accurately represent which chapters belong to which parts
pressbooks_pressbooks
train
php
376b74c1f849ca1a028f838fbc10859edad12272
diff --git a/pyfolio/tears.py b/pyfolio/tears.py index <HASH>..<HASH> 100644 --- a/pyfolio/tears.py +++ b/pyfolio/tears.py @@ -737,7 +737,7 @@ def create_bayesian_tear_sheet(returns, benchmark_rets=None, "plotting stochastic volatility model", previous_time) total_time = time() - start_time - pri...
BUG Print() statement had wrong parantheses.
quantopian_pyfolio
train
py
4fc845b7eb82344dfeac11060305c92d9def2617
diff --git a/structs.go b/structs.go index <HASH>..<HASH> 100644 --- a/structs.go +++ b/structs.go @@ -16,8 +16,26 @@ type Message struct { ChannelId int `json:"channel_id,string"` } -type Attachment struct { +type Attachment struct { //TODO figure this out } -type Embed struct { +type Embed stru...
Added structs for voice regions and ice
bwmarrin_discordgo
train
go
47eb6613b5ed8a8a8415289156b56017d0986428
diff --git a/rllib/evaluation/postprocessing.py b/rllib/evaluation/postprocessing.py index <HASH>..<HASH> 100644 --- a/rllib/evaluation/postprocessing.py +++ b/rllib/evaluation/postprocessing.py @@ -57,13 +57,13 @@ def compute_advantages(rollout: SampleBatch, rollout[Postprocessing.ADVANTAGES] = discount(delta...
[RLlib] Remove unnecessary copies in `compute_advantages`. (#<I>)
ray-project_ray
train
py
1a33ce67fc40e4ffc94d94b7b82137af89459362
diff --git a/app/code/local/Edge/Base/Helper/Image.php b/app/code/local/Edge/Base/Helper/Image.php index <HASH>..<HASH> 100644 --- a/app/code/local/Edge/Base/Helper/Image.php +++ b/app/code/local/Edge/Base/Helper/Image.php @@ -2,7 +2,7 @@ class Edge_Base_Helper_Image extends Mage_Core_Helper_Abstract { - protect...
Image helper no longer singleton
outeredge_magento-base-module
train
php
7fdcfde35f492cdd18920c4a444269a7bda1a4be
diff --git a/lib/acts_as_tenant/sidekiq.rb b/lib/acts_as_tenant/sidekiq.rb index <HASH>..<HASH> 100644 --- a/lib/acts_as_tenant/sidekiq.rb +++ b/lib/acts_as_tenant/sidekiq.rb @@ -38,6 +38,10 @@ Sidekiq.configure_server do |config| chain.add ActsAsTenant::Sidekiq::Client end config.server_middleware do |chain...
Changed Sidekiq Middleware Insert Sidekiq removed all middleware in <I>. This checks to see if middleware is available or not then inserts ActsAsTenant middleware. Closes #<I>
ErwinM_acts_as_tenant
train
rb
bb3b75cb9fa45c353f05382a9bf82d181f5872bc
diff --git a/luar.go b/luar.go index <HASH>..<HASH> 100644 --- a/luar.go +++ b/luar.go @@ -538,9 +538,6 @@ func copyTableToMap(L *lua.State, idx int, v reflect.Value, visited map[uintptr] L.Pop(1) continue } - if val.Interface() == Null { - val = reflect.Zero(te) - } v.SetMapIndex(key, val) L.Pop(1...
Remove useless Null comparisons in CopyTable* The Null value is already set to the zero value of the type by LuaToGo.
stevedonovan_luar
train
go
ee340903a17ba0f0ef10396b7050d48c7415b76c
diff --git a/py/h2o.py b/py/h2o.py index <HASH>..<HASH> 100644 --- a/py/h2o.py +++ b/py/h2o.py @@ -1756,6 +1756,8 @@ class H2O(object): 'source': data_key, # this is ignore?? 'cols': None, + 'ignored_cols': None, + 'validation': None, 'response':...
still fails. does NeuralNet.json exist?
h2oai_h2o-2
train
py
73d6d77a5ac2fabba1037e231d6a5c458485b881
diff --git a/tests/tpot_tests.py b/tests/tpot_tests.py index <HASH>..<HASH> 100644 --- a/tests/tpot_tests.py +++ b/tests/tpot_tests.py @@ -321,6 +321,19 @@ def test_conf_dict_3(): assert tpot_obj.config_dict == tested_config_dict +def test_read_config_file(): + """Assert that _read_config_file rasie FileNot...
2 more tests for base.py
EpistasisLab_tpot
train
py
23cd694045441c2d17f9dee1c2438195ccb105e5
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -135,12 +135,6 @@ func (r *Redis) DebugObject(key string) (string, error) { return rp.StatusValue() } -/* -DEBUG SEGFAULT -DEBUG SEGFAULT performs an invalid memory access that crashes Redis. -It is used to simulate b...
debug segfault: will never be implemented
xuyu_goredis
train
go
764e1a3981a1476e159b3e8cbf8975f0e433281b
diff --git a/jet/static/jet/js/src/features/compact-inline.js b/jet/static/jet/js/src/features/compact-inline.js index <HASH>..<HASH> 100644 --- a/jet/static/jet/js/src/features/compact-inline.js +++ b/jet/static/jet/js/src/features/compact-inline.js @@ -56,9 +56,12 @@ CompactInline.prototype = { }, updateTot...
Respect inline max forms for compactinline
geex-arts_django-jet
train
js
f3669b2a2340bef58b25c10e7e17284ea5162ff8
diff --git a/gcs/gcscaching/integration_test.go b/gcs/gcscaching/integration_test.go index <HASH>..<HASH> 100644 --- a/gcs/gcscaching/integration_test.go +++ b/gcs/gcscaching/integration_test.go @@ -184,6 +184,26 @@ func (t *IntegrationTest) UpdateUpdatesCache() { ExpectNe(nil, o) } +func (t *IntegrationTest) Crea...
Added negative cache integration test names.
jacobsa_gcloud
train
go
eff2f41bc68adcea902fe08b4b2fe3cb1967f760
diff --git a/src/Convert/Converters/Cwebp.php b/src/Convert/Converters/Cwebp.php index <HASH>..<HASH> 100644 --- a/src/Convert/Converters/Cwebp.php +++ b/src/Convert/Converters/Cwebp.php @@ -37,8 +37,8 @@ class Cwebp extends AbstractExecConverter // System paths to look for cwebp binary private static $cweb...
whoops, removed some outcommenting that was only done for test purposes
rosell-dk_webp-convert
train
php
37fb408b6b72ea3fbfabfd9e8b8705ba290da827
diff --git a/test/test_point.py b/test/test_point.py index <HASH>..<HASH> 100644 --- a/test/test_point.py +++ b/test/test_point.py @@ -97,6 +97,11 @@ class PointTestCase(unittest.TestCase): self.assertTrue(point is not point_copy) self.assertEqual(tuple(point), tuple(point_copy)) + def test_point...
Point: add test for init from generator
geopy_geopy
train
py
2852daed09faddd38d5c0d97db4995b15b8d46bb
diff --git a/presto-cassandra/src/main/java/com/facebook/presto/cassandra/CassandraMetadata.java b/presto-cassandra/src/main/java/com/facebook/presto/cassandra/CassandraMetadata.java index <HASH>..<HASH> 100644 --- a/presto-cassandra/src/main/java/com/facebook/presto/cassandra/CassandraMetadata.java +++ b/presto-cassan...
Fix grammar in Cassandra comment
prestodb_presto
train
java
25f4bdef788fefd3900b73733c7e9921eb6c127f
diff --git a/database/factories/PageFactory.php b/database/factories/PageFactory.php index <HASH>..<HASH> 100644 --- a/database/factories/PageFactory.php +++ b/database/factories/PageFactory.php @@ -1,6 +1,5 @@ <?php -namespace Database\Factories; -use Illuminate\Database\Eloquent\Factories\Factory; + use Illuminate\...
Update PageFactory.php
avored_framework
train
php
87780ac6ccdb23b9473ad6a3078d1d1f2a5b7d94
diff --git a/lib/openapi3.js b/lib/openapi3.js index <HASH>..<HASH> 100644 --- a/lib/openapi3.js +++ b/lib/openapi3.js @@ -84,7 +84,9 @@ function fakeProdCons(data) { for (var r in data.operation.responses) { var response = data.operation.responses[r]; for (var prod in response.content) { - ...
Only list unique operation produces media types (#<I>) When iterating over all responses, only add a media type if it is not already in the operation.produces
Mermade_widdershins
train
js
4e488ab58ce92afc13728795f60e7a613dbb9839
diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -92,6 +92,7 @@ return [ 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscr...
New translations cachet.php (Chinese Traditional)
CachetHQ_Cachet
train
php
2b8622260c5e3b4db7ad7034570a4e5cd3be1cff
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ install_requires = [ 'django-permission==0.8.2', 'django-uuidfield==0.5.0', 'django-polymorphic==0.6', - 'djangorestframework>=3.1.0,<3.2.0', + 'djangorestframework>=3.1.0,<3.1.2', 'dja...
Fix DRF version to a lower one - NC-<I> - A different handling of object-level permissions in <I> seems to be causing failing tests.
opennode_waldur-core
train
py
115ccba4aa1124927f57b850308ab5a76157ab75
diff --git a/core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java b/core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java +++ b/core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java @@ -180,4 +180,16...
convenient decorator class to make Installable NodeSpecific
jenkinsci_jenkins
train
java
cc049bc0e99551de1206685a696793f57e7527fb
diff --git a/resources/lang/he-IL/setup.php b/resources/lang/he-IL/setup.php index <HASH>..<HASH> 100644 --- a/resources/lang/he-IL/setup.php +++ b/resources/lang/he-IL/setup.php @@ -10,14 +10,14 @@ */ return [ - 'setup' => 'הגדרות', - 'title' => 'התקנת Cachet', - 'service_details'...
New translations setup.php (Hebrew)
CachetHQ_Cachet
train
php
d3e41b10bd04c9c6c6ab3bec97eea839a455872f
diff --git a/lib/jboss-cloud/rpm-utils.rb b/lib/jboss-cloud/rpm-utils.rb index <HASH>..<HASH> 100644 --- a/lib/jboss-cloud/rpm-utils.rb +++ b/lib/jboss-cloud/rpm-utils.rb @@ -40,12 +40,20 @@ module JBossCloud define end - def define - desc "Sign all RPMs." - task 'rpm:all:sign' => [ 'rpm:...
added signing of SRPMs packages
boxgrinder_boxgrinder-build
train
rb
1983dcb3892cfbf4f852c0a8c66d2c6d319bdb47
diff --git a/scanner/src/main/java/com/buschmais/jqassistant/core/scanner/api/ScopeHelper.java b/scanner/src/main/java/com/buschmais/jqassistant/core/scanner/api/ScopeHelper.java index <HASH>..<HASH> 100644 --- a/scanner/src/main/java/com/buschmais/jqassistant/core/scanner/api/ScopeHelper.java +++ b/scanner/src/main/ja...
removed deprecation from ScopeHelper.java
buschmais_jqa-core-framework
train
java
44845b7b72b9c77b1b98613cb9fad10f0d126500
diff --git a/www/auth/login-feide.php b/www/auth/login-feide.php index <HASH>..<HASH> 100644 --- a/www/auth/login-feide.php +++ b/www/auth/login-feide.php @@ -170,7 +170,7 @@ if (isset($_REQUEST['username'])) { $orgattr = array_keys($orgattributes); foreach($orgattr as $value){ - $orgattributename = ('e...
Small change related to Feide and attribute names.
simplesamlphp_saml2
train
php
ef31016da989e255f8e18166279aafc33a6df0a8
diff --git a/tooling/circle-cli/index.js b/tooling/circle-cli/index.js index <HASH>..<HASH> 100755 --- a/tooling/circle-cli/index.js +++ b/tooling/circle-cli/index.js @@ -31,5 +31,8 @@ const commands = requireDir(`./commands`); Object.keys(commands).forEach((cmd) => yargs.command(commands[cmd])); -yargs - .help()...
fix(tooling): use yargs correctly
webex_spark-js-sdk
train
js
ba7919bdb39ced620e2093e5f682fdb6d0b961f8
diff --git a/lib/braid/config.rb b/lib/braid/config.rb index <HASH>..<HASH> 100644 --- a/lib/braid/config.rb +++ b/lib/braid/config.rb @@ -71,7 +71,11 @@ module Braid private def write_mirror(mirror) @db[mirror.path] = clean_attributes(mirror.attributes) - File.open(@config_file, "wb") { |f| f.wri...
Sort the hash before emitting it
cristibalan_braid
train
rb
f4f056b21f9fbf5f0936ad2d83bf5ffd6aa2d8d2
diff --git a/jaeger_client/config.py b/jaeger_client/config.py index <HASH>..<HASH> 100644 --- a/jaeger_client/config.py +++ b/jaeger_client/config.py @@ -289,7 +289,6 @@ class Config(object): tracer = self.create_tracer( reporter=reporter, sampler=sampler, - tags=self.tags...
Fix bug when creating tracer with tags. (#<I>)
jaegertracing_jaeger-client-python
train
py
f7c8d90d1af87f5d9f6c8f14503b5125c3667629
diff --git a/pkg/services/rendering/phantomjs.go b/pkg/services/rendering/phantomjs.go index <HASH>..<HASH> 100644 --- a/pkg/services/rendering/phantomjs.go +++ b/pkg/services/rendering/phantomjs.go @@ -42,7 +42,8 @@ func (rs *RenderingService) renderViaPhantomJS(ctx context.Context, opts Opts) ( cmdArgs := []strin...
phantomjs: set web-security to true
grafana_grafana
train
go
a8301bdad848dca857d721a88c77491478778a91
diff --git a/code/libraries/joomlatools/library/template/helper/behavior.php b/code/libraries/joomlatools/library/template/helper/behavior.php index <HASH>..<HASH> 100644 --- a/code/libraries/joomlatools/library/template/helper/behavior.php +++ b/code/libraries/joomlatools/library/template/helper/behavior.php @@ -245,6...
#<I> Apply modal fix for solving focus issue on select2 inputs
joomlatools_joomlatools-framework
train
php
5ecaee22f77c49eefdfcd2139980980c4cbc9bfc
diff --git a/src/Http/Middleware/CsrfProtectionMiddleware.php b/src/Http/Middleware/CsrfProtectionMiddleware.php index <HASH>..<HASH> 100644 --- a/src/Http/Middleware/CsrfProtectionMiddleware.php +++ b/src/Http/Middleware/CsrfProtectionMiddleware.php @@ -155,9 +155,9 @@ class CsrfProtectionMiddleware * Add a CSRF...
Updating a doc block in CsrfProtectionMiddleware
cakephp_cakephp
train
php
3c3593558ec970c743ddaee9abf22071f6e6929b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup(name='ruuvitag_sensor', ], keywords='RuuviTag BLE', install_requires=[ - 'rx', + 'rx<3', 'futures;python_version<"3.3"', 'ptyprocess;platform_sy...
Pin rx to version <3 (#<I>)
ttu_ruuvitag-sensor
train
py
bd9f983771d0c91e12733712f6323e6b5dae053a
diff --git a/cmd/plugins.go b/cmd/plugins.go index <HASH>..<HASH> 100644 --- a/cmd/plugins.go +++ b/cmd/plugins.go @@ -70,6 +70,7 @@ func init() { // flag is persistent (can be loaded on all children commands) RootCommand.PersistentFlags().StringVarP(&pluginDir, "plugin-dir", "", "", `set directory path to load b...
cmd: Mark the --plugin-dir flag as deprecated We no longer want to support Go shared object files. We will provide better documentation for how to build OPA from source and customize at compile-time.
open-policy-agent_opa
train
go
b5d8c21c85ad27b7b1761b17e39e1ec58a446092
diff --git a/tests/unit/modules/win_dns_client_test.py b/tests/unit/modules/win_dns_client_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/modules/win_dns_client_test.py +++ b/tests/unit/modules/win_dns_client_test.py @@ -64,29 +64,6 @@ class Mockwmi(object): self.ipenabled = IPEnabled return [Mo...
Remove Mockwinapi mocking class from win_dns_client_test The tests run on the same process, the Mockwinapi class is squashing salt.utils and causing problems in the test suite. Refs #<I>
saltstack_salt
train
py
3b5bbdf37714430595a1680d1e97eacf1fa13092
diff --git a/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php b/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php index <HASH>..<HASH> 100644 --- a/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php +++ b/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php @@ -85,7 +85,7 @@ class UploadBuilder extends AbstractUploadB...
Update src/Aws/S3/Model/MultipartUpload/UploadBuilder.php indicate the unit of measure for the min part size.
aws_aws-sdk-php
train
php
ed0688099357d6d400f5bc2345e75fa17196b413
diff --git a/lib/Ntentan.php b/lib/Ntentan.php index <HASH>..<HASH> 100644 --- a/lib/Ntentan.php +++ b/lib/Ntentan.php @@ -273,7 +273,7 @@ class Ntentan honam\template_engines\TemplateEngine::appendPath('views'); honam\template_engines\TemplateEngine::appendPath('views/default'); - ho...
Leveraged ntentan for helper url configuration
ntentan_ntentan
train
php
8b8753ad8593f08cbb721d4dea7817cefb546dd5
diff --git a/builder/code/phreeze.backbone/scripts/app.js b/builder/code/phreeze.backbone/scripts/app.js index <HASH>..<HASH> 100644 --- a/builder/code/phreeze.backbone/scripts/app.js +++ b/builder/code/phreeze.backbone/scripts/app.js @@ -28,8 +28,13 @@ var app = { + '<span>'+ this.escapeHtml(message) +'</span>' ...
fixed issue with edit form alert not scrolling properly into view
jasonhinkle_phreeze
train
js
63451aab50cd6ac74e74da6ca9aa1bfd972262e0
diff --git a/modules/cms/classes/MediaLibrary.php b/modules/cms/classes/MediaLibrary.php index <HASH>..<HASH> 100644 --- a/modules/cms/classes/MediaLibrary.php +++ b/modules/cms/classes/MediaLibrary.php @@ -385,8 +385,8 @@ class MediaLibrary return $path; } - $regexDirectorySeparator = pr...
Fixes validatePath for Windows (DIRECTORY_SEPARATOR is normalized in code above)
octobercms_october
train
php
1425fe772ff6ac1e45b21f8400e19f04cad1e094
diff --git a/lib/barbeque/execution_poller.rb b/lib/barbeque/execution_poller.rb index <HASH>..<HASH> 100644 --- a/lib/barbeque/execution_poller.rb +++ b/lib/barbeque/execution_poller.rb @@ -1,8 +1,15 @@ module Barbeque class ExecutionPoller + def initialize + @stop_requested = false + end + def run...
Stop polling after receiving signal as soon as possible
cookpad_barbeque
train
rb,rb
f27650b449ecebc45f241f066814b64b1b04e55c
diff --git a/scripts/distribution/pypi_create.py b/scripts/distribution/pypi_create.py index <HASH>..<HASH> 100755 --- a/scripts/distribution/pypi_create.py +++ b/scripts/distribution/pypi_create.py @@ -1,4 +1,6 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# Copyright (c) 2018 SubDownloader Developers - See COP...
scripts: fix headers of scripts
subdownloader_subdownloader
train
py,py
42d3a547236580a6f8f284627fab5e0006162b37
diff --git a/selenium/webdriver/test.js b/selenium/webdriver/test.js index <HASH>..<HASH> 100644 --- a/selenium/webdriver/test.js +++ b/selenium/webdriver/test.js @@ -30,7 +30,8 @@ driver.get(target); driver.findElement(By.id('gsf-query')).sendKeys('neurogenesis'); var ul = driver.findElement(By.className('ui-autocom...
test that I can actually make it fail
geneontology_amigo
train
js
aee9de326309e4359d99daf5bb642185312391a3
diff --git a/vmware/vm/delete.go b/vmware/vm/delete.go index <HASH>..<HASH> 100644 --- a/vmware/vm/delete.go +++ b/vmware/vm/delete.go @@ -14,7 +14,7 @@ func (action *Delete) Run() error { logger.Printf("vm is running, stopping") e = vm.Stop() if e != nil { - return e + logger.Printf("ERROR=%q", e) } ...
do not abort on delete when stopping returns error There is a problem detecting the `real` state of an instance
dynport_dgtk
train
go
d73a99560c6ed39e69616a768f742e8fe3fc4777
diff --git a/BaseImage.php b/BaseImage.php index <HASH>..<HASH> 100644 --- a/BaseImage.php +++ b/BaseImage.php @@ -278,17 +278,17 @@ class BaseImage */ public static function resize($image, $width, $height, $keepAspectRatio = true, $allowUpscaling = false) { - $img = self::ensureImageInterfaceIns...
Let's work on the copy of source image
yiisoft_yii2-imagine
train
php
1c2a3417ed40e0707630225d7421cf122e93408e
diff --git a/pushy/src/main/java/com/turo/pushy/apns/TlsAuthenticationMockApnsServerHandler.java b/pushy/src/main/java/com/turo/pushy/apns/TlsAuthenticationMockApnsServerHandler.java index <HASH>..<HASH> 100644 --- a/pushy/src/main/java/com/turo/pushy/apns/TlsAuthenticationMockApnsServerHandler.java +++ b/pushy/src/mai...
Added a missing call to super.verifyHeaders.
relayrides_pushy
train
java
93f52e41fd55a3be8912c11f89587c510bc82804
diff --git a/src/LiveControl/EloquentDataTable/DataTable.php b/src/LiveControl/EloquentDataTable/DataTable.php index <HASH>..<HASH> 100644 --- a/src/LiveControl/EloquentDataTable/DataTable.php +++ b/src/LiveControl/EloquentDataTable/DataTable.php @@ -96,19 +96,19 @@ class DataTable */ public function make() ...
We need to have something selected before we can count.
LiveControl_EloquentDataTable
train
php
18155a42b0cb091db29753f1ba1d7a9a6b86fb25
diff --git a/openquake/baselib/performance.py b/openquake/baselib/performance.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/performance.py +++ b/openquake/baselib/performance.py @@ -188,8 +188,7 @@ class Monitor(object): pdata = Hdf5Dataset.create(h5, 'performance_data', perf_dt) ...
Small change to Monitor.flush
gem_oq-engine
train
py
900bf2ec3065fe1ef5c7478332bac0eaab9e03fd
diff --git a/functions/menus.php b/functions/menus.php index <HASH>..<HASH> 100644 --- a/functions/menus.php +++ b/functions/menus.php @@ -9,12 +9,6 @@ */ /** - * Add theme support for menus. - * @since 0.8 - */ -add_theme_support( 'menus' ); - -/** * Register menus. * @since 0.8 */ diff --git a/...
No need to add theme support for menus and widgets. These are added internally by WordPress when specific menu or widget functions are called. git-svn-id: <URL>
justintadlock_hybrid-core
train
php,php
82d6b404903bebabb8ae3df2453001d0fb086e6b
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -170,7 +170,7 @@ class TestEasyInstallTest: sdist_zip.close() return str(sdist) - @pyte...
Use the logic already vetted for determining ascii context.
pypa_setuptools
train
py
37366b0015b857803e03cc279579d87c61d41e8c
diff --git a/lib/route_translator.rb b/lib/route_translator.rb index <HASH>..<HASH> 100644 --- a/lib/route_translator.rb +++ b/lib/route_translator.rb @@ -51,7 +51,7 @@ module RouteTranslator yield @config if block - resolve_host_locale_config_conflicts unless @config.host_locales.empty? + resolve_host_l...
Improve configuration Checks for presence instead of not absence
enriclluelles_route_translator
train
rb
99031834ff6365715d388df0067db80ca0f8c007
diff --git a/lib/browser/api/menu.js b/lib/browser/api/menu.js index <HASH>..<HASH> 100644 --- a/lib/browser/api/menu.js +++ b/lib/browser/api/menu.js @@ -56,8 +56,7 @@ Menu.prototype.popup = function (window, x, y, positioningItem) { } // menu.popup({}) - if (window && typeof window === 'object' && window.con...
:wrench: Cleanup
electron_electron
train
js
7c86af621e7b8eb86e2d894550f4b4f6d68fd627
diff --git a/question/export.php b/question/export.php index <HASH>..<HASH> 100644 --- a/question/export.php +++ b/question/export.php @@ -73,7 +73,7 @@ if ($from_form = $export_form->get_data()) { echo get_string('yourfileshoulddownload', 'question', $export_url->out()); echo $OUTPUT->box_end(); - $PAGE...
MDL-<I> question export: make it work with slasharguments off. Thanks to Brian King for working out the problem and how to fix it. I am just committing his patch.
moodle_moodle
train
php
4fabab7fc3eeeda6e14c63e589252fbf5e844835
diff --git a/src/main/java/water/api/RequestArguments.java b/src/main/java/water/api/RequestArguments.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/api/RequestArguments.java +++ b/src/main/java/water/api/RequestArguments.java @@ -1396,12 +1396,12 @@ public class RequestArguments extends RequestStatics { ...
Minor patch of ClassifyBool control. Default value of control was switched.
h2oai_h2o-2
train
java
0e8d4fe3131b24add36fcd8b9b1be27a85726910
diff --git a/core/class.rb b/core/class.rb index <HASH>..<HASH> 100644 --- a/core/class.rb +++ b/core/class.rb @@ -8,7 +8,11 @@ class Class #{sup.inherited `klass`}; - return block !== nil ? block.call(klass, null) : klass; + if (block !== nil) { + block.call(klass, null); + } + + ...
Fix bug in Class.new when taking a block
opal_opal
train
rb
994fe53669df10cf73550cd851a71866590c1b14
diff --git a/cmd/xl-v1-healing.go b/cmd/xl-v1-healing.go index <HASH>..<HASH> 100644 --- a/cmd/xl-v1-healing.go +++ b/cmd/xl-v1-healing.go @@ -300,7 +300,7 @@ func listAllBuckets(storageDisks []StorageAPI) (buckets map[string]VolInfo, if errors.IsErrIgnored(err, bucketMetadataOpIgnoredErrs...) { continue }...
Avoid shadowing ignored errors listAllBuckets() (#<I>) It can happen such that one of the disks that was down would return 'errDiskNotFound' but the err is preserved due to loop shadowing which leads to issues when healing the bucket.
minio_minio
train
go
6225c854d869db28adc7c74f0b18e0dfdefebff6
diff --git a/server/sonar-web/src/main/js/widgets/issue-filter/widget.js b/server/sonar-web/src/main/js/widgets/issue-filter/widget.js index <HASH>..<HASH> 100644 --- a/server/sonar-web/src/main/js/widgets/issue-filter/widget.js +++ b/server/sonar-web/src/main/js/widgets/issue-filter/widget.js @@ -302,7 +302,8 @@ expor...
SONAR-<I> Rule names are not displayed correctly in then issue filter widget
SonarSource_sonarqube
train
js
178b4d26839b9c5d23a97331a59347ca4305fc27
diff --git a/code/dataobjects/EventRegistration.php b/code/dataobjects/EventRegistration.php index <HASH>..<HASH> 100644 --- a/code/dataobjects/EventRegistration.php +++ b/code/dataobjects/EventRegistration.php @@ -72,6 +72,13 @@ class EventRegistration extends DataObject { } /** + * @see EventRegistration::Even...
MINOR: Added a getTitle() method to EventRegistration.
registripe_registripe-core
train
php
5c71a4e76897844ab6aeabb581549d981d9768c9
diff --git a/actionpack/lib/action_view/helpers/date_helper.rb b/actionpack/lib/action_view/helpers/date_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/date_helper.rb +++ b/actionpack/lib/action_view/helpers/date_helper.rb @@ -448,7 +448,7 @@ module ActionView # Returns a select...
wording between select_second, select_minute and select_hour should be consistent and correct
rails_rails
train
rb
658c43ab9865e88ee26d8078a51405103d2367f6
diff --git a/lib/jsduck/util/parallel.rb b/lib/jsduck/util/parallel.rb index <HASH>..<HASH> 100644 --- a/lib/jsduck/util/parallel.rb +++ b/lib/jsduck/util/parallel.rb @@ -1,4 +1,3 @@ -require 'rubygems' require 'parallel' module JsDuck diff --git a/spec/smoke_spec.rb b/spec/smoke_spec.rb index <HASH>..<HASH> 100644...
Require rubygems inside the smoke test instead. Drop the statement from JSDuck code itself.
senchalabs_jsduck
train
rb,rb
346c74915883929386b19e610f126b7f1d061b3b
diff --git a/app/gosqs/gosqs.go b/app/gosqs/gosqs.go index <HASH>..<HASH> 100644 --- a/app/gosqs/gosqs.go +++ b/app/gosqs/gosqs.go @@ -597,7 +597,7 @@ func DeleteMessageBatch(w http.ResponseWriter, req *http.Request) { notFoundEntries := make([]app.BatchResultErrorEntry, 0) for _, deleteEntry := range deleteEntri...
Fix delete check of DeleteMessageBatch
p4tin_goaws
train
go
c58086671d3cb02e9cd3b6107c27a062cbc830c7
diff --git a/schema_salad/__init__.py b/schema_salad/__init__.py index <HASH>..<HASH> 100644 --- a/schema_salad/__init__.py +++ b/schema_salad/__init__.py @@ -30,3 +30,7 @@ if six.PY3: from past import autotranslate # type: ignore autotranslate(['avro', 'avro.schema']) + import avro + import avro.sch...
Remove Py2Fixer hook after autotranslating to python 3 (#<I>) * Remove Py2Fixer hook after autotranslating to python 3
common-workflow-language_schema_salad
train
py
2e80d148f80fafb6cff708ecb01b6317473fcae8
diff --git a/src/Composer/Autoload/ClassLoader.php b/src/Composer/Autoload/ClassLoader.php index <HASH>..<HASH> 100644 --- a/src/Composer/Autoload/ClassLoader.php +++ b/src/Composer/Autoload/ClassLoader.php @@ -92,10 +92,10 @@ class ClassLoader } /** - * Registers a set of PSR-4 directories for a given ...
PSR-4 loader: Fix comments: PSR-0 related methods should have comments refering to PSR-0 and prefixes. PSR-4 related methods should have comments refering to PSR-4 and namespaces.
mothership-ec_composer
train
php
9f3b388865a36bb2eb996a42f0f0461501db6690
diff --git a/test/integration/big_values.py b/test/integration/big_values.py index <HASH>..<HASH> 100755 --- a/test/integration/big_values.py +++ b/test/integration/big_values.py @@ -89,4 +89,4 @@ def test(opts, port): if __name__ == "__main__": op = make_option_parser() opts = op.parse(sys.argv) - auto_s...
Increasing the big_values timeout to account for mock cache slowdown
rethinkdb_rethinkdb
train
py
7a20b680708f88271c9c3cb86028943ae48ea0a8
diff --git a/go/pfconfigdriver/fetch.go b/go/pfconfigdriver/fetch.go index <HASH>..<HASH> 100644 --- a/go/pfconfigdriver/fetch.go +++ b/go/pfconfigdriver/fetch.go @@ -257,6 +257,17 @@ func FetchDecodeSocketCache(ctx context.Context, o PfconfigObject) (bool, error) return true, err } +// Fetch the keys of a resourc...
Add a helper function to get the keys from a resource
inverse-inc_packetfence
train
go
92aa4535f8498843102e99ebfdc68f83cb99255f
diff --git a/views/js/qtiCreator/plugins/menu/preview.js b/views/js/qtiCreator/plugins/menu/preview.js index <HASH>..<HASH> 100644 --- a/views/js/qtiCreator/plugins/menu/preview.js +++ b/views/js/qtiCreator/plugins/menu/preview.js @@ -79,6 +79,17 @@ define([ self.enable(); } ...
Toggle button on adding/removing interaction
oat-sa_extension-tao-itemqti
train
js,js
3d8b0e5228445b5e63db794620a66e1c1ce5d6f0
diff --git a/builder/osc/common/omi_config.go b/builder/osc/common/omi_config.go index <HASH>..<HASH> 100644 --- a/builder/osc/common/omi_config.go +++ b/builder/osc/common/omi_config.go @@ -136,7 +136,7 @@ func (c *OMIConfig) prepareRegions(accessConfig *AccessConfig) (errs []error) { if (accessConfig != nil) && (...
fix: change logs in omi config
hashicorp_packer
train
go
4a5164ba537b56b9f3156e458c0c242ddab6cfd3
diff --git a/install.php b/install.php index <HASH>..<HASH> 100644 --- a/install.php +++ b/install.php @@ -794,7 +794,7 @@ function form_table($nextstage, $formaction, $databases) { <td colspan="2"> <?php error_reporting(0); // Hide errors - $db...
MDL-<I> added some overlook conversions - thanks to Eloy's script ;-)
moodle_moodle
train
php
95ba06afa554601bc2c81d6f6d551b209f7528fd
diff --git a/web/concrete/core/controllers/blocks/form_minisurvey.php b/web/concrete/core/controllers/blocks/form_minisurvey.php index <HASH>..<HASH> 100644 --- a/web/concrete/core/controllers/blocks/form_minisurvey.php +++ b/web/concrete/core/controllers/blocks/form_minisurvey.php @@ -163,7 +163,7 @@ class Concrete5_C...
Added missing dollar sign Money is important! ;) Former-commit-id: 7e<I>d2b5ec5e<I>f<I>fd<I>ac3df<I>ec<I>
concrete5_concrete5
train
php
7b8939ce5bdd6c3ae3d30151670d9d40723b4905
diff --git a/geomdl/BSpline.py b/geomdl/BSpline.py index <HASH>..<HASH> 100644 --- a/geomdl/BSpline.py +++ b/geomdl/BSpline.py @@ -964,7 +964,7 @@ class Curve(Abstract.Curve): new_ctrlpts.append(temp) # Convert to (x+1)-D curve, where x = self.dimension - ret_val = Curve() + ret_va...
Fixed a compatibility issue with subclasses
orbingol_NURBS-Python
train
py
c30eaa387f98e099c281c650f6095d26baf03fca
diff --git a/viewer.js b/viewer.js index <HASH>..<HASH> 100644 --- a/viewer.js +++ b/viewer.js @@ -6,7 +6,7 @@ function ImageViewer(canvasId, imageUrl, options){ self = this; - var options = (typeof options === 'object') ? options : {}; + options = (typeof options === 'object') ? options : {}; //...
lint error: variable doesn't need to be redefined
pfirpfel_image-viewer
train
js
ad00e2057c13d550d372c10d5e2ab9af269abb72
diff --git a/Entity/Node.php b/Entity/Node.php index <HASH>..<HASH> 100644 --- a/Entity/Node.php +++ b/Entity/Node.php @@ -223,7 +223,7 @@ class Node implements NodeInterface public function __toString() { - return $this->getName(); + return (string)$this->getName(); } /**
Node::toString always returns a string now
Mandarin-Medien_MMCmfNodeBundle
train
php
5fb3b1f8e67799ab834bdb3f9be09c5a3a48f423
diff --git a/lib/manager.js b/lib/manager.js index <HASH>..<HASH> 100644 --- a/lib/manager.js +++ b/lib/manager.js @@ -118,7 +118,7 @@ Manager.prototype.eth_getTransactionByHash = function(tx_hash, callback) { } Manager.prototype.eth_getTransactionCount = function(address, block_number, callback) { - callback(null...
Fix nasty bug where getTransactionCount's callback was being called twice.
trufflesuite_ganache-core
train
js
25b03a1ba46f1ed16df64cf931ac04a7afa8ac69
diff --git a/bolt-modules/boltlib/spec/functions/run_task_spec.rb b/bolt-modules/boltlib/spec/functions/run_task_spec.rb index <HASH>..<HASH> 100644 --- a/bolt-modules/boltlib/spec/functions/run_task_spec.rb +++ b/bolt-modules/boltlib/spec/functions/run_task_spec.rb @@ -298,7 +298,7 @@ describe 'run_task' do ) ...
(BOLT-<I>) Trying to fix run_task tests
puppetlabs_bolt
train
rb
4a81631ecf042178c1b9888927a9709fc6574989
diff --git a/lib/haml/filters.rb b/lib/haml/filters.rb index <HASH>..<HASH> 100644 --- a/lib/haml/filters.rb +++ b/lib/haml/filters.rb @@ -349,6 +349,7 @@ END # Only works if [RDiscount](https://github.com/rtomayko/rdiscount), # [RPeg-Markdown](https://github.com/rtomayko/rpeg-markdown), # [Maruku](http:...
Add missing reference to Kramdown.
haml_haml
train
rb
5c83506afccacc4fabea1c71cb0d4ffe38d2321c
diff --git a/src/assets/js/properties/url.js b/src/assets/js/properties/url.js index <HASH>..<HASH> 100644 --- a/src/assets/js/properties/url.js +++ b/src/assets/js/properties/url.js @@ -21,7 +21,7 @@ class Url { add(e) { e.preventDefault(); - const $this = $(this); + const $this = $(e.currentTarget); ...
Use `bind` and `e.currentTarget` for url property
wp-papi_papi
train
js
27837a467039f4acc66105c53e2a4f51aac6a041
diff --git a/spec/bracket_spec.rb b/spec/bracket_spec.rb index <HASH>..<HASH> 100644 --- a/spec/bracket_spec.rb +++ b/spec/bracket_spec.rb @@ -15,7 +15,7 @@ describe BracketTree::Bracket::Base do bracket.matches.should be_a Array bracket.matches.map(&:class).should == [BracketTree::Match, BracketTree::Mat...
expose issue with single elimination brackets depth
agoragames_bracket_tree
train
rb
164afe1fb5773aee625febe49c0082f91f6559b7
diff --git a/src/behavior.js b/src/behavior.js index <HASH>..<HASH> 100644 --- a/src/behavior.js +++ b/src/behavior.js @@ -119,7 +119,7 @@ var behavior = (function() { return; if(container.childNodes.length > 0) - cursor.moveAtEnd(parser.latestChild(container)); + cursor.moveAtTextEnd(co...
Helper method in cursor to move at text end
livingdocsIO_editable.js
train
js,js
2dabd7f54eba532ed6f3152ddf4a2b9780044336
diff --git a/src/Console/Commands/SeedCommand.php b/src/Console/Commands/SeedCommand.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/SeedCommand.php +++ b/src/Console/Commands/SeedCommand.php @@ -67,7 +67,7 @@ class SeedCommand extends Command 'username' => 'Admin', 'given_name' => ...
Update seeder data to fix email validation rule issues
rinvex_cortex-auth
train
php
1d44f13c07bc0f036b0840fed7d263283b56f71e
diff --git a/dist/jquery.cropit.js b/dist/jquery.cropit.js index <HASH>..<HASH> 100644 --- a/dist/jquery.cropit.js +++ b/dist/jquery.cropit.js @@ -1020,7 +1020,7 @@ return /******/ (function(modules) { // webpackBootstrap 'default': 'fill' }, { name: 'maxZoom', - type: 'string', + type: 'number'...
Corrected maxZoom option type
scottcheng_cropit
train
js,js
9a51e76f3bf5c9e126039ab83d0538d94a1a6c31
diff --git a/presto-orc/src/main/java/com/facebook/presto/orc/stream/BooleanStream.java b/presto-orc/src/main/java/com/facebook/presto/orc/stream/BooleanStream.java index <HASH>..<HASH> 100644 --- a/presto-orc/src/main/java/com/facebook/presto/orc/stream/BooleanStream.java +++ b/presto-orc/src/main/java/com/facebook/pr...
Fix BooleanStream skip bugs Adjust data byte when skipping bits Fix skip to end of stream
prestodb_presto
train
java
b9e9eea295026b50d96bd71912a1855ff82745fe
diff --git a/toot/ui/app.py b/toot/ui/app.py index <HASH>..<HASH> 100644 --- a/toot/ui/app.py +++ b/toot/ui/app.py @@ -739,11 +739,12 @@ class TimelineApp: def full_redraw(self): """Perform a full redraw of the UI.""" + self.left.draw_statuses(self.statuses, self.selected) + self.right.dra...
Redaw footer and header after panels Fix left panel overlaping the footer on full_redraws
ihabunek_toot
train
py
5f2f485a98a34e95c4e7cc38509fce398da50c03
diff --git a/zero.js b/zero.js index <HASH>..<HASH> 100644 --- a/zero.js +++ b/zero.js @@ -16,7 +16,7 @@ module.exports = ZeroClientProvider function ZeroClientProvider(opts){ opts = opts || {} - const engine = new ProviderEngine() + const engine = new ProviderEngine(opts.engineParams) // static const s...
zero - pass in engine params eg pollingInterval
MetaMask_web3-provider-engine
train
js
e5312996d4a2a8f2a0395057d9eaff12e9d15aa7
diff --git a/api/routes.go b/api/routes.go index <HASH>..<HASH> 100644 --- a/api/routes.go +++ b/api/routes.go @@ -29,6 +29,8 @@ func (s *Server) RegisterRoutes() { r.Get("/cluster", s.getClusterStatus) r.Combo("/getdata", bind(models.GetData{})).Get(s.getData).Post(s.getData) + // equivalent to /render but used ...
provide alternative render path for graphite-metrictank so that we can keep separate stats on the two uses cases (calls from users and calls from graphite-api)
grafana_metrictank
train
go
26343f3d605aff1dd5f5ebaf5165dd3ad6b9828d
diff --git a/src/js/me-shim.js b/src/js/me-shim.js index <HASH>..<HASH> 100644 --- a/src/js/me-shim.js +++ b/src/js/me-shim.js @@ -256,7 +256,15 @@ mejs.HtmlMediaElementShim = { ext = url.substring(url.lastIndexOf('.') + 1); return ((isVideo) ? 'video' : 'audio') + '/' + ext; } else { - return type; + //...
fix failure to fallthrough to flash when source types included codecs: `<source src="pr6.mp4" type='video/mp4; codecs="avc<I>E<I>E, mp4a<I>"'>`
mediaelement_mediaelement
train
js
c05f8df618badfd923e13ea2c8d2866268a23ac3
diff --git a/lib/util.js b/lib/util.js index <HASH>..<HASH> 100644 --- a/lib/util.js +++ b/lib/util.js @@ -30,6 +30,7 @@ util.getUrl = function(id, endpoint) { * @return {Promise} */ util.request = function(options) { + options.json = true; return rp(options) .catch(RequestError, StatusCodeError, function(e...
lib/util: more body/json funny business
smartcar_node-sdk
train
js
8355e958ea487e0f9831191f74e6a8c1255c229a
diff --git a/TsIntuition.php b/TsIntuition.php index <HASH>..<HASH> 100644 --- a/TsIntuition.php +++ b/TsIntuition.php @@ -626,7 +626,7 @@ class TsIntuition { if ( $domain === false ) $domain = $this->getDomain(); - $from = $messageBlob[$domain]; + $from = $this->messageBlob[$domain]; } $ret...
Follow up r<I>. But still, things don't seem to be right... git-svn-id: <URL>
Krinkle_intuition
train
php
f4ad1d4fad775be139359adbcb123de2b3895d69
diff --git a/pyqode/cobol/widgets/code_edit.py b/pyqode/cobol/widgets/code_edit.py index <HASH>..<HASH> 100644 --- a/pyqode/cobol/widgets/code_edit.py +++ b/pyqode/cobol/widgets/code_edit.py @@ -1,6 +1,7 @@ """ This module contains the cobol code edit widget. """ +import mimetypes import os import sys from pyqode...
Add mimetypes property to cobol code edit and add all cobol extensions to the cobol mimetypes (which is missing quite a few one)
pyQode_pyqode.cobol
train
py
685f4cf230c03b5d1a29b4c020bf7bc20ee19d88
diff --git a/src/Payum/Core/Security/AbstractGenericTokenFactory.php b/src/Payum/Core/Security/AbstractGenericTokenFactory.php index <HASH>..<HASH> 100644 --- a/src/Payum/Core/Security/AbstractGenericTokenFactory.php +++ b/src/Payum/Core/Security/AbstractGenericTokenFactory.php @@ -66,7 +66,15 @@ abstract class Abstrac...
[security] GenericTokenFactory did not handle afterPath correctly, when it is url.
Payum_Payum
train
php
912f76c3ef79965cba4e55c7f9e4b69435b8caf6
diff --git a/bosh_cli/lib/cli/commands/task.rb b/bosh_cli/lib/cli/commands/task.rb index <HASH>..<HASH> 100644 --- a/bosh_cli/lib/cli/commands/task.rb +++ b/bosh_cli/lib/cli/commands/task.rb @@ -118,9 +118,9 @@ module Bosh::Cli::Command def show_tasks_table(tasks) return if tasks.empty? tasks_table =...
[cli] Show user column in tasks [Fixes #<I>]
cloudfoundry_bosh
train
rb