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
019ba714cd12f91f9683055da692f6be06691270
diff --git a/lib/websocket/driver/hybi.rb b/lib/websocket/driver/hybi.rb index <HASH>..<HASH> 100644 --- a/lib/websocket/driver/hybi.rb +++ b/lib/websocket/driver/hybi.rb @@ -69,8 +69,6 @@ module WebSocket return unless @socket.respond_to?(:env) - protos = @socket.env['HTTP_SEC_WEBSOCKET_PROTOCOL'] ...
Remove a redundant statement from the Hybi setup code.
faye_websocket-driver-ruby
train
rb
30e8949985e60495cba9232f59da2b4f6fff807b
diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index <HASH>..<HASH> 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -57,7 +57,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "sync+https://abb552c4f16c45c2ab75c84641100d6e:279c28ac...
Fix "Transport selection via DSN is deprecated" message. Sync is configured with HTTPTransport.
GNS3_gns3-server
train
py
a01a0cb0aaa14cb9b284cfe4bea523b18181d364
diff --git a/webpack.config.node.js b/webpack.config.node.js index <HASH>..<HASH> 100644 --- a/webpack.config.node.js +++ b/webpack.config.node.js @@ -44,6 +44,12 @@ function getExternals() { externals[ 'devdocs/components-usage-stats.json' ] = 'commonjs devdocs/components-usage-stats.json'; // Exclude server/bundl...
Server: Use production react in the server bundle for prod (#<I>) * use minified react and react-with-addons * Only do the mapping in production envs, add redux
Automattic_wp-calypso
train
js
cef4cff6336123142b22b7089aabd18b6b003e5a
diff --git a/template.go b/template.go index <HASH>..<HASH> 100644 --- a/template.go +++ b/template.go @@ -51,7 +51,6 @@ func generateFile(config Config, containers []*RuntimeContainer) bool { filteredContainers = containers } - tmpl = tmpl dest := os.Stdout if config.Dest != "" { dest, err = ioutil.TempF...
go vet fix: self-assignment of tmpl to tmpl
jwilder_docker-gen
train
go
7ccf89feb3c7f86520bdccaabbe03eb01ab2d4c4
diff --git a/gems/messaging/lib/torquebox/messaging/backgroundable.rb b/gems/messaging/lib/torquebox/messaging/backgroundable.rb index <HASH>..<HASH> 100644 --- a/gems/messaging/lib/torquebox/messaging/backgroundable.rb +++ b/gems/messaging/lib/torquebox/messaging/backgroundable.rb @@ -66,13 +66,12 @@ module TorqueBox ...
Always call super - it's the polite thing to do.
torquebox_torquebox
train
rb
a25ebca88f679a74b8a05311b9b1d996f3bd012d
diff --git a/src/sos/substep_executor.py b/src/sos/substep_executor.py index <HASH>..<HASH> 100644 --- a/src/sos/substep_executor.py +++ b/src/sos/substep_executor.py @@ -139,7 +139,7 @@ def _execute_substep(stmt, global_def, task, proc_vars, step_md5, step_tokens, sig.set_output(env.sos_dict['_output'...
Fix passing runtime dictionaries to sos_targets
vatlab_SoS
train
py
b251777a10c6b46f34e2c7047fabf1a0d88b6ab3
diff --git a/tasks/mustache_render.js b/tasks/mustache_render.js index <HASH>..<HASH> 100644 --- a/tasks/mustache_render.js +++ b/tasks/mustache_render.js @@ -157,7 +157,14 @@ module.exports = function gruntTask(grunt) { } else if (/\.ya?ml$/i.test(dataPath)) { return grunt.file.readYAML(dataPath); } e...
Display warnings to console on bad/missing export If the task encounters a JavaScript module which either exports a non-object or does not export anything at all, display a warning to the console.
5thWall_mustache-render
train
js
b2f4619618c0ecd77a2d44638f02fd9e2fad5009
diff --git a/algoliasearch/http/requester.py b/algoliasearch/http/requester.py index <HASH>..<HASH> 100644 --- a/algoliasearch/http/requester.py +++ b/algoliasearch/http/requester.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - import requests from requests import Timeout, RequestException, HTTPError
Removees encoding from requester
algolia_algoliasearch-client-python
train
py
1ce63d6a0c169b8f052be059d81a307dbe465923
diff --git a/src/toil/utils/toilStatus.py b/src/toil/utils/toilStatus.py index <HASH>..<HASH> 100644 --- a/src/toil/utils/toilStatus.py +++ b/src/toil/utils/toilStatus.py @@ -39,11 +39,11 @@ logger = logging.getLogger(__name__) class ToilStatus(): """Tool for reporting on job status.""" - def __init__(self, ...
Make sure JobException is caught when jobstore complete.
DataBiosphere_toil
train
py
12a182e937c9dde5413c1b1dcae208ddfa9cb48d
diff --git a/libnetwork/drivers/ipvlan/ipvlan_network.go b/libnetwork/drivers/ipvlan/ipvlan_network.go index <HASH>..<HASH> 100644 --- a/libnetwork/drivers/ipvlan/ipvlan_network.go +++ b/libnetwork/drivers/ipvlan/ipvlan_network.go @@ -182,10 +182,12 @@ func parseNetworkOptions(id string, option options.Generic) (*confi...
Ipvlan network handles netlabel.Internal wrong check value of netlabel.Internal not just it's existence
moby_moby
train
go
9e7c3329dc6be5a34558059887179ee63331813a
diff --git a/test/codec.js b/test/codec.js index <HASH>..<HASH> 100644 --- a/test/codec.js +++ b/test/codec.js @@ -261,6 +261,43 @@ describe('codec', function() { }); }); + it('should skip falsy struct keys in JSON', function() { + var value = { + undefined: '1' + }; + + var int =...
Coverage branch: codec.js (#<I>)
googleapis_nodejs-spanner
train
js
f88b01ca7fce375234e5cc8d37fcbce2cafc2daf
diff --git a/spec/command_spec.rb b/spec/command_spec.rb index <HASH>..<HASH> 100644 --- a/spec/command_spec.rb +++ b/spec/command_spec.rb @@ -20,6 +20,7 @@ describe GitHub::Command do end it "should successfully call out to the shell" do + class_unguard(Open3, :popen3) hi = @command.sh("echo hi") ...
Unguard Open3.popen3 when we're testing the GitHub::Command#sh method
defunkt_github-gem
train
rb
1c216dbc85bfb23886c087ec0f010c244a318a01
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -176,7 +176,13 @@ function loadExistingAccessories(callback) { }); } - +//Catch Homwbridge Console Logging +console.log = function(logs) { + if (adapter && adapter.log && adapter.log.debug) { + adapter.log.debug(...
y to catch Homebridge console logging
ioBroker_ioBroker.ham
train
js
cb58af27e08754eb781ea3947b6da9e6fb1a6c66
diff --git a/rusha.sweet.js b/rusha.sweet.js index <HASH>..<HASH> 100644 --- a/rusha.sweet.js +++ b/rusha.sweet.js @@ -48,8 +48,12 @@ hasher = new Rusha(4 * 1024 * 1024); self.onmessage = function onMessage (event) { var hash, data = event.data.data; - hash = hasher.digest(data); - self.p...
Add back error handling when using as a web worker
srijs_rusha
train
js
07974dcd0c7e64b5570b96aaf2138c4e703e1771
diff --git a/lib/lingohub/commands/project.rb b/lib/lingohub/commands/project.rb index <HASH>..<HASH> 100644 --- a/lib/lingohub/commands/project.rb +++ b/lib/lingohub/commands/project.rb @@ -54,8 +54,8 @@ module Lingohub::Command display "Web URL: #{project.weburl}" display "Owner: #{proje...
#1 Fix incorrect project title during confirmation The previously used #project_title method at this point always returns "lingohub_ruby". This is obviously not correct, and will have to be fixed as well. This commit just makes sure that we don't confuse the other with having to enter a wrong project name. Also it see...
lingohub_lingohub_ruby
train
rb
ad4cfaf2cf74a1d7c19a68be74b9758476f614b7
diff --git a/test/filter_test.rb b/test/filter_test.rb index <HASH>..<HASH> 100644 --- a/test/filter_test.rb +++ b/test/filter_test.rb @@ -410,7 +410,7 @@ class AfterFilterTest < Test::Unit::TestCase assert ran end - it 'is possible to apply user_agent conditions to before filters with a path' do + it 'is p...
Resolve test name conflict There are two tests named "is possible to apply user_agent conditions to before filters with a path" in filters_test.rb, causing "method redefined" warnings and tests not being run. Rename second of these to accurately describe what it's testing
sinatra_sinatra
train
rb
500e9e22121c6cf10b8d320b35930c0dfeb8ecd1
diff --git a/version/version.go b/version/version.go index <HASH>..<HASH> 100644 --- a/version/version.go +++ b/version/version.go @@ -17,5 +17,5 @@ package version var ( - Version = "0.5.0-alpha.0" + Version = "0.5.0-alpha.1" )
version: bump to <I>-alpha<I>
etcd-io_etcd
train
go
2b43aa8f4f3fe37ed9f3dea2aafe7190e11aa716
diff --git a/src/view/items/Element.js b/src/view/items/Element.js index <HASH>..<HASH> 100644 --- a/src/view/items/Element.js +++ b/src/view/items/Element.js @@ -120,7 +120,7 @@ export default class Element extends ContainerItem { } find ( selector, options ) { - if ( matches( this.node, selector ) ) return thi...
guard against a not-fully-initialized element causing a crash during log.warn - fixes #<I>
ractivejs_ractive
train
js
b9d2a9df14befbf633a6cd573eb9bd103db72994
diff --git a/docker/src/main/java/org/arquillian/cube/impl/client/CubeLifecycleController.java b/docker/src/main/java/org/arquillian/cube/impl/client/CubeLifecycleController.java index <HASH>..<HASH> 100644 --- a/docker/src/main/java/org/arquillian/cube/impl/client/CubeLifecycleController.java +++ b/docker/src/main/jav...
resolves issue #<I> by adding observer event for prestarted containers.
arquillian_arquillian-cube
train
java
6f66a90972c8a8922474edb3e9707f5324eb4042
diff --git a/lib/fabrication/version.rb b/lib/fabrication/version.rb index <HASH>..<HASH> 100644 --- a/lib/fabrication/version.rb +++ b/lib/fabrication/version.rb @@ -1,3 +1,3 @@ module Fabrication - VERSION = '0.6.0' + VERSION = '0.6.2' end
Version bump to <I> Fix Ruby <I> compatibility Major refactor under the covers
paulelliott_fabrication
train
rb
5708afcee9a4372f5eadad7171a092edcf1f87b6
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -83,8 +83,8 @@ Wait for an event by calling Recv: } // ... -The Ready channel can be used to check for pending events or managing -multiple event handlers: +The Ready channel can be used to check for pending events or +coordinat...
Update docs for new event Ready-channel semantics
mafredri_cdp
train
go
0b66d92c32284344d2ab81aebabfa9b4455967f3
diff --git a/src/main/java/com/dlsc/preferencesfx/formsfx/view/controls/SimpleTextControl.java b/src/main/java/com/dlsc/preferencesfx/formsfx/view/controls/SimpleTextControl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/dlsc/preferencesfx/formsfx/view/controls/SimpleTextControl.java +++ b/src/main/java/com/d...
switched ordering of getStyleClass on node, so it will only be called after it's been initialized
dlemmermann_PreferencesFX
train
java
d3e4d14281f6ca648b229b1b4a76dd5e185eb324
diff --git a/ospd/parser.py b/ospd/parser.py index <HASH>..<HASH> 100644 --- a/ospd/parser.py +++ b/ospd/parser.py @@ -35,6 +35,7 @@ DEFAULT_CONFIG_PATH = "~/.config/ospd.conf" DEFAULT_UNIX_SOCKET_PATH = "/var/run/ospd/ospd.sock" DEFAULT_PID_PATH = "/var/run/ospd.pid" DEFAULT_STREAM_TIMEOUT = 10 # ten seconds +DEFA...
Add scaninfo-store time command line option It defines the max time in hours that forgotten scan will be kept in memory befor being automatically deleted from the scan table.
greenbone_ospd
train
py
8cd3d001721515821af2c19c58bdd3be3313fd03
diff --git a/src/Request/Products/ProductProjectionFetchByIdRequest.php b/src/Request/Products/ProductProjectionFetchByIdRequest.php index <HASH>..<HASH> 100644 --- a/src/Request/Products/ProductProjectionFetchByIdRequest.php +++ b/src/Request/Products/ProductProjectionFetchByIdRequest.php @@ -8,6 +8,7 @@ namespace Sph...
add projection mapping to FetchById Request
commercetools_commercetools-php-sdk
train
php
a597a553311baffaf1ee09f756e0a735ca1a0d28
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,11 @@ except: from distutils.core import setup setup(name='sprinter', - version='0.3', + version='0.3.1', description='a utility library to help environment bootstrapping scripts', auth...
Revving to <I> * fixing url * Adding in bugfix for pulling in remote urls
toumorokoshi_sprinter
train
py
8578bfd64d5a583d182fd15dd7573773abffd7e4
diff --git a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/utils/ModuleLoader.java b/blueflood-core/src/main/java/com/rackspacecloud/blueflood/utils/ModuleLoader.java index <HASH>..<HASH> 100644 --- a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/utils/ModuleLoader.java +++ b/blueflood-core/src/...
Clear the cache, so that it won't interfere with tests.
rackerlabs_blueflood
train
java
84e7c9506c926684a5438ab5cd76deb3d0f6f00a
diff --git a/lib/python/vdm/tests/server/start_stop_database_test.py b/lib/python/vdm/tests/server/start_stop_database_test.py index <HASH>..<HASH> 100644 --- a/lib/python/vdm/tests/server/start_stop_database_test.py +++ b/lib/python/vdm/tests/server/start_stop_database_test.py @@ -173,7 +173,7 @@ class Cluster(unittes...
Fixed failed test cases in start_stop_database_test
VoltDB_voltdb
train
py
18d523df69ebc072fe50a464faa757ce1c0918ad
diff --git a/tests/support/test_knock.py b/tests/support/test_knock.py index <HASH>..<HASH> 100644 --- a/tests/support/test_knock.py +++ b/tests/support/test_knock.py @@ -86,7 +86,6 @@ async def test_abort_knock_down_host(event_loop, caplog): assert (end - start) < 1 await asyncio.sleep(0) event_loop.set...
Ensure knock exceptions are retrieved
postlund_pyatv
train
py
645e6cb93071720cdaed4dd08fb60c9b7c618a7c
diff --git a/riemann_client/transport.py b/riemann_client/transport.py index <HASH>..<HASH> 100644 --- a/riemann_client/transport.py +++ b/riemann_client/transport.py @@ -193,3 +193,6 @@ class BlankTransport(Transport): def disconnect(self): """Clears the list of messages""" del self.messages + +...
Add __len__ method to BlankTransport
borntyping_python-riemann-client
train
py
a76e6ae5bf421d05159d75e6983466778631c0af
diff --git a/app/models/concerns/alchemy/content_touching.rb b/app/models/concerns/alchemy/content_touching.rb index <HASH>..<HASH> 100644 --- a/app/models/concerns/alchemy/content_touching.rb +++ b/app/models/concerns/alchemy/content_touching.rb @@ -17,7 +17,7 @@ module Alchemy # def touch_contents re...
Touch contents updated_at column in pure SQL Instead of touching each content on its own.
AlchemyCMS_alchemy_cms
train
rb
df11fbec1bd290c755d43ddb838757c3b3a64b4d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -50,7 +50,7 @@ module.exports = class QiniuPlugin { let file = assets[fileName] || {}; if (!file.emitted) return; - let key = path.join(uploadPath, fileName); + let key = path.posix.join(uploa...
fix file key bug on win<I> system
lyfeyaj_qn-webpack
train
js
f3dafb31a0f753a2e644a2a4ea132ea852d965d8
diff --git a/usagestats.py b/usagestats.py index <HASH>..<HASH> 100644 --- a/usagestats.py +++ b/usagestats.py @@ -235,6 +235,7 @@ class Stats(object): old_reports = [f for f in os.listdir(self.location) if f.startswith('report_')] old_reports.sort() + old_reports = old_...
Upload max 5 reports at a time
remram44_usagestats
train
py
eeff111745ed753675f0daf1c895b9028f042471
diff --git a/src/Context/Website/ConfigurableUrlToWebsiteMap.php b/src/Context/Website/ConfigurableUrlToWebsiteMap.php index <HASH>..<HASH> 100644 --- a/src/Context/Website/ConfigurableUrlToWebsiteMap.php +++ b/src/Context/Website/ConfigurableUrlToWebsiteMap.php @@ -75,6 +75,10 @@ class ConfigurableUrlToWebsiteMap impl...
Issue #<I>: Add missing PHPDoc block
lizards-and-pumpkins_catalog
train
php
350daca7b3997d19b73f60bfe623ee2432301f96
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -227,7 +227,6 @@ module.exports = { }, rules: { 'node/no-extraneous-import': 'off', - 'node/no-unpublished-import': 'off', 'node/no-unsupported-features/es-syntax': 'off',...
ESLint: Enable `node/no-unpublished-import` rule
glimmerjs_glimmer-vm
train
js
0fca0ade6a1b363be09c0b3ba20c28925b7f3a87
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 @@ -1,6 +1,8 @@ -require 'simplecov' -SimpleCov.start +if ENV['CI'] == 'true' + require 'simplecov' + SimpleCov.start + require 'codecov' + SimpleCov.formatter = SimpleCov::Formatte...
Do not generate test coverage report unless on CI
ONLYOFFICE_ooxml_parser
train
rb
4da2f6476ec20115393471c889ddb47fb7e476bd
diff --git a/temporary-map-visualization-fix/listing.py b/temporary-map-visualization-fix/listing.py index <HASH>..<HASH> 100644 --- a/temporary-map-visualization-fix/listing.py +++ b/temporary-map-visualization-fix/listing.py @@ -14,7 +14,10 @@ class Listing: @property def price(self): """ return the montly...
add error handling for price, bed and bathroom
AnthonyBloomer_daftlistings
train
py
6e71ec5641d67a782733737764f349acd5342071
diff --git a/kafka/kafkatest/message_consumer.go b/kafka/kafkatest/message_consumer.go index <HASH>..<HASH> 100644 --- a/kafka/kafkatest/message_consumer.go +++ b/kafka/kafkatest/message_consumer.go @@ -23,6 +23,12 @@ func (consumer *MessageConsumer) Incoming() chan kafka.Message { return consumer.messages } +// C...
add CommitAndRelease to kafkatest
ONSdigital_go-ns
train
go
2bc4899726705e8e08378f5ed2aad41328409e3e
diff --git a/historical/__about__.py b/historical/__about__.py index <HASH>..<HASH> 100644 --- a/historical/__about__.py +++ b/historical/__about__.py @@ -9,7 +9,7 @@ __title__ = "historical" __summary__ = ("Historical tracking of AWS configuration data.") __uri__ = "https://github.com/Netflix-Skunkworks/historical" ...
Version bump. (#<I>)
Netflix-Skunkworks_historical
train
py
b8dbf47353ed39d2ab281faec7247b24f1a1bd8a
diff --git a/src/main/java/com/jayway/maven/plugins/android/phase09package/AarMojo.java b/src/main/java/com/jayway/maven/plugins/android/phase09package/AarMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/jayway/maven/plugins/android/phase09package/AarMojo.java +++ b/src/main/java/com/jayway/maven/plugins/a...
removed duplicate method call in aapcommandbuilder invocation
simpligility_android-maven-plugin
train
java
33dc704657d113984a832a664ae8db06dc85041e
diff --git a/lib/torquespec/daemon.rb b/lib/torquespec/daemon.rb index <HASH>..<HASH> 100644 --- a/lib/torquespec/daemon.rb +++ b/lib/torquespec/daemon.rb @@ -124,6 +124,13 @@ module RSpec @metadata = data end end + + class Time + def marshal_dump + end + def marshal_load data + ...
Stub out marshalling of the private RSpec Time class copy Recent versions of RSpec clone the Time class, to provide access to `now` without having to worry about stubs left over from tests. This led to a failure in TorqueSpec when an attempt was made to marshall those objects. This provides stubs that simply ship no...
torquebox_torquespec
train
rb
a2a6a63a55280c3b6475482ce996aa0d4cf2046b
diff --git a/src/Lib/Service/Calc/Sub/Db.php b/src/Lib/Service/Calc/Sub/Db.php index <HASH>..<HASH> 100644 --- a/src/Lib/Service/Calc/Sub/Db.php +++ b/src/Lib/Service/Calc/Sub/Db.php @@ -521,7 +521,7 @@ class Db $saleId = $item[Calc::A_ORDR_ID]; $bind = [ LogSales::ATTR_TRANS_...
MOBI-<I> - Refresh bonus base structure
praxigento_mobi_mod_bonus_hybrid
train
php
69d08eb236d1406027e03e34d445b15037635e59
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/a...
copy-edits RDoc in fba<I>f This revision makes the terminology uniform with the rest of the file. In general we describe these methods in terms of the adapter, rather than the database. (As a side note, if we wanted to refer to the database we would write "PostgreSQL".)
rails_rails
train
rb
bdcc2cb4fde75d48fda7e691adf43f108a60535b
diff --git a/matchpy/functions.py b/matchpy/functions.py index <HASH>..<HASH> 100644 --- a/matchpy/functions.py +++ b/matchpy/functions.py @@ -105,7 +105,7 @@ def replace(expression: Expression, position: Sequence[int], replacement: Union[ Raises: IndexError: If the position is invalid or out of range. ...
Fixed a small issue with replace() and list positions.
HPAC_matchpy
train
py
ec038748609c656587f1e264e0c25acc5a8e12b8
diff --git a/Model/ProductManager.php b/Model/ProductManager.php index <HASH>..<HASH> 100644 --- a/Model/ProductManager.php +++ b/Model/ProductManager.php @@ -32,6 +32,20 @@ abstract class ProductManager implements ProductManagerInterface */ public function addIdentifierSetToProduct(ProductIdentifierSetInter...
refactor getting index for identifierSet into is own method
vespolina_commerce
train
php
80520f69ffbc866c67d2bec99191fb6639552a2c
diff --git a/src/Controller/Component/CsvViewComponent.php b/src/Controller/Component/CsvViewComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/CsvViewComponent.php +++ b/src/Controller/Component/CsvViewComponent.php @@ -195,7 +195,7 @@ class CsvViewComponent extends Component /** * Che...
Fixed CS (task #<I>)
QoboLtd_cakephp-csv-migrations
train
php
1915173f0547b6122de1dfb8420adf68bf70ff5d
diff --git a/src/LINEBot/RichMenuBuilder/RichMenuSizeBuilder.php b/src/LINEBot/RichMenuBuilder/RichMenuSizeBuilder.php index <HASH>..<HASH> 100644 --- a/src/LINEBot/RichMenuBuilder/RichMenuSizeBuilder.php +++ b/src/LINEBot/RichMenuBuilder/RichMenuSizeBuilder.php @@ -47,7 +47,7 @@ class RichMenuSizeBuilder * ...
Change RichMenuSizeBuilder helper functions to static
line_line-bot-sdk-php
train
php
11c58162b827a3b5b1ea59eb762f4b2be91101ea
diff --git a/tfjs-layers/karma.conf.js b/tfjs-layers/karma.conf.js index <HASH>..<HASH> 100644 --- a/tfjs-layers/karma.conf.js +++ b/tfjs-layers/karma.conf.js @@ -60,11 +60,16 @@ module.exports = function(config) { browserStack: { username: process.env.BROWSERSTACK_USERNAME, accessKey: process.env.BR...
Update layers browserstack configurations. (#<I>) DEV
tensorflow_tfjs
train
js
2a73f16d6f3268f01c4e7199613a9394fbc8993f
diff --git a/salt/modules/temp.py b/salt/modules/temp.py index <HASH>..<HASH> 100644 --- a/salt/modules/temp.py +++ b/salt/modules/temp.py @@ -40,4 +40,5 @@ def file(suffix='', prefix='tmp', parent=None): salt '*' temp.file salt '*' temp.file prefix='mytemp-' parent='/var/run/' ''' - return te...
undo pylint fix to fix pylint
saltstack_salt
train
py
f3fd0cab656a49630ccb969e20a8c700b0e937c4
diff --git a/claripy/backends/backend_vsa.py b/claripy/backends/backend_vsa.py index <HASH>..<HASH> 100644 --- a/claripy/backends/backend_vsa.py +++ b/claripy/backends/backend_vsa.py @@ -623,6 +623,10 @@ class BackendVSA(Backend): # > lb = lb + 1 + if stride == 0 a...
Cheap hack to fix issue #<I>.
angr_claripy
train
py
7646f3c9960fbccd1daa213ee0b496301c8fa746
diff --git a/mbed/mbed.py b/mbed/mbed.py index <HASH>..<HASH> 100644 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -1965,6 +1965,11 @@ def update(rev=None, clean=False, clean_files=False, clean_deps=False, ignore=Fa "This %s is in detached HEAD state, and you won't be able to receive updates from the remote rep...
Add warning when atempting to recursively update to latest and detached
ARMmbed_mbed-cli
train
py
3b672b77cbb9b2703169d53c2df424acb2ca0323
diff --git a/spec/searchlogic/named_scopes/column_conditions_spec.rb b/spec/searchlogic/named_scopes/column_conditions_spec.rb index <HASH>..<HASH> 100644 --- a/spec/searchlogic/named_scopes/column_conditions_spec.rb +++ b/spec/searchlogic/named_scopes/column_conditions_spec.rb @@ -26,6 +26,9 @@ describe Searchlogic::N...
Add specs for ColumnConditions coverage
binarylogic_searchlogic
train
rb
8077017cff02819c448c6085bdcff54253b1ba2c
diff --git a/zhaquirks/ikea/cctlightzha.py b/zhaquirks/ikea/cctlightzha.py index <HASH>..<HASH> 100644 --- a/zhaquirks/ikea/cctlightzha.py +++ b/zhaquirks/ikea/cctlightzha.py @@ -37,6 +37,7 @@ class CCTLightZHA(CustomDevice): MODELS_INFO: [ (IKEA, "TRADFRI bulb GU10 WS 400lm"), (IKEA,...
Added another IKEA FLALT panel to CCT ZHA light quirk (#<I>)
dmulcahey_zha-device-handlers
train
py
43217e2a5274d386d643b7d8c4c1f2f3f28117e6
diff --git a/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java b/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java +++ b/src/main/java/com/omertron/omdbapi/model/OmdbVideoBasic.java @@ -35,7 +35,7 @@ pub...
Renaming to prevent override.
Omertron_api-omdb
train
java
50ee67e8eb071d09eaa7abd97492f8fa4fb9dd67
diff --git a/lib/sidekiq/scheduler.rb b/lib/sidekiq/scheduler.rb index <HASH>..<HASH> 100644 --- a/lib/sidekiq/scheduler.rb +++ b/lib/sidekiq/scheduler.rb @@ -111,10 +111,13 @@ module Sidekiq # Enqueue a job based on a config hash def self.enqueue_from_config(job_config) - job_config['class'] = constan...
NoMethodError: undefined method 'constantize' for Sidekiq::Scheduler:Class
moove-it_sidekiq-scheduler
train
rb
a5f4a3a9c4300b87922e56fa5600ff4818410906
diff --git a/cmd/juju/common/controller.go b/cmd/juju/common/controller.go index <HASH>..<HASH> 100644 --- a/cmd/juju/common/controller.go +++ b/cmd/juju/common/controller.go @@ -130,6 +130,7 @@ func WaitForAgentInitialisation( strings.HasSuffix(errorMessage, "target machine actively refused it."), // Winsock messa...
Add another whitelisted network error to bootstrap check
juju_juju
train
go
cf45336529cbfd48ba31b714d45aa242b95a57f1
diff --git a/lib/punchblock/component/input.rb b/lib/punchblock/component/input.rb index <HASH>..<HASH> 100644 --- a/lib/punchblock/component/input.rb +++ b/lib/punchblock/component/input.rb @@ -28,10 +28,10 @@ module Punchblock # @return [Float] Indicates how sensitive the interpreter should be to loud versus q...
[DOC] Clarify timeout units in docs
adhearsion_punchblock
train
rb
2c9d76c6f459684333c1ee0857f58b2c5a2c25cc
diff --git a/groupMembershipControl.js b/groupMembershipControl.js index <HASH>..<HASH> 100644 --- a/groupMembershipControl.js +++ b/groupMembershipControl.js @@ -1,5 +1,5 @@ -// Render a control to record the group membetships we have for this agent +// Render a control to record the group memberships we have for th...
Thanks @tallTed for fixing typos and wording
solid_contacts-pane
train
js,js
4cb0b052957f4e05fa5cbf09a9abadd6916064a2
diff --git a/core-bundle/src/EventListener/AddToSearchIndexListener.php b/core-bundle/src/EventListener/AddToSearchIndexListener.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/EventListener/AddToSearchIndexListener.php +++ b/core-bundle/src/EventListener/AddToSearchIndexListener.php @@ -56,7 +56,8 @@ class AddTo...
[Core] Make the fragment regex more specific.
contao_contao
train
php
fa489cbfae65ef4a91f05c185e2aea67701d8d3f
diff --git a/lib/active_node/version.rb b/lib/active_node/version.rb index <HASH>..<HASH> 100644 --- a/lib/active_node/version.rb +++ b/lib/active_node/version.rb @@ -1,3 +1,3 @@ module ActiveNode - VERSION = "2.1.0" + VERSION = "2.1.1" end \ No newline at end of file
converting ids to_i in queries
klobuczek_active_node
train
rb
6467ba219de82cb1cc259a295ee4dcead7f12d5b
diff --git a/gandi/cli/commands/mail.py b/gandi/cli/commands/mail.py index <HASH>..<HASH> 100644 --- a/gandi/cli/commands/mail.py +++ b/gandi/cli/commands/mail.py @@ -135,15 +135,15 @@ def purge(gandi, email, background, force, alias): login, domain = email if alias: if not force: - procee...
Fixes confirm prompt strings for mail purge
Gandi_gandi.cli
train
py
202c99583186e4c43b8a6ddb83bc1db19ca4b3bf
diff --git a/lib/ditty/components/ditty.rb b/lib/ditty/components/ditty.rb index <HASH>..<HASH> 100644 --- a/lib/ditty/components/ditty.rb +++ b/lib/ditty/components/ditty.rb @@ -51,7 +51,7 @@ module Ditty [ { group: 'User Management', - order: 10, + order: 50, ic...
chore: Move User Management further down the navlist
EagerELK_ditty
train
rb
e69269d56c7147c54681be7d17a93ae26a9783ef
diff --git a/bsp-gonk/vendor/silk/silk-camera/index.js b/bsp-gonk/vendor/silk/silk-camera/index.js index <HASH>..<HASH> 100644 --- a/bsp-gonk/vendor/silk/silk-camera/index.js +++ b/bsp-gonk/vendor/silk/silk-camera/index.js @@ -671,17 +671,19 @@ export default class Camera extends EventEmitter { this._noFrameCoun...
Remove camera id hardcode. Stay busy if open fails
silklabs_silk
train
js
93e0be26c8ccd41a6ea9ab206e78d90ed794735d
diff --git a/ET_Client.php b/ET_Client.php index <HASH>..<HASH> 100644 --- a/ET_Client.php +++ b/ET_Client.php @@ -10,7 +10,11 @@ class ET_Client extends SoapClient { function __construct($getWSDL = false, $debug = false, $params = null) { $tenantTokens = array(); - $config = @include 'config.php'; + $confi...
Check to see if the config file exists before including it
salesforce-marketingcloud_FuelSDK-PHP
train
php
aa45d1bedf2ac85d5fb653ee0c6a0311c8510d27
diff --git a/packages/application-shell/src/components/quick-access/create-commands.js b/packages/application-shell/src/components/quick-access/create-commands.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/components/quick-access/create-commands.js +++ b/packages/application-shell/src/components/q...
fix(quick-access): fix cart-discount-list route
commercetools_merchant-center-application-kit
train
js
3b48014a53a5a1d60fb486cea35f5d6017648dfa
diff --git a/tests/test-utils-globals.py b/tests/test-utils-globals.py index <HASH>..<HASH> 100644 --- a/tests/test-utils-globals.py +++ b/tests/test-utils-globals.py @@ -29,3 +29,4 @@ class TestOpinelUtils: check_versions('1.0.0', '1.4.2', '2.0.0', 'opinelunittest') check_versions('1.0.0', '2.4.2', '...
Up coverage for opinel.utils.globals
nccgroup_opinel
train
py
85ad19ec7893e5b07e5629fcc714651cecda30e3
diff --git a/lib/behat/lib.php b/lib/behat/lib.php index <HASH>..<HASH> 100644 --- a/lib/behat/lib.php +++ b/lib/behat/lib.php @@ -84,12 +84,6 @@ function behat_error($errorcode, $text = '') { * @return bool */ function behat_error_handler($errno, $errstr, $errfile, $errline, $errcontext) { - global $OUTPUT; - ...
MDL-<I> behat: Removing the restriction of an started output to handle the PHP errors
moodle_moodle
train
php
03fe70a1793ea5dae7685323f1146eb12c2a0e0e
diff --git a/setuptools/command/install_lib.py b/setuptools/command/install_lib.py index <HASH>..<HASH> 100644 --- a/setuptools/command/install_lib.py +++ b/setuptools/command/install_lib.py @@ -12,7 +12,7 @@ class install_lib(orig.install_lib): self.byte_compile(outfiles) def get_exclusions(self): ...
Construct exclusions as a set
pypa_setuptools
train
py
686edbaf60885bac453352de3a98453a1977bbb9
diff --git a/bench/json-bench.js b/bench/json-bench.js index <HASH>..<HASH> 100644 --- a/bench/json-bench.js +++ b/bench/json-bench.js @@ -1,6 +1,8 @@ /* global benchmark, competitor */ +"use strict" ; + const json = require( '../lib/json.js' ) ; @@ -449,5 +451,3 @@ benchmark( 'JSON stringify() then parse(), ...
missing 'use strict' in benchmark file
cronvel_json-kit
train
js
7fa6f5f4fb7ef64d828638546b0a691dc68e9516
diff --git a/plugins/inputs/sql/drivers_sqlite.go b/plugins/inputs/sql/drivers_sqlite.go index <HASH>..<HASH> 100644 --- a/plugins/inputs/sql/drivers_sqlite.go +++ b/plugins/inputs/sql/drivers_sqlite.go @@ -1,11 +1,8 @@ -//go:build !arm && !mips && !mipsle && !mips64 && !mips64le && !ppc64 && !(freebsd && arm64) -// +b...
fix: Sync sql output and input build constraints to handle loong<I> in go<I>. (#<I>)
influxdata_telegraf
train
go
109cd8a17747dc6d70d6471ec576a0509e1543da
diff --git a/centinel/backend.py b/centinel/backend.py index <HASH>..<HASH> 100644 --- a/centinel/backend.py +++ b/centinel/backend.py @@ -131,7 +131,7 @@ def sync(config): logging.info("Finished sync with %s", config['server']['server_url']) -def are_experiments_available(config): +def experiments_available(c...
updated for sathya's comments
iclab_centinel
train
py
5a6070e052388299bc47464ae81ece0cafc719e7
diff --git a/merb_datamapper/lib/merb_datamapper/merbtasks.rb b/merb_datamapper/lib/merb_datamapper/merbtasks.rb index <HASH>..<HASH> 100644 --- a/merb_datamapper/lib/merb_datamapper/merbtasks.rb +++ b/merb_datamapper/lib/merb_datamapper/merbtasks.rb @@ -26,7 +26,7 @@ namespace :db do namespace :migrate do task...
[merb_datamapper] Fixed raketasks for migrations
wycats_merb
train
rb
56b4cec476d1d916292b836e5c54f3acfd6a73a6
diff --git a/safe_qgis/report/test/test_map.py b/safe_qgis/report/test/test_map.py index <HASH>..<HASH> 100644 --- a/safe_qgis/report/test/test_map.py +++ b/safe_qgis/report/test/test_map.py @@ -115,7 +115,7 @@ class MapTest(unittest.TestCase): 148267, # Windows 7 32 150412, # Windows 7 64 ...
Fix failing tests in travis. The tests failed because now we have legend working. It changes the hash of the generated pdf file.
inasafe_inasafe
train
py
a4f73c81e8460ce64f77c51599ddc5e1e9de50f0
diff --git a/tuning/curve.py b/tuning/curve.py index <HASH>..<HASH> 100644 --- a/tuning/curve.py +++ b/tuning/curve.py @@ -759,7 +759,7 @@ def to_poynting_curve(curve, save_directory): headers = collections.OrderedDict() headers['file created'] = timestamp.RFC3339 headers['interaction'] = curve.interacti...
capitalization in to poynting curve
wright-group_WrightTools
train
py
1d807a085d6cacbf04d4886f979f1948069928fd
diff --git a/github/search_test.go b/github/search_test.go index <HASH>..<HASH> 100644 --- a/github/search_test.go +++ b/github/search_test.go @@ -575,3 +575,23 @@ func TestRepositoriesSearchResult_Marshal(t *testing.T) { testJSONMarshal(t, u, want) } + +func TestCommitsSearchResult_Marshal(t *testing.T) { + testJ...
Add test cases for JSON resources marshaling (#<I>)
google_go-github
train
go
b378120128e0d82ab92236f02468e4a18fe87f95
diff --git a/src/Judopay/Request.php b/src/Judopay/Request.php index <HASH>..<HASH> 100644 --- a/src/Judopay/Request.php +++ b/src/Judopay/Request.php @@ -28,6 +28,9 @@ class Request ) ); + // Use CA cert bundle to verify SSL connection + $this->client->setDefaultOption('verify', __DIR__.'/../../cert/rapidss...
Use CA cert bundle to verify SSL connection
Judopay_Judo-PHP
train
php
cf2cc75a9e6584fe5ceafdde80c95f818ef7e99b
diff --git a/classes/HTTP.php b/classes/HTTP.php index <HASH>..<HASH> 100644 --- a/classes/HTTP.php +++ b/classes/HTTP.php @@ -137,7 +137,7 @@ class HTTP { class HTTP_Request { public $method = 'GET', - $url = '', + $url = null, $headers = [], $body = ''; @@ ...
Fixed: mispelled property in HTTP_response
caffeina-core_core
train
php
66ca91d595462552ec60eedffcf09521725cf808
diff --git a/aftership/__init__.py b/aftership/__init__.py index <HASH>..<HASH> 100644 --- a/aftership/__init__.py +++ b/aftership/__init__.py @@ -1,11 +1,16 @@ -import requests import json import time import threading +import requests __author__ = 'Fedor Korshunov <mail@fedor.cc>' +class AftershipRequestExce...
Exceptions raise on error response from aftership API
AfterShip_aftership-sdk-python
train
py
cc0bdd3869393575b78e09137361456fab35fdfa
diff --git a/ipyxact/ipyxact.py b/ipyxact/ipyxact.py index <HASH>..<HASH> 100644 --- a/ipyxact/ipyxact.py +++ b/ipyxact/ipyxact.py @@ -54,7 +54,7 @@ class IpxactItem(object): MEMBERS = {} CHILDREN = [] CHILD = [] - def __init__(self): + def __init__(self, **kwargs): for key, value in self....
Allow setting members and attribs in ipxactitem constructors
olofk_ipyxact
train
py
de8b50a3616c57242161c99e7fb68bfdb7870efd
diff --git a/concrete/src/Page/Page.php b/concrete/src/Page/Page.php index <HASH>..<HASH> 100644 --- a/concrete/src/Page/Page.php +++ b/concrete/src/Page/Page.php @@ -3223,8 +3223,12 @@ EOT $children = $this->getCollectionChildren(); if (count($children) > 0) { + $myCollection...
Avoid infinite recursion in Page::rescanCollectionPath() (#<I>) In case we have malformed data in the Pages table (that is, cID === cParentID), the rescanCollectionPath method runs forever. Let's avoid that.
concrete5_concrete5
train
php
f9c3f702786d8334d5a141056599857d3c8cf101
diff --git a/oauth_middleware.py b/oauth_middleware.py index <HASH>..<HASH> 100755 --- a/oauth_middleware.py +++ b/oauth_middleware.py @@ -79,7 +79,7 @@ def get_oauth_token(): def make_oauth_wsgi(oauth, next_app, config=None): - app = Flask(__name__) + app = Flask(__name__, static_folder=None) if config...
Fixes for static, reverse proxy and methods
last-g_oauth_middleware
train
py
18780f7ee78c642a260694e43cbac9bba6351684
diff --git a/endpoints/earthquake/index.js b/endpoints/earthquake/index.js index <HASH>..<HASH> 100644 --- a/endpoints/earthquake/index.js +++ b/endpoints/earthquake/index.js @@ -79,9 +79,12 @@ parseJavaScriptVariable = function (body) { return p1 + '\'' + parsed_date.toISOString() + '\'' + p9; } + try ...
handle errors when source is returning something unusual and making our parsing method fail.
apis-is_apis
train
js
8c8e16c780a9e735ea9f90dadf1e08adb7fdb8a0
diff --git a/core/src/main/java/io/undertow/server/protocol/http/HttpTransferEncoding.java b/core/src/main/java/io/undertow/server/protocol/http/HttpTransferEncoding.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/server/protocol/http/HttpTransferEncoding.java +++ b/core/src/main/java/io/undertow/...
Don't suspsend if there is extra data
undertow-io_undertow
train
java
92dd45c7776b5ec728f6096e837e76d7ef02cb34
diff --git a/src/Api/ProvidersContainer.php b/src/Api/ProvidersContainer.php index <HASH>..<HASH> 100644 --- a/src/Api/ProvidersContainer.php +++ b/src/Api/ProvidersContainer.php @@ -18,11 +18,6 @@ class ProvidersContainer */ protected $request; - /** - * @var Response - */ - protected $respo...
upd: removed unused response property from ProvidersContainer
seregazhuk_php-pinterest-bot
train
php
54ae564e4066fbfa50e314d12f2523aaa905a3e8
diff --git a/lib/tml_rails/version.rb b/lib/tml_rails/version.rb index <HASH>..<HASH> 100644 --- a/lib/tml_rails/version.rb +++ b/lib/tml_rails/version.rb @@ -30,5 +30,5 @@ #++ module TmlRails - VERSION = '5.2.6' + VERSION = '5.2.7' end
Updated version to <I>
translationexchange_tml-rails
train
rb
518b9262d016d0016f70f41e8a10ec6fde30b181
diff --git a/py/selenium/webdriver/remote/remote_connection.py b/py/selenium/webdriver/remote/remote_connection.py index <HASH>..<HASH> 100644 --- a/py/selenium/webdriver/remote/remote_connection.py +++ b/py/selenium/webdriver/remote/remote_connection.py @@ -368,7 +368,8 @@ class RemoteConnection(object): head...
Follow up to the activity in Issue #<I> Sets proper 'Accept' request header so that Python bindings work with some old WebDriver implementations that reply <I> to requests with no 'Accept' set.
SeleniumHQ_selenium
train
py
0f3e1a917e650a58ecf8816cc86fd512763045ad
diff --git a/ncpol2sdpa/sdp_relaxation.py b/ncpol2sdpa/sdp_relaxation.py index <HASH>..<HASH> 100644 --- a/ncpol2sdpa/sdp_relaxation.py +++ b/ncpol2sdpa/sdp_relaxation.py @@ -55,7 +55,6 @@ class Relaxation(object): self.y_mat = None self.solution_time = None self.status = "unsolved" - ...
Constraint set hash check removed
peterwittek_ncpol2sdpa
train
py
7533267de9343466f26d828e5d0d9897a547bbf6
diff --git a/src/Yggdrasil/Core/Service/Utils/ServicePortGenerator.php b/src/Yggdrasil/Core/Service/Utils/ServicePortGenerator.php index <HASH>..<HASH> 100644 --- a/src/Yggdrasil/Core/Service/Utils/ServicePortGenerator.php +++ b/src/Yggdrasil/Core/Service/Utils/ServicePortGenerator.php @@ -186,9 +186,16 @@ class Servic...
[ServicePortGenerator] saveFile method fix
Assasz_yggdrasil
train
php
05025d608e5f3e88d74275b2ae9b66f73df41890
diff --git a/src/Denner/Client/AssetsClient.php b/src/Denner/Client/AssetsClient.php index <HASH>..<HASH> 100644 --- a/src/Denner/Client/AssetsClient.php +++ b/src/Denner/Client/AssetsClient.php @@ -5,7 +5,7 @@ namespace Denner\Client; use Denner\Client\Response; /** - * Denner Articles Service client. + * Denner A...
Altered wrong description #<I>
detailnet_denner-client
train
php
a109d31add847cfa09a17b9ce56f03fc885db65f
diff --git a/src/Controller/Backend/BackendBase.php b/src/Controller/Backend/BackendBase.php index <HASH>..<HASH> 100644 --- a/src/Controller/Backend/BackendBase.php +++ b/src/Controller/Backend/BackendBase.php @@ -212,6 +212,11 @@ abstract class BackendBase extends Base */ private function checkFirstUser(Ap...
Modify `checkFirstUser` to check for a valid logged in user, to prevent expensive test.
bolt_bolt
train
php
73ef3d6f4473ab0ff7a9323704079a90e1caf1b3
diff --git a/server/container_create_linux.go b/server/container_create_linux.go index <HASH>..<HASH> 100644 --- a/server/container_create_linux.go +++ b/server/container_create_linux.go @@ -425,7 +425,10 @@ func (s *Server) createSandboxContainer(ctx context.Context, ctr ctrIface.Contai } else if securityContext.Nam...
server: return a better error when container requests pod pid ns, but infra not created
cri-o_cri-o
train
go
8c4d444d6d10481fb00df44d1f1e1fce997147e0
diff --git a/scripts/homestead.rb b/scripts/homestead.rb index <HASH>..<HASH> 100644 --- a/scripts/homestead.rb +++ b/scripts/homestead.rb @@ -33,7 +33,7 @@ class Homestead # Configure Additional Networks if settings.has_key?('networks') settings['networks'].each do |network| - config.vm.network...
Add mac option (#<I>) Allows setting the MAC Address of an interface (e.g. bridge). This enables setting a fixed MAC. which in turn can be used by a DHCP (in the LAN) to provide an ip. For example: networks: - type: "public_network" bridge: "Intel(R) Ethernet Connection (2) I<I>-V" mac: "<I>b<I>"
laravel_homestead
train
rb
6bb4af3b0c42beb22b6ef4eaf6c205532f6fd95f
diff --git a/plenum/client/client.py b/plenum/client/client.py index <HASH>..<HASH> 100644 --- a/plenum/client/client.py +++ b/plenum/client/client.py @@ -163,7 +163,7 @@ class Client(Motor, MessageProcessor, HasFileStorage, HasPoolManager): # has made sufficient connections to the nodes. self.reqsPen...
[#<I>] fixed indentation issue
hyperledger_indy-plenum
train
py
c3c717ffb3c4fb36bc2d573754fe1ef82d7e3456
diff --git a/satpy/readers/mersi2_l1b.py b/satpy/readers/mersi2_l1b.py index <HASH>..<HASH> 100644 --- a/satpy/readers/mersi2_l1b.py +++ b/satpy/readers/mersi2_l1b.py @@ -54,13 +54,13 @@ class MERSI2L1B(HDF5FileHandler): return self._strptime('/attr/Observing Ending Date', '/attr/Observing Ending Time') ...
Fix mersi2_l1b reader setting sensor as a set object
pytroll_satpy
train
py
ea32c633f8b96a67361c34569d691d9ac3302b3c
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindOpenStream.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindOpenStream.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindOpenStream.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindOpenStream.java @@ -1...
Modified to use the bug type reported by the Stream object. This gives us different bug messages for io streams vs. database resources. git-svn-id: <URL>
spotbugs_spotbugs
train
java
547ebcb91e955a1d114c827737c9eb6845a8ca97
diff --git a/activesupport/lib/active_support/notifications/instrumenter.rb b/activesupport/lib/active_support/notifications/instrumenter.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/notifications/instrumenter.rb +++ b/activesupport/lib/active_support/notifications/instrumenter.rb @@ -68,7 +68,...
Remove @duration instance variable since we're not maintaining instances variables such as @cpu_time, @idle_time and @allocations; this reduces one allocation
rails_rails
train
rb
2f59a614984afee63724f2e88e95c18ae051f548
diff --git a/ceam/framework/randomness.py b/ceam/framework/randomness.py index <HASH>..<HASH> 100644 --- a/ceam/framework/randomness.py +++ b/ceam/framework/randomness.py @@ -33,9 +33,12 @@ class RandomnessError(CEAMError): RESIDUAL_CHOICE = object() def random(key, index): - return pd.Series( - [rand...
Handle empty indexes and populations to filter
ihmeuw_vivarium
train
py
3c42bb929b511569d6cc40804ac5fa073f3da500
diff --git a/unitest.py b/unitest.py index <HASH>..<HASH> 100755 --- a/unitest.py +++ b/unitest.py @@ -28,6 +28,7 @@ from glances.stats import GlancesStats from glances import __version__ from glances.globals import WINDOWS, LINUX from glances.outputs.glances_bars import Bar +from glances.compat import PY3 from gla...
Correct an issue on unitest with PY3
nicolargo_glances
train
py
d63d0fb541864a9a59e30043a62e5cb1866b0676
diff --git a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java +++ b/src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java @@ -421,7 +421,11 @@ publ...
fix(editor): allow null values for foreign ref fields allowed to be empty This fixes a bug where create/update requests with foreign refs (such as route_id in fare_rules) could not be null even if the table definition permits the null value. fixes catalogueglobal/datatools-ui#<I>
conveyal_gtfs-lib
train
java
c482dee57e958231aa8492bba08071e5e91171d1
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -236,6 +236,8 @@ class InputText(Element): super().__init__(ELEM_TYPE_INPUT_TEXT, scale=scale, size=size, auto_size_text=auto_size_text, background_color=bg, text_color=fg, key=key) + de...
Update method for InputText element
PySimpleGUI_PySimpleGUI
train
py
d9bc67869113e15622567924989ed54bf52d2f7a
diff --git a/lib/blue_state_digital/constituent.rb b/lib/blue_state_digital/constituent.rb index <HASH>..<HASH> 100644 --- a/lib/blue_state_digital/constituent.rb +++ b/lib/blue_state_digital/constituent.rb @@ -95,10 +95,10 @@ module BlueStateDigital get_constituents "email=#{email}", bundles end - def...
constituent get by id accepts bundles.
controlshift_blue_state_digital
train
rb