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
0c22d86254cc42603b12cec2a5d2d882b80fa1fd
diff --git a/src/Buffered/Utils/BufferCollection.php b/src/Buffered/Utils/BufferCollection.php index <HASH>..<HASH> 100644 --- a/src/Buffered/Utils/BufferCollection.php +++ b/src/Buffered/Utils/BufferCollection.php @@ -5,7 +5,7 @@ namespace MatthiasMullie\Scrapbook\Buffered\Utils; use MatthiasMullie\Scrapbook\Adapters...
Get rid of a stray todo
matthiasmullie_scrapbook
train
php
96fc129fea3ad50521ef19ed572bdccffcd0937e
diff --git a/dosagelib/plugins/g.py b/dosagelib/plugins/g.py index <HASH>..<HASH> 100644 --- a/dosagelib/plugins/g.py +++ b/dosagelib/plugins/g.py @@ -64,6 +64,25 @@ class GeeksNextDoor(_BasicScraper): help = 'Index format: yyyy-mm-dd' +# disallowed by robots.txt +class _GeneralProtectionFault(_BasicScraper): ...
Add GeneralProtectionFault (disallowed by robots.txt)
wummel_dosage
train
py
d4cd926c96c8ae1102ec493b403e9814b06eacfd
diff --git a/xds/src/main/java/io/grpc/xds/ClientXdsClient.java b/xds/src/main/java/io/grpc/xds/ClientXdsClient.java index <HASH>..<HASH> 100644 --- a/xds/src/main/java/io/grpc/xds/ClientXdsClient.java +++ b/xds/src/main/java/io/grpc/xds/ClientXdsClient.java @@ -169,7 +169,7 @@ final class ClientXdsClient extends XdsCl...
core: Enable outlier detection by default. (#<I>)
grpc_grpc-java
train
java
bdc772b7be799aede01260cee3aba49ab4f9b204
diff --git a/lib/agent/index.js b/lib/agent/index.js index <HASH>..<HASH> 100644 --- a/lib/agent/index.js +++ b/lib/agent/index.js @@ -164,10 +164,16 @@ var load_plugin = function(name, cb) { var run_from_command_line = function() { if (!program.debug) logger.pause(); + hooks.on('data', console.log); hooks....
Handle invalid command in agent/index.
prey_prey-node-client
train
js
3fb0cd4db9b4d00ad498bf91f150a02aa86eaeaa
diff --git a/tests/Http/RequestTest.php b/tests/Http/RequestTest.php index <HASH>..<HASH> 100644 --- a/tests/Http/RequestTest.php +++ b/tests/Http/RequestTest.php @@ -694,7 +694,7 @@ class RequestTest extends \PHPUnit_Framework_TestCase $body = new RequestBody(); $body->write('foo=bar'); $req...
Update unit tests to expect arrays from getParsedBody()
slimphp_Slim
train
php
6af225c27a4eaad2d8d3f55bac2671d56a3f31b6
diff --git a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/SceneActivity.java b/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/SceneActivity.java index <HASH>..<HASH> 100644 --- a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnat...
Changed fluent navigation then back check if navigate from A --> B --> C --> D --> E and fluently from C to E, then navigate back 3 to B then it will come in the create activity of D because it wasn't created. At that time it will have the crumb for D but there won't be a scene view for it. Still created the host view...
grahammendick_navigation
train
java
ee90f31722aad29cb4502f177df4d431b5833922
diff --git a/pathquery/__init__.py b/pathquery/__init__.py index <HASH>..<HASH> 100644 --- a/pathquery/__init__.py +++ b/pathquery/__init__.py @@ -56,16 +56,14 @@ class pathq(object): return is_match def __iter__(self): - matches = [] for root, dirnames, filenames_in_dir in walk(self...
REFACTOR : Turned iterator over a list into a generator to increase performance.
crdoconnor_pathquery
train
py
7763d79a4e8154e1bfa6bfc1dc25ddb36c8e93ec
diff --git a/lib/spaceship/client.rb b/lib/spaceship/client.rb index <HASH>..<HASH> 100644 --- a/lib/spaceship/client.rb +++ b/lib/spaceship/client.rb @@ -200,7 +200,7 @@ module Spaceship end # Set a new team ID which will be used from now on - def current_team_id=(team_id) + def team_id=(team_id) ...
Renamed current_team_id= to team_id= in client
fastlane_fastlane
train
rb,rb,rb
87bb11ac0b3cf51efa3b76054df4d4638c41b846
diff --git a/examples/standalone_proxy/plugIt/views.py b/examples/standalone_proxy/plugIt/views.py index <HASH>..<HASH> 100644 --- a/examples/standalone_proxy/plugIt/views.py +++ b/examples/standalone_proxy/plugIt/views.py @@ -887,6 +887,8 @@ def api_user(request, userPk, key=None, hproPk=None): if not check_api_k...
Added hrpoject to None
ebu_PlugIt
train
py
7bcd869dbf9aa108fda8c01a3544666288c02578
diff --git a/src/ClassTrait.php b/src/ClassTrait.php index <HASH>..<HASH> 100644 --- a/src/ClassTrait.php +++ b/src/ClassTrait.php @@ -33,20 +33,6 @@ trait ClassTrait } /** - * @return Monomelodies\Reflex\ReflectionProperty[] - */ - public function getDefaultProperties() : array - { - $...
that works weird and did not need an override
monomelodies_reflex
train
php
68ab0b9a5e81fcf7417637b3b5662a4b46851cb5
diff --git a/src/metpy/calc/thermo.py b/src/metpy/calc/thermo.py index <HASH>..<HASH> 100644 --- a/src/metpy/calc/thermo.py +++ b/src/metpy/calc/thermo.py @@ -3278,12 +3278,12 @@ def specific_humidity_from_dewpoint(pressure, dewpoint): Parameters ---------- - dewpoint: `pint.Quantity` - Dewpoint t...
DOC: switch order of Parameters in specific_humidity_from_dewpoint
Unidata_MetPy
train
py
eb630652df13985f365e9c59baa9db78d959ec2b
diff --git a/pythran/transformations/handle_import.py b/pythran/transformations/handle_import.py index <HASH>..<HASH> 100644 --- a/pythran/transformations/handle_import.py +++ b/pythran/transformations/handle_import.py @@ -363,8 +363,9 @@ class HandleImport(Transformation): # Patch module body: prepend all i...
Fix import warning. * It was looking for builtin modules based on alias name which is incorrect.
serge-sans-paille_pythran
train
py
6d801a6e8ff22bc5e6429ffd7128ff99b7164941
diff --git a/modules/lazyLoadableImages/scope.js b/modules/lazyLoadableImages/scope.js index <HASH>..<HASH> 100644 --- a/modules/lazyLoadableImages/scope.js +++ b/modules/lazyLoadableImages/scope.js @@ -4,7 +4,7 @@ "setting up which images can be lazy-loaded analysis" ); - window.addEventListener("beforeunlo...
lazyLoadableImages/scope.js: bind to window.load event
macbre_phantomas
train
js
530780359892e0cd5ea714d3abce884ab7871ca9
diff --git a/ui/app/routes/jobs/job/task-group.js b/ui/app/routes/jobs/job/task-group.js index <HASH>..<HASH> 100644 --- a/ui/app/routes/jobs/job/task-group.js +++ b/ui/app/routes/jobs/job/task-group.js @@ -1,4 +1,6 @@ import Route from '@ember/routing/route'; +import { collect } from '@ember/object/computed'; +import...
Watch job, job-summary, and job-allocs on the task group page
hashicorp_nomad
train
js
7d03ba92d027ce79a406adeb5b3f13010dfc595d
diff --git a/simulation_test.go b/simulation_test.go index <HASH>..<HASH> 100644 --- a/simulation_test.go +++ b/simulation_test.go @@ -10,7 +10,7 @@ import ( "github.com/boltdb/bolt" ) -func TestSimulate_1op_1p(t *testing.T) { testSimulate(t, 100, 1) } +func TestSimulate_1op_1p(t *testing.T) { testSimulate...
FIX: Incorrect threadCount in simulation_test.go TestSimulate_1op_1p should pass 1 as the threadCount instead of <I>
boltdb_bolt
train
go
735515fccdec53652bc3a4c8d459c392f1041f94
diff --git a/tang/src/main/java/com/microsoft/tang/implementation/ConfigurationImpl.java b/tang/src/main/java/com/microsoft/tang/implementation/ConfigurationImpl.java index <HASH>..<HASH> 100644 --- a/tang/src/main/java/com/microsoft/tang/implementation/ConfigurationImpl.java +++ b/tang/src/main/java/com/microsoft/tang...
comment out line that emits regitered lines in config file
apache_reef
train
java
e89348a4700ba1930f80e757e36afb3e9dbd59ba
diff --git a/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java b/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java +++ b/core/src/main/java/io/micronaut/core/io/socket/SocketUtils.java @@ -17,6 ...
SocketUtils considers a port available if a ConnectException is thrown during connect attempt (#<I>) (#<I>)
micronaut-projects_micronaut-core
train
java
efb7b0676cf6e57b5446f15e297a187ddc989004
diff --git a/packages/cli/lib/commands/create.js b/packages/cli/lib/commands/create.js index <HASH>..<HASH> 100644 --- a/packages/cli/lib/commands/create.js +++ b/packages/cli/lib/commands/create.js @@ -12,8 +12,13 @@ module.exports = async (name, starter = 'default') => { const starters = ['default', 'wordpress'] ...
fix(cli): create project in current directory (#<I>)
gridsome_gridsome
train
js
fab6e9df63de6705ecfcdf595ec88a75a0003c9e
diff --git a/common_mnoe_dependencies.rb b/common_mnoe_dependencies.rb index <HASH>..<HASH> 100644 --- a/common_mnoe_dependencies.rb +++ b/common_mnoe_dependencies.rb @@ -3,7 +3,8 @@ # the one component of Mnoe. source 'https://rubygems.org' -gem 'sqlite3' +# sqlite3_adapter requires 1.3.x +gem 'sqlite3', '~> 1.3.1...
Add dependency constraint on sqlite3 sqlite3 <I> is conflicting with sqlite3_adapter which requires <I>.x See <URL>
maestrano_mno-enterprise
train
rb
7e71b73e4a925e5085222240847b2ed774b2da62
diff --git a/lib/vagrant/util/ssh.rb b/lib/vagrant/util/ssh.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/util/ssh.rb +++ b/lib/vagrant/util/ssh.rb @@ -101,10 +101,13 @@ module Vagrant "-o", "ForwardX11Trusted=yes"] end - # Configurables -- extra_args should always be last due to the w...
Reformat some comments to be within <I> chars
hashicorp_vagrant
train
rb
6f1b9d7e94496543eacc63807b99fa29059ed300
diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb index <HASH>..<HASH> 100644 --- a/lib/sup/crypto.rb +++ b/lib/sup/crypto.rb @@ -313,7 +313,7 @@ private if signature.validity != GPGME::GPGME_VALIDITY_FULL && signature.validity != GPGME::GPGME_VALIDITY_MARGINAL output_lines << "WARNING: This key is not...
show the FULL key fingerprint, not just the first half
sup-heliotrope_sup
train
rb
19347a69753a8905a2c8f3991251d622fcc7e0b4
diff --git a/lib/3scale/core/version.rb b/lib/3scale/core/version.rb index <HASH>..<HASH> 100644 --- a/lib/3scale/core/version.rb +++ b/lib/3scale/core/version.rb @@ -1,5 +1,5 @@ module ThreeScale module Core - VERSION = '1.2.2' + VERSION = '1.2.3' end end
core: bugfix release <I>
3scale_pisoni
train
rb
ee04997eb26adf3f71dcc12d3210fe5f39c68fe4
diff --git a/py/test/rsession/executor.py b/py/test/rsession/executor.py index <HASH>..<HASH> 100644 --- a/py/test/rsession/executor.py +++ b/py/test/rsession/executor.py @@ -29,6 +29,8 @@ class RunExecutor(object): outcome = Outcome() except Skipped, e: outcome = Outcome(skipped=str...
[svn r<I>] No, this is needed for C-c to work. --HG-- branch : trunk
vmalloc_dessert
train
py
152f5ac76f17e284de91b5591b8bd64be1c794d2
diff --git a/__init__.py b/__init__.py index <HASH>..<HASH> 100644 --- a/__init__.py +++ b/__init__.py @@ -39,7 +39,7 @@ if not settings.LDAP: settings.LDAP[DEFAULT_LDAP_ALIAS]["TLS_CA"] = settings.LDAP_TLS_CA if DEFAULT_LDAP_ALIAS not in settings.LDAP: - raise ImproperlyConfigured("You must define a '%s...
ImproperlyConfigured not defined here, use RuntimeError instead.
Karaage-Cluster_python-tldap
train
py
3c8bb29834f049aa82b90ca2151608f6fc16a9f2
diff --git a/lib/cache/FileCachePlugin.js b/lib/cache/FileCachePlugin.js index <HASH>..<HASH> 100644 --- a/lib/cache/FileCachePlugin.js +++ b/lib/cache/FileCachePlugin.js @@ -173,7 +173,7 @@ class FileCachePlugin { (identifier, etag, data) => { const entry = { identifier, - data: store === "pack" ? d...
use lazy serialization when etag is passed
webpack_webpack
train
js
86e1f079eefca5386bb83d756a7f7ffe464b2ab3
diff --git a/services/injection.js b/services/injection.js index <HASH>..<HASH> 100644 --- a/services/injection.js +++ b/services/injection.js @@ -215,6 +215,17 @@ exports.initializeScopedThen = function (Q) { } || fn; })); }; + var superNodeify = Q.makePromise.prototype.nodeify; + ...
Q.nodeify doesn't propagate injection scope Fixes #<I>
allcount_allcountjs
train
js
ff657e73f0b61a7e224a9f158467ed2ec915bd9b
diff --git a/activemodel/lib/active_model/secure_password.rb b/activemodel/lib/active_model/secure_password.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/secure_password.rb +++ b/activemodel/lib/active_model/secure_password.rb @@ -4,8 +4,8 @@ module ActiveModel module SecurePassword extend A...
Talk about bytes not characters [ci skip] Closes #<I>
rails_rails
train
rb
b13222b8214f4690c169eefc13354ff5f6479c2e
diff --git a/proton-c/bindings/ruby/lib/qpid_proton/messenger.rb b/proton-c/bindings/ruby/lib/qpid_proton/messenger.rb index <HASH>..<HASH> 100644 --- a/proton-c/bindings/ruby/lib/qpid_proton/messenger.rb +++ b/proton-c/bindings/ruby/lib/qpid_proton/messenger.rb @@ -208,10 +208,10 @@ module Qpid Cproton.pn_mes...
NO-JIRA: Fix a few Ruby method names to fit naming conventions. Messenger::receiving and Messenger::stopped renamed to Messenger::receiving? and Messenger::stopped? Also fixed a typo in one rdoc and added rdoc to receiving?
apache_qpid-proton
train
rb
e0d117ce80c91c6aa22eda69545a79270325ca92
diff --git a/internal/merger/merger.go b/internal/merger/merger.go index <HASH>..<HASH> 100644 --- a/internal/merger/merger.go +++ b/internal/merger/merger.go @@ -99,7 +99,6 @@ func init() { "go_proto_library", }, attrs: []string{ - "compilers", "proto", }, }, {
internal/merger: make "compilers" attribute unmergeable (#<I>) Gazelle won't modify or delete this attribute if it's set in existing rules. Fixes #<I>
bazelbuild_bazel-gazelle
train
go
b4defd5e3f05b70f1b746aa6ba1605c7bfe63fab
diff --git a/client/fileuploader.js b/client/fileuploader.js index <HASH>..<HASH> 100755 --- a/client/fileuploader.js +++ b/client/fileuploader.js @@ -920,6 +920,8 @@ qq.extend(qq.FileUploader.prototype, { qq.preventDefault(e); var item = target.parentNode; + while(ite...
Fix for nested cancel button/link Cancel handler not work if `fileTemplate` root node is different of cancel `parentNode`, maybe it's not good idea use a `while` but if file template root node always have a `qqFileId` [line <I>](#L<I>) property why not?
FineUploader_fine-uploader
train
js
8646f54faf62cb63f165f7699b8ace5b4a08233c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import sys import os from setuptools import setup -__version__ = '0.8.1' +__version__ = '0.8.2' __description__ = 'A Python package for building Alexa skills.' needs_pytest = {'pytest', 'test', 'ptr'}.inte...
Updated doc to indicate body is str type.
bmweiner_skillful
train
py,py,py
863a91b84fd6ac52ccb057afff8d07bb6e6bbf0d
diff --git a/test/test_torconfig.py b/test/test_torconfig.py index <HASH>..<HASH> 100644 --- a/test/test_torconfig.py +++ b/test/test_torconfig.py @@ -469,14 +469,16 @@ class CreateTorrcTests(unittest.TestCase): config.Log = ['80 127.0.0.1:80', '90 127.0.0.1:90'] config.save() torrc = config....
re-organize test so it's always alphabetical
meejah_txtorcon
train
py
c61eebd64e579b196678e79dfbc3285de61d3923
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +++ b/activerecord/lib/active_record/con...
Simplify building options hash in rename column method for mysql
rails_rails
train
rb
158a0309008db08fc865ddeb91c8aeb54fe15a57
diff --git a/MicroTokenizer/training/train.py b/MicroTokenizer/training/train.py index <HASH>..<HASH> 100644 --- a/MicroTokenizer/training/train.py +++ b/MicroTokenizer/training/train.py @@ -59,7 +59,7 @@ def train(input_files_list, output_dir, **kwargs): corpus = [] for input_file in input_files_list: - ...
fix file read encoding issue on Windows
howl-anderson_MicroTokenizer
train
py
3ddbcc2b05e76689ad16d44f8a2c594818dc6de7
diff --git a/Tests/IntegrationTest.php b/Tests/IntegrationTest.php index <HASH>..<HASH> 100644 --- a/Tests/IntegrationTest.php +++ b/Tests/IntegrationTest.php @@ -25,9 +25,9 @@ class IntegrationTest extends ProviderIntegrationTest protected $testIpv6 = false; protected $skippedTests = [ - 'testGeocod...
Update Tests/IntegrationTest.php
geo6_geocoder-php-geopunt-provider
train
php
a78076382e7980681f4c69f9e1ae1421789c9b25
diff --git a/code/macroeco/form_func.py b/code/macroeco/form_func.py index <HASH>..<HASH> 100644 --- a/code/macroeco/form_func.py +++ b/code/macroeco/form_func.py @@ -102,7 +102,7 @@ def make_spec_dict(spp_array): unq_specs = np.unique(spp_array) unq_ints = np.linspace(0, len(unq_specs) - 1, num=len(unq_specs...
Checked in KORU dataset This data set still needs metadata.
jkitzes_macroeco
train
py
8af5187edd8113c45875d13a0c45f022d6dc6f31
diff --git a/js/app.js b/js/app.js index <HASH>..<HASH> 100644 --- a/js/app.js +++ b/js/app.js @@ -735,7 +735,9 @@ App.prototype.registerAssessment = function( name, assessment, pluginName ) { * Disables markers visually in the UI. */ App.prototype.disableMarkers = function() { - this.seoAssessorPresenter.disableM...
Added a missing if around the seoAssessorPresenter
Yoast_YoastSEO.js
train
js
8483d7df35d6a8821d3fe1ff2f4148e31f7c78e2
diff --git a/test/terrific-modules/terrific.js b/test/terrific-modules/terrific.js index <HASH>..<HASH> 100644 --- a/test/terrific-modules/terrific.js +++ b/test/terrific-modules/terrific.js @@ -80,7 +80,6 @@ describe('terrific::renderModule', function() { }); it('should render a basic module, with a nested module'...
Whoops. Remove console.log from a test.
MarcDiethelm_xtc
train
js
1e4a712fe6f8b74b51bd247b18e415fbe752fe71
diff --git a/src/Http/Firewall/SessionExpirationListener.php b/src/Http/Firewall/SessionExpirationListener.php index <HASH>..<HASH> 100644 --- a/src/Http/Firewall/SessionExpirationListener.php +++ b/src/Http/Firewall/SessionExpirationListener.php @@ -14,7 +14,7 @@ namespace Ajgl\Security\Http\Firewall; use Ajgl\Securi...
Use the PSR LoggerInterface instead of the deprecated one
ajgarlag_AjglSessionExpiration
train
php
1233835c5432b41f9bce084b8d5b52867309ecff
diff --git a/org.ektorp.android/src/main/java/org/ektorp/android/http/AndroidHttpResponse.java b/org.ektorp.android/src/main/java/org/ektorp/android/http/AndroidHttpResponse.java index <HASH>..<HASH> 100644 --- a/org.ektorp.android/src/main/java/org/ektorp/android/http/AndroidHttpResponse.java +++ b/org.ektorp.android/...
fix compilation issue for Android introduced by <I>da<I>af5df7fb<I>baddae<I>d<I>c<I>cf0f
helun_Ektorp
train
java
9c6b22b596ab36995b4e3fa61f394dceb8893655
diff --git a/aeron-client/src/main/java/io/aeron/ClientConductor.java b/aeron-client/src/main/java/io/aeron/ClientConductor.java index <HASH>..<HASH> 100644 --- a/aeron-client/src/main/java/io/aeron/ClientConductor.java +++ b/aeron-client/src/main/java/io/aeron/ClientConductor.java @@ -775,7 +775,7 @@ class ClientCondu...
[Java] Error formatting.
real-logic_aeron
train
java
16082546a05ad3d2edcd0583dfc6a0d79dba3d79
diff --git a/fastlane/lib/fastlane/documentation/docs_generator.rb b/fastlane/lib/fastlane/documentation/docs_generator.rb index <HASH>..<HASH> 100644 --- a/fastlane/lib/fastlane/documentation/docs_generator.rb +++ b/fastlane/lib/fastlane/documentation/docs_generator.rb @@ -18,9 +18,9 @@ module Fastlane output <...
Fix mismatched <th> tags in docs_generator (#<I>)
fastlane_fastlane
train
rb
5fc3502376566945dd77f6d425f82df307ca2a1f
diff --git a/reana_commons/utils.py b/reana_commons/utils.py index <HASH>..<HASH> 100644 --- a/reana_commons/utils.py +++ b/reana_commons/utils.py @@ -19,7 +19,7 @@ # In applying this license, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organizatio...
utils: analyses renaming to workflows
reanahub_reana-commons
train
py
675257f6f0e6e5a63e4507510d265ac7a4ae8d66
diff --git a/py/__init__.py b/py/__init__.py index <HASH>..<HASH> 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -36,7 +36,6 @@ py_ignore_service_list = { "Cache", "CardinalityEstimator", "Client.addPartitionLostListener", - "Client.authenticationCustom", "Client.createProxies", "Client...
Enables custom authentication for the Python client (#<I>)
hazelcast_hazelcast-client-protocol
train
py
093c399ab956ab6b03d3025bb74033f66fa0d4f5
diff --git a/classes/phing/tasks/system/ImportTask.php b/classes/phing/tasks/system/ImportTask.php index <HASH>..<HASH> 100644 --- a/classes/phing/tasks/system/ImportTask.php +++ b/classes/phing/tasks/system/ImportTask.php @@ -106,6 +106,7 @@ class ImportTask extends Task { $msg = "Unable to find build file: {$f...
Refs #<I> - import task doesn't skip file if optional is set to true
phingofficial_phing
train
php
9bfb7b74c5f4ee909dbde899e6d8e06845cab230
diff --git a/src/Controller/Component/AuthComponent.php b/src/Controller/Component/AuthComponent.php index <HASH>..<HASH> 100644 --- a/src/Controller/Component/AuthComponent.php +++ b/src/Controller/Component/AuthComponent.php @@ -656,8 +656,8 @@ class AuthComponent extends Component /** * Get the current us...
Update phpdoc in AuthComponent
cakephp_cakephp
train
php
ef5023d6474e95760cf0d52f85651972a19e4a76
diff --git a/spyder/plugins/editor/widgets/editor.py b/spyder/plugins/editor/widgets/editor.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/widgets/editor.py +++ b/spyder/plugins/editor/widgets/editor.py @@ -866,7 +866,7 @@ class EditorStack(QWidget): def get_plugin_title(self): """Get the plu...
Editor: Change comment to use URL awareness
spyder-ide_spyder
train
py
c1fee0b3e0ce6746d1850f7f913bde9daf546ee9
diff --git a/pylint/checkers/base.py b/pylint/checkers/base.py index <HASH>..<HASH> 100644 --- a/pylint/checkers/base.py +++ b/pylint/checkers/base.py @@ -1944,8 +1944,6 @@ class MultipleTypesChecker(BaseChecker): var_type = var_type.pytype() types.add(var_type) if len...
Drop print related to issue #<I>
PyCQA_pylint
train
py
899f44cea5b1ae110c5c742b76f8ace13bc632a0
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/web/GwtExtension.java b/sonar-plugin-api/src/main/java/org/sonar/api/web/GwtExtension.java index <HASH>..<HASH> 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/web/GwtExtension.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/web/GwtExtension.ja...
Deprecated Gwt API
SonarSource_sonarqube
train
java,java
d806110f67f18a1a39eb3b423408a5fe60db7de0
diff --git a/DBAL/Types/AbstractEnumType.php b/DBAL/Types/AbstractEnumType.php index <HASH>..<HASH> 100644 --- a/DBAL/Types/AbstractEnumType.php +++ b/DBAL/Types/AbstractEnumType.php @@ -93,7 +93,7 @@ abstract class AbstractEnumType extends Type */ public function getName() { - return $this->name...
Fix mapping of types when using a key other than the short class name
fre5h_DoctrineEnumBundle
train
php
bd4f0c38cef80d0868125494c0e853edf9456b63
diff --git a/pywindow/utilities.py b/pywindow/utilities.py index <HASH>..<HASH> 100644 --- a/pywindow/utilities.py +++ b/pywindow/utilities.py @@ -1329,8 +1329,8 @@ def find_avarage_diameter(elements, coordinates, adjust=1, increment=0.1, average_2 = 0 for i, j in zip(weighted_avarage, normalised): i...
Fixed a bug in the weighted avarage diameter feature. No longer it weights for the overall density, just the count of vectors. Seems to work better
marcinmiklitz_pywindow
train
py
5fa3091dd2cfe07bd0bf9df0cb73c112b6369950
diff --git a/shared/util/feature-flags.native.js b/shared/util/feature-flags.native.js index <HASH>..<HASH> 100644 --- a/shared/util/feature-flags.native.js +++ b/shared/util/feature-flags.native.js @@ -7,7 +7,7 @@ const ff: FeatureFlags = { plansEnabled: false, recentFilesEnabled: false, tabPeopleEnabled: fal...
teams features for mobile (#<I>)
keybase_client
train
js
92899637e1408b7054136842bd7c7e4dd007ac8f
diff --git a/lib/epuber/server.rb b/lib/epuber/server.rb index <HASH>..<HASH> 100644 --- a/lib/epuber/server.rb +++ b/lib/epuber/server.rb @@ -241,8 +241,8 @@ module Epuber src = node[attribute_name] unless src.nil? - abs_path = File.expand_path(src, File.join(build_path, File.dirname(...
[Server] add support for unicode paths
epuber-io_epuber
train
rb
5c8ca669e2940cb6b358e6863ac1617b004759bd
diff --git a/test/bulletproof.py b/test/bulletproof.py index <HASH>..<HASH> 100644 --- a/test/bulletproof.py +++ b/test/bulletproof.py @@ -48,7 +48,7 @@ class TestJpypeModule(unittest.TestCase): expect=c[1] if expect==None: method(*args) - print("PASS: %s => Non...
removed dbg statement [ci skip]
jpype-project_jpype
train
py
4de4c9356e882c50e3d3d0373ae74431d49419fe
diff --git a/airflow/www/static/js/graph.js b/airflow/www/static/js/graph.js index <HASH>..<HASH> 100644 --- a/airflow/www/static/js/graph.js +++ b/airflow/www/static/js/graph.js @@ -102,7 +102,12 @@ const updateNodeLabels = (node, instances) => { haveLabelsChanged = true; } - if (node.children) return node....
Make sure all mapped nodes are updated. (#<I>)
apache_airflow
train
js
d6e823ce2685316b812e0544606c129c4119e13e
diff --git a/XBRL-US-TaxonomyPackage.php b/XBRL-US-TaxonomyPackage.php index <HASH>..<HASH> 100644 --- a/XBRL-US-TaxonomyPackage.php +++ b/XBRL-US-TaxonomyPackage.php @@ -65,6 +65,31 @@ EOT; const namespacePrefix = "http://fasb.org/us-gaap/"; /** + * Provides a URL for the entity publishing the taxonomy. This...
Updated to add publishURL and publicationDate
bseddon_XBRL
train
php
76ccede398de3e65edb1a5a8cfe8bd971f5d552c
diff --git a/src/scriptworker/constants.py b/src/scriptworker/constants.py index <HASH>..<HASH> 100644 --- a/src/scriptworker/constants.py +++ b/src/scriptworker/constants.py @@ -372,7 +372,7 @@ DEFAULT_CONFIG: immutabledict[str, Any] = immutabledict( "project:comm:thunderbird:releng:balrog...
Bug <I> - Allow comm-central to use production bouncer scope. (#<I>) The scope is used by the "bouncer-locations" on comm-central to keep the Thunderbird Daily bouncer products pointing to the latest version.
mozilla-releng_scriptworker
train
py
16eb823066407a4115bb129ac3fce1872c16dc6b
diff --git a/tests/rules/test_sudo.py b/tests/rules/test_sudo.py index <HASH>..<HASH> 100644 --- a/tests/rules/test_sudo.py +++ b/tests/rules/test_sudo.py @@ -10,6 +10,8 @@ from thefuck.types import Command 'requested operation requires superuser privilege', 'need to be root', 'need root', + 'shutdown...
#<I>: Add two more patterns to sudo rule (#<I>) * macos shutdown sudo fix * Update tests/rules/test_sudo.py * Update thefuck/rules/sudo.py * Update tests/rules/test_sudo.py * Update thefuck/rules/sudo.py
nvbn_thefuck
train
py,py
1b8b30940f5357cecd607a74171bf16556832a68
diff --git a/serenata_toolbox/datasets/__init__.py b/serenata_toolbox/datasets/__init__.py index <HASH>..<HASH> 100644 --- a/serenata_toolbox/datasets/__init__.py +++ b/serenata_toolbox/datasets/__init__.py @@ -79,8 +79,8 @@ def fetch_latest_backup(destination_path): datasets = Datasets(destination_path) fi...
Avoids variable with one letter on __init__ for datasets
okfn-brasil_serenata-toolbox
train
py
f793daa73d527990eab01bd5248878856285da67
diff --git a/modules.js b/modules.js index <HASH>..<HASH> 100644 --- a/modules.js +++ b/modules.js @@ -69,8 +69,11 @@ const make = () => { assert(_.is.Object(module), "second argument must an object or inferred, got: " + typeof module); if (module.binding && !module.Bridge) { + console.lo...
sideload to front of array, not back
dpjanes_node-iotdb
train
js
b486f3d70a9d8e2f3d75960ae77f05e0a2d20b2b
diff --git a/Kwc/Newsletter/Detail/RecipientsAction.js b/Kwc/Newsletter/Detail/RecipientsAction.js index <HASH>..<HASH> 100644 --- a/Kwc/Newsletter/Detail/RecipientsAction.js +++ b/Kwc/Newsletter/Detail/RecipientsAction.js @@ -33,7 +33,12 @@ Kwc.Newsletter.Detail.RecipientsAction = Ext.extend(Ext.Action, { ...
Find parent with instanceof instead of xtype-compare This enables to override parent (kwc.newsletter.recipients) in web. Was needed for TIS to add a custom action to filter recipients.
koala-framework_koala-framework
train
js
4d5d5240697398e3739f80d1f82c55c07f27fcea
diff --git a/decidim-assemblies/spec/commands/update_assembly_member_spec.rb b/decidim-assemblies/spec/commands/update_assembly_member_spec.rb index <HASH>..<HASH> 100644 --- a/decidim-assemblies/spec/commands/update_assembly_member_spec.rb +++ b/decidim-assemblies/spec/commands/update_assembly_member_spec.rb @@ -30,7 ...
Fix flaky test in UpdateAssemblyMember (#<I>)
decidim_decidim
train
rb
16090817bdae195b778933b149e86b5c4176d3b5
diff --git a/src/HelpScout/ApiClient.php b/src/HelpScout/ApiClient.php index <HASH>..<HASH> 100644 --- a/src/HelpScout/ApiClient.php +++ b/src/HelpScout/ApiClient.php @@ -718,6 +718,7 @@ final class ApiClient { */ private function checkStatus($statusCode, $type, $expected = 200, $responseBody = array()) { $expe...
Fix issue where a null response body in `checkStatus` would trigger a type violation on `getErrorMessage`
helpscout_helpscout-api-php
train
php
fb75926c9e68bd70ed557effc1b54d4af5682384
diff --git a/test/component/bin.spec.js b/test/component/bin.spec.js index <HASH>..<HASH> 100644 --- a/test/component/bin.spec.js +++ b/test/component/bin.spec.js @@ -32,7 +32,6 @@ describe('bin', () => { beforeEach(() => { sandbox = sinon.sandbox.create(); - sandbox.stub(path, 'resolve').returnsArg(1); ...
Do not stub path.resolve (#<I>)
qlik-oss_after-work.js
train
js
b45df4ea2eee49e4ab7f13f345fa5bb532b49bc4
diff --git a/aiogram/dispatcher/handler.py b/aiogram/dispatcher/handler.py index <HASH>..<HASH> 100644 --- a/aiogram/dispatcher/handler.py +++ b/aiogram/dispatcher/handler.py @@ -72,7 +72,7 @@ class Handler: context.set_value('handler', handler) await self.dispatcher.mi...
Fix response None check in handlers
aiogram_aiogram
train
py
351121186753da5a7ad17c1407b91ff4766df378
diff --git a/test/src/main/java/org/vertexium/test/GraphTestBase.java b/test/src/main/java/org/vertexium/test/GraphTestBase.java index <HASH>..<HASH> 100644 --- a/test/src/main/java/org/vertexium/test/GraphTestBase.java +++ b/test/src/main/java/org/vertexium/test/GraphTestBase.java @@ -2544,7 +2544,7 @@ public abstract...
try fixing test that only fails on Jenkins
visallo_vertexium
train
java
628f09375a84d062f7ace368cb968533d141ab47
diff --git a/gflags/flag.py b/gflags/flag.py index <HASH>..<HASH> 100644 --- a/gflags/flag.py +++ b/gflags/flag.py @@ -29,12 +29,13 @@ """Contains Flag class - information about single command-line flag.""" - +from functools import total_ordering from gflags import _helpers from gflags import argument_parser fr...
Class Flag defines __eq__ and __lt__ but does not define other relations. Since there are no implied relationships among the comparison operators, to automatically generate ordering operations from a single root operation functools.total_ordering() used. <URL>
google_python-gflags
train
py
e0b69af5de3941101dd2bd950d212b6a419f450d
diff --git a/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3Client.java b/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3Client.java index <HASH>..<HASH> 100644 --- a/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3Client.java +++ b/aws-java-sdk-s3/src/main/java/com/ama...
Implementation of `doesObjectExistInBucket`
aws_aws-sdk-java
train
java
81cc214f66fd8587bd03d9b96a35b6c69144d691
diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index <HASH>..<HASH> 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -159,7 +159,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr function SearchForm() { // get all page typ...
BUGFIX SSF-<I> remove one of the duplicated 'Any' options which also cause that search on the second 'Any' broke.
silverstripe_silverstripe-siteconfig
train
php
fe7829c50c32842fc8faca87283ae3af5172afca
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open(path.join(this_folder,'README.md'),encoding='utf-8') as inf: setup( name='pythologist', - version='1.1.1', + version='1.2.1', test_suite='nose2.collector.collector', description='inForm Per...
tick version for modification to permutation command
jason-weirather_pythologist
train
py
c9ae1bf421635e79bf6e5f964372010c65117012
diff --git a/flate/crc32_amd64.go b/flate/crc32_amd64.go index <HASH>..<HASH> 100644 --- a/flate/crc32_amd64.go +++ b/flate/crc32_amd64.go @@ -1,5 +1,6 @@ //+build !noasm //+build !appengine +//+build !gccgo // Copyright 2015, Klaus Post, see LICENSE for details. diff --git a/flate/crc32_amd64.s b/flate/crc32_am...
Don't use flate asm code when building for gccgo. Updates golang/go#<I>
klauspost_compress
train
go,s,go
a8eae202c35560d06ee981429562e4832c771e88
diff --git a/config/config.php b/config/config.php index <HASH>..<HASH> 100644 --- a/config/config.php +++ b/config/config.php @@ -69,6 +69,11 @@ return [ 'tinymce' => '//tinymce.cachefly.net/4.2/tinymce.min.js', ] ], + + // Checkable + 'checkable' => [ + 'span' => true + ], ...
Added configurable span element for checkables.
inkvizytor_FluentForm
train
php,php
115ed66ede67b422b1c19270be1b725a21461a65
diff --git a/test/unit/Reflection/Exception/InvalidConstantNodeTest.php b/test/unit/Reflection/Exception/InvalidConstantNodeTest.php index <HASH>..<HASH> 100644 --- a/test/unit/Reflection/Exception/InvalidConstantNodeTest.php +++ b/test/unit/Reflection/Exception/InvalidConstantNodeTest.php @@ -15,9 +15,9 @@ class Inval...
Improved test for InvalidConstantNode
Roave_BetterReflection
train
php
4593c616ef601099d1e6052bbb739cab1656b49f
diff --git a/tabula/wrapper.py b/tabula/wrapper.py index <HASH>..<HASH> 100644 --- a/tabula/wrapper.py +++ b/tabula/wrapper.py @@ -76,7 +76,7 @@ def read_pdf(input_path, java_options = [] elif isinstance(java_options, str): - java_options = [java_options] + java_options = shlex.split(java_...
Use shlex.split() instad of just building a list for java_options
chezou_tabula-py
train
py
5a7365ef588e2b8f68378a7762e57124261d6cfe
diff --git a/multiqc/modules/seqyclean/seqyclean.py b/multiqc/modules/seqyclean/seqyclean.py index <HASH>..<HASH> 100644 --- a/multiqc/modules/seqyclean/seqyclean.py +++ b/multiqc/modules/seqyclean/seqyclean.py @@ -11,7 +11,6 @@ from multiqc.modules.base_module import BaseMultiqcModule # Initialise the logger log =...
Update multiqc/modules/seqyclean/seqyclean.py
ewels_MultiQC
train
py
2cf9060db40e746eb49665b3eac83c72fd81d461
diff --git a/apigpio/utils.py b/apigpio/utils.py index <HASH>..<HASH> 100644 --- a/apigpio/utils.py +++ b/apigpio/utils.py @@ -20,6 +20,7 @@ def Debounce(threshold=100): call if your callback is called twice with that interval. """ threshold *= 1000 + max_tick = 0xFFFFFFFF class _decorated(obje...
Fix callback erroneously filtered out The tick from pigpio wraps aroud after xFFFFFFFF, approximately 1h<I>. When it wraps the delay was not computed correctly, causing all following calls to be filtered out.
PierreRust_apigpio
train
py
5c34c2ff7f0c44ec9e1d77059162584c6bd99c92
diff --git a/tests/io/open_append.py b/tests/io/open_append.py index <HASH>..<HASH> 100644 --- a/tests/io/open_append.py +++ b/tests/io/open_append.py @@ -3,13 +3,13 @@ try: except ImportError: import os -if not hasattr(os, "unlink"): +if not hasattr(os, "remove"): print("SKIP") raise SystemExit # ...
tests/io: Update tests to use uos.remove() instead of uos.unlink(). After Unix port switches from one to another, to be consistent with baremetal ports.
micropython_micropython
train
py,py
ecde3e00de3782024f0dfbab7f2d7912ab62342b
diff --git a/src/birding/__init__.py b/src/birding/__init__.py index <HASH>..<HASH> 100644 --- a/src/birding/__init__.py +++ b/src/birding/__init__.py @@ -3,15 +3,11 @@ from __future__ import absolute_import, print_function import logging from . import bolt, config, follow, search, spout, twitter_api -from .search ...
Remove unnecessary objects from root namespace.
Parsely_birding
train
py
c8c900c97775671dd601d8b8a22e0a79b8703734
diff --git a/dev/com.ibm.websphere.security/src/com/ibm/websphere/security/audit/AuditEvent.java b/dev/com.ibm.websphere.security/src/com/ibm/websphere/security/audit/AuditEvent.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.websphere.security/src/com/ibm/websphere/security/audit/AuditEvent.java +++ b/dev/com.ibm.w...
Issue<I>-AuditForCloudSequenceConsistency
OpenLiberty_open-liberty
train
java
e15b3bb689b62e0ce6eb5943d9e60458e4a6ff56
diff --git a/tests/integration_test.py b/tests/integration_test.py index <HASH>..<HASH> 100644 --- a/tests/integration_test.py +++ b/tests/integration_test.py @@ -28,6 +28,8 @@ import six # FIXME: missing tests for # export; history; import_image; insert; port; push; tag; get; load +DEFAULT_BASE_URL = os.environ.ge...
allow docker client to connect to a remote host to run the tests on a host without using the default unix socket, it's now possible to specify: DOCKER_HOST=tcp://localdocker:<I> env/bin/python setup.py test
docker_docker-py
train
py
016e00bf7a914c2db3d53128291a953bf3ea0fa8
diff --git a/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoop.java b/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoop.java index <HASH>..<HASH> 100644 --- a/transport-native-epoll/src/main/java/io/netty/channel/epoll/EpollEventLoop.java +++ b/transport-native-epoll/sr...
Clarify the appointment of the intermediate collection Motivation: An intermediate list is creating in the `EpollEventLoop#closeAll` to prevent ConcurrentModificationException. But this is not the obvious purpose has no comment. Modifications: Add comment to clarify the appointment of the intermediate collection. ...
netty_netty
train
java
2c143fa749d24a4966b1c20691b9b20f42f7cae2
diff --git a/gspread/models.py b/gspread/models.py index <HASH>..<HASH> 100644 --- a/gspread/models.py +++ b/gspread/models.py @@ -1468,6 +1468,29 @@ class Worksheet(object): } return self.spreadsheet.values_append(self.title, params, body) + + def append_rows(self, values, value_input_option...
Added append_rows method to simplify the procedure of adding multiple rows (#<I>) Closes #<I>
burnash_gspread
train
py
3181340fa412c71d6e9a5721d4589b7c748284f2
diff --git a/_pydevd_bundle/pydevd_comm.py b/_pydevd_bundle/pydevd_comm.py index <HASH>..<HASH> 100644 --- a/_pydevd_bundle/pydevd_comm.py +++ b/_pydevd_bundle/pydevd_comm.py @@ -752,7 +752,7 @@ class NetCommandFactory: v = v[0:MAX_IO_MSG_SIZE] v += '...' - v = pydevd_xml....
Preserve tab character while parsing XML ptvsd:<I>
fabioz_PyDev.Debugger
train
py
309d67e8398f38e56ece789ebe3a91c47f66ba58
diff --git a/docs/src/Tag.doc.js b/docs/src/Tag.doc.js index <HASH>..<HASH> 100644 --- a/docs/src/Tag.doc.js +++ b/docs/src/Tag.doc.js @@ -10,7 +10,7 @@ const card = (c) => cards.push(c); card( <PageHeader name="Tag" - description="Tag is a object that holds text. It also has an x icon to remove it. Tags ca...
Tag: fix typo in documentation (#<I>) Fixing grammar in the Tag description
pinterest_gestalt
train
js
12ec521bff5d1c1de1ae300b4f69e181046b79c4
diff --git a/src/utils/router.js b/src/utils/router.js index <HASH>..<HASH> 100644 --- a/src/utils/router.js +++ b/src/utils/router.js @@ -146,6 +146,7 @@ export default class Framework7Router { findMatchingRoute(url) { var matchingRoute; if (!url) return matchingRoute; + url = ""+url; //Insures that th...
Fixes edge case Insures that the url is of type string so url.split does not crash app in weird situations.
framework7io_framework7-vue
train
js
caca21cd4ab8b0d0d2eb6ed34d3136cc7d051501
diff --git a/src/components/Tabs.js b/src/components/Tabs.js index <HASH>..<HASH> 100644 --- a/src/components/Tabs.js +++ b/src/components/Tabs.js @@ -26,7 +26,7 @@ class Tabs extends Component { let firstDefaultLink; const traverse = child => { - if (!child.props || firstDefaultLink) { +...
don't crash if child is null
patrik-piskay_react-tabs-redux
train
js
2317729efda198d4cd2cf7380fde027c647f542c
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,6 +41,10 @@ extensions = [ 'sphinx.ext.viewcode' ] +# Napoleon settings +napoleon_google_docstring = True +napoleon_include_special_with_doc = True + # Show todos todo_...
Added few config options for sphinx napoleon ext.
dariusbakunas_rawdisk
train
py
496da260c0f04ca7753a8a14bf2eac4c1bbdb9e2
diff --git a/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractConnectProtocol.java b/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractConnectProtocol.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mariadb/jdbc/internal/protocol/AbstractConnectProtocol.java +++ b/src/main/java/org/mariadb/jdbc/...
[misc] ensure stability if option "enablePacketDebug" is set and IOException occur in when establishing socket
MariaDB_mariadb-connector-j
train
java
d4fa91564d164fce22acb6e58bd9dac220ac0f57
diff --git a/version.php b/version.php index <HASH>..<HASH> 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die; $module->version = 2011110500; // The current module version (Date: YYYYMMDDXX) -$module->requires = 2011070101; // Requires this Moodle version +$module->re...
fix requires, originally plugins database did not allow proper version there
moodle_moodle
train
php
da0f7218f097e45e6857974234d1a61d68b144a2
diff --git a/packages/vue-inbrowser-compiler-demi/postinstall.js b/packages/vue-inbrowser-compiler-demi/postinstall.js index <HASH>..<HASH> 100644 --- a/packages/vue-inbrowser-compiler-demi/postinstall.js +++ b/packages/vue-inbrowser-compiler-demi/postinstall.js @@ -3,7 +3,7 @@ const fs = require('fs') function getV...
fix: require version instead of pkg
vue-styleguidist_vue-styleguidist
train
js
00b57f74b7edcf9d5f4996453a513a8c28c213de
diff --git a/lib/ruff.js b/lib/ruff.js index <HASH>..<HASH> 100644 --- a/lib/ruff.js +++ b/lib/ruff.js @@ -66,8 +66,8 @@ * */ function Emitify() { - this._all = {}; - } + this._all = {}; + } Emitify.prototype._check = function(event, callback) { var isTwo...
chore(ruff) rm " "
coderaiser_ruff
train
js
a7c9609ba5ef035c136fda84b73b5a3a3dff004a
diff --git a/admin/index.php b/admin/index.php index <HASH>..<HASH> 100644 --- a/admin/index.php +++ b/admin/index.php @@ -306,8 +306,8 @@ if (during_initial_install()) { } } - // at this stage there can be only one admin - users may change username, so do not rely on that - $adminuser = get_compl...
MDL-<I>: admin: allow install to proceed when multiple admins exist already
moodle_moodle
train
php
6cafa12f81634bba0ac53843371833176a458cb6
diff --git a/src/Bandcamp.php b/src/Bandcamp.php index <HASH>..<HASH> 100644 --- a/src/Bandcamp.php +++ b/src/Bandcamp.php @@ -60,7 +60,7 @@ class Bandcamp */ public static function title(Crawler $crawler) { - $crawler = $crawler->filter('meta[name="title"]'); + $crawler = $crawler->filter...
Change the meta property in Bandcamp for the title
jamband_ripple
train
php,php
7589e2b015fec6e64f5350d1cc92fba0cfd97b47
diff --git a/spec/lib/pushr/configuration_spec.rb b/spec/lib/pushr/configuration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/pushr/configuration_spec.rb +++ b/spec/lib/pushr/configuration_spec.rb @@ -1,4 +1,5 @@ require 'spec_helper' +require 'pushr/daemon' describe Pushr::Configuration do @@ -6,7 +7,9 @@ ...
added settings object to config spec
9to5_pushr-core
train
rb
59df1c4523de303f88ca920e5e831fd91cbef8f2
diff --git a/lib/travis/services/users/update.rb b/lib/travis/services/users/update.rb index <HASH>..<HASH> 100644 --- a/lib/travis/services/users/update.rb +++ b/lib/travis/services/users/update.rb @@ -9,6 +9,7 @@ module Travis def run @result = current_user.update_attributes!(attributes) if vali...
Return currnet user after updating it
travis-ci_travis-core
train
rb
322173b956e8a47df566382be309846e27800edc
diff --git a/lib/Thumbor/Url/CommandSet.php b/lib/Thumbor/Url/CommandSet.php index <HASH>..<HASH> 100644 --- a/lib/Thumbor/Url/CommandSet.php +++ b/lib/Thumbor/Url/CommandSet.php @@ -93,7 +93,7 @@ class CommandSet { $args = func_get_args(); $filter = array_shift($args); - $this->filters []...
Fixing spaces on multiple filter arguments so that hash works properly
99designs_phumbor
train
php
b73149e7b133e50243e914fce5e0ce83c1c0f221
diff --git a/Object/Form/Model/Dummy/Sort.php b/Object/Form/Model/Dummy/Sort.php index <HASH>..<HASH> 100755 --- a/Object/Form/Model/Dummy/Sort.php +++ b/Object/Form/Model/Dummy/Sort.php @@ -25,7 +25,7 @@ class Sort extends \Object\Table { public $options_map = []; public $options_active = []; public $engine = [ ...
debug, mysql engine
volodymyr-volynets_framework
train
php,php
5ddbc3544ce4d129d843587d8218db13e84bef10
diff --git a/src/DispatchesCommands.php b/src/DispatchesCommands.php index <HASH>..<HASH> 100644 --- a/src/DispatchesCommands.php +++ b/src/DispatchesCommands.php @@ -13,7 +13,7 @@ trait DispatchesCommands * * @return mixed */ - protected function dispatch($command) + protected function dispatch...
Fix name conflicts with Laravel's DispatchesJobs trait
gearhub_tactician-for-laravel
train
php
08f8bdb43a8f4643f1c51917dc921b398acd6958
diff --git a/cluster/config.go b/cluster/config.go index <HASH>..<HASH> 100644 --- a/cluster/config.go +++ b/cluster/config.go @@ -123,6 +123,8 @@ func ConfigProcess() { KeepAlive: 30 * time.Second, }).Dial, TLSHandshakeTimeout: time.Second, + MaxIdleConns: 1000, + MaxIdleConnsPerHost: 100, } cli...
increase connection pool usage. Default maxIdleConns is <I>, but default maxIdleConnsPerHost is only 2. MT nodes are very chatty and these low limits will result in lots of requests having to establish new TCP connections.
grafana_metrictank
train
go
febf982a887ffe3e37651f3a7636dd7ce51306d1
diff --git a/lib/procodile/cli.rb b/lib/procodile/cli.rb index <HASH>..<HASH> 100644 --- a/lib/procodile/cli.rb +++ b/lib/procodile/cli.rb @@ -45,12 +45,6 @@ module Procodile # Help # - command def proxy - require 'procodile/tcp_proxy' - p = Procodile::TCPProxy.new(Supervisor.new(@config, {})) ...
remove proxy command that isn't ever used as the proxy runs within a supervisor
adamcooke_procodile
train
rb