hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
56e4d581483786532c45b079a0bc8050a686a7ee
diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor4/extensions/ControllersExtension.java b/vraptor-core/src/main/java/br/com/caelum/vraptor4/extensions/ControllersExtension.java index <HASH>..<HASH> 100644 --- a/vraptor-core/src/main/java/br/com/caelum/vraptor4/extensions/ControllersExtension.java +++ b/vrap...
Using equals instead == operator
caelum_vraptor4
train
66a5b3788466179ee23917c97526c523642317a2
diff --git a/library/src/main/java/com/orm/SugarRecord.java b/library/src/main/java/com/orm/SugarRecord.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/orm/SugarRecord.java +++ b/library/src/main/java/com/orm/SugarRecord.java @@ -193,16 +193,30 @@ public class SugarRecord { static long save(SQLite...
Fix foreign key errors using annotated models
chennaione_sugar
train
ebd7c78701f63da187f168570411dce1facb4e82
diff --git a/spec/lib/oauth/authorization_request_spec.rb b/spec/lib/oauth/authorization_request_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/oauth/authorization_request_spec.rb +++ b/spec/lib/oauth/authorization_request_spec.rb @@ -16,6 +16,7 @@ module Doorkeeper::OAuth before :each do Doorkeeper::OA...
fixed build issue due to Doorkeeper.configuration being stubbed
doorkeeper-gem_doorkeeper
train
b6895b5653f6bc3744b6a648be5d0fc2ed180093
diff --git a/cloudant-sync-datastore-core/src/main/java/com/cloudant/sync/datastore/DocumentStore.java b/cloudant-sync-datastore-core/src/main/java/com/cloudant/sync/datastore/DocumentStore.java index <HASH>..<HASH> 100644 --- a/cloudant-sync-datastore-core/src/main/java/com/cloudant/sync/datastore/DocumentStore.java +...
Supress unchecked warnings
cloudant_sync-android
train
62a81a19df9b4792843c6bd724dd461b513963e5
diff --git a/physt/plotting/__init__.py b/physt/plotting/__init__.py index <HASH>..<HASH> 100644 --- a/physt/plotting/__init__.py +++ b/physt/plotting/__init__.py @@ -57,7 +57,7 @@ def _get_backend(name=None): return name, backends[name] -def plot(histogram, histtype=None, backend=None, **kwargs): +def plot(hi...
Change histtype to kind for plotting
janpipek_physt
train
598ff1593e79429318753e5a740a594f40003e5f
diff --git a/lib/rails_best_practices/reviews/simplify_render_in_views_review.rb b/lib/rails_best_practices/reviews/simplify_render_in_views_review.rb index <HASH>..<HASH> 100644 --- a/lib/rails_best_practices/reviews/simplify_render_in_views_review.rb +++ b/lib/rails_best_practices/reviews/simplify_render_in_views_rev...
do not warn simplify render in view if partial is in a different directory
flyerhzm_rails_best_practices
train
42d6c851b391cd08e0b808307e9f3a8389489f93
diff --git a/lib/centurion/deploy.rb b/lib/centurion/deploy.rb index <HASH>..<HASH> 100644 --- a/lib/centurion/deploy.rb +++ b/lib/centurion/deploy.rb @@ -155,10 +155,10 @@ module Centurion::Deploy host_config['Dns'] = dns if dns # Restart Policy - # By default we always auto restart container. + # By...
Be more conservative and use on-failure policy.
newrelic_centurion
train
67eff5278c54b0c346a1f7fdb4194aa069b452e3
diff --git a/src/Paystack/Http/Response.php b/src/Paystack/Http/Response.php index <HASH>..<HASH> 100644 --- a/src/Paystack/Http/Response.php +++ b/src/Paystack/Http/Response.php @@ -18,13 +18,34 @@ class Response if (json_last_error() !== JSON_ERROR_NONE || !property_exists($resp, 'status') || !$resp->status)...
Add errors to ApiException message as well as response Object
yabacon_paystack-php
train
7f95cf8bb2671f8e595e639de94c79586541a7bf
diff --git a/lib/vcr/http_stubbing_adapters/common.rb b/lib/vcr/http_stubbing_adapters/common.rb index <HASH>..<HASH> 100644 --- a/lib/vcr/http_stubbing_adapters/common.rb +++ b/lib/vcr/http_stubbing_adapters/common.rb @@ -11,12 +11,14 @@ module VCR def self.add_vcr_info_to_exception_message(exception_klass) ...
Fix the way we override the webmock stubbing instructions.
vcr_vcr
train
b0eac53ed4b09bae019da1944971f1172c48e389
diff --git a/src/hamster-cli.py b/src/hamster-cli.py index <HASH>..<HASH> 100644 --- a/src/hamster-cli.py +++ b/src/hamster-cli.py @@ -98,7 +98,12 @@ def fact_dict(fact_data, with_date): class Hamster(gtk.Application): """Hamster gui. - Can be accessed across D-Bus with the 'org.gnome.Hamster.GUI' id. + A...
mark org.gnome.Hamster.GUI as experimental
projecthamster_hamster
train
4f697ce25348503b436cbbf5fe02c3bb135011dc
diff --git a/config/deploy.rb b/config/deploy.rb index <HASH>..<HASH> 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -44,7 +44,8 @@ namespace :deploy do desc "Run gem bundle" task :bundle, :roles => :app do - run "cd #{release_path} && PATH=/usr/local/pgsql/bin:/usr/local/bin:/bin:/usr/bin RAILS_ENV...
steal bundler/capistrano's task to bundle
rubygems_rubygems.org
train
e649b9d3234ca96a94d02579a064dd0529533761
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1469,30 +1469,31 @@ export default class ReactJkMusicPlayer extends PureComponent { return status; } }; + mockAutoPlayForMobile = () => { + if (this.props.autoPlay && !this.state.playing && ...
fix: resert playing when click anywhere in mobile mode
lijinke666_react-music-player
train
50a3571ec24fbd05cef62ae7161969de85965b95
diff --git a/Kwf/Util/Setup.php b/Kwf/Util/Setup.php index <HASH>..<HASH> 100644 --- a/Kwf/Util/Setup.php +++ b/Kwf/Util/Setup.php @@ -8,12 +8,13 @@ class Kwf_Util_Setup public static function minimalBootstrapAndGenerateFile() { - if (!defined('KWF_PATH')) define('KWF_PATH', realpath(dirname(__FILE__...
when generating cached setup always reset to current kwf path before this change KWF_PATH was cached 'forever' until cache/setup3.php was deleted manually
koala-framework_koala-framework
train
e60800bec128668c18406d7060a555a5abc27bd9
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Changed: `MkdocsRenderer.mkdocs_config` can be set to `null`, the renderer will then refrain from writing a `mkdocs.yml` configuration file into the output directory +* `PythonLoader`: F...
PythonLoader: Fix assignments with annotations being ignored by the the parser (#<I>)
NiklasRosenstein_pydoc-markdown
train
a3beccc8745d3e958b0d3142ad9fd885f8c5cba8
diff --git a/uncompyle6/semantics/make_function36.py b/uncompyle6/semantics/make_function36.py index <HASH>..<HASH> 100644 --- a/uncompyle6/semantics/make_function36.py +++ b/uncompyle6/semantics/make_function36.py @@ -17,7 +17,7 @@ All the crazy things we have to do to handle Python functions in 3.6 and above. The sa...
Another case where we need code to set the generator bit.. via a dead-code "yield".
rocky_python-uncompyle6
train
e8b37bd85886c590f8710bb53fee68e71cd51bad
diff --git a/lib/chatterbot.rb b/lib/chatterbot.rb index <HASH>..<HASH> 100644 --- a/lib/chatterbot.rb +++ b/lib/chatterbot.rb @@ -47,4 +47,3 @@ end # mount up Chatterbot.load - diff --git a/lib/chatterbot/client.rb b/lib/chatterbot/client.rb index <HASH>..<HASH> 100644 --- a/lib/chatterbot/client.rb +++ b/lib/chat...
excluding RTs from search by default
muffinista_chatterbot
train
d2a1ea848308265b0b69c060730af1a5a94212e9
diff --git a/chemlab/io/handlers/base.py b/chemlab/io/handlers/base.py index <HASH>..<HASH> 100644 --- a/chemlab/io/handlers/base.py +++ b/chemlab/io/handlers/base.py @@ -1,5 +1,8 @@ import difflib +class FeatureNotAvailable(Exception): + pass + class IOHandler(object): """Generic base class for file reader...
Making clearer the file opening issues Fixes #<I>
chemlab_chemlab
train
e2ea7a4f90d0295ccea930f8e66835b2c0c858b8
diff --git a/app-vite/lib/quasar-config-file.js b/app-vite/lib/quasar-config-file.js index <HASH>..<HASH> 100644 --- a/app-vite/lib/quasar-config-file.js +++ b/app-vite/lib/quasar-config-file.js @@ -304,7 +304,7 @@ class QuasarConfFile { ssrPwaHtmlFilename: 'offline.html', manualStoreHydration: false,...
chore(app-vite): fix typo in a comment (#<I>)
quasarframework_quasar
train
09e1c844f4ffc944ebd780024efab94cb0da454f
diff --git a/system/src/Grav/Common/Uri.php b/system/src/Grav/Common/Uri.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Uri.php +++ b/system/src/Grav/Common/Uri.php @@ -86,7 +86,7 @@ class Uri */ private function buildPort() { - $port = isset($_SERVER['SERVER_PORT']) ? $_SERVER['SER...
Ensure consistency in port handling, always set as string and not as integer
getgrav_grav
train
ebfd5994d67b952ea5b972e6300b01fae5c0fada
diff --git a/python/bigdl/dllib/nn/layer.py b/python/bigdl/dllib/nn/layer.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/nn/layer.py +++ b/python/bigdl/dllib/nn/layer.py @@ -3663,7 +3663,7 @@ class RReLU(Layer): upper, inplace) -class ...
[Bug Fix] Fix typo in SpatialSeparableConvoluiton layer name and add related docs (#<I>) * fix typo in spatialseparableconvoluiton name and add docs * meet code review * meet code review and fix tests
intel-analytics_BigDL
train
31346dfe3c823cf5b56d06842fdf37dc83f34a86
diff --git a/container/cli.py b/container/cli.py index <HASH>..<HASH> 100644 --- a/container/cli.py +++ b/container/cli.py @@ -90,7 +90,8 @@ def subcmd_build_parser(parser, subparser): subparser.add_argument('--no-purge-last', action='store_false', help=u'By default, Ansible Container w...
Fix parsing of the --no-purge-last argument (#<I>) @zagyi Thank you for fixing this! Nice work.
ansible_ansible-container
train
b26d67e34f912b6e49ff1528337c299dbe02bfd6
diff --git a/aws/events/event.go b/aws/events/event.go index <HASH>..<HASH> 100644 --- a/aws/events/event.go +++ b/aws/events/event.go @@ -32,12 +32,9 @@ type APIGatewayContext struct { Identity APIGatewayIdentity `json:"identity"` } -// APIGatewayRequest represents the API Gateway request that -// is submitte...
Define `APIGatewayEnvelope` to allow for custom `Body` extensions
mweagle_Sparta
train
4879cd73f8c035a72b155590b556a8ab5282377c
diff --git a/cmd/bucket-handlers.go b/cmd/bucket-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/bucket-handlers.go +++ b/cmd/bucket-handlers.go @@ -380,11 +380,7 @@ func (api objectAPIHandlers) PutBucketHandler(w http.ResponseWriter, r *http.Req } // PutBucket does not have any bucket action. - s3Error := chec...
api: MakeBucket() should honor regions properly. (#<I>) Fixes #<I>
minio_minio
train
dbc78dc19cb759b6b72946bc1b833abc284cfab2
diff --git a/lib/process-adapter.js b/lib/process-adapter.js index <HASH>..<HASH> 100644 --- a/lib/process-adapter.js +++ b/lib/process-adapter.js @@ -94,7 +94,7 @@ exports.installDependencyTracking = (dependencies, testPath) => { require.extensions[ext] = (module, filename) => { if (filename !== testPath) { -...
Treat loaded snapshot files as test dependencies This enables the watcher to rerun the correct test when a snapshot file is modified.
andywer_ava-ts
train
234083e3ce15db549f2c7435a42ab487a552c27d
diff --git a/src/Model/Behavior/UserBehavior.php b/src/Model/Behavior/UserBehavior.php index <HASH>..<HASH> 100644 --- a/src/Model/Behavior/UserBehavior.php +++ b/src/Model/Behavior/UserBehavior.php @@ -287,7 +287,11 @@ class UserBehavior extends Behavior { } /** + * _afterRegister * + * @param Entity $entity + ...
Refactoring a part of the UserBehavior to reuse some code
burzum_cakephp-user-tools
train
5fccb03db71df1c51aa0d8f99066e369d3e03874
diff --git a/h2o-py/h2o/utils/shared_utils.py b/h2o-py/h2o/utils/shared_utils.py index <HASH>..<HASH> 100644 --- a/h2o-py/h2o/utils/shared_utils.py +++ b/h2o-py/h2o/utils/shared_utils.py @@ -1,13 +1,16 @@ +#!/usr/bin/env python +# -*- encoding: utf-8 -*- +# +# Copyright 2016 H2O.ai; Apache License Version 2.0 (see LIC...
Move get_human_readable_time() and get_human_readable_bytes() into shared_utils, and rewrite them from scratch because they were buggy...
h2oai_h2o-3
train
e2580632ed7680d606ef1eeeb0216cd5f15b15ee
diff --git a/modules/social_features/social_event/src/Form/EnrollActionForm.php b/modules/social_features/social_event/src/Form/EnrollActionForm.php index <HASH>..<HASH> 100644 --- a/modules/social_features/social_event/src/Form/EnrollActionForm.php +++ b/modules/social_features/social_event/src/Form/EnrollActionForm.p...
Issue #<I> by frankgraave: when user cancels his enrollment, delete the enrollment record as well so that the user can be invited when its on invite or request only
goalgorilla_open_social
train
81a26dfe070ea2c8c5e81ea4fada69a554f22b8a
diff --git a/lib/rollbar.rb b/lib/rollbar.rb index <HASH>..<HASH> 100644 --- a/lib/rollbar.rb +++ b/lib/rollbar.rb @@ -25,6 +25,12 @@ module Rollbar attr_writer :configuration attr_accessor :last_report + # Similar to configure below, but used only internally within the gem + # to configure it without...
new internal preconfigure method that does not initialize third party hooks, only set up delayed job hook once
rollbar_rollbar-gem
train
0728455e1020640e7d2f03cedc61333e6bc1b506
diff --git a/src/main/java/one/util/streamex/DoubleStreamEx.java b/src/main/java/one/util/streamex/DoubleStreamEx.java index <HASH>..<HASH> 100644 --- a/src/main/java/one/util/streamex/DoubleStreamEx.java +++ b/src/main/java/one/util/streamex/DoubleStreamEx.java @@ -66,7 +66,7 @@ import static one.util.streamex.Interna...
[#<I>] Declare public classes like StreamEx and EntryStream as final
amaembo_streamex
train
d62bb8e753ec44260f2fb277c940d807fc598303
diff --git a/spec/polyamorous/join_dependency_spec.rb b/spec/polyamorous/join_dependency_spec.rb index <HASH>..<HASH> 100644 --- a/spec/polyamorous/join_dependency_spec.rb +++ b/spec/polyamorous/join_dependency_spec.rb @@ -7,7 +7,6 @@ module Polyamorous subject { new_join_dependency Person, :articles => :comment...
Drop join_type examples in join_dependecy_spec The accessor has been deprecated in rails core
activerecord-hackery_polyamorous
train
91751c93b0efe06e69ddff0e1a53c01f824851f7
diff --git a/Evtx/Nodes.py b/Evtx/Nodes.py index <HASH>..<HASH> 100644 --- a/Evtx/Nodes.py +++ b/Evtx/Nodes.py @@ -931,13 +931,13 @@ class RootNode(BXmlNode): sub_def.append(value) #[1] = parse_wstring_type_node, elif type_ == 0x1: - s = self.unpack_wstring(ofs,...
fix bug where a rogue null terminator got into (w)strings subsitutions
williballenthin_python-evtx
train
a0ba289848ed9e936f9f33c097df8586083a27b3
diff --git a/src/js/ripple/orderbook.js b/src/js/ripple/orderbook.js index <HASH>..<HASH> 100644 --- a/src/js/ripple/orderbook.js +++ b/src/js/ripple/orderbook.js @@ -21,9 +21,9 @@ function OrderBook(remote, currency_gets, issuer_gets, currency_pays, issuer_pay var self = this; this._remote = remote; - ...
[FEATURE] use Currency object and hex format in orderbook instead of checking the value of the currency string, create a Currency object and work with that the json format going to rippled will contain the hex value of the currency
ChainSQL_chainsql-lib
train
1cb057405491d1751808da661ceda6a684e6d5f9
diff --git a/gkeepapi/__init__.py b/gkeepapi/__init__.py index <HASH>..<HASH> 100644 --- a/gkeepapi/__init__.py +++ b/gkeepapi/__init__.py @@ -442,7 +442,6 @@ class Keep(object): node.title = title for text, checked in items: node.add(text, checked) - node.text = text ...
text is a readonly property (at the moment) which was already set above
kiwiz_gkeepapi
train
55bf29dc8b9724ee32997f9d5f9fcef466c7b367
diff --git a/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java b/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java index <HASH>..<HASH> 100644 --- a/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java +++ b/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java @@ -48,6 +48,7 @@ public class LagartoParser { // -----------------...
Added resolving line and row of current position in Lagarto parser
oblac_jodd
train
c1dc8737dfa5f76333111316bb129101dd064df5
diff --git a/thumbor/__init__.py b/thumbor/__init__.py index <HASH>..<HASH> 100644 --- a/thumbor/__init__.py +++ b/thumbor/__init__.py @@ -10,5 +10,5 @@ '''This is the main module in thumbor''' -__version__ = "6.3.2" -__release_date__ = "10-Apr-2017" +__version__ = "6.3.3rc" +__release_date__ = "22-Jun-2017"
Created release candidate <I>rc
thumbor_thumbor
train
420bbbddb6a9e9df1e03e04503df848de37b18a6
diff --git a/mambustruct.py b/mambustruct.py index <HASH>..<HASH> 100644 --- a/mambustruct.py +++ b/mambustruct.py @@ -31,6 +31,9 @@ class MambuStruct(object): def __getitem__(self, key): return self.attrs[key] + def __setitem__(self, key, value): + self.attrs[key] = value + def __repr__(...
Add setitem method to MambuStruct. Allow direct modification of properties in MambuStructs, as in dict-like objects.
jstitch_MambuPy
train
56752c897d98d39a4b09fc94552b57fdb14efdd7
diff --git a/cassandra/decoder.py b/cassandra/decoder.py index <HASH>..<HASH> 100644 --- a/cassandra/decoder.py +++ b/cassandra/decoder.py @@ -16,6 +16,7 @@ from collections import namedtuple, OrderedDict import datetime +import logging import socket import types from uuid import UUID @@ -30,6 +31,7 @@ from cass...
Use logging for decoder warnings
datastax_python-driver
train
0a0b8c970bb7f12545ceea835a886285abeeffb5
diff --git a/msrestazure/azure_active_directory.py b/msrestazure/azure_active_directory.py index <HASH>..<HASH> 100644 --- a/msrestazure/azure_active_directory.py +++ b/msrestazure/azure_active_directory.py @@ -685,6 +685,8 @@ class MSIAuthentication(BasicTokenAuthentication): elif "MSI_ENDPOINT" not in os.env...
Fix #<I> - MSI init should get the token (#<I>)
Azure_msrestazure-for-python
train
f18f7d7e9419a33fbf1b3928525676a3b306bdf5
diff --git a/pyani/pyani_config.py b/pyani/pyani_config.py index <HASH>..<HASH> 100644 --- a/pyani/pyani_config.py +++ b/pyani/pyani_config.py @@ -116,24 +116,24 @@ cdict_spbnd_BuRd = { CMAP_SPBND_BURD = LinearSegmentedColormap("spbnd_BuRd", cdict_spbnd_BuRd) # 1b) Map for species boundaries (95%: 0.95), blue for v...
change default colour scale for Hadamard plots This revised scale sets the white point at <I> (approximately <I>% identity, <I>% coverage)
widdowquinn_pyani
train
aec2bc7633e15d1670abe8a89787ede13374ac8c
diff --git a/src/webpack/presets/base.js b/src/webpack/presets/base.js index <HASH>..<HASH> 100644 --- a/src/webpack/presets/base.js +++ b/src/webpack/presets/base.js @@ -16,7 +16,7 @@ export default { devtool, - plugins: watch ? [] : [new NoErrorsPlugin()], + plugins: watch || action === actions.D...
Development environment should be easier on error handling ❤️ This allows more experimentation while developing a feature. Lint errors will not prevent the code from being executed!
saguijs_sagui
train
6de3558becb6e64a73504cafd3353c02622b9498
diff --git a/alot/commands/search.py b/alot/commands/search.py index <HASH>..<HASH> 100644 --- a/alot/commands/search.py +++ b/alot/commands/search.py @@ -197,14 +197,6 @@ class TagCommand(Command): logging.debug('all? %s', self.allm) logging.debug('q: %s', testquery) - hitcount_before = ui.d...
Fix message count in statusbar after tagging When the else branch was hit the count was already updated by SearchBuffer.rebuild() before the hitcount calculation was done and the final result was obviously off. This fixes it by just counting the messages in the search result directly. The same code is implicitly alr...
pazz_alot
train
5611eda213c7d63e96ba724040c59714818c305e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +- Remove deprecated metrics m...
Remove deprecated metrics methods. Fixes #<I>
honeybadger-io_honeybadger-go
train
83c7572157916a1e3632b34b633b40217f073d0b
diff --git a/openquake/engine/tests/engine_test.py b/openquake/engine/tests/engine_test.py index <HASH>..<HASH> 100644 --- a/openquake/engine/tests/engine_test.py +++ b/openquake/engine/tests/engine_test.py @@ -143,6 +143,7 @@ class DeleteHazCalcTestCase(unittest.TestCase): 'classical_psha_based_risk/job.i...
Skipped again the del_calc tests
gem_oq-engine
train
f241641d228d40aa7f389978ce43a31b283759a1
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1,22 +1,20 @@ import { isComment } from './utils.js'; import { getCommentContent } from './utils.js'; -function babelPlugin( babel ) { - const t = babel.types; +function babelPlugin( { types } ) { + const ...
refactor(index): full move to ES6+ syntax
Comandeer_babel-plugin-banner
train
8f9d6b3150f551e4a197c5d25f9ae7bc2a1abfbb
diff --git a/Neos.Flow/Tests/Unit/ObjectManagement/Proxy/ProxyMethodTest.php b/Neos.Flow/Tests/Unit/ObjectManagement/Proxy/ProxyMethodTest.php index <HASH>..<HASH> 100644 --- a/Neos.Flow/Tests/Unit/ObjectManagement/Proxy/ProxyMethodTest.php +++ b/Neos.Flow/Tests/Unit/ObjectManagement/Proxy/ProxyMethodTest.php @@ -14,36...
TASK: Adjust unit test to changed docblock rendering
neos_flow-development-collection
train
4ebdea438f0aafe5642866ebf65d28de362d5c52
diff --git a/metric_tank/dataprocessor.go b/metric_tank/dataprocessor.go index <HASH>..<HASH> 100644 --- a/metric_tank/dataprocessor.go +++ b/metric_tank/dataprocessor.go @@ -58,6 +58,12 @@ func consolidate(in []Point, num int, consolidator consolidation.Consolidator) [ return points } +// returns how many points ...
put this logic separately so we can test
grafana_metrictank
train
a2d2b8e81ca2c1b5fc28649ef43fcb28a4a5443b
diff --git a/lib/generators/templates/weixin_controller.rb b/lib/generators/templates/weixin_controller.rb index <HASH>..<HASH> 100644 --- a/lib/generators/templates/weixin_controller.rb +++ b/lib/generators/templates/weixin_controller.rb @@ -5,7 +5,8 @@ WeixinRailsMiddleware::WeixinController.class_eval do def r...
Fix fatal question when no reply message. Such as handle_unsubscribe_event.
lanrion_weixin_rails_middleware
train
e66a94868a8135490673dd4d0e3464000ca11319
diff --git a/core/src/main/java/hudson/WebAppMain.java b/core/src/main/java/hudson/WebAppMain.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/WebAppMain.java +++ b/core/src/main/java/hudson/WebAppMain.java @@ -341,8 +341,7 @@ public final class WebAppMain implements ServletContextListener { ...
[JENKINS-<I>] contextDestroyed needs to be changed to match.
jenkinsci_jenkins
train
7c789ceb83280d0e7d8a63cc07a8301091dd4f65
diff --git a/lib/terminitor/yaml.rb b/lib/terminitor/yaml.rb index <HASH>..<HASH> 100644 --- a/lib/terminitor/yaml.rb +++ b/lib/terminitor/yaml.rb @@ -12,8 +12,12 @@ module Terminitor # Returns yaml file as Terminitor formmatted hash def to_hash - combined = @file.inject({}) {|base, item| base.merg...
[yaml] fix to ensure it matches new format from dsl.
achiurizo_consular
train
518e5fef653f71c98a9059bcc2e9419ece11b8ce
diff --git a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-handler/src/test/java/org/apache/shardingsphere/sharding/distsql/query/ShardingKeyGeneratorsQueryResultSetTest.java b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-dists...
Removed useless worker-id props for sharding key generator (#<I>) * Removed useless worker-id props for sharding key generator Fixes: #<I>
apache_incubator-shardingsphere
train
53489585fe967c454b6005cda50aa2cd8e7c0f52
diff --git a/lib/mongoid/contextual/mongo.rb b/lib/mongoid/contextual/mongo.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/contextual/mongo.rb +++ b/lib/mongoid/contextual/mongo.rb @@ -50,7 +50,9 @@ module Mongoid # @since 3.0.0 def count(document = nil, &block) return super(&block) if block_gi...
[ #<I> ] - adding cache for count method and changing local methods to use the local count
mongodb_mongoid
train
4e0960f35dcaaa142dc08687f904e100f93445ca
diff --git a/Twig/Extension/MediaPreviewExtension.php b/Twig/Extension/MediaPreviewExtension.php index <HASH>..<HASH> 100644 --- a/Twig/Extension/MediaPreviewExtension.php +++ b/Twig/Extension/MediaPreviewExtension.php @@ -64,7 +64,7 @@ class MediaPreviewExtension extends \Twig_Extension protected function generat...
Debugging bad path name following bundle renaming
alpixel_AlpixelMediaBundle
train
940d536e588b25dc54052dcc11779dd42f3edf38
diff --git a/lib/node_modules/@stdlib/math/base/random/chi/benchmark/benchmark.js b/lib/node_modules/@stdlib/math/base/random/chi/benchmark/benchmark.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/math/base/random/chi/benchmark/benchmark.js +++ b/lib/node_modules/@stdlib/math/base/random/chi/benchmark/be...
Always assert that a benchmark is finished
stdlib-js_stdlib
train
923e9eb5dac39c4e8dc17deaf27031b0aa0b7de6
diff --git a/src/Helper/ShellHelper.php b/src/Helper/ShellHelper.php index <HASH>..<HASH> 100644 --- a/src/Helper/ShellHelper.php +++ b/src/Helper/ShellHelper.php @@ -80,11 +80,12 @@ class ShellHelper extends Helper implements ShellHelperInterface * Run 'where' or equivalent on a command. * * @param s...
commandExists() should not trigger a notice
platformsh_platformsh-cli
train
7df7e2ad877e25e5bd35dd40673855278b32fb40
diff --git a/lib/advertisement.js b/lib/advertisement.js index <HASH>..<HASH> 100644 --- a/lib/advertisement.js +++ b/lib/advertisement.js @@ -24,17 +24,17 @@ internal.buildDNSPacket = function (ttl) { debug('alias:', alias); packet.push('an', new DNSRecord( - serviceType, DNSRecord.Type.PTR, 1, ttl, - DN...
Set the cache flush bit on our announcements. As we announce our own services, we set the cache flush bit (see rfc<I> <I>). Add an enum for the dns record class field.
mdns-js_node-mdns-js
train
34ac2baaaf6b89d1d0d983970d1bdf90a7af1d0e
diff --git a/app/models/spree/product_import.rb b/app/models/spree/product_import.rb index <HASH>..<HASH> 100644 --- a/app/models/spree/product_import.rb +++ b/app/models/spree/product_import.rb @@ -20,7 +20,7 @@ module Spree # Meta keywords and description are created on the product model def import_data! - ...
uncomment begin/rescue block
ngelx_solidus_import_products
train
61430ae60198e57f67ad346a65d8143d872fba17
diff --git a/src/docgen/index.js b/src/docgen/index.js index <HASH>..<HASH> 100644 --- a/src/docgen/index.js +++ b/src/docgen/index.js @@ -26,8 +26,8 @@ export class TypesFileGenerator extends Generator { } export class ResourceFilesGenerator extends Generator { - generateResourceFile(resource) { - const resour...
Allow injection of example path from which to read req/res examples Breaking Change: The API for the docgen generator was updated to accept an option object which further customizes its output. Using an option object scales better to avoid having multiple parameters.
flowcommerce_lib-apidoc
train
433c38ce2b8e44a57b7242f8ffe9a27b10bf5a4b
diff --git a/tests/test_bootloader.py b/tests/test_bootloader.py index <HASH>..<HASH> 100644 --- a/tests/test_bootloader.py +++ b/tests/test_bootloader.py @@ -28,13 +28,23 @@ import struct from keepkeylib import messages_pb2 as proto from keepkeylib import types_pb2 as proto_types +def skipIfNotBootloaderMode(f): +...
XFAIL: Skip bootloader tests when not in bootloader mode
keepkey_python-keepkey
train
fe3d3d10f0aeea8208fbe83855e91374430276c6
diff --git a/src/test/java/org/jdbdt/DBAssertTest.java b/src/test/java/org/jdbdt/DBAssertTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/jdbdt/DBAssertTest.java +++ b/src/test/java/org/jdbdt/DBAssertTest.java @@ -12,9 +12,7 @@ import java.util.Collection; import org.junit.Before; import org.junit.Before...
Cleanup used of TestName in test classes that do not require it.
JDBDT_jdbdt
train
cdfce92f263e99c4cdd6d8a6f624cf9ec5e1188a
diff --git a/menubar.js b/menubar.js index <HASH>..<HASH> 100644 --- a/menubar.js +++ b/menubar.js @@ -5,12 +5,11 @@ const {renderGrouped} = require("./menu") const prefix = "ProseMirror-menubar" class MenuBar { - constructor(place, state, props) { + constructor(view, state, props) { this.wrapper = elt("div"...
Put menu inside view wrapper again Sort of kludgey, but works for now
ProseMirror_prosemirror-menu
train
35ed8b4dfd63939497826a32fabc7fc41f74b1a7
diff --git a/lib/puppet/parser/compiler.rb b/lib/puppet/parser/compiler.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/parser/compiler.rb +++ b/lib/puppet/parser/compiler.rb @@ -460,10 +460,10 @@ class Puppet::Parser::Compiler component_ref = args['component'] kind = args['kind'] - # That componen...
(PUP-<I>) Change capability component to QREF instead of QNAME The component of a capability is a type reference but the parser created a QNAME for it which was then validated using a QREF pattern. This commit changes this so that the parser instead creates a QREF.
puppetlabs_puppet
train
884087d68b865c82c45f88190a1fb0b64f323162
diff --git a/dvc/scm.py b/dvc/scm.py index <HASH>..<HASH> 100644 --- a/dvc/scm.py +++ b/dvc/scm.py @@ -62,10 +62,17 @@ class Git(Base): if not gitignore.startswith(self.root_dir): raise FileNotInRepoError() - if os.path.exists(gitignore) and entry in open(gitignore, 'r').readline(): - ...
.gitignore file fix and getting rid of empty line
iterative_dvc
train
77aa062215c2f8ca872401757165079412a9a239
diff --git a/src/modules/Dimmer/Dimmer.js b/src/modules/Dimmer/Dimmer.js index <HASH>..<HASH> 100644 --- a/src/modules/Dimmer/Dimmer.js +++ b/src/modules/Dimmer/Dimmer.js @@ -37,6 +37,9 @@ export default class Dimmer extends Component { /** Shorthand for primary content. */ content: customPropTypes.contentSho...
fix(Dimmer): Fix "simple" usage, add disabled prop (#<I>) * fix(Dimmer): Fix "simple" usage, add disabled prop * Update dimmer tests
Semantic-Org_Semantic-UI-React
train
ace9d0e8c6e38eda69fcada4f99fcc340ed9838b
diff --git a/OrientDB/Commands/OrientDBCommandAbstract.php b/OrientDB/Commands/OrientDBCommandAbstract.php index <HASH>..<HASH> 100644 --- a/OrientDB/Commands/OrientDBCommandAbstract.php +++ b/OrientDB/Commands/OrientDBCommandAbstract.php @@ -242,9 +242,11 @@ abstract class OrientDBCommandAbstract protected functi...
Firts attempt to optimize reading
AntonTerekhov_OrientDB-PHP
train
0ae9b232b82285f2fa275b8ffa5dced6b9377b0e
diff --git a/keyring/credentials.py b/keyring/credentials.py index <HASH>..<HASH> 100644 --- a/keyring/credentials.py +++ b/keyring/credentials.py @@ -39,6 +39,15 @@ class EnvironCredential(Credential): self.user_env_var = user_env_var self.pwd_env_var = pwd_env_var + def __eq__(self, other: obje...
Add equality operator to EnvironCredential Equality operator is useful for testing EnvironCredential
jaraco_keyring
train
19d0ec5272931a0612da46be9dbd43a0e5b123ed
diff --git a/sh.py b/sh.py index <HASH>..<HASH> 100644 --- a/sh.py +++ b/sh.py @@ -1650,7 +1650,7 @@ class StreamWriter(object): self.tty_in = tty_in - self.stream_bufferer = StreamBufferer(self.encoding, bufsize_type) + self.stream_bufferer = StreamBufferer(bufsize_type, self.encoding) ...
streambufferer updates and tests for it
amoffat_sh
train
824ca06239941a485d7c035b091cca8a9f29419e
diff --git a/ipyrad/analysis/mrbayes.py b/ipyrad/analysis/mrbayes.py index <HASH>..<HASH> 100644 --- a/ipyrad/analysis/mrbayes.py +++ b/ipyrad/analysis/mrbayes.py @@ -5,6 +5,7 @@ import os import sys import subprocess +import pandas as pd from ipyrad.assemble.utils import Params from ipyrad.assemble.utils import I...
mb saves convergence stats as df
dereneaton_ipyrad
train
9576289308fdf779bb6beed78548d1d47fd6e005
diff --git a/ghettoq/taproot.py b/ghettoq/taproot.py index <HASH>..<HASH> 100644 --- a/ghettoq/taproot.py +++ b/ghettoq/taproot.py @@ -80,9 +80,8 @@ class MultiBackend(BaseBackend): interval = 1 polling = True _prefetch_count = None - _t = threading.local() - _t.consumers = {} - _t.callbacks = {...
taproot: Remove _consumers + _callbacks from thread local storage. Closes #5. Thanks to amjoconn
ask_ghettoq
train
ddd1bd247f01ba2c87633c465880b43db70c181e
diff --git a/vasppy/scripts/vasp_summary.py b/vasppy/scripts/vasp_summary.py index <HASH>..<HASH> 100755 --- a/vasppy/scripts/vasp_summary.py +++ b/vasppy/scripts/vasp_summary.py @@ -4,6 +4,7 @@ import sys from pathlib import Path import yaml import tqdm +from multiprocessing import Pool """ Script for collecti...
Added parallel processing to vasp_summary
bjmorgan_vasppy
train
985ab6b18e7ecaa11b47b52f3bab15f152abcbe3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools.command.install import install DESCRIPTION = "Icetea - test framework" OWNER_NAMES = "Joonas Nikula" OWNER_EMAILS = "oulab.mbedcloudtesting.com@arm.com" -VERSION = "2.0.1" +VERSION = "2.0.1-rc...
Tag rc1 (#<I>)
ARMmbed_icetea
train
1faafa4743a405fc07573cf170666c2de8ffbec2
diff --git a/settings.py b/settings.py index <HASH>..<HASH> 100644 --- a/settings.py +++ b/settings.py @@ -82,7 +82,7 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', 'django.middleware.transaction.TransactionMiddleware', 'pagination.middleware.PaginationMiddlew...
varnish + logjam urls + new banning
callowayproject_Calloway
train
99749a2798d6aaea62d57a4a8b4611f579601fcb
diff --git a/discord/client.py b/discord/client.py index <HASH>..<HASH> 100644 --- a/discord/client.py +++ b/discord/client.py @@ -897,7 +897,7 @@ class Client: For convenience it could also be a :class:`User`. If it's a :class:`User` or :class:`PrivateChannel` then it sends the message via private me...
Change docstring for Client.send_message to point to a valid property.
Rapptz_discord.py
train
666004eb256be1926300188186ce3e24a7ed7715
diff --git a/lib/octopress/page.rb b/lib/octopress/page.rb index <HASH>..<HASH> 100644 --- a/lib/octopress/page.rb +++ b/lib/octopress/page.rb @@ -133,7 +133,7 @@ module Octopress file.sub!(/^_templates\//, '') file = File.join(site.source, '_templates', file) if file if File.exist? file - ...
Attempt to force encoding of template files. #<I>
octopress_octopress
train
82593a53d49c18cb953dd138e004c3a8403b3eba
diff --git a/tests/Control/InitialisationMiddlewareTest.php b/tests/Control/InitialisationMiddlewareTest.php index <HASH>..<HASH> 100644 --- a/tests/Control/InitialisationMiddlewareTest.php +++ b/tests/Control/InitialisationMiddlewareTest.php @@ -3,10 +3,14 @@ namespace CWP\Core\Tests\Control; use CWP\Core\Control\...
FIX Fix test for InitialisationMiddleware to use putenv instead of Environment::setEnv to test behaviour.
silverstripe_cwp-core
train
7d7dbb69ebea18931a0ff67f7cc03a26a7b66dc9
diff --git a/AbstractCollection.php b/AbstractCollection.php index <HASH>..<HASH> 100644 --- a/AbstractCollection.php +++ b/AbstractCollection.php @@ -42,7 +42,7 @@ abstract class AbstractCollection extends AbstractArray implements Collection { /** * @internal */ - public function key(): int { + public function...
Fix a bug discovered by Scrutinizer
phootwork_collection
train
78a236fa3c78d1fafe8da81c18c24cd7dc3d9471
diff --git a/src/AbstractDatabase.php b/src/AbstractDatabase.php index <HASH>..<HASH> 100644 --- a/src/AbstractDatabase.php +++ b/src/AbstractDatabase.php @@ -2,7 +2,6 @@ namespace Mwyatt\Core; - /** * will act as an interface for any database connection soon * if this is to be so generic then how will it wor...
tidied all classes and refined structure, removed unused classes
mwyatt_core
train
949b1482422dd88db5d039cf38fc19994737bad2
diff --git a/doc/source/whatsnew/v0.24.0.rst b/doc/source/whatsnew/v0.24.0.rst index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.24.0.rst +++ b/doc/source/whatsnew/v0.24.0.rst @@ -1465,6 +1465,7 @@ Notice how we now instead output ``np.nan`` itself instead of a stringified form - Bug in :func:`DataFrame.to_stri...
BUG: Raise ValueError when the format kwarg is passed to the HDFStore constructor (#<I>)
pandas-dev_pandas
train
705754e17d2d39030fea3f55b416977f9899115e
diff --git a/Twig/Extension/Plugin/AbstractFontAwesomeTwigExtension.php b/Twig/Extension/Plugin/AbstractFontAwesomeTwigExtension.php index <HASH>..<HASH> 100644 --- a/Twig/Extension/Plugin/AbstractFontAwesomeTwigExtension.php +++ b/Twig/Extension/Plugin/AbstractFontAwesomeTwigExtension.php @@ -12,8 +12,8 @@ namespace ...
Implemenst moved FOnt Awesome classes
webeweb_core-bundle
train
8536a7399a9722e45b82465c2320d4b0a3b5f8bb
diff --git a/src/Valkyrja/Http/Responses/Response.php b/src/Valkyrja/Http/Responses/Response.php index <HASH>..<HASH> 100644 --- a/src/Valkyrja/Http/Responses/Response.php +++ b/src/Valkyrja/Http/Responses/Response.php @@ -237,6 +237,9 @@ class Response implements Contract echo $stream->getContents(); + ...
Http: Flush response on send.
valkyrjaio_valkyrja
train
5915964db7ae55be6c7a34a8c483e72a1ed6d998
diff --git a/Lib/ufo2ft/filters/cubicToQuadratic.py b/Lib/ufo2ft/filters/cubicToQuadratic.py index <HASH>..<HASH> 100644 --- a/Lib/ufo2ft/filters/cubicToQuadratic.py +++ b/Lib/ufo2ft/filters/cubicToQuadratic.py @@ -15,25 +15,19 @@ class CubicToQuadraticFilter(BaseFilter): _kwargs = { 'conversionError': ...
[filters] adapt existing filters to refactored API
googlefonts_ufo2ft
train
2de93b269081dc66846b16689a8f4575ad384459
diff --git a/tests/integration/test_new.py b/tests/integration/test_new.py index <HASH>..<HASH> 100644 --- a/tests/integration/test_new.py +++ b/tests/integration/test_new.py @@ -1442,12 +1442,13 @@ def test_new_add_isohybrid_bad_boot_load_size(): iso = pycdlib.PyCdlib() iso.new() - isolinux_fp = open('/...
Fix the tests so that they work on different distros. In particular, don't depend on /bin/ls to be a particular size, since that may not be true.
clalancette_pycdlib
train
70ab337c917ccef3b70d83d2f8cae6c15cc4696b
diff --git a/lib/eye/child_process.rb b/lib/eye/child_process.rb index <HASH>..<HASH> 100644 --- a/lib/eye/child_process.rb +++ b/lib/eye/child_process.rb @@ -26,10 +26,11 @@ class Eye::ChildProcess attr_reader :pid, :name, :full_name, :config, :watchers - def initialize(pid, config = {}, logger_prefix = nil) +...
add child process PARENT_PID
kostya_eye
train
0813740f0aa2c0ebed51a5875273d32489fc1637
diff --git a/lib/poise/helpers/subresources/child.rb b/lib/poise/helpers/subresources/child.rb index <HASH>..<HASH> 100644 --- a/lib/poise/helpers/subresources/child.rb +++ b/lib/poise/helpers/subresources/child.rb @@ -37,6 +37,10 @@ module Poise @resource = resource end + def inspect...
Clean up inspect output on parent and child resources.
poise_poise
train
8bc99a67c760b67b647d55f6d5d062ec281d1485
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -59,8 +59,8 @@ module.exports = function(grunt) { uglify: { options: { - banner: "/*! melonJS (c)2011 - 2013 Olivier Biot (http://www.melonjs.org) */\n", - report: 'min' + report: 'min', + prese...
[#<I>] changed uglify options to preserve license information (and removed the banner option)
melonjs_melonJS
train
3f475fe230140952a498f0bfb96a2dc25f3ebd7e
diff --git a/lib/Model.js b/lib/Model.js index <HASH>..<HASH> 100644 --- a/lib/Model.js +++ b/lib/Model.js @@ -102,10 +102,9 @@ Model.compile = function compile (name, schema, options, base) { // This is a private function that is only used to emit signals to plugins within the Dynamoose plugin, this function should...
Moving object setting down a few levels into plugin system
dynamoosejs_dynamoose
train
86b85d468a175761145f5e2536eced58cdff7d0f
diff --git a/lib/elm_install/elm_package.rb b/lib/elm_install/elm_package.rb index <HASH>..<HASH> 100644 --- a/lib/elm_install/elm_package.rb +++ b/lib/elm_install/elm_package.rb @@ -111,7 +111,7 @@ module ElmInstall # # @return [String] The url def self.transform_package(key) - GitCloneUrl.parse(ke...
Remove .git from the end of the urls if present.
gdotdesign_elm-github-install
train
8c8b3613f28d1fc845a75f7e2cf5544dcae338f0
diff --git a/lib/ast/send.rb b/lib/ast/send.rb index <HASH>..<HASH> 100644 --- a/lib/ast/send.rb +++ b/lib/ast/send.rb @@ -6,6 +6,10 @@ module Atomy slots [:private, "false"], :namespace? generate + def namespace_symbol + @message.namespace_symbol + end + # treat the message as q...
a Send's namespace symbol is its message's namespace symbol
vito_atomy
train
3f3efe7ce971e4744e15643c627b7422c91e54d0
diff --git a/test/unexpectedMitm.js b/test/unexpectedMitm.js index <HASH>..<HASH> 100644 --- a/test/unexpectedMitm.js +++ b/test/unexpectedMitm.js @@ -17,12 +17,11 @@ describe('unexpectedMitm', function () { .use(require('../lib/unexpectedMitm')) .use(require('unexpected-http')) .use(require(...
Test: Adopt Unexpected <I>+ features to avoid var that = this.
unexpectedjs_unexpected-mitm
train
15d89292dfc880ba22630d2f05d85547220195d7
diff --git a/src/component/test/table.spec.js b/src/component/test/table.spec.js index <HASH>..<HASH> 100644 --- a/src/component/test/table.spec.js +++ b/src/component/test/table.spec.js @@ -259,6 +259,7 @@ describe('Component: table', function () { describe('withs sorting', function () { + beforeEach(injec...
Added test to issue #<I>
Zizzamia_ng-tasty
train
9802cc7b7651127f6c3b91229a15cacda122390a
diff --git a/test/helpers.py b/test/helpers.py index <HASH>..<HASH> 100644 --- a/test/helpers.py +++ b/test/helpers.py @@ -22,3 +22,10 @@ def check_equal(test, t, o): test.assertTrue(True) else: raise RuntimeError('Think long and hard about what you\'ve done.') + +def inspect_first_content(token)...
💡 added inspect_first_content helper for debugging
miyuchina_mistletoe
train
85818032462aac01aa04f32a80bee3e62270be01
diff --git a/algolia/search/utils_test.go b/algolia/search/utils_test.go index <HASH>..<HASH> 100644 --- a/algolia/search/utils_test.go +++ b/algolia/search/utils_test.go @@ -34,6 +34,9 @@ func TestHasObjectIDField(t *testing.T) { m := map[string]interface{}{"company": "algolia"} require.False(t, hasObjectID(m)) ...
test: ensure hasObjectID return false when objectID field exists but is empty
algolia_algoliasearch-client-go
train
c5edccb67699b8a75ada90e9706f85ae361fb32b
diff --git a/src/Handlers/Help.php b/src/Handlers/Help.php index <HASH>..<HASH> 100644 --- a/src/Handlers/Help.php +++ b/src/Handlers/Help.php @@ -36,7 +36,7 @@ class Help extends SignatureHandler /** * Find all handlers that are available for the current SlashCommand - * and have a signature + * a...
Applied fixes from StyleCI (#<I>)
spatie_laravel-slack-slash-command
train
5f3ee48b231492431383c2eb4ebd9e4fad1f303d
diff --git a/src/test/java/com/conveyal/gtfs/GTFSFeedTest.java b/src/test/java/com/conveyal/gtfs/GTFSFeedTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/conveyal/gtfs/GTFSFeedTest.java +++ b/src/test/java/com/conveyal/gtfs/GTFSFeedTest.java @@ -253,7 +253,7 @@ public class GTFSFeedTest { assertTh...
test: fix canGetSpatialIndex
conveyal_gtfs-lib
train
d41f4761e81dd36ac06232d29d6afbace5ca2cd9
diff --git a/packages/xod-project/src/flatten.js b/packages/xod-project/src/flatten.js index <HASH>..<HASH> 100644 --- a/packages/xod-project/src/flatten.js +++ b/packages/xod-project/src/flatten.js @@ -1,6 +1,7 @@ import R from 'ramda'; -import { Maybe } from 'ramda-fantasy'; +import { Maybe, Either } from 'ramda-fan...
feat,test(xod-project): revert test for Left result if implementation not found and add implementation
xodio_xod
train
b0fd4673dab23803a31e89b324716b841a1808a1
diff --git a/src/main/java/com/google/jimfs/path/Name.java b/src/main/java/com/google/jimfs/path/Name.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/google/jimfs/path/Name.java +++ b/src/main/java/com/google/jimfs/path/Name.java @@ -30,10 +30,9 @@ import java.text.Collator; * keys for directory entries. *...
Change caseInsensitiveAscii Name back to a canonicalizing implementation.
google_jimfs
train
9020f28154d5e9398919839be8fd213922b28ff9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -233,7 +233,7 @@ module.exports.node = (scriptPath, args, options = {}) => { args = []; } - const stdioOption = normalizeStdio.node(options); + const stdio = normalizeStdio.node(options); const {nodePath = process.e...
Rename `stdioOption` variable (#<I>)
sindresorhus_execa
train
dc5b09d67db1b20213d97f83046a219cb03f03b5
diff --git a/src/Model/Subscription/SubscriptionOptions.php b/src/Model/Subscription/SubscriptionOptions.php index <HASH>..<HASH> 100644 --- a/src/Model/Subscription/SubscriptionOptions.php +++ b/src/Model/Subscription/SubscriptionOptions.php @@ -21,6 +21,8 @@ final class SubscriptionOptions { private $owner; ...
Support organizations when estimating or creating a subscription
platformsh_platformsh-client-php
train
f5a72ffbaf45cefad0c58884c692829bd3f2d196
diff --git a/CliClient/tests/services_ResourceService.js b/CliClient/tests/services_ResourceService.js index <HASH>..<HASH> 100644 --- a/CliClient/tests/services_ResourceService.js +++ b/CliClient/tests/services_ResourceService.js @@ -96,4 +96,14 @@ describe('services_ResourceService', function() { expect(!!(await R...
All: Fixes #<I>: Resource should not be auto-deleted if they've never been linked to any note
laurent22_joplin
train
839e64deee5f26e5c4460457130d270f2d8e095b
diff --git a/ui/Component.js b/ui/Component.js index <HASH>..<HASH> 100644 --- a/ui/Component.js +++ b/ui/Component.js @@ -8,6 +8,7 @@ import forEach from '../util/forEach' import isString from '../util/isString' import isFunction from '../util/isFunction' import uuid from '../util/uuid' +import EventEmitter from '....
Let Component extend from EventEmitter
substance_substance
train
d46a49a4558f163cb5a79b27d9f07a73f872c961
diff --git a/gdk/gdk.go b/gdk/gdk.go index <HASH>..<HASH> 100644 --- a/gdk/gdk.go +++ b/gdk/gdk.go @@ -2760,7 +2760,6 @@ type EventScroll struct { Time uint32 X float64 Y float64 - Axes *float64 State uint Direction int Device uintptr diff --git a/gtk/gtk.go b/gtk/gtk.go ind...
Check the IWidget is widget or not. Closes #<I>
mattn_go-gtk
train