hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
6a2b6132db732a6c0085090aee551fa9f79fd5ce
diff --git a/src/Caffeinated/Shinobi/Models/Role.php b/src/Caffeinated/Shinobi/Models/Role.php index <HASH>..<HASH> 100644 --- a/src/Caffeinated/Shinobi/Models/Role.php +++ b/src/Caffeinated/Shinobi/Models/Role.php @@ -65,6 +65,22 @@ class Role extends Model return in_array($permission, $permissions); } } + ...
Implemented canAtLeast() method Check if the role has at least one of the given permissions
caffeinated_shinobi
train
69f58e1365616f09d69a34866197a54cf973c796
diff --git a/commands/version.py b/commands/version.py index <HASH>..<HASH> 100644 --- a/commands/version.py +++ b/commands/version.py @@ -34,15 +34,19 @@ def cmd(send, msg, args): return apiOutput = get('https://api.github.com/repos/%s/branches/master' % args['config']['api']['githubrepo']).json() c...
fix version to return the pkg version if not running from git, #<I>
tjcsl_cslbot
train
2996304f74dc34efd4cd0e2e0d16e7c41a35cf70
diff --git a/undertow/src/main/java/org/wildfly/extension/undertow/deployment/UndertowDeploymentInfoService.java b/undertow/src/main/java/org/wildfly/extension/undertow/deployment/UndertowDeploymentInfoService.java index <HASH>..<HASH> 100644 --- a/undertow/src/main/java/org/wildfly/extension/undertow/deployment/Undert...
Don't call resolveAnnotations() if the deployment is metadata complete
wildfly_wildfly
train
60dc55a13bcfd2f4f97e97c8fd712d8fb374010a
diff --git a/src/events/http/HttpServer.js b/src/events/http/HttpServer.js index <HASH>..<HASH> 100644 --- a/src/events/http/HttpServer.js +++ b/src/events/http/HttpServer.js @@ -278,6 +278,7 @@ export default class HttpServer { method, path: hapiPath, server, + stage: this.#options.noPrependS...
fix: fixup no prepend stage changes Also renables logging the stage path in table output.
dherault_serverless-offline
train
539e6a09979c2fdc835bb8eac95989a2f57325e3
diff --git a/flink-python/pyflink/common/tests/test_execution_config.py b/flink-python/pyflink/common/tests/test_execution_config.py index <HASH>..<HASH> 100644 --- a/flink-python/pyflink/common/tests/test_execution_config.py +++ b/flink-python/pyflink/common/tests/test_execution_config.py @@ -277,6 +277,7 @@ class Exe...
[FLINK-<I>][python] Fix unstable test for ExecutionConfigTests.test_equals_and_hash The default parallelism used by local environments is calculated according to the available processors. We should specify the parallelism explicitly to avoid test unstable. This closes #<I>.
apache_flink
train
585cb913a5e2454e7671eaf50f2c7a45b1a589ea
diff --git a/lib/delegate.js b/lib/delegate.js index <HASH>..<HASH> 100644 --- a/lib/delegate.js +++ b/lib/delegate.js @@ -397,7 +397,16 @@ function matchesTag(tagName, element) { */ function matchesRoot(selector, element) { /*jshint validthis:true*/ - if (this.rootElement === window) return element === document...
Adjust matchesRoot to support events dispateched on the window itself, fixes #<I>
Financial-Times_ftdomdelegate
train
5f5bf33cbc8a775a29dcd106284a546544e343ff
diff --git a/alarmdecoder/devices.py b/alarmdecoder/devices.py index <HASH>..<HASH> 100644 --- a/alarmdecoder/devices.py +++ b/alarmdecoder/devices.py @@ -538,16 +538,14 @@ class USBDevice(Device): try: current_devices = set(USBDevice.find_all()) - new_devices ...
Reworked detection thread to use sets more fully.
nutechsoftware_alarmdecoder
train
b1a963b93fdbb97da8730ca3241e9b90b4b8cf42
diff --git a/superset/migrations/shared/security_converge.py b/superset/migrations/shared/security_converge.py index <HASH>..<HASH> 100644 --- a/superset/migrations/shared/security_converge.py +++ b/superset/migrations/shared/security_converge.py @@ -254,9 +254,9 @@ def get_reversed_new_pvms(pvm_map: PvmMigrationMapTyp...
fix: security converge downgrade procedure (#<I>)
apache_incubator-superset
train
b62251667b7fdcb87afcecff6f214a0052f881bc
diff --git a/restcomm/restcomm.core/src/test/java/org/restcomm/connect/core/service/recording/RecordingServiceTest.java b/restcomm/restcomm.core/src/test/java/org/restcomm/connect/core/service/recording/RecordingServiceTest.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.core/src/test/java/org/restcomm/connect...
Minor fix for Unit test for RecordingService This refer to BS-<I>
RestComm_Restcomm-Connect
train
97c51ef93bbad7bb63be3c5280ce2e48af6db513
diff --git a/spacy/about.py b/spacy/about.py index <HASH>..<HASH> 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -4,7 +4,7 @@ # fmt: off __title__ = "spacy" -__version__ = "2.1.7.dev0" +__version__ = "2.1.7.dev1" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython" __u...
Set version to <I>.dev1
explosion_spaCy
train
68886acb7ef179b3dc495901ef9e1bed3c6b8be5
diff --git a/registration/migrations/0001_initial.py b/registration/migrations/0001_initial.py index <HASH>..<HASH> 100644 --- a/registration/migrations/0001_initial.py +++ b/registration/migrations/0001_initial.py @@ -28,7 +28,8 @@ class Migration(migrations.Migration): ('user', mode...
Fixed #<I>: Added on_delete=models.CASCADE for model backend.
ubernostrum_django-registration
train
33e6d6d3989ffbb51615a4a99b0fcbb9f99e9b6a
diff --git a/pac4j-oauth/src/main/java/org/pac4j/oauth/config/OAuthConfiguration.java b/pac4j-oauth/src/main/java/org/pac4j/oauth/config/OAuthConfiguration.java index <HASH>..<HASH> 100644 --- a/pac4j-oauth/src/main/java/org/pac4j/oauth/config/OAuthConfiguration.java +++ b/pac4j-oauth/src/main/java/org/pac4j/oauth/conf...
Never output secrets or passwords in logs (#<I>)
pac4j_pac4j
train
dbec52b4d1407094079b1636b3c384fb43d3205a
diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index <HASH>..<HASH> 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -123,7 +123,7 @@ html_context = { 'VERSION': version, } -html_css_files = ['custom.css'] +html_css_files = [f"custom.css?v={version}"] html_static_path = ['_static...
add a version query to custom.css (#<I>)
bokeh_bokeh
train
ed44d49d691cf9438dfcebcd24628c1bac132a0e
diff --git a/pywbem/cim_operations.py b/pywbem/cim_operations.py index <HASH>..<HASH> 100755 --- a/pywbem/cim_operations.py +++ b/pywbem/cim_operations.py @@ -4877,8 +4877,10 @@ class WBEMConnection(object): # pylint: disable=too-many-instance-attributes exc = exce raise finally: + ...
Fix issue causing run_cimoperation error There are cases where exceptions are generated outside the try block in the iter operations, specifically those where the input parameters are invalid. This was causing a print issue since we were printing as float
pywbem_pywbem
train
45a8c180bc695a5b87985fedad544e348a08e8c0
diff --git a/scs_core/osio/data/abstract_topic.py b/scs_core/osio/data/abstract_topic.py index <HASH>..<HASH> 100644 --- a/scs_core/osio/data/abstract_topic.py +++ b/scs_core/osio/data/abstract_topic.py @@ -30,7 +30,7 @@ class AbstractTopic(JSONable): self.__is_public = is_public # bool - ...
Fixed a bug in host_project.
south-coast-science_scs_core
train
1de8c34b93e9cc4e0d13085793f1319dd1e2801f
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "secucard connect PHP client SDK", "license": "Apache-2.0", "homepage": "https://github.com/secucard/secucard-connect-php-sdk", - "version": "v1.1.0", + "versio...
FIX on change event for ident request
secucard_secucard-connect-php-sdk
train
88384bf6567e8eccd1a78bbedddc380e833fdadd
diff --git a/src/ComposerConfigurator.php b/src/ComposerConfigurator.php index <HASH>..<HASH> 100644 --- a/src/ComposerConfigurator.php +++ b/src/ComposerConfigurator.php @@ -157,7 +157,7 @@ class ComposerConfigurator $rootPkg = $this->composer->getPackage(); $extra = $rootPkg->getExtra(); -...
It was throwing an error without the isset?
CupOfTea696_WordPress-Composer
train
ad5a40d32af20456e14772a3c6f955f809aeff34
diff --git a/preferencesfx/src/main/java/com/dlsc/preferencesfx/model/Group.java b/preferencesfx/src/main/java/com/dlsc/preferencesfx/model/Group.java index <HASH>..<HASH> 100644 --- a/preferencesfx/src/main/java/com/dlsc/preferencesfx/model/Group.java +++ b/preferencesfx/src/main/java/com/dlsc/preferencesfx/model/Grou...
feat: refactor visibility for Group solution
dlemmermann_PreferencesFX
train
ed6d71cef5b3cbbb1e215de0b577a294c97e470a
diff --git a/lib/discordrb/data/message.rb b/lib/discordrb/data/message.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data/message.rb +++ b/lib/discordrb/data/message.rb @@ -222,6 +222,19 @@ module Discordrb @bot.add_await!(Discordrb::Events::MessageEvent, { from: @author.id, in: @channel.id }.merge(attribu...
Add reaction awaits to Message (#<I>)
meew0_discordrb
train
15f0c50a61711c46357d369bbef60016ced7bbb2
diff --git a/pkg/packet/bgp/bgp.go b/pkg/packet/bgp/bgp.go index <HASH>..<HASH> 100644 --- a/pkg/packet/bgp/bgp.go +++ b/pkg/packet/bgp/bgp.go @@ -12318,6 +12318,7 @@ func (msg *BGPUpdate) DecodeFromBytes(data []byte, options ...*MarshallingOption if e.(*MessageError).Stronger(strongestError) { strongestError ...
pkg/packet/bgp: avoid crash when receiving an update with invalid AS_PATH len
osrg_gobgp
train
f9d974b7f11944afc3e8f302c04fb6a6aff80780
diff --git a/code/administrator/components/com_default/controllers/default.php b/code/administrator/components/com_default/controllers/default.php index <HASH>..<HASH> 100644 --- a/code/administrator/components/com_default/controllers/default.php +++ b/code/administrator/components/com_default/controllers/default.php @...
Fixed : Adding a behavior during chain execution leads to infinite recursion.
timble_kodekit
train
c3d3bc2b45d952654ba9d33526208f4332eff107
diff --git a/sonnet/python/modules/nets/convnet.py b/sonnet/python/modules/nets/convnet.py index <HASH>..<HASH> 100644 --- a/sonnet/python/modules/nets/convnet.py +++ b/sonnet/python/modules/nets/convnet.py @@ -64,6 +64,7 @@ class ConvNet2D(base.AbstractModule, base.Transposable): use_bias=True, ...
Add support for custom getters in ConvNet2D PiperOrigin-RevId: <I>
deepmind_sonnet
train
62af444821d33603efb10c4195cc456e1ed76a90
diff --git a/src/Composer/Repository/PlatformRepository.php b/src/Composer/Repository/PlatformRepository.php index <HASH>..<HASH> 100644 --- a/src/Composer/Repository/PlatformRepository.php +++ b/src/Composer/Repository/PlatformRepository.php @@ -402,7 +402,9 @@ class PlatformRepository extends ArrayRepository ...
Check if SODIUM_LIBRARY_VERSION is defined
composer_composer
train
451ae640a320aacc630cb72e327216cdb5572e89
diff --git a/lib/wavefile/reader.rb b/lib/wavefile/reader.rb index <HASH>..<HASH> 100644 --- a/lib/wavefile/reader.rb +++ b/lib/wavefile/reader.rb @@ -190,6 +190,9 @@ module WaveFile @data_chunk_reader.total_sample_frames end + # Public: Returns a SamplerInfo object if the file contains "smpl" chunk, o...
Adding additional documentation about sampler chunk objects
jstrait_wavefile
train
64c288ef4351815f552d7584ad9e69be5b9b57cf
diff --git a/src/test/java/org/gaul/s3proxy/AwsSdkTest.java b/src/test/java/org/gaul/s3proxy/AwsSdkTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/gaul/s3proxy/AwsSdkTest.java +++ b/src/test/java/org/gaul/s3proxy/AwsSdkTest.java @@ -46,6 +46,7 @@ import com.amazonaws.auth.BasicAWSCredentials; import com....
Skip MD5 checking on GET for Azure Also use constant name instead of string.
gaul_s3proxy
train
3ec975ee3989a85075ff29779b1e8c29c4e8131c
diff --git a/lib/mongoid/relations/embedded/in.rb b/lib/mongoid/relations/embedded/in.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/relations/embedded/in.rb +++ b/lib/mongoid/relations/embedded/in.rb @@ -64,7 +64,7 @@ module Mongoid # :nodoc: # <tt>name.person.unbind</tt> def unbind(old_target) ...
Avoid double $unsets when setting embedded doc to nil.
mongodb_mongoid
train
24666ea5354920d663d7847f4c0802a5652f2b95
diff --git a/src/nouns.txt b/src/nouns.txt index <HASH>..<HASH> 100644 --- a/src/nouns.txt +++ b/src/nouns.txt @@ -2,22 +2,28 @@ aardvark addax albatross alligator +alpaca anaconda angelfish anteater antelope ant +ape armadillo +baboon badger +barracuda bat batfish bear +beaver bee beetle bird bison b...
Add a bunch of animals. This helps increase the variety. Names pulled from <URL>
nubs_random-name-generator
train
d1fc778c3ba24cc09fc17190228d9167d43da188
diff --git a/Cache/CacheBase.php b/Cache/CacheBase.php index <HASH>..<HASH> 100644 --- a/Cache/CacheBase.php +++ b/Cache/CacheBase.php @@ -44,6 +44,29 @@ class CacheBase } /** + * Remove key from cache file + * + * @param string $key + * @return bool + */ + public function remove(string $key) : bool ...
feat: Remove key from cache file remove cached item
modulusphp_hibernate
train
9c87ffd49fd736a620c6341e8c930fb3d6393d88
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "bluebird": "^3.3.3", "command-line-args": "^2.1.6", "electron-packager-tf": "^5.2.3", - "electron-winstaller-temp-fork": "^2.0.5-beta.0", + "electron-winstaller-temp-fork": ...
fix(windows): do not rename artifacts twice PR is required to fix windows-installer — blocked on <URL>
electron-userland_electron-builder
train
29964e18d3f20ef8409d58a0ad25afd89452e2d8
diff --git a/core/src/main/java/com/orientechnologies/orient/core/OConstants.java b/core/src/main/java/com/orientechnologies/orient/core/OConstants.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/OConstants.java +++ b/core/src/main/java/com/orientechnologies/orient/core/OCons...
bumps version to stable <I>m1 for release
orientechnologies_orientdb
train
f27d2ca7be3516e9733534f0c4c7bb062cf1f70e
diff --git a/lib/public/views/view.js b/lib/public/views/view.js index <HASH>..<HASH> 100644 --- a/lib/public/views/view.js +++ b/lib/public/views/view.js @@ -172,21 +172,26 @@ define(['underscore', 'backbone', 'utils/template', 'resolver/main', 'flexo', 'r resolveChild: function (viewName, options) { ...
Refactor 'resolveChild' so it uses 'getChildren' to get the child views (as opposed to accessing 'this.viewDefinitions' directly). When defining child views on a parent view, change to use 'views:{}' instead of 'viewDefinitions:{}'. This is inline with the widget naming conventions.
lazojs_lazo
train
7cdf27a5fd80d34e81325b1ce108e03fe7f972aa
diff --git a/app/helpers/katello/hosts_and_hostgroups_helper.rb b/app/helpers/katello/hosts_and_hostgroups_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/katello/hosts_and_hostgroups_helper.rb +++ b/app/helpers/katello/hosts_and_hostgroups_helper.rb @@ -77,13 +77,13 @@ module Katello def accessible_life...
Fixes #<I> - unsorted content-views in hostgroup
Katello_katello
train
4272a432a1125bc703b4b848bee9085e4d296295
diff --git a/src/Notice/GeotNotices.php b/src/Notice/GeotNotices.php index <HASH>..<HASH> 100644 --- a/src/Notice/GeotNotices.php +++ b/src/Notice/GeotNotices.php @@ -14,15 +14,16 @@ class GeotNotices { if( isset( $_GET['geot_notice'])){ update_option('geot_'.esc_attr($_GET['geot_notice']), true); } - ...
fix notice to show only to wpengine users
timersys_geot-functions
train
677b8361870f54978c935ed94fd413ccff230aea
diff --git a/spec/functional/run_lock_spec.rb b/spec/functional/run_lock_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/run_lock_spec.rb +++ b/spec/functional/run_lock_spec.rb @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -require...
Use require_relative within the specs Simplify how we include the spec_helper via the new cookstyle rule.
chef_chef
train
a3b2277d9eb413a652ac950e6ed118688a67a97b
diff --git a/Changelog.md b/Changelog.md index <HASH>..<HASH> 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,8 @@ * Increase refcount for ingoing :object arguments of vfuncs with no ownership transfer * Increase refcount for :object return values of vfuncs with full transfer +* Increase refcount for outgo...
Increase refcount for outgoing vfunc full-transfer object args
mvz_gir_ffi
train
f7f596d224dcde4a8a4024076e5f2aa517b9b778
diff --git a/src/remotestorage.js b/src/remotestorage.js index <HASH>..<HASH> 100644 --- a/src/remotestorage.js +++ b/src/remotestorage.js @@ -76,6 +76,9 @@ }; RemoteStorage.DiscoveryError.prototype = Object.create(Error.prototype); + RemoteStorage.Unauthorized = function() { Error.apply(this, arguments); }; +...
throw RemoteStorage.Unauthorized when seeing <I> or <I>
remotestorage_remotestorage.js
train
7e6418e97458d3fb3d196aa3661fd5755109918f
diff --git a/lib/i18n/tasks/locale_pathname.rb b/lib/i18n/tasks/locale_pathname.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/tasks/locale_pathname.rb +++ b/lib/i18n/tasks/locale_pathname.rb @@ -3,7 +3,7 @@ module I18n::Tasks extend self def replace_locale(path, from, to) - path && path.sub(path_locale...
Replace multiple instances of %{locale} in path
glebm_i18n-tasks
train
3b0b227d31a95eec5a8a204b56277fc03c8b3880
diff --git a/meta/state.go b/meta/state.go index <HASH>..<HASH> 100644 --- a/meta/state.go +++ b/meta/state.go @@ -162,7 +162,9 @@ func (r *localRaft) open() error { func (r *localRaft) close() error { // Shutdown raft. if r.raft != nil { - r.raft.Shutdown() + if err := r.raft.Shutdown().Error(); err != nil { + ...
Wait for raft to close before meta store close returns Fixes #<I>
influxdata_influxdb
train
adc03b2bdc775827fbd8fe27b05eb0887bc63b6c
diff --git a/mockserver-netty/src/main/java/org/mockserver/mappers/MockServerToNettyResponseMapper.java b/mockserver-netty/src/main/java/org/mockserver/mappers/MockServerToNettyResponseMapper.java index <HASH>..<HASH> 100644 --- a/mockserver-netty/src/main/java/org/mockserver/mappers/MockServerToNettyResponseMapper.jav...
fixed issue with header that had multiple values not being handled correctly in Netty MockServer
jamesdbloom_mockserver
train
7aa86cf08852b10a441cbc0839367d64ddee8bd5
diff --git a/lib/resilient/circuit_breaker.rb b/lib/resilient/circuit_breaker.rb index <HASH>..<HASH> 100644 --- a/lib/resilient/circuit_breaker.rb +++ b/lib/resilient/circuit_breaker.rb @@ -35,7 +35,7 @@ module Resilient def allow_request? instrument("resilient.circuit_breaker.allow_request", {key: @key}...
Remove in temporary result variable Not needed.
jnunemaker_resilient
train
f65bc55fcdc08173fa682d519127c0f96e3d2979
diff --git a/mod/workshop/submission.php b/mod/workshop/submission.php index <HASH>..<HASH> 100644 --- a/mod/workshop/submission.php +++ b/mod/workshop/submission.php @@ -87,6 +87,21 @@ if ($submission->id and !$workshop->modifying_submission_allowed($USER->id)) { $editable = false; } +if ($canviewall) { + /...
MDL-<I> workshop checks separate groups membership when displaying a submission
moodle_moodle
train
5d9913d9a3afb2f98d74d7ecdc40dbd7a48eccc1
diff --git a/tcex/playbooks/playbooks_base.py b/tcex/playbooks/playbooks_base.py index <HASH>..<HASH> 100644 --- a/tcex/playbooks/playbooks_base.py +++ b/tcex/playbooks/playbooks_base.py @@ -96,10 +96,10 @@ class PlaybooksBase: # get variable type from variable value variable_type = self.variable_type...
APP-<I> enhance create_array to accept any iterable type, not just lists
ThreatConnect-Inc_tcex
train
a0acb6956fdede396b814ce695eef78af0d56b96
diff --git a/lib/html/pipeline/autolink_filter.rb b/lib/html/pipeline/autolink_filter.rb index <HASH>..<HASH> 100644 --- a/lib/html/pipeline/autolink_filter.rb +++ b/lib/html/pipeline/autolink_filter.rb @@ -1,8 +1,7 @@ begin require "rinku" -rescue LoadError => e - missing = HTML::Pipeline::Filter::MissingDependen...
If a dependency is missing, exit with a 1 status and write help message to STDERR.
jch_html-pipeline
train
f463b596c91290b88786713d15978d2177d703e3
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ other: BBB other: CCC # standalone, does not extend other configs ``` +Configs are shallow-merged, nested objects have to be redefined +completely. + You can also reference configurations from other org...
Allow specifying custom file paths This change allows syntax like: ``` _extends: base:otherdir/test.yml ``` This is necessary for maintaining an opt-in pattern when we begin supporting default base repositories.
probot_probot-config
train
250ce688fcb870bf8d879c0c2728cf6e33516a05
diff --git a/lib/thresholds.go b/lib/thresholds.go index <HASH>..<HASH> 100644 --- a/lib/thresholds.go +++ b/lib/thresholds.go @@ -35,13 +35,13 @@ type Threshold struct { vm *otto.Otto } -func NewThreshold(src string, vm *otto.Otto) (Threshold, error) { +func NewThreshold(src string, vm *otto.Otto) (*Threshold...
[fix] Thresholds should deal in pointers
loadimpact_k6
train
8d5a1d278895b3d09e8e50e2b06dfda3458fb52a
diff --git a/lib/instana/version.rb b/lib/instana/version.rb index <HASH>..<HASH> 100644 --- a/lib/instana/version.rb +++ b/lib/instana/version.rb @@ -1,4 +1,4 @@ module Instana - VERSION = "1.7.13" + VERSION = "1.7.14" VERSION_FULL = "instana-#{VERSION}" end
Bump gem version to <I>
instana_ruby-sensor
train
108732c4f28dfe953fb0061e78f0c63aa20ad2d7
diff --git a/hazelcast/src/main/java/com/hazelcast/nio/IOUtil.java b/hazelcast/src/main/java/com/hazelcast/nio/IOUtil.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/nio/IOUtil.java +++ b/hazelcast/src/main/java/com/hazelcast/nio/IOUtil.java @@ -218,12 +218,14 @@ public final class IOUtil {...
Fix IOUtil.compress() - was infinitely looping with len < <I> inputs
hazelcast_hazelcast
train
4765a857ba177973f98e51bf94fd3e62d9c6b75c
diff --git a/GPy/kern/_src/kern.py b/GPy/kern/_src/kern.py index <HASH>..<HASH> 100644 --- a/GPy/kern/_src/kern.py +++ b/GPy/kern/_src/kern.py @@ -205,8 +205,6 @@ class Kern(Parameterized): :param other: the other kernel to be added :type other: GPy.kern - :param tensor: whether or not to use...
remove docstring for missing tensor param from add/prod relevant to #<I>
SheffieldML_GPy
train
ccc34f693973a7d1ddb9c7c8fc38503783de99e2
diff --git a/sites/fast-component-explorer/build/convert-readme.js b/sites/fast-component-explorer/build/convert-readme.js index <HASH>..<HASH> 100644 --- a/sites/fast-component-explorer/build/convert-readme.js +++ b/sites/fast-component-explorer/build/convert-readme.js @@ -8,6 +8,9 @@ const fs = require("fs"); const ...
chore: replace relative paths with absolute paths when README files are converted (#<I>)
Microsoft_fast-dna
train
f685373fc98746ab9fe788eee9fdeb7e726b2bcc
diff --git a/core-bundle/src/Resources/contao/dca/tl_files.php b/core-bundle/src/Resources/contao/dca/tl_files.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/dca/tl_files.php +++ b/core-bundle/src/Resources/contao/dca/tl_files.php @@ -697,8 +697,15 @@ class tl_files extends Backend } } ...
[Core] Correctly render tl_files.public in "edit multiple" mode.
contao_contao
train
60b9c6602ca146ac4284a4bc0e4696f27dea1a26
diff --git a/source/Types/WebConsoleResponse.php b/source/Types/WebConsoleResponse.php index <HASH>..<HASH> 100644 --- a/source/Types/WebConsoleResponse.php +++ b/source/Types/WebConsoleResponse.php @@ -12,11 +12,6 @@ class WebConsoleResponse public $redirectToCommand = null; public $redirectInternal = true; ...
WebConsoleResponse: Constructor set unused and undeclared property data. Removed it. (#<I>)
cyantree_grout-web-console-module
train
69ac1cfb90d864cb372b8c48982b82ef033f9082
diff --git a/cilium-net-daemon/daemon/daemon.go b/cilium-net-daemon/daemon/daemon.go index <HASH>..<HASH> 100644 --- a/cilium-net-daemon/daemon/daemon.go +++ b/cilium-net-daemon/daemon/daemon.go @@ -179,13 +179,13 @@ func (d *Daemon) listenForEvents(reader io.ReadCloser) { for scanner.Scan() { var e dTypesEvents.M...
Fixing formatting directive in daemon's daemon
cilium_cilium
train
37b78bb39f19823984cd07b4467b8ea67d68c95c
diff --git a/core/Period.php b/core/Period.php index <HASH>..<HASH> 100644 --- a/core/Period.php +++ b/core/Period.php @@ -186,7 +186,7 @@ abstract class Piwik_Period $this->subperiods[] = $date; } - public function toString() + public function toString($format = "Y-m-d") { if(!$this->subperiodsProcessed) ...
Fixes #<I> Note: Year Period is not toStringable - does it still solve your use case? git-svn-id: <URL>
matomo-org_matomo
train
25a509ff2e246983823297367eee86bc70c6e2b5
diff --git a/src/danog/MadelineProto/Tools.php b/src/danog/MadelineProto/Tools.php index <HASH>..<HASH> 100644 --- a/src/danog/MadelineProto/Tools.php +++ b/src/danog/MadelineProto/Tools.php @@ -844,7 +844,7 @@ abstract class Tools extends StrTools "\x3f\x00"; static $footer = "\xff\xd9"; ...
Fix decompression of photoStrippedSize (#<I>)
danog_MadelineProto
train
731851f68250c44550767c5e0a6f46f006ec3899
diff --git a/satpy/multiscene.py b/satpy/multiscene.py index <HASH>..<HASH> 100644 --- a/satpy/multiscene.py +++ b/satpy/multiscene.py @@ -333,10 +333,10 @@ class MultiScene(object): break # save_datasets shouldn't be returning anything - for future in future_list:...
fix: cf_writer returning two delayeds If no groups are specified the cf_writer now returns only one delayed object. Therefore distributed writing of netcdfs is now possible with Multiscenes.
pytroll_satpy
train
29de2a7bd376fbf3c7717b11179d08394938da94
diff --git a/lib/command_lion/app.rb b/lib/command_lion/app.rb index <HASH>..<HASH> 100644 --- a/lib/command_lion/app.rb +++ b/lib/command_lion/app.rb @@ -232,8 +232,8 @@ module CommandLion if cmd.options? cmd.options.each do |_, option| if option.flags? - @flags << option.flags.sh...
Fix up the app command-line parsing to handle things... um... better.
picatz_command_lion
train
b5df47efc9cd0da69a56b8e94eb0d561cc1eac6d
diff --git a/builtin/providers/aws/resource_aws_autoscaling_group.go b/builtin/providers/aws/resource_aws_autoscaling_group.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_autoscaling_group.go +++ b/builtin/providers/aws/resource_aws_autoscaling_group.go @@ -29,7 +29,6 @@ func resourceAwsAutosca...
providers/aws: support updating ASG launch config [GH-<I>]
hashicorp_terraform
train
5cde0b0f921bc7d2b1e4ab5404c1464a67176afe
diff --git a/buildozer/__init__.py b/buildozer/__init__.py index <HASH>..<HASH> 100644 --- a/buildozer/__init__.py +++ b/buildozer/__init__.py @@ -112,7 +112,7 @@ class Buildozer(object): def __init__(self, filename='buildozer.spec', target=None): super(Buildozer, self).__init__() - self.log_leve...
Changes default log level to debug (2) Helps with troubleshooting and error reporting. Also closes #<I>
kivy_buildozer
train
32259f2194e9864a94746c03e008437a5b494ef9
diff --git a/lib/shelly/cli/config.rb b/lib/shelly/cli/config.rb index <HASH>..<HASH> 100644 --- a/lib/shelly/cli/config.rb +++ b/lib/shelly/cli/config.rb @@ -69,7 +69,9 @@ module Shelly output = open_editor(path) multiple_clouds(options[:cloud], "create #{path}", "Specify cloud using:") @app...
Added info about redeploy command after updating/creating/deleting a config file [#<I>]
Ragnarson_shelly
train
748bd23fb18a5964b2d974686ab55739ece5d426
diff --git a/autofit/mapper/prior_model/abstract.py b/autofit/mapper/prior_model/abstract.py index <HASH>..<HASH> 100644 --- a/autofit/mapper/prior_model/abstract.py +++ b/autofit/mapper/prior_model/abstract.py @@ -1,5 +1,6 @@ import copy import inspect +import logging from functools import wraps from numbers i...
don't throw prior exceptions until model instance is created
rhayes777_PyAutoFit
train
92cc8ac1ebec4908b42f732383b8ad748207609d
diff --git a/core/components/handler/handler.go b/core/components/handler/handler.go index <HASH>..<HASH> 100644 --- a/core/components/handler/handler.go +++ b/core/components/handler/handler.go @@ -4,12 +4,13 @@ package handler import ( + "bytes" + "encoding/binary" "reflect" "time" . "github.com/TheThings...
[hotfix] Correctly compute the bundle ID in handler
TheThingsNetwork_ttn
train
c9b05b32fad0b2014f757233d9dad83aa7333d62
diff --git a/calendar/lib.php b/calendar/lib.php index <HASH>..<HASH> 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -194,7 +194,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y $popupalt = ''; } else if ($event->courseid > 1 and empty...
Some fixes to HTML quoting in calendar popups. Fixes bug <I>.
moodle_moodle
train
94daf3d76665ab101211ca74d86d36951aa5af40
diff --git a/src/View/StringTemplate.php b/src/View/StringTemplate.php index <HASH>..<HASH> 100644 --- a/src/View/StringTemplate.php +++ b/src/View/StringTemplate.php @@ -306,7 +306,7 @@ class StringTemplate $truthy = [1, '1', true, 'true', $key]; $isMinimized = isset($this->_compactAttributes[$key]);...
Add some minimizable (boolean) attributes Added minimizable attributes to the source.
cakephp_cakephp
train
3ebcd99e5a8910c5ecb5ecb1cdfff362873b3054
diff --git a/packages/ember-runtime/lib/ext/string.js b/packages/ember-runtime/lib/ext/string.js index <HASH>..<HASH> 100644 --- a/packages/ember-runtime/lib/ext/string.js +++ b/packages/ember-runtime/lib/ext/string.js @@ -13,8 +13,10 @@ require('ember-runtime/system/string'); var fmt = Ember.String.fmt, w = Em...
Add underscore and camelize to string prototype extensions.
emberjs_ember.js
train
d9e8c0afd5deb6c60bfdc8aa600438fefacd84ee
diff --git a/urlfetch.py b/urlfetch.py index <HASH>..<HASH> 100644 --- a/urlfetch.py +++ b/urlfetch.py @@ -677,16 +677,6 @@ class ObjectDict(dict): self[name] = value -def _flatten(lst): - """Flatten nested list/tuple/set. - - modified from https://gist.github.com/1308410 - """ - return reduce(...
_flatten_list did so much, too. Remove it.
ifduyue_urlfetch
train
24fc75ec81b97428144522c7a4d0e503e6cb5eff
diff --git a/Classes/CodeGenerator/TyposcriptCodeGenerator.php b/Classes/CodeGenerator/TyposcriptCodeGenerator.php index <HASH>..<HASH> 100644 --- a/Classes/CodeGenerator/TyposcriptCodeGenerator.php +++ b/Classes/CodeGenerator/TyposcriptCodeGenerator.php @@ -104,25 +104,7 @@ class TyposcriptCodeGenerator /...
[BUGFIX] Fix missing labels for pages fields
Gernott_mask
train
57eb28bb7d58ccced3096e211939f092adcd9b25
diff --git a/src/AnnotationRouteCompiler.php b/src/AnnotationRouteCompiler.php index <HASH>..<HASH> 100644 --- a/src/AnnotationRouteCompiler.php +++ b/src/AnnotationRouteCompiler.php @@ -65,6 +65,7 @@ class AnnotationRouteCompiler if ($annotation instanceof Route) { $regexp...
Support for HTTP method restriction in @Route annotation
brick_app
train
6ec9f509e14082753fee51e642e12b9b3deeba80
diff --git a/src/Context/RawWordpressContext.php b/src/Context/RawWordpressContext.php index <HASH>..<HASH> 100644 --- a/src/Context/RawWordpressContext.php +++ b/src/Context/RawWordpressContext.php @@ -54,6 +54,7 @@ class RawWordpressContext extends RawMinkContext implements WordpressAwareInterf } else { ...
Leading forward slash is not required
paulgibbs_behat-wordpress-extension
train
68b1c0128a759d1031d0da5799b526ad4af593c7
diff --git a/stanza/pipeline/sentiment_processor.py b/stanza/pipeline/sentiment_processor.py index <HASH>..<HASH> 100644 --- a/stanza/pipeline/sentiment_processor.py +++ b/stanza/pipeline/sentiment_processor.py @@ -26,7 +26,8 @@ class SentimentProcessor(UDProcessor): def _set_up_model(self, config, use_gpu): ...
I guess a missing pretrain for the sentiment models is possible? Anyway, this allows a more informative error, such as default.pt doesn't exist
stanfordnlp_stanza
train
5769ad6cbf88f09b1003511b3422e26a670a68c5
diff --git a/src/engine/engine-state.js b/src/engine/engine-state.js index <HASH>..<HASH> 100644 --- a/src/engine/engine-state.js +++ b/src/engine/engine-state.js @@ -542,6 +542,8 @@ export class EngineState { } async load () { + this.io.console.info('Loading wallet engine caches') + try { const ...
Fix filename spelling error Saving the addresses to "addressses.json" wasn't working for some reason. :)
EdgeApp_edge-currency-bitcoin
train
02a9618293bda4789514978ecba05a29b20817e5
diff --git a/emma2/msm/analysis/dense/pcca_test.py b/emma2/msm/analysis/dense/pcca_test.py index <HASH>..<HASH> 100644 --- a/emma2/msm/analysis/dense/pcca_test.py +++ b/emma2/msm/analysis/dense/pcca_test.py @@ -121,7 +121,7 @@ class TestPCCA(unittest.TestCase): def test_pcca(self): # TODO: We still need...
[pcca] do not print result to console
markovmodel_PyEMMA
train
47db647d3b31217dcee25da843938e7557c6d5fd
diff --git a/src/Channels/GcmChannel.php b/src/Channels/GcmChannel.php index <HASH>..<HASH> 100644 --- a/src/Channels/GcmChannel.php +++ b/src/Channels/GcmChannel.php @@ -3,6 +3,7 @@ namespace Edujugon\PushNotification\Channels; use Edujugon\PushNotification\Messages\PushMessage; +use Illuminate\Support\Facades\Log...
logging data array in gcm channel build data method
Edujugon_PushNotification
train
bddc12cc03aecb3220128306a715bb4313ce2b71
diff --git a/spec/spec.rb b/spec/spec.rb index <HASH>..<HASH> 100644 --- a/spec/spec.rb +++ b/spec/spec.rb @@ -7,8 +7,8 @@ specs = Dir["#{File.dirname(__FILE__)}/*_spec.rb"] -specs = specs - [ 'spec/stress_schedule_unschedule_spec.rb' ] - # this spec takes 11 minutes, removing it from the regular spec run +#specs...
added Klaas Jan's stress spec to spec suite
jmettraux_rufus-scheduler
train
8b223058338897affcce9cd9e53b3aa5666d3971
diff --git a/lib/core/config.js b/lib/core/config.js index <HASH>..<HASH> 100644 --- a/lib/core/config.js +++ b/lib/core/config.js @@ -75,7 +75,7 @@ Config.prototype._mergeConfig = function(configFilePath, defaultConfig, env, ena return configToReturn; } - if (!fs.existsSync(configFilePath)) { + if (!fs.exi...
support js files besides json files
embark-framework_embark
train
489498e32745abac62a2c1579dab27ffe7820b5c
diff --git a/lib/deterministic/result.rb b/lib/deterministic/result.rb index <HASH>..<HASH> 100644 --- a/lib/deterministic/result.rb +++ b/lib/deterministic/result.rb @@ -90,8 +90,8 @@ module Deterministic def +(other) raise Deterministic::Monad::NotMonadError, "Expected #{other.inspect} to be an Result" un...
Remove space in lambda expression revert support for ruby <I>
pzol_deterministic
train
519e0e1c872a408b7a17f35285211a63bfb5919e
diff --git a/eval.go b/eval.go index <HASH>..<HASH> 100644 --- a/eval.go +++ b/eval.go @@ -3,6 +3,7 @@ package chromedp import ( "context" "encoding/json" + "fmt" "github.com/chromedp/cdproto/runtime" ) @@ -63,6 +64,13 @@ func Evaluate(expression string, res interface{}, opts ...EvaluateOption) Evalua ret...
give better errors on unexpected undefined objects First, if Evaluate finds one, give a helpful error instead of json's unhelpful one. Second, make JavascriptAttribute give a bit of context as part of its error, so that the user can see what attribute caused the Evaluate error. Fixes #<I>.
chromedp_chromedp
train
4702d18e3cfdecdefdb9f5161356fd2061873bc7
diff --git a/gremlin/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoReader.java b/gremlin/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoReader.java index <HASH>..<HASH> 100644 --- a/gremlin/gremlin-core/src/main/java/com/tinkerpop/gremlin/structure/io/kryo/KryoReader.jav...
refactor vertex addition to assign properties with addVertex call. Some graphs might be able to optimize that action and thus improve performance of the load.
apache_tinkerpop
train
c4c650cbd2840808c7346fbc639e9ca59efee0a4
diff --git a/src/main/java/com/googlecode/lanterna/gui2/TextGUI.java b/src/main/java/com/googlecode/lanterna/gui2/TextGUI.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/googlecode/lanterna/gui2/TextGUI.java +++ b/src/main/java/com/googlecode/lanterna/gui2/TextGUI.java @@ -1,5 +1,7 @@ package com.googlecode.l...
We need to be able to set the theme in TextGUI
mabe02_lanterna
train
e9efd260144c67a9da30440a6b84c8d31d2db1b6
diff --git a/src/SessionMiddleware.php b/src/SessionMiddleware.php index <HASH>..<HASH> 100644 --- a/src/SessionMiddleware.php +++ b/src/SessionMiddleware.php @@ -68,9 +68,9 @@ final class SessionMiddleware implements Middleware throw new \TypeError('Request handler must resolve to an instance of ' . R...
Release all potential locks Session may have been opened multiple times by the request-handler and middleware chain.
amphp_http-server-session
train
6d8100fed26325327cf82bb50b5b2f071414d72f
diff --git a/utils/hot.js b/utils/hot.js index <HASH>..<HASH> 100644 --- a/utils/hot.js +++ b/utils/hot.js @@ -5,7 +5,7 @@ if (typeof window === 'object') { hotClient.setOptionsAndConnect({ path: EASY_ENV_HOST_URL + '/__webpack_hmr' }); - hotClient.subscribeAll(event => { + hotClient.subscribeAll(function(...
fix: es6 to es5
easy-team_easywebpack
train
5f169d071d1b1d210c345245a570cb5cca969e13
diff --git a/Classes/Driver/AbstractQuery.php b/Classes/Driver/AbstractQuery.php index <HASH>..<HASH> 100644 --- a/Classes/Driver/AbstractQuery.php +++ b/Classes/Driver/AbstractQuery.php @@ -12,7 +12,7 @@ namespace Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver; */ use Flowpack\ElasticSearch\ContentReposit...
TASK: Apply migration Neos.Eel-<I> Adjusts code to Eel Renaming
Flowpack_Flowpack.ElasticSearch.ContentRepositoryAdaptor
train
2e280f6f79eedf0f58406a642663165c226fc4c4
diff --git a/bem-views/partials/footer/default.blade.php b/bem-views/partials/footer/default.blade.php index <HASH>..<HASH> 100644 --- a/bem-views/partials/footer/default.blade.php +++ b/bem-views/partials/footer/default.blade.php @@ -7,7 +7,7 @@ <?php dynamic_sidebar('bottom-sidebar'); ?> </div> @...
Enforce change of stop ver @show
helsingborg-stad_Municipio
train
1ba5c31960f21cbe0bfe9f365bdcdbc6159f1b3c
diff --git a/src/js/me-shim.js b/src/js/me-shim.js index <HASH>..<HASH> 100644 --- a/src/js/me-shim.js +++ b/src/js/me-shim.js @@ -81,6 +81,7 @@ Default options mejs.MediaElementDefaults = { // allows testing on HTML5, flash, silverlight // auto: attempts to detect what the browser can do + // auto_plugin: ...
add 'auto_plugin' mode option for prefering plugins and then attempting native HTML5
mediaelement_mediaelement
train
02d14c4f9262b396afec98f86ecce078453cf2e4
diff --git a/src/iota/multisig/commands/prepare_multisig_transfer.py b/src/iota/multisig/commands/prepare_multisig_transfer.py index <HASH>..<HASH> 100644 --- a/src/iota/multisig/commands/prepare_multisig_transfer.py +++ b/src/iota/multisig/commands/prepare_multisig_transfer.py @@ -76,6 +76,16 @@ class PrepareMultisigT...
[#<I>] Added some documentation.
iotaledger_iota.lib.py
train
c69ad8c57a36a2435b963f9c2b90c1a26ca8a300
diff --git a/test/e2e/common/node/pods.go b/test/e2e/common/node/pods.go index <HASH>..<HASH> 100644 --- a/test/e2e/common/node/pods.go +++ b/test/e2e/common/node/pods.go @@ -42,6 +42,7 @@ import ( "k8s.io/client-go/dynamic" "k8s.io/client-go/tools/cache" watchtools "k8s.io/client-go/tools/watch" + "k8s.io/kubect...
e2e: increase readiness gate timeout We're trying to fix <URL>. To validate this theory, we set the timeout to one full minute. Also, make the logging more verbose to make the troubleshooting easier.
kubernetes_kubernetes
train
b2c4e8385bae97b013a4055f5a71d642c3f85a9c
diff --git a/locale/bg.js b/locale/bg.js index <HASH>..<HASH> 100644 --- a/locale/bg.js +++ b/locale/bg.js @@ -21,10 +21,10 @@ const messages = { ip: (field) => `Полето ${field} трябва да е валиден IP адрес.`, length: (field, [length, max]) => { if (max) { - return `Полето ${field} трябва да е между ${l...
Fix gramatically incorrect error message in Bulgarian locale (#<I>)
baianat_vee-validate
train
6cc2aa4d248adef509996ac484bffd38856ddf80
diff --git a/command/git/commands.go b/command/git/commands.go index <HASH>..<HASH> 100644 --- a/command/git/commands.go +++ b/command/git/commands.go @@ -86,8 +86,9 @@ func (g *Git) Add(pathspec string) *command.Model { } // Branch lists branches. -func (g *Git) Branch() *command.Model { - return g.command("branch...
Add opts to Branch command (#<I>)
bitrise-io_go-utils
train
dfc11d86b2c15c18765991862ead139223787b38
diff --git a/lib/sup.rb b/lib/sup.rb index <HASH>..<HASH> 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -122,6 +122,8 @@ module Redwood def start $config = load_config + @log_io = File.open(Redwood::LOG_FN, 'a') + Redwood::Logger.add_sink @log_io Redwood::SentManager.init $config[:sent_source] || 'su...
add file log sink in Redwood.start
sup-heliotrope_sup
train
f2fa0e74037ad18c75e3914d1795bc69d9f2900c
diff --git a/src/index.html b/src/index.html index <HASH>..<HASH> 100644 --- a/src/index.html +++ b/src/index.html @@ -38,7 +38,7 @@ height: 428 }, src: [ - 'https://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4', + 'http://images-wixmp-8cbe8e680e95a22c77c8d3d0.wixmp.com//media_manager_demo/user...
And destroying of loader on ui destroy
wix_playable
train
8af6ed338d97054707e39e2baa5f2b5de4faa2fa
diff --git a/porespy/metrics/__regionprops__.py b/porespy/metrics/__regionprops__.py index <HASH>..<HASH> 100644 --- a/porespy/metrics/__regionprops__.py +++ b/porespy/metrics/__regionprops__.py @@ -212,11 +212,14 @@ def regionprops_3D(im, props=[], exclude=[]): results[i]['equivalent_surface_area'] = 4*sp...
adjusting to return vertices and simplices of surface
PMEAL_porespy
train
03f96fe9d9fc3c7bc85850d2911762878f2216a3
diff --git a/tests/Issues/Issue779Test.php b/tests/Issues/Issue779Test.php index <HASH>..<HASH> 100644 --- a/tests/Issues/Issue779Test.php +++ b/tests/Issues/Issue779Test.php @@ -2,15 +2,25 @@ namespace Issues; +use Mockery; + +use Mpdf\Log\Context as LogContext; use Mpdf\Mpdf; use Mpdf\Output\Destination; +us...
Add assertion that log in #<I> is actually called
mpdf_mpdf
train
5068b5fe65b728db1a5e397c9de2e3427f93a8db
diff --git a/tasks/grunt-fontsmith.js b/tasks/grunt-fontsmith.js index <HASH>..<HASH> 100644 --- a/tasks/grunt-fontsmith.js +++ b/tasks/grunt-fontsmith.js @@ -38,7 +38,15 @@ module.exports = function (grunt) { done = this.async(); // Parse through fontsmith - fontsmith(params, function (err, result)...
Creating dev statements for faster testing
twolfson_grunt-fontsmith
train
e14831c7a0bc38ac7e1040a29c86c1be0e2b4975
diff --git a/python/herald/core.py b/python/herald/core.py index <HASH>..<HASH> 100644 --- a/python/herald/core.py +++ b/python/herald/core.py @@ -666,7 +666,7 @@ class Herald(object): transport = self._transports[access] except KeyError: # No transport for this kind of ac...
Added logs to fire_group(), and corrected the "missing peers" trace
cohorte_cohorte-herald
train
ccb1aaa4d061b31e4583158d04674126f0378ff2
diff --git a/core/Plugin/Controller.php b/core/Plugin/Controller.php index <HASH>..<HASH> 100644 --- a/core/Plugin/Controller.php +++ b/core/Plugin/Controller.php @@ -771,13 +771,13 @@ abstract class Controller } if ($websiteId) { - $url = "Location: index.php?module=" . $moduleToRedirect...
Refs PR #<I> Manually close session when redirecting to another page
matomo-org_matomo
train
3164aa9016724ac5c699a27ee7fa9689b18eb216
diff --git a/tests/risk/answer_key.py b/tests/risk/answer_key.py index <HASH>..<HASH> 100644 --- a/tests/risk/answer_key.py +++ b/tests/risk/answer_key.py @@ -173,6 +173,13 @@ class AnswerKey(object): 'year': DataIndex('Sim', 'BE', 34, 34), } + ALGORITHM_PERIOD_COVARIANCE = { + 'Monthly': Data...
BUG: Make covariance match values in answer key. The np.cov call needs a ddof of 0 to match the answer key, which uses Excel's VAR. When switching np.cov to use a ddof of 0, the benchmark variance is no longer the 4th quadrant of the cov result, so use np.var directly.
quantopian_zipline
train
790cdaca55ce39edbac0e71eb4b1508893568eaf
diff --git a/ospd/network.py b/ospd/network.py index <HASH>..<HASH> 100644 --- a/ospd/network.py +++ b/ospd/network.py @@ -370,8 +370,8 @@ def port_range_expand(portrange: str) -> Optional[List]: try: port_range_min = int(portrange[: portrange.index('-')]) port_range_max = int(portrange[portrange...
Fix pylint issues
greenbone_ospd
train
736a8cffc5807410574792f33bde7e985343a222
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,13 +17,13 @@ setup( 'hyml': ['*.hy'] }, - version = 'v0.2.1', + version = 'v0.2.2', description = 'HyML - XML / (X)HTML generator for Hy', author = 'Marko Manninen', author_email = 'elonmedia@gmail.c...
force update to next version <I>
markomanninen_hyml
train
82f67006ab6653c902435d248206f929e3875f1c
diff --git a/src/ol/base/map.js b/src/ol/base/map.js index <HASH>..<HASH> 100644 --- a/src/ol/base/map.js +++ b/src/ol/base/map.js @@ -787,7 +787,7 @@ ol.Map.prototype.setBackgroundColor = function(backgroundColor) { /** - * @param {ol.Coordinate} center Center. + * @param {ol.Coordinate|undefined} center Center. ...
Allow center and resolution to set to undefined
openlayers_openlayers
train
9cfaf112593197e6a4a9592a6fc57afbc469cf0c
diff --git a/tests/library/CM/Model/StorageAdapter/DatabaseTest.php b/tests/library/CM/Model/StorageAdapter/DatabaseTest.php index <HASH>..<HASH> 100644 --- a/tests/library/CM/Model/StorageAdapter/DatabaseTest.php +++ b/tests/library/CM/Model/StorageAdapter/DatabaseTest.php @@ -120,10 +120,10 @@ class CM_Model_StorageA...
adjust test to changes from <I>e1
cargomedia_cm
train
95e7d7767dba042f489c0bfa92df08c5ae85734d
diff --git a/core/task.go b/core/task.go index <HASH>..<HASH> 100644 --- a/core/task.go +++ b/core/task.go @@ -27,6 +27,8 @@ type Task interface { // Status() WorkflowState TODO, switch to string State() TaskState HitCount() uint + GetName() string + SetName(string) MissedCount() uint LastRunTime() *time.Time...
Tasks should optionally have a user provided friendly name. Issue #<I>
intelsdi-x_snap
train