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
894911f11e47c53ca7b994711aa813889e8c7e41
diff --git a/Controller/Payment/Fail.php b/Controller/Payment/Fail.php index <HASH>..<HASH> 100644 --- a/Controller/Payment/Fail.php +++ b/Controller/Payment/Fail.php @@ -176,21 +176,16 @@ class Fail extends \Magento\Framework\App\Action\Action } } } catch (\Checkout\Library\Excep...
Ecpint <I> 3DS timeout (#<I>) * Redirect back to cart if 3ds page times out * Redirect in case of delete failed order * Redirect to cart after failed 3ds with delete order turned on
checkout_checkout-magento2-plugin
train
php
564c6803d26a1781ddcdb3a41d10462bbf14b222
diff --git a/lib/firim/version.rb b/lib/firim/version.rb index <HASH>..<HASH> 100644 --- a/lib/firim/version.rb +++ b/lib/firim/version.rb @@ -1,3 +1,3 @@ module Firim - VERSION = "0.2.3" + VERSION = "0.2.4" end
chore: bump to <I>
whlsxl_firim
train
rb
6bb6d7cb5100150e5d5788cc098d0604c039d117
diff --git a/java/client/test/org/openqa/selenium/RenderedWebElementTest.java b/java/client/test/org/openqa/selenium/RenderedWebElementTest.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/RenderedWebElementTest.java +++ b/java/client/test/org/openqa/selenium/RenderedWebElementTest.java @@ -4...
Breaking depencency of testShouldAllowUsersToHoverOverElements on testMoveRelativeToBody (preventing hover menu autoopening due to mouse position remaining after the former test)
SeleniumHQ_selenium
train
java
47029a0e90890cfa56b8c82a7de5a53c1571c4f0
diff --git a/packages/create-webiny-project/bin.js b/packages/create-webiny-project/bin.js index <HASH>..<HASH> 100755 --- a/packages/create-webiny-project/bin.js +++ b/packages/create-webiny-project/bin.js @@ -1,6 +1,7 @@ #!/usr/bin/env node "use strict"; +const semver = require("semver"); const chalk = require("...
fix: check for yarn@^<I>
Webiny_webiny-js
train
js
f4c56c83afe949eaf43678ecc81f70ad76996ca5
diff --git a/src/Illuminate/Foundation/Console/AppNameCommand.php b/src/Illuminate/Foundation/Console/AppNameCommand.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Console/AppNameCommand.php +++ b/src/Illuminate/Foundation/Console/AppNameCommand.php @@ -155,7 +155,7 @@ class AppNameCommand extends Comm...
Fix AppNameCommand when setting composer namespace (#<I>)
laravel_framework
train
php
ff07e5c24a3020e21bfc7c4928d15b06b55f0777
diff --git a/src/Analyser/NodeScopeResolver.php b/src/Analyser/NodeScopeResolver.php index <HASH>..<HASH> 100644 --- a/src/Analyser/NodeScopeResolver.php +++ b/src/Analyser/NodeScopeResolver.php @@ -1186,7 +1186,6 @@ class NodeScopeResolver { /** @var \PHPStan\Analyser\Scope|null $intersectedScope */ $intersect...
NodeScopeResolver - slight simplification
phpstan_phpstan
train
php
a796f28d5e193fd49911742fdc8c74e68a6cf03f
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 @@ -24,7 +24,7 @@ require 'cucumber/rails' require 'capybara/poltergeist' #Capybara.default_driver = :poltergeist Capybara.javascript_driver = :poltergeist -Capybara....
In order to minimize Travis fails, increased Capybara timeouts to <I>s (<I>s were not enough)
mezuro_prezento
train
rb
2f3afecc4b1ed064ba0f4c25ef7f49101a84271e
diff --git a/tests/export/hazard_test.py b/tests/export/hazard_test.py index <HASH>..<HASH> 100644 --- a/tests/export/hazard_test.py +++ b/tests/export/hazard_test.py @@ -180,7 +180,12 @@ class ClassicalExportTestCase(BaseExportTestCase): self._test_exported_file(f) # Test UHS export: - ...
tests/export/hazard_test: Added to `test_classical_hazard_export` to exercise UHS export.
gem_oq-engine
train
py
edee3dad9e27e7b5fe37b95293f833c81f9f099e
diff --git a/tests/test_attributes.py b/tests/test_attributes.py index <HASH>..<HASH> 100644 --- a/tests/test_attributes.py +++ b/tests/test_attributes.py @@ -49,10 +49,6 @@ class TestAttribute: """ TESTED """ - def test_get_dimensionless_id(self, session): - dim_id = hb.get_dimensionless_i...
removed the test_get_dimensionless_id
hydraplatform_hydra-base
train
py
0979713abe2e22083e1beca01a1d113408c9ab36
diff --git a/railties/lib/rails/application/configuration.rb b/railties/lib/rails/application/configuration.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/application/configuration.rb +++ b/railties/lib/rails/application/configuration.rb @@ -178,7 +178,7 @@ module Rails values.reverse_merge!(sha...
Reject empty database yamls In #<I> I deleted the default configuration since that's what's generated with the Rails app. Since someone could change the default name instead delete any config that doesn't have a database so we can avoid peppering our Rails tasks with conditionals to deal with invalid database configs.
rails_rails
train
rb
de5fcf75a86acb96360c7898fec5617903d42f30
diff --git a/storages/oldIE-userDataStorage.js b/storages/oldIE-userDataStorage.js index <HASH>..<HASH> 100644 --- a/storages/oldIE-userDataStorage.js +++ b/storages/oldIE-userDataStorage.js @@ -75,7 +75,7 @@ function clearAll() { // See https://github.com/marcuswestin/store.js/issues/83 var forbiddenCharsRegex = new...
Fix oldIE-userDataStorage for keys that start with a digit. #<I> mentions something like this, which made me notice the problem. Thanks @newbeex!
marcuswestin_store.js
train
js
e7c7c1c2495415a0fc74fef982da811998bff352
diff --git a/cmd/flags.go b/cmd/flags.go index <HASH>..<HASH> 100644 --- a/cmd/flags.go +++ b/cmd/flags.go @@ -42,7 +42,7 @@ func PrintFlags(flags interface{}) { } } // Generate format strings - formatLong := fmt.Sprintf(" %%%ds, %%%ds %%3s : %%s\n", maxShort+1, maxLong+2) + formatLong := fmt.Sprintf(" ...
Change 'long' alignment in Usage
DataDrake_cli-ng
train
go
a38e750fc2b7e787e74889e20b6d73aed7f6bb28
diff --git a/tinylog-impl/src/main/java/org/tinylog/path/DynamicPath.java b/tinylog-impl/src/main/java/org/tinylog/path/DynamicPath.java index <HASH>..<HASH> 100644 --- a/tinylog-impl/src/main/java/org/tinylog/path/DynamicPath.java +++ b/tinylog-impl/src/main/java/org/tinylog/path/DynamicPath.java @@ -15,6 +15,7 @@ pac...
Fix sorting files on Java 6 and 7
pmwmedia_tinylog
train
java
63300cdb5d3e8c252b3728a2ad202a8575235f2f
diff --git a/spec/support/convenience.rb b/spec/support/convenience.rb index <HASH>..<HASH> 100644 --- a/spec/support/convenience.rb +++ b/spec/support/convenience.rb @@ -6,8 +6,8 @@ module Cb /.*/ end - def base_string(str) - /#{str}*/ + def uri_stem(uri_stem_to_match) + /#{ur...
renaming and making a the method signature a little more understandable
careerbuilder_ruby-cb-api
train
rb
c06792235d74053139c8c4f75eb53ac2a1c6d6ca
diff --git a/jsr330activator.testbundle7/src/main/java/no/steria/osgi/jsr330activator/testbundle7/NamedServiceInjectionCatcher.java b/jsr330activator.testbundle7/src/main/java/no/steria/osgi/jsr330activator/testbundle7/NamedServiceInjectionCatcher.java index <HASH>..<HASH> 100644 --- a/jsr330activator.testbundle7/src/m...
Changed service interface NamedServiceInjectionCatcher to have methods more useful for testing.
sbang_jsr330activator
train
java
25697ee7fb6b0e95938590476332c5a22dede64f
diff --git a/src/JsonSchema/TypeFactory.php b/src/JsonSchema/TypeFactory.php index <HASH>..<HASH> 100644 --- a/src/JsonSchema/TypeFactory.php +++ b/src/JsonSchema/TypeFactory.php @@ -64,8 +64,7 @@ final class TypeFactory implements TypeFactoryInterface { if ($type->isCollection()) { $keyType ...
Squashed coalesce operation into one line Ref: <URL>
api-platform_core
train
php
7dc012eb12a4b26b72d9cc59ef5c2bcbff6d9008
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ classifiers = [ 'Framework :: Django :: 1.7', 'Framework :: Django :: 1.8', 'Framework :: Django :: 1.9', + 'Framework :: Django :: 1.10', 'Programming Language :: Python', 'Programmi...
Add Djagno<I> to classfiers in setup.py
tell-k_django-modelsdoc
train
py
7abaabdaf6e01bfb249f5a1c999c60138f4eeb9a
diff --git a/jplephem/daf.py b/jplephem/daf.py index <HASH>..<HASH> 100644 --- a/jplephem/daf.py +++ b/jplephem/daf.py @@ -169,7 +169,20 @@ class DAF(object): values = self.summary_struct.unpack(data) yield name, values - def _add_summary(self, record_number, data, name): + def...
Add method that knows where summary indexes are
brandon-rhodes_python-jplephem
train
py
d22a8fbfda8b8aae42d9a4906e14b923ba8e47cc
diff --git a/app/models/alchemy/cell.rb b/app/models/alchemy/cell.rb index <HASH>..<HASH> 100644 --- a/app/models/alchemy/cell.rb +++ b/app/models/alchemy/cell.rb @@ -12,6 +12,7 @@ # module Alchemy class Cell < ActiveRecord::Base + include Logger attr_accessible :page_id, :name @@ -57,13 +58,20 @@ modu...
Fixes an issue in the trash view for elements with a renamed/deleted cell.
AlchemyCMS_alchemy_cms
train
rb
36f4a855821a9fa2a49746f456553f7d2d05c873
diff --git a/Tone/signal/Expr.js b/Tone/signal/Expr.js index <HASH>..<HASH> 100644 --- a/Tone/signal/Expr.js +++ b/Tone/signal/Expr.js @@ -451,6 +451,13 @@ define(["Tone/core/Tone", "Tone/signal/Add", "Tone/signal/Subtract", "Tone/signa }; /** + * borrows the method from {@link Tone.Signal} + * + * @functi...
connect method from Tone.Signal
Tonejs_Tone.js
train
js
105caf3387819caffd4ef56bd7738a4236269f1e
diff --git a/app/models/mdm/host.rb b/app/models/mdm/host.rb index <HASH>..<HASH> 100755 --- a/app/models/mdm/host.rb +++ b/app/models/mdm/host.rb @@ -286,7 +286,7 @@ class Mdm::Host < ActiveRecord::Base # host.os_flavor = 'XP' # host.os_sp = 'SP2' # - # @return [String] + # @return [String] ...
Fix typo in docs [#<I>]
rapid7_metasploit_data_models
train
rb,rb
8c828ca510de4c5e632a677413579176ed030023
diff --git a/BimServer/src/org/bimserver/geometry/GeometryRunner.java b/BimServer/src/org/bimserver/geometry/GeometryRunner.java index <HASH>..<HASH> 100644 --- a/BimServer/src/org/bimserver/geometry/GeometryRunner.java +++ b/BimServer/src/org/bimserver/geometry/GeometryRunner.java @@ -127,7 +127,8 @@ public class Geom...
Set Thread name to make debugging easier
opensourceBIM_BIMserver
train
java
d5f330ba3b06804c0b825d6512557e6270e2a076
diff --git a/app/controllers/api/v2/discovery_rules_controller.rb b/app/controllers/api/v2/discovery_rules_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/v2/discovery_rules_controller.rb +++ b/app/controllers/api/v2/discovery_rules_controller.rb @@ -36,7 +36,8 @@ module Api param :max_co...
Fixes #<I> - Correct Api doc for discovery rules
theforeman_foreman_discovery
train
rb
7ca8e8f120119a0332edc7181d9f3ef076944da1
diff --git a/kv.py b/kv.py index <HASH>..<HASH> 100644 --- a/kv.py +++ b/kv.py @@ -12,7 +12,7 @@ class KV(MutableMapping): self._db = sqlite3.connect(db_uri) self._db.isolation_level = None self._execute('CREATE TABLE IF NOT EXISTS data ' - '(key TEXT PRIMARY KEY, value T...
integer keys don't mix with string keys
mgax_kv
train
py,py
ad69374f8b132f0afddb9203300c600b9f21386b
diff --git a/source/file.go b/source/file.go index <HASH>..<HASH> 100644 --- a/source/file.go +++ b/source/file.go @@ -39,6 +39,14 @@ func (f *File) UniqueId() string { return f.uniqueId } +func (f *File) String() string { + return helpers.ReaderToString(f.Contents) +} + +func (f *File) Bytes() []byte { + return h...
Source files can provide content as String or Bytes or Reader
gohugoio_hugo
train
go
9191805ba899745c6243217df09f08f7913b8fb9
diff --git a/src/Illuminate/Database/Console/Migrations/StatusCommand.php b/src/Illuminate/Database/Console/Migrations/StatusCommand.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Database/Console/Migrations/StatusCommand.php +++ b/src/Illuminate/Database/Console/Migrations/StatusCommand.php @@ -105,7 +105,7 @@ c...
migrate:status added support for multiple --path options
laravel_framework
train
php
d395d9eec12484bf3fc65c6eaf32247f953dceb4
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -77,8 +77,15 @@ SSDP.prototype._init = function (opts) { this._ttl = opts.ttl || 1800 - // Probably should specify these - this._location = opts.location || 'http://' + ip.address() + ':' + 10293 + '/u...
"location" option can now be a function which returns the location string
diversario_node-ssdp
train
js
efde7d3e8ec428abb0c505ac9622c38093e5a62f
diff --git a/src/Tests/Entity/UserTest.php b/src/Tests/Entity/UserTest.php index <HASH>..<HASH> 100644 --- a/src/Tests/Entity/UserTest.php +++ b/src/Tests/Entity/UserTest.php @@ -82,7 +82,7 @@ class UserTest extends TestCase $this->assertSame([User::ROLE_DEFAULT], $this->user->getRoles()); $this->us...
Use class constant instead of hardcoded string
awurth_SilexUserBundle
train
php
3f1c9cc49b1e0b81d10c0b61aa8216bef9e4a594
diff --git a/credstash.py b/credstash.py index <HASH>..<HASH> 100755 --- a/credstash.py +++ b/credstash.py @@ -565,7 +565,7 @@ def get_parser(): description="A credential/secret storage system") parsers['super'].add_argument("-r", "--region", - help="the AWS region in wh...
improve spacing in help text the -h, --help arguments had a few instances of missing spaces in between words.
fugue_credstash
train
py
d774b4ac7afe9b1bc09a29056745b0aa83aca0c4
diff --git a/discord/app_commands/models.py b/discord/app_commands/models.py index <HASH>..<HASH> 100644 --- a/discord/app_commands/models.py +++ b/discord/app_commands/models.py @@ -82,7 +82,7 @@ class AllChannels: The guild the application command permission is for. """ - __slots__ = 'guild' + _...
Add back tuple __slots__ for AllChannels
Rapptz_discord.py
train
py
3d8ea0531566702221101379722185b2d016e243
diff --git a/opengem/risk/classical_psha_based.py b/opengem/risk/classical_psha_based.py index <HASH>..<HASH> 100644 --- a/opengem/risk/classical_psha_based.py +++ b/opengem/risk/classical_psha_based.py @@ -269,11 +269,14 @@ def compute_mean_pe(loss_ratio_pe_curve): # the mean, then iterate to the next two, and so...
current state of work Former-commit-id: c<I>a<I>e<I>ae<I>d<I>e<I>c2b<I>d<I>e8
gem_oq-engine
train
py
10776136313cddf72557d74faceb7d1726c56728
diff --git a/lib/tasks/lint_task.rb b/lib/tasks/lint_task.rb index <HASH>..<HASH> 100644 --- a/lib/tasks/lint_task.rb +++ b/lib/tasks/lint_task.rb @@ -1,8 +1,8 @@ namespace :magic_lamp do desc "Generates all Magic Lamp fixtures for debugging" task lint: :environment do - puts "Linting Magic Lamp fixtures..." ...
added some spacing around the lint task's output
crismali_magic_lamp
train
rb
3caf62c6c310909341fd57258d7efbf73d0bc2c3
diff --git a/src/Database/QueryCompiler.php b/src/Database/QueryCompiler.php index <HASH>..<HASH> 100644 --- a/src/Database/QueryCompiler.php +++ b/src/Database/QueryCompiler.php @@ -272,7 +272,7 @@ class QueryCompiler foreach ($parts as $join) { if (!isset($join['table'])) { thro...
Improve formatting of the alias name on the DatabaseException
cakephp_cakephp
train
php
65d29c5ae0066d0ac26aacbe5ec0b208d6088320
diff --git a/lib/dandelion/cli.rb b/lib/dandelion/cli.rb index <HASH>..<HASH> 100644 --- a/lib/dandelion/cli.rb +++ b/lib/dandelion/cli.rb @@ -49,7 +49,7 @@ module Dandelion if @args.length == 0 @options[:help] = true end - + parse!(@parser) if @options[:version] @@ -87,12 +...
Adds support for deploying from bare repositories
scttnlsn_dandelion
train
rb
bc9a508dfe28a25143807e59c5ab30ce34d77169
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -22,6 +22,18 @@ module.exports = function(opts, cb) { }; }; +function merge(object, other) { + var merged = {}; + Object.keys(object || []).forEach(function (key) { + merged[key] = object[key]; + }); + Object.keys...
Change from object.assign to a shallow copy function
jas-chen_router5-link-interceptor
train
js
63ab559fa17f850bb718722e7d1c396f1972213a
diff --git a/lib/spatial_features/has_spatial_features.rb b/lib/spatial_features/has_spatial_features.rb index <HASH>..<HASH> 100644 --- a/lib/spatial_features/has_spatial_features.rb +++ b/lib/spatial_features/has_spatial_features.rb @@ -49,6 +49,13 @@ module SpatialFeatures return scope end + def cov...
Added method to return records that are fully covering. A special case of the intersection where self fully covers other. Need to cache this somehow.
culturecode_spatial_features
train
rb
7677370e437f8b094a99d0285f6e09b0db25a13d
diff --git a/wct.conf.js b/wct.conf.js index <HASH>..<HASH> 100644 --- a/wct.conf.js +++ b/wct.conf.js @@ -7,7 +7,7 @@ module.exports = { 'macOS 10.12/ipad@10.3', 'Windows 10/microsoftedge@15', 'Windows 10/internet explorer@11', - 'macOS 10.12/safari@10.0' + 'macOS 10.12/safari@11.0' ...
Bump safari version to fix Sauce build
vaadin_vaadin-context-menu
train
js
cbe987a275af9abd0112bb75f52f5eea3ce27edd
diff --git a/prospector/formatters/text.py b/prospector/formatters/text.py index <HASH>..<HASH> 100644 --- a/prospector/formatters/text.py +++ b/prospector/formatters/text.py @@ -88,9 +88,9 @@ class TextFormatter(Formatter): def render(self, summary=True, messages=True): output = '' - if summary:...
[refs #<I>] The summary is now printed after messages for the human readable output, as this is probably the most useful information to see
PyCQA_prospector
train
py
198d014a7fa5c644bc8f247f3d4b8317fd1263dc
diff --git a/conway.py b/conway.py index <HASH>..<HASH> 100755 --- a/conway.py +++ b/conway.py @@ -68,7 +68,7 @@ def cell_strings(term): def random_board(max_x, max_y): """Return a random board with given max x and y coords.""" - LOAD_FACTOR = 10 # Smaller means more crowded. + LOAD_FACTOR = 9 # Smaller...
Increase initial board crowdedness a bit. You really feel it on small terminals.
erikrose_conway
train
py
f4f9ffcd27b9e1eab154909669928c3e5d3a6bb1
diff --git a/lib/fake_web.rb b/lib/fake_web.rb index <HASH>..<HASH> 100644 --- a/lib/fake_web.rb +++ b/lib/fake_web.rb @@ -6,10 +6,6 @@ require 'fake_web/response' require 'fake_web/responder' require 'fake_web/socket_delegator' -module OpenURI #:nodoc: all - class HTTPError < StandardError; end; -end - module Fa...
Removed OpenURI::HTTPError since it's part of stdlib.
chrisk_fakeweb
train
rb
572a94d752a576c9a4231c9a7276d9b691ef501e
diff --git a/client/lib/abtest/active-tests.js b/client/lib/abtest/active-tests.js index <HASH>..<HASH> 100644 --- a/client/lib/abtest/active-tests.js +++ b/client/lib/abtest/active-tests.js @@ -30,7 +30,7 @@ module.exports = { allowAnyLocale: true }, plansPageBusinessAATest: { - datestamp: '20151221', + dates...
updates plansPageBusinessAATest and restarts it
Automattic_wp-calypso
train
js
f42b00490eb05f579434a80720b7df47105bd01d
diff --git a/src/main/java/org/trellisldp/binary/DefaultBinaryService.java b/src/main/java/org/trellisldp/binary/DefaultBinaryService.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/trellisldp/binary/DefaultBinaryService.java +++ b/src/main/java/org/trellisldp/binary/DefaultBinaryService.java @@ -46,6 +46,7 @@...
Add stubs for multipart uploads
trellis-ldp-archive_trellis-binary
train
java
88164ee9432626ae387761bb10f87e8e5d7cae4d
diff --git a/pyxel/core/__init__.py b/pyxel/core/__init__.py index <HASH>..<HASH> 100644 --- a/pyxel/core/__init__.py +++ b/pyxel/core/__init__.py @@ -4,7 +4,7 @@ def init_module(): import platform import sys - lib_path = os.path.join(os.path.dirname(__file__), "libpyxelcore") + lib_path = os.path.joi...
Changed to use absolute path to load library
kitao_pyxel
train
py
b737e29a0e32bed541d05a8b1e6c79b56dce2c05
diff --git a/bench/bootstrap.php b/bench/bootstrap.php index <HASH>..<HASH> 100644 --- a/bench/bootstrap.php +++ b/bench/bootstrap.php @@ -9,6 +9,5 @@ if ($zendassertions != -1) { assert_options(ASSERT_ACTIVE, 0); assert_options(ASSERT_WARNING, 0); assert_options(ASSERT_BAIL, 0); -assert_options(ASSERT_QUIET_EVAL, 0...
removed usage of ASSERT_QUIET_EVAL in tests
marc-mabe_php-enum
train
php,php
d91aeb97b8ea12882a37137bd7e049cc64dc16be
diff --git a/src/client/client.go b/src/client/client.go index <HASH>..<HASH> 100644 --- a/src/client/client.go +++ b/src/client/client.go @@ -146,7 +146,7 @@ func NewOnUserMachineWithConcurrency(reportMetrics bool, prefix string, maxConcu if cfg.UserID != "" && reportMetrics { client.metricsUserID = cfg.UserID ...
check if config has "v1" field set
pachyderm_pachyderm
train
go
65d02812e987852eb0eccdb1553e05688c80f89f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,9 @@ class PyTest(TestCommand): # import here, cause outside the eggs aren't loaded import pytest test_path = path.join(path.dirname(path.abspath(__file__)), 'source', 'test') + rafc...
Tests: Add RAFCON path to PYTHONPATH
DLR-RM_RAFCON
train
py
a6df307d434f640999efafb876cc3fefd15208b7
diff --git a/gcs/bucket.go b/gcs/bucket.go index <HASH>..<HASH> 100644 --- a/gcs/bucket.go +++ b/gcs/bucket.go @@ -60,10 +60,13 @@ type CreateObjectRequest struct { GenerationPrecondition *int64 } -// A request to read the contents of an object. +// A request to read the contents of an object at a particular gener...
Added a Generation field to ReadObjectRequest.
jacobsa_gcloud
train
go
9fa83e614e35e422000185aacad5075c8b3ff7b7
diff --git a/src/js/components/CheckBox/CheckBox.js b/src/js/components/CheckBox/CheckBox.js index <HASH>..<HASH> 100644 --- a/src/js/components/CheckBox/CheckBox.js +++ b/src/js/components/CheckBox/CheckBox.js @@ -67,7 +67,13 @@ const CheckBox = forwardRef( }); const [focus, setFocus] = useState(focusProp)...
Fixes Checkbox focus state when checkbox is disabled (#<I>) * fixed #<I> Updated CheckBox component to turn off the focus when checkbox is disabled * Update CheckBox.js
grommet_grommet
train
js
d1516c66305d6b23f359f326cd4e63c37b6e4d66
diff --git a/core-bundle/src/Resources/contao/forms/FormTextArea.php b/core-bundle/src/Resources/contao/forms/FormTextArea.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/forms/FormTextArea.php +++ b/core-bundle/src/Resources/contao/forms/FormTextArea.php @@ -144,7 +144,7 @@ class FormTextArea ex...
[Core] Double encode special characters in the FormTextArea class (see #<I>).
contao_contao
train
php
69a3aa8aebcef4f8763d346c96ca7d9fb59b1f6b
diff --git a/code/libraries/joomlatools/component/koowa/dispatcher/authenticator/jwt.php b/code/libraries/joomlatools/component/koowa/dispatcher/authenticator/jwt.php index <HASH>..<HASH> 100644 --- a/code/libraries/joomlatools/component/koowa/dispatcher/authenticator/jwt.php +++ b/code/libraries/joomlatools/component/...
#<I>: Set lifetime in seconds
joomlatools_joomlatools-framework
train
php
beaec7fe8e610c2c2efcd1a3bb9027864bfd83d6
diff --git a/react-backbone.js b/react-backbone.js index <HASH>..<HASH> 100644 --- a/react-backbone.js +++ b/react-backbone.js @@ -236,15 +236,19 @@ // loading state helpers function pushLoadingState(xhrEvent, modelOrCollection, context) { - var currentLoads = getState('loading', context); + v...
(optimization) prevent setState call with 2nd concurrent XHR event
jhudson8_react-backbone
train
js
dcd66fb5ef03b8d6192110b392d5a6c1cec40faa
diff --git a/lib/weechat/window.rb b/lib/weechat/window.rb index <HASH>..<HASH> 100644 --- a/lib/weechat/window.rb +++ b/lib/weechat/window.rb @@ -44,7 +44,7 @@ module Weechat # # @private @known_integer_properties = %w(win_x win_y win_width win_height win_width_pct - win_height_pct win_chat_x win_cha...
don't provide win_chat_.+ properties anymore since that is handled by Window::Chat already
dominikh_weechat-ruby
train
rb
e9be937d8f21ba9fcdc06b93af9c66017604e558
diff --git a/tests/integration/modules/config.py b/tests/integration/modules/config.py index <HASH>..<HASH> 100644 --- a/tests/integration/modules/config.py +++ b/tests/integration/modules/config.py @@ -50,17 +50,17 @@ class ConfigTest(integration.ModuleCase): self.assertEqual( self.run_function('...
Fix incorrectly-written test This was testing to confirm incorrect behavior. We should not be having a leading zero when the setuid/setgid bit is set in the mode.
saltstack_salt
train
py
f522cafa793102efb80c97411de00d3c02fdf01c
diff --git a/driver-compat/src/test/unit/com/mongodb/DBObjectsTest.java b/driver-compat/src/test/unit/com/mongodb/DBObjectsTest.java index <HASH>..<HASH> 100644 --- a/driver-compat/src/test/unit/com/mongodb/DBObjectsTest.java +++ b/driver-compat/src/test/unit/com/mongodb/DBObjectsTest.java @@ -1,5 +1,5 @@ /* - * Copyr...
Removing test for support of nested object of arbitrary type, because neither Document nor BasicDBObject should actually support this use case.
mongodb_mongo-java-driver
train
java
e289026d4531cee869b5e8bdaff0ae07ba24de00
diff --git a/simanneal/anneal.py b/simanneal/anneal.py index <HASH>..<HASH> 100644 --- a/simanneal/anneal.py +++ b/simanneal/anneal.py @@ -50,7 +50,7 @@ class Annealer(object): start = None def __init__(self, initial_state=None, load_state=None): - if initial_state: + if initial_state is not N...
Support any type of state variable icluding numpy.array and pandas.DataFrame
perrygeo_simanneal
train
py
adad6ad545754b6c948ed5006c76a1bfc3fcfeab
diff --git a/cerberus/tests/tests.py b/cerberus/tests/tests.py index <HASH>..<HASH> 100644 --- a/cerberus/tests/tests.py +++ b/cerberus/tests/tests.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- import re -import sys from datetime import datetime from random import choice from string import ascii_lowercase @@ -847,1...
Removes obsolete implementations specifics from tests
pyeve_cerberus
train
py
903e49445d5128033ecf28e83f9b2fccdc5d92a3
diff --git a/wes_client/__init__.py b/wes_client/__init__.py index <HASH>..<HASH> 100755 --- a/wes_client/__init__.py +++ b/wes_client/__init__.py @@ -99,7 +99,7 @@ def main(argv=sys.argv[1:]): exit(0) r = client.WorkflowExecutionService.GetWorkflowStatus(workflow_id=r["workflow_id"]).result() - whil...
Set state strings Should move to a module where theyre constant
common-workflow-language_workflow-service
train
py
e3073c044b58d8d375ac0d3a842ed6e0a5ed18b7
diff --git a/core/sawtooth/cli/cluster.py b/core/sawtooth/cli/cluster.py index <HASH>..<HASH> 100644 --- a/core/sawtooth/cli/cluster.py +++ b/core/sawtooth/cli/cluster.py @@ -197,9 +197,30 @@ def do_cluster_stop(args): else: node_names = vnm.get_node_names() + nodes = state["Nodes"] for node_nam...
Update state of stopped Nodes and Unknown nodes. Also update overall state of network if all nodes stopped.
hyperledger_sawtooth-core
train
py
b405decaebe8f31bb7c6d0ab8dd71cf4bf21ff33
diff --git a/lib/nanoc-conref-fs/conref-fs.rb b/lib/nanoc-conref-fs/conref-fs.rb index <HASH>..<HASH> 100644 --- a/lib/nanoc-conref-fs/conref-fs.rb +++ b/lib/nanoc-conref-fs/conref-fs.rb @@ -82,7 +82,7 @@ class ConrefFS < Nanoc::DataSource blacklisted_articles = full_user_articles - current_articles blackli...
Duh, just throw the name back out
gjtorikian_nanoc-conref-fs
train
rb
4dabadea59c58420e3a811028f3f3a91518264cd
diff --git a/lib/rapidash/version.rb b/lib/rapidash/version.rb index <HASH>..<HASH> 100644 --- a/lib/rapidash/version.rb +++ b/lib/rapidash/version.rb @@ -1,3 +1,3 @@ module Rapidash - VERSION = "0.1.1" + VERSION = "0.1.2" end
Version Bump to <I>
Gazler_rapidash
train
rb
4a9277d0963949c2d766575e4fbcad1a63c0138a
diff --git a/app/controllers/pwb/api_ext/v1/props_controller.rb b/app/controllers/pwb/api_ext/v1/props_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/pwb/api_ext/v1/props_controller.rb +++ b/app/controllers/pwb/api_ext/v1/props_controller.rb @@ -130,6 +130,7 @@ module Pwb def property_params ...
Allow extra fields for creating prop via api_ext
etewiah_property_web_builder
train
rb
89c7c80084ab7722b71d964e4edb6707a389a2c1
diff --git a/packages/ember-views/lib/views/container_view.js b/packages/ember-views/lib/views/container_view.js index <HASH>..<HASH> 100644 --- a/packages/ember-views/lib/views/container_view.js +++ b/packages/ember-views/lib/views/container_view.js @@ -159,30 +159,6 @@ var ViewCollection = Ember._ViewCollection; o...
Removed ridiculously dated idiom from container views docs Mmm, binding current view to the singleton `App.appController`.
emberjs_ember.js
train
js
ff30db5cc23ff39fe96ca551a56a94f629043ca9
diff --git a/lxd/device/disk.go b/lxd/device/disk.go index <HASH>..<HASH> 100644 --- a/lxd/device/disk.go +++ b/lxd/device/disk.go @@ -1097,8 +1097,8 @@ func (d *disk) stopVM() (*deviceConfig.RunConfig, error) { // postStop is run after the device is removed from the instance. func (d *disk) postStop() error { - //...
lxd/device/disk: Only unmounts non-root volumes attached Fixes "root device not found" error when shutting down VM.
lxc_lxd
train
go
7da8ee8d9017ba1b86f727382516fad1a2e712d1
diff --git a/delegate.go b/delegate.go index <HASH>..<HASH> 100644 --- a/delegate.go +++ b/delegate.go @@ -25,3 +25,18 @@ func (opts ListOpts) ToServerListQuery() (string, error) { func List(client *gophercloud.ServiceClient, opts ListOpts) pagination.Pager { return os.List(client, opts) } + +// NewComputeV1 create...
Pack the NewComputeV1() func in there, too.
smashwilson_gophercomputev1
train
go
1a130a35cd47519ebfdfb524032b19fd41399981
diff --git a/templates/windows-2008R1-serverweb-amd64/definition.rb b/templates/windows-2008R1-serverweb-amd64/definition.rb index <HASH>..<HASH> 100644 --- a/templates/windows-2008R1-serverweb-amd64/definition.rb +++ b/templates/windows-2008R1-serverweb-amd64/definition.rb @@ -27,6 +27,7 @@ # Win2008 requires at leas...
definitions may need a .name?
jedi4ever_veewee
train
rb
a086492078d65510e9e1ea4412f541d8075be7b5
diff --git a/ngrest/base/ActiveWindow.php b/ngrest/base/ActiveWindow.php index <HASH>..<HASH> 100644 --- a/ngrest/base/ActiveWindow.php +++ b/ngrest/base/ActiveWindow.php @@ -38,7 +38,7 @@ abstract class ActiveWindow implements \admin\ngrest\interfaces\ActiveWindow return $this->_itemId; } - public f...
ActiveWindow setConfig must be an array.
luyadev_luya-module-admin
train
php,php
fc5e5705eabc01ea6ef404e84650c6821cbb9fdc
diff --git a/lettuce_webdriver/tests/__init__.py b/lettuce_webdriver/tests/__init__.py index <HASH>..<HASH> 100644 --- a/lettuce_webdriver/tests/__init__.py +++ b/lettuce_webdriver/tests/__init__.py @@ -5,15 +5,15 @@ from contextlib import contextmanager from selenium import webdriver -from aloe import around, wor...
Don't recreate the browser for each feature
aloetesting_aloe_webdriver
train
py
7c1b9ce4307ba7dcf0db07f9b8d824263a7a936d
diff --git a/sos/plugins/psacct.py b/sos/plugins/psacct.py index <HASH>..<HASH> 100644 --- a/sos/plugins/psacct.py +++ b/sos/plugins/psacct.py @@ -17,5 +17,13 @@ from sos.plugins import Plugin, RedHatPlugin class psacct(Plugin, RedHatPlugin): """Process accounting related information """ + + optionList = ...
Do not collect archived accounting files in psacct module
sosreport_sos
train
py
26f8a777b33f2b72045164f2924a61f6f04f6ce2
diff --git a/subsystem-test/src/main/java/org/jboss/as/subsystem/test/KnownVersions.java b/subsystem-test/src/main/java/org/jboss/as/subsystem/test/KnownVersions.java index <HASH>..<HASH> 100644 --- a/subsystem-test/src/main/java/org/jboss/as/subsystem/test/KnownVersions.java +++ b/subsystem-test/src/main/java/org/jbos...
[AS7-<I>] Placeholder tests for xts was: 0e<I>cfc3a<I>ba9e<I>c5f<I>c7e<I>b<I>e<I>
wildfly_wildfly-core
train
java
50d79e975b2c6e542a40bf6714cb888716232821
diff --git a/lib/seed_migration/version.rb b/lib/seed_migration/version.rb index <HASH>..<HASH> 100644 --- a/lib/seed_migration/version.rb +++ b/lib/seed_migration/version.rb @@ -1,3 +1,3 @@ module SeedMigration - VERSION = "1.0.2" + VERSION = "1.0.3" end
Release new version: <I>
harrystech_seed_migration
train
rb
b89bdedf5a689b90de4cab8477721cb8ddb15516
diff --git a/spec/test_ruby.rb b/spec/test_ruby.rb index <HASH>..<HASH> 100644 --- a/spec/test_ruby.rb +++ b/spec/test_ruby.rb @@ -82,10 +82,17 @@ describe "::Ruby's coercion " do describe "to Regexp" do specify "from Regexp" do - coerce(/[a-z]+/, Regexp).should == /[a-z]+/ + coerce(/[a-z]+/, Rege...
Added Ruby's String -> URI
blambeau_myrrha
train
rb
befce4c846692fe161a553ed81482542a65a210a
diff --git a/Net/Gearman/Client.php b/Net/Gearman/Client.php index <HASH>..<HASH> 100644 --- a/Net/Gearman/Client.php +++ b/Net/Gearman/Client.php @@ -122,6 +122,19 @@ class Net_Gearman_Client $send = $args[0]; } + return $this->call($func, $send); + } + + /** + * Fire off a bac...
Adjusted method in the client to allow use of less magic
mhlavac_gearman
train
php
ca42bf9c7676c32475bb1da0a912825140247fb7
diff --git a/lib/jasmine-node/cli.js b/lib/jasmine-node/cli.js index <HASH>..<HASH> 100755 --- a/lib/jasmine-node/cli.js +++ b/lib/jasmine-node/cli.js @@ -1,6 +1,7 @@ var jasmine = require('./index'); var util, - Path= require('path'); + Path= require('path'), + fs = require('fs'); try { util = require(...
Updated cli.js to have a reference to fs
mhevery_jasmine-node
train
js
8e60743c0b60ccddc0cab735b8f8648930bcd370
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -46,7 +46,6 @@ const createConfig = options => { }, }, }, - ...require('snekfetch/webpack.supplemental').rules, ], }, node: {
fix: dont require snekfetch supplemental because they are not a thing anymore
discordjs_discord.js
train
js
1bb24549abbd4b5a978ad6bd2eac9000a48bf541
diff --git a/lib/ext.Cite.js b/lib/ext.Cite.js index <HASH>..<HASH> 100644 --- a/lib/ext.Cite.js +++ b/lib/ext.Cite.js @@ -64,15 +64,8 @@ function processExtSource(manager, extToken, opts) { */ function Ref(cite) { this.cite = cite; - this.reset(); } -/** - * Reset state before each top-level parse -- this lets...
Remove vestigial reset() methods in Cite. Cite is now stateless and should remain so! Change-Id: Ib<I>cb1da8cb<I>f6fec<I>ff6fb<I>c<I>e<I>dcf
wikimedia_parsoid
train
js
7598829a2f20e3872d7e550de842a7846487682b
diff --git a/AndroidBootstrap/src/com/beardedhen/androidbootstrap/FontAwesomeText.java b/AndroidBootstrap/src/com/beardedhen/androidbootstrap/FontAwesomeText.java index <HASH>..<HASH> 100644 --- a/AndroidBootstrap/src/com/beardedhen/androidbootstrap/FontAwesomeText.java +++ b/AndroidBootstrap/src/com/beardedhen/android...
Enable setting the color of the underlying text view
Bearded-Hen_Android-Bootstrap
train
java
6a31fd215dfffd46b5a48b14847bea9acafa1929
diff --git a/logentry_admin/admin.py b/logentry_admin/admin.py index <HASH>..<HASH> 100644 --- a/logentry_admin/admin.py +++ b/logentry_admin/admin.py @@ -48,7 +48,7 @@ class UserListFilter(admin.SimpleListFilter): class LogEntryAdmin(admin.ModelAdmin): date_hierarchy = 'action_time' - readonly_fields = (Log...
Avoid using ```get_all_field_names()``` method In Django <I> (and maybe earlier), this fails since ```._meta.get_all_field_names()``` returns content_type_id (as well as content_type), and then building the form fails since this extra field does not resolve to a model field.
yprez_django-logentry-admin
train
py
cd1c1c9fd4b23c5b2c284fde004aa6688599f5a1
diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index <HASH>..<HASH> 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -93,6 +93,10 @@ class Site */ function resecureForNewDomain($oldDomain, $domain) { + if (!$this->files->exists($this->certificatesPath())) { + return; +...
fix scan certificates directory error when first change domain
laravel_valet
train
php
81e9a01a196bcf42399e843871df0717904f1ad3
diff --git a/code/admin/AdvancedWorkflowAdmin.php b/code/admin/AdvancedWorkflowAdmin.php index <HASH>..<HASH> 100644 --- a/code/admin/AdvancedWorkflowAdmin.php +++ b/code/admin/AdvancedWorkflowAdmin.php @@ -31,6 +31,16 @@ class AdvancedWorkflowAdmin extends ModelAdmin { * @var WorkflowService */ public $workflo...
BUG Selecting one of the deletion icons on a transition/action displayed an empty JS confirmation dialogue. Fixes #<I>
symbiote_silverstripe-advancedworkflow
train
php
d9d67cae7ffb1999ee096e14d898d6da76deee49
diff --git a/org.jgrapes.portal/resources/org/jgrapes/portal/functions.js b/org.jgrapes.portal/resources/org/jgrapes/portal/functions.js index <HASH>..<HASH> 100644 --- a/org.jgrapes.portal/resources/org/jgrapes/portal/functions.js +++ b/org.jgrapes.portal/resources/org/jgrapes/portal/functions.js @@ -17,15 +17,18 @@ p...
Store portletId as data.
mnlipp_jgrapes
train
js
e54854c082d87e007035b85e37c4ab1e8a24caf1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( version=version['__version__'], description='BigchainDB: A Scalable Blockchain Database', long_description=( - "BigchainDB allows developers and enterprise to deploy blockchain " + ...
In setup.py: enterprise --> enterprises
bigchaindb_bigchaindb
train
py
f5ab63d05c0df07517cfe0d75fe60cd4b427c63b
diff --git a/java/src/main/java/com/mapd/parser/server/ExtensionFunctionSignatureParser.java b/java/src/main/java/com/mapd/parser/server/ExtensionFunctionSignatureParser.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/com/mapd/parser/server/ExtensionFunctionSignatureParser.java +++ b/java/src/main/java/com/ma...
Support <I> bit integer in signature parser Allow runtime functions to take / return smallint.
omnisci_mapd-core
train
java
9aefab6ad98223e20691ad2cbcda1271fee50306
diff --git a/impl-base/src/test/java/org/jboss/shrinkwrap/impl/base/test/DynamicContainerTestBase.java b/impl-base/src/test/java/org/jboss/shrinkwrap/impl/base/test/DynamicContainerTestBase.java index <HASH>..<HASH> 100644 --- a/impl-base/src/test/java/org/jboss/shrinkwrap/impl/base/test/DynamicContainerTestBase.java +...
[SHIRNKWRAP-<I>] add as library not existing resource name - test proves that issue is already fixed
shrinkwrap_shrinkwrap
train
java
819d4c5e6a05db3c8fa6fabc57fd29d1c4fc6d26
diff --git a/tests/Rector/Typehint/ParentTypehintedArgumentRector/ParentTypehintedArgumentRectorTest.php b/tests/Rector/Typehint/ParentTypehintedArgumentRector/ParentTypehintedArgumentRectorTest.php index <HASH>..<HASH> 100644 --- a/tests/Rector/Typehint/ParentTypehintedArgumentRector/ParentTypehintedArgumentRectorTest...
shorten indent on test file list
rectorphp_rector
train
php
4a9814545bf3857c675f68253d16f4cfc4c211e1
diff --git a/src/Saft/Store/AbstractTriplePatternStore.php b/src/Saft/Store/AbstractTriplePatternStore.php index <HASH>..<HASH> 100644 --- a/src/Saft/Store/AbstractTriplePatternStore.php +++ b/src/Saft/Store/AbstractTriplePatternStore.php @@ -80,13 +80,18 @@ abstract class AbstractTriplePatternStore implements Store ...
Fix faulty check for multiple triple pattern in query method from AbstractTriplePatternStore
SaftIng_Saft
train
php
a4e68d142d7b48fb38ca09d653c11421da57e9a7
diff --git a/src/transaction.js b/src/transaction.js index <HASH>..<HASH> 100644 --- a/src/transaction.js +++ b/src/transaction.js @@ -360,6 +360,12 @@ Transaction.prototype.signWithKeys = function(keys, outputs, type) { Transaction.prototype.signScriptSig = function(index, script, key, type) { type = type || SIG...
Adds assertions for types in signScriptSig
BitGo_bitgo-utxo-lib
train
js
dc146a439124eeb1469307607c88091de5d564c0
diff --git a/components/Pages.php b/components/Pages.php index <HASH>..<HASH> 100644 --- a/components/Pages.php +++ b/components/Pages.php @@ -594,8 +594,10 @@ class Pods_Pages extends PodsComponent { // templates not found in theme, default output do_action( 'pods_page_default', $temp...
Process pods_content before the header, to get all required scripts that are needed by default template to include. Fixes form problems on Pods Pages where jQuery is loaded in footer.
pods-framework_pods
train
php
59f2541bf0efc5193e02743bea512f4edc776dcf
diff --git a/eventsourcing/__init__.py b/eventsourcing/__init__.py index <HASH>..<HASH> 100644 --- a/eventsourcing/__init__.py +++ b/eventsourcing/__init__.py @@ -14,4 +14,4 @@ """ -__version__ = '2.1.2dev' +__version__ = '3.0.0dev'
Increased major version number to <I>dev.
johnbywater_eventsourcing
train
py
1b509568316844b2beffd95aded4668a5d2d91b2
diff --git a/monitor/schedule.go b/monitor/schedule.go index <HASH>..<HASH> 100644 --- a/monitor/schedule.go +++ b/monitor/schedule.go @@ -101,6 +101,8 @@ func (m *Monitor) schedule(ctx context.Context, timeout int64, if !found { scheduler, found = accountSchedulers[eventHash] } +// TODO: uncomment when cl...
remove client related events scheduling Client events are removed till job handlers implemented
Privatix_dappctrl
train
go
a399a36c82ecedb88ec1411000270492fb23c1ca
diff --git a/src/Gica/Types/Set.php b/src/Gica/Types/Set.php index <HASH>..<HASH> 100644 --- a/src/Gica/Types/Set.php +++ b/src/Gica/Types/Set.php @@ -149,7 +149,7 @@ abstract class Set public function diff(?self $other) { - $primitives = $this->primitiveValues; + $primitives = []; ...
repaired bug in \Gica\Types\Set::diff
xprt64_types
train
php
1bd5e9d9d23c36c5b3aaced76dbeb70920ae6973
diff --git a/pkg/sources/git/git.go b/pkg/sources/git/git.go index <HASH>..<HASH> 100644 --- a/pkg/sources/git/git.go +++ b/pkg/sources/git/git.go @@ -484,7 +484,7 @@ func PrepareRepo(uriString string) (string, bool, error) { switch uri.Scheme { case "file": path = fmt.Sprintf("%s%s", uri.Host, uri.Path) - case ...
fix merge conflicts. (#<I>)
dxa4481_truffleHog
train
go,go
e734d300777fe200787ae412c241b5b286f9e103
diff --git a/src/BoomCMS/ServiceProviders/TemplateServiceProvider.php b/src/BoomCMS/ServiceProviders/TemplateServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/ServiceProviders/TemplateServiceProvider.php +++ b/src/BoomCMS/ServiceProviders/TemplateServiceProvider.php @@ -34,6 +34,7 @@ class TemplateServi...
Allow themes to overload BoomCMS views (e.g. for customising login page / user generation email
boomcms_boom-core
train
php
2ba1a14fb0586b9ce61769a8341ecfbfbc8a1507
diff --git a/pytorch_transformers/tokenization_utils.py b/pytorch_transformers/tokenization_utils.py index <HASH>..<HASH> 100644 --- a/pytorch_transformers/tokenization_utils.py +++ b/pytorch_transformers/tokenization_utils.py @@ -636,9 +636,9 @@ class PreTrainedTokenizer(object): filtered_tokens = self.conver...
Decode now calls private property instead of public method
huggingface_pytorch-pretrained-BERT
train
py
d5913a5a240ecaf7b7efba6f09abae891ad283cc
diff --git a/lib/godot/net/client.js b/lib/godot/net/client.js index <HASH>..<HASH> 100644 --- a/lib/godot/net/client.js +++ b/lib/godot/net/client.js @@ -143,6 +143,7 @@ Client.prototype.write = function (data) { // Client.prototype.produce = function (data) { var self = this; + // // Add defaults to each o...
[fix] properly handle a single callback as an argument to the connect function
nodejitsu_godot
train
js
5f9a9ed9d1a8c81000920f6bb0e23b172f3807a7
diff --git a/src/playbacks/flash/flash.js b/src/playbacks/flash/flash.js index <HASH>..<HASH> 100644 --- a/src/playbacks/flash/flash.js +++ b/src/playbacks/flash/flash.js @@ -21,7 +21,7 @@ class Flash extends UIObject { super(options) this.src = options.src this.isRTMP = !!(this.src.indexOf("rtmp") > -1)...
flash: postpone volume set to bufferfull event when playback is not ready (close #<I>)
clappr_clappr
train
js
519dd88a7494df882be2691b577d510796e917ac
diff --git a/Granam/Tests/tests_bootstrap.php b/Granam/Tests/tests_bootstrap.php index <HASH>..<HASH> 100644 --- a/Granam/Tests/tests_bootstrap.php +++ b/Granam/Tests/tests_bootstrap.php @@ -1,7 +1,9 @@ <?php +declare(strict_types = 1); // on PHP 7+ are standard PHP methods strict to types of given parameters + requi...
PHP native functions are called in type strict mode if PHP 7+
granam_float
train
php
d71dcc5e946775d785a39281bcb61ff9d384d6e1
diff --git a/render/render.js b/render/render.js index <HASH>..<HASH> 100644 --- a/render/render.js +++ b/render/render.js @@ -70,8 +70,8 @@ module.exports = function($window) { var is = attrs && attrs.is var element = ns ? - is ? $doc.createElementNS(ns, tag, is) : $doc.createElementNS(ns, tag) : - is ? $d...
`is` should be passed as `{is: is}`
MithrilJS_mithril.js
train
js
7ef3b6b93081d447e2c717df76df00463e057ea3
diff --git a/tests/test_etcfiles.py b/tests/test_etcfiles.py index <HASH>..<HASH> 100644 --- a/tests/test_etcfiles.py +++ b/tests/test_etcfiles.py @@ -10,6 +10,7 @@ import scuba.etcfiles class TestEtcfiles(TestCase): def test_passwd_entry(self): + '''passwd_entry returns a valid /etc/passwd entry''' ...
add test docstrings which nosetest shows
JonathonReinhart_scuba
train
py
3feb861d1d89fa2622780c846c308a9b6194499c
diff --git a/lib/Array/prototype/intersection.js b/lib/Array/prototype/intersection.js index <HASH>..<HASH> 100644 --- a/lib/Array/prototype/intersection.js +++ b/lib/Array/prototype/intersection.js @@ -6,9 +6,9 @@ var filter = Array.prototype.filter , push = Array.prototype.push + , slice = Array.proto...
Make sure Array's intersection returns different array
medikoo_es5-ext
train
js
d17a619a0d8974eee6873f29bb224b7b9bba283d
diff --git a/lib/project_euler_cli/problem.rb b/lib/project_euler_cli/problem.rb index <HASH>..<HASH> 100644 --- a/lib/project_euler_cli/problem.rb +++ b/lib/project_euler_cli/problem.rb @@ -1,7 +1,7 @@ module ProjectEulerCli class Problem - attr_accessor :id, :title, :published, :solved_by, :difficulty + attr_ac...
Remove unused id attribute from Problem class
ecssiah_project-euler-cli
train
rb