hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ecd9bc4508098c4fd44bf0eddc82d79cb9f44b97
diff --git a/src/Application.php b/src/Application.php index <HASH>..<HASH> 100644 --- a/src/Application.php +++ b/src/Application.php @@ -185,6 +185,13 @@ class Application extends Silex\Application ) ) ); + // Add the Bolt Twig Extension. + $this['twig'] = $this->s...
Extending twig services instead of initializing them, this allows others to make changes before we actually need them. Moved twig setup to initRendering(). Moved adding TwigExtension to safe_twig to its service provider.
bolt_bolt
train
10fcd377e4072c180a74f57efc7ef2f6c8d2edb1
diff --git a/cf/commands/application/push.go b/cf/commands/application/push.go index <HASH>..<HASH> 100644 --- a/cf/commands/application/push.go +++ b/cf/commands/application/push.go @@ -433,7 +433,11 @@ func (cmd *Push) createAppSetFromContextAndManifest(contextApp models.AppParams, switch len(manifestApps) { case...
Provide usage on unadorned push [finishes #<I>]
cloudfoundry_cli
train
3651b8280f9387ebe7dd33cb18c4ddbd54da9515
diff --git a/src/init.php b/src/init.php index <HASH>..<HASH> 100644 --- a/src/init.php +++ b/src/init.php @@ -1,5 +1,5 @@ <?php -use \Larakit\Boot; +use Larakit\Boot; /*################################################################################ providers @@ -68,4 +68,23 @@ if(!function_exists('lk_stu...
added function recursive glob
larakit_lk-boot
train
95ff6fc537485efdde39e45d550c8ba8f5f0e334
diff --git a/src/main/java/io/muserver/Http1Connection.java b/src/main/java/io/muserver/Http1Connection.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/muserver/Http1Connection.java +++ b/src/main/java/io/muserver/Http1Connection.java @@ -352,11 +352,11 @@ class Http1Connection extends SimpleChannelInboundHandl...
Better cancelling of in-flight requests when idle timeout hits
3redronin_mu-server
train
50a9b40dc646ddbd714d7b61252c253c94e00167
diff --git a/src/Element/Group.php b/src/Element/Group.php index <HASH>..<HASH> 100644 --- a/src/Element/Group.php +++ b/src/Element/Group.php @@ -159,7 +159,6 @@ class Group extends ArrayObject implements JsonSerializable } foreach ((array)$this as $field) { if (is_string($field)) { - ...
this should not concatenate (yet), it would be added doubly (see implode later on)
monolyth-php_formulaic
train
fb0c81f231940ed0a38542c786575c2cf6f0053b
diff --git a/raven/contrib/django/views.py b/raven/contrib/django/views.py index <HASH>..<HASH> 100644 --- a/raven/contrib/django/views.py +++ b/raven/contrib/django/views.py @@ -25,9 +25,13 @@ def is_valid_origin(origin): return True origin = origin.lower() - for value in settings.SENTRY_ALLOW_ORIGI...
SENTRY_ALLOW_ORIGIN must now either be * or a list of strings or regular expressions
elastic_apm-agent-python
train
dd36ff620a41a1f0e47c100627541a3b57f524ab
diff --git a/tests/Probability/Distribution/Continuous/StandardNormalTest.php b/tests/Probability/Distribution/Continuous/StandardNormalTest.php index <HASH>..<HASH> 100644 --- a/tests/Probability/Distribution/Continuous/StandardNormalTest.php +++ b/tests/Probability/Distribution/Continuous/StandardNormalTest.php @@ -1...
Add unit tests for StandardNormal distribution.
markrogoyski_math-php
train
1c5e7d75fe2279e1d8e93b93b0e81b35454677f0
diff --git a/lib/inflate-stream.js b/lib/inflate-stream.js index <HASH>..<HASH> 100644 --- a/lib/inflate-stream.js +++ b/lib/inflate-stream.js @@ -1,5 +1,8 @@ var binary = require('bodec'); +// This code is slightly modified from chrisdickson/inflate min.js +// The original code is under the MIT license copyright...
Add back note about Chris's inflate code.
creationix_js-git
train
27e6fa32257fb5b93059d71b73e85691855a00ec
diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index <HASH>..<HASH> 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -2764,8 +2764,8 @@ func buildListener(port v1.ServicePort, annotations map[string]string, sslPorts // En...
Avoid printing node list for LoadBalancer in log file Don't to print the node list on the AWS logs so the log file is more readable.
kubernetes_kubernetes
train
597a8982497717df330805b0c01bb3fd2e8146ea
diff --git a/phoebe/frontend/bundle.py b/phoebe/frontend/bundle.py index <HASH>..<HASH> 100644 --- a/phoebe/frontend/bundle.py +++ b/phoebe/frontend/bundle.py @@ -1369,6 +1369,10 @@ class Bundle(ParameterSet): func = _get_add_func(component, kind) + if kwargs.get('component', False) is None: + ...
passing component=None to add_component uses defaults correctly also for add_star, add_orbit, etc related to #<I>
phoebe-project_phoebe2
train
a14c07833ce0a108589134655e975865821b7fc9
diff --git a/dropwizard-core/src/main/java/io/dropwizard/setup/Bootstrap.java b/dropwizard-core/src/main/java/io/dropwizard/setup/Bootstrap.java index <HASH>..<HASH> 100644 --- a/dropwizard-core/src/main/java/io/dropwizard/setup/Bootstrap.java +++ b/dropwizard-core/src/main/java/io/dropwizard/setup/Bootstrap.java @@ -4...
Allow using a custom ValidatorFactory in Bootstrap Swapping out the ValidatorFactory is required in order to add custom value handlers to Hibernate Validator, e. g. for Java's `Optional<T>`.
dropwizard_dropwizard
train
7088ba8d27870468d403eaf66329bf82c442dff9
diff --git a/src/main/java/water/RPC.java b/src/main/java/water/RPC.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/RPC.java +++ b/src/main/java/water/RPC.java @@ -142,8 +142,8 @@ public class RPC<V extends DTask> implements Future<V>, Delayed, ForkJoinPool.Ma try { ab.putTask(UDP.udp...
Moved asserts in RPC. Just moved size assert (asserting that DTasks's size is not changing over time between re-send) to happen right after the data is written to ab but before ab is closed (sent over the wire).
h2oai_h2o-2
train
1b5f58b53bba3c280b8236bb32ab81e82f1d1e30
diff --git a/trunk/mlcp/src/main/java/com/marklogic/contentpump/RDFReader.java b/trunk/mlcp/src/main/java/com/marklogic/contentpump/RDFReader.java index <HASH>..<HASH> 100644 --- a/trunk/mlcp/src/main/java/com/marklogic/contentpump/RDFReader.java +++ b/trunk/mlcp/src/main/java/com/marklogic/contentpump/RDFReader.java @...
Fix bug:<I> by giviing warning; fix bug:<I> don't make compound bnode ids
marklogic_marklogic-contentpump
train
0002a54e0288d00e30267aa90b34bca8d0209969
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <logback.version>1.2.3</logback.version> <retrofit.version>2.5.0</retrofit.version> <javalin.version>2.5.0</javalin.version> - <okhttp.version>3.12.1</okhttp.version> + <okht...
Include config key for Selenium-Jupiter server path ("/wd/hub" by default)
bonigarcia_selenium-jupiter
train
a203bcd725db824e7b39f3f9a39c056a6974104f
diff --git a/code/UserDefinedForm.php b/code/UserDefinedForm.php index <HASH>..<HASH> 100755 --- a/code/UserDefinedForm.php +++ b/code/UserDefinedForm.php @@ -319,9 +319,8 @@ class UserDefinedForm_Controller extends Page_Controller { $fieldValidationOptions = array(); // Set the Error Messages - $err...
BUGFIX: added default language for the sprintf statement
silverstripe_silverstripe-userforms
train
570742cff8f87f335d891f6f7d4c3ce8d77d9d36
diff --git a/plexapi/audio.py b/plexapi/audio.py index <HASH>..<HASH> 100644 --- a/plexapi/audio.py +++ b/plexapi/audio.py @@ -8,6 +8,7 @@ from plexapi.exceptions import BadRequest from plexapi.mixins import AdvancedSettingsMixin, ArtUrlMixin, ArtMixin, PosterUrlMixin, PosterMixin from plexapi.mixins import RatingMix...
Support for `Artist` radio stations (#<I>) * Initial support of artist radio stations * Fix docstring * Change to a singular optional station * Change to a property * Revert property * Explicitly set librarySectionID
pkkid_python-plexapi
train
e9f55832b825250e8fc825a6daac5555abbadeaf
diff --git a/pylint_quotes/checker.py b/pylint_quotes/checker.py index <HASH>..<HASH> 100644 --- a/pylint_quotes/checker.py +++ b/pylint_quotes/checker.py @@ -4,10 +4,17 @@ from __future__ import absolute_import import tokenize -from pylint.__pkginfo__ import numversion as pylint_version from pylint.checkers impo...
fix deprecated access to pylint version #<I>
edaniszewski_pylint-quotes
train
26dfff646b4c1d9e2e8ce548bde4c9f8335c33d6
diff --git a/src/Notification.js b/src/Notification.js index <HASH>..<HASH> 100644 --- a/src/Notification.js +++ b/src/Notification.js @@ -29,13 +29,13 @@ class Notification extends Component { } show( - { title, message, onPress, icon, vibrate, passProps } = { + { title, message, onPress, icon, vibrate, ...
rename passProps to additionalProps pass as additionalProps instead of spread
robcalcroft_react-native-in-app-notification
train
3e121336609e976cb9014d5fe0a2b4c811e9d446
diff --git a/python/add_mapillary_tag_from_exif.py b/python/add_mapillary_tag_from_exif.py index <HASH>..<HASH> 100755 --- a/python/add_mapillary_tag_from_exif.py +++ b/python/add_mapillary_tag_from_exif.py @@ -66,10 +66,11 @@ if __name__ == '__main__': if len(args) != 2: print("Usage: python add_mapillar...
Fix sequence uuid option
mapillary_mapillary_tools
train
cd391a359a6648ec05e88e13a8c85446fb6bce52
diff --git a/src/Controller/Backend/BackendBase.php b/src/Controller/Backend/BackendBase.php index <HASH>..<HASH> 100644 --- a/src/Controller/Backend/BackendBase.php +++ b/src/Controller/Backend/BackendBase.php @@ -71,29 +71,10 @@ abstract class BackendBase extends Base $app['logger.flash']->info($notice);...
Handle first user check in own function in BackendBase::before()
bolt_bolt
train
6f2f189620647a42b64c13c0a526bb371ae38275
diff --git a/util/src/main/java/org/vesalainen/util/RepeatingIterator.java b/util/src/main/java/org/vesalainen/util/RepeatingIterator.java index <HASH>..<HASH> 100644 --- a/util/src/main/java/org/vesalainen/util/RepeatingIterator.java +++ b/util/src/main/java/org/vesalainen/util/RepeatingIterator.java @@ -22,20 +22,61 ...
Added feature for rewinding iterator to wanted item
tvesalainen_util
train
cde2b01f27cb2371d4e6abb57723b9fd2e9d8242
diff --git a/nationstates/__init__.py b/nationstates/__init__.py index <HASH>..<HASH> 100644 --- a/nationstates/__init__.py +++ b/nationstates/__init__.py @@ -1,6 +1,13 @@ import requests from bs4 import BeautifulSoup +""" +Defualt UserAgents + +""" + +default_useragent = "NationStates Python API Wrapper V 0.01 Pre...
Telegrams are now supported by this module.
DolphDev_pynationstates
train
23f638f29e15a802c591bd46b20f9112ba9827fc
diff --git a/mbuild/packing.py b/mbuild/packing.py index <HASH>..<HASH> 100755 --- a/mbuild/packing.py +++ b/mbuild/packing.py @@ -122,7 +122,10 @@ def fill_region(compound, n_compounds, region, overlap=0.2, seed=12345): compound = [compound] if not isinstance(n_compounds, (list, set)): n_compoun...
Fix passing list of mb.Box to fill_region
mosdef-hub_mbuild
train
52cb8fbab6127d9830185024d57477b0270391f3
diff --git a/src/lib/store/localStorage.js b/src/lib/store/localStorage.js index <HASH>..<HASH> 100644 --- a/src/lib/store/localStorage.js +++ b/src/lib/store/localStorage.js @@ -54,12 +54,18 @@ define(['../util', './common', './syncTransaction'], function(util, common, sync } var payload = localS...
make sure node metadata and directory contents, but either an object, or 'undefined' (or an empty object in case of directory data)
remotestorage_remotestorage.js
train
86dc2fbc471dd4adc3535cc7d8504a3716bc47ea
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ develop (2018-01-??) +- Added triangles to genes - Preliminary authentication support - Added track for displaying gigapixel images - Added GeoJSON track and updated OSM track diff --git a/app/scripts/Hi...
Smaller direction triangles, export views as link bug
higlass_higlass
train
00879eca66cab65fa988d0557ac14b42495f3e56
diff --git a/repository/googledocs/lib.php b/repository/googledocs/lib.php index <HASH>..<HASH> 100644 --- a/repository/googledocs/lib.php +++ b/repository/googledocs/lib.php @@ -432,11 +432,17 @@ class repository_googledocs extends repository { throw new repository_exception('cannotdownload', 'repository'...
MDL-<I> repository_googledocs: Switch oauth clients We need to ensure we use the correct oauth client to download files. This change is the same as the one made to the onedrive repository where a usesystem flag is added to the file reference if the file has been copied to the system account.
moodle_moodle
train
87ad619c0420ece02a9b6a09f2abbf7a8653eab0
diff --git a/lib/ztk/base.rb b/lib/ztk/base.rb index <HASH>..<HASH> 100644 --- a/lib/ztk/base.rb +++ b/lib/ztk/base.rb @@ -28,10 +28,11 @@ module ZTK # @param [Hash] config Configuration options hash. # @option config [ZTK::UI] :ui Instance of ZTK:UI to be used for # console IO and logging. - ...
base: rename refactors, cleanup docs some, reference Ruby logger constants
zpatten_ztk
train
c3e9e11ff644e80cb0aebd53149738afc6ee589a
diff --git a/drools-core/src/main/java/org/drools/core/command/impl/CommandBasedStatefulKnowledgeSession.java b/drools-core/src/main/java/org/drools/core/command/impl/CommandBasedStatefulKnowledgeSession.java index <HASH>..<HASH> 100644 --- a/drools-core/src/main/java/org/drools/core/command/impl/CommandBasedStatefulKn...
Adds a .signalEvent(type, event) and .signalEvent(type, event processInstId) method to the (drools) WorkItemManager and impl's of that. - This would help with exception handling in jBPM. It would allow processes to be able to trigger other parts of the process when a WorkItemHandler fails, which is even a part of th...
kiegroup_drools
train
2db10f557d7ef58fb9ec39f3dd6f8941459a347c
diff --git a/auth_test.go b/auth_test.go index <HASH>..<HASH> 100644 --- a/auth_test.go +++ b/auth_test.go @@ -70,7 +70,7 @@ func Example_auth() { return } if _, minor, _ := zmq.Version(); minor < 1 { - fmt.Println("[{anonymous <nil>} {DEALER <nil>} {World! <nil>} {Bar <nil>} { error}]") + fmt.Println("[{anony...
SUBJECT TO CHANGE: error value in auth_test.go
pebbe_zmq4
train
2cad87b4f395439c3ed7b672457a7e16231136d2
diff --git a/src/org/opencms/main/CmsUIServlet.java b/src/org/opencms/main/CmsUIServlet.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/main/CmsUIServlet.java +++ b/src/org/opencms/main/CmsUIServlet.java @@ -205,7 +205,9 @@ public class CmsUIServlet extends VaadinServlet implements SystemMessagesProvide */...
Adjusted login UI check.
alkacon_opencms-core
train
177ede5e8d0d2325629dafbf7137d071b26f61f1
diff --git a/test/test_file.rb b/test/test_file.rb index <HASH>..<HASH> 100644 --- a/test/test_file.rb +++ b/test/test_file.rb @@ -8,5 +8,25 @@ class RPM_File_Tests < Test::Unit::TestCase f = RPM::File.new("path", "md5sum", "link_to", 42, 1, "owner", "group", 43, 0777, 44, 45) assert_e...
add tests for file flags (that they bind correctly)
dmacvicar_ruby-rpm-ffi
train
5312f9273d14cf6ae11f8d783f0c186b36c32560
diff --git a/framework/godellauncher/defaulttasks/defaulttasks.go b/framework/godellauncher/defaulttasks/defaulttasks.go index <HASH>..<HASH> 100644 --- a/framework/godellauncher/defaulttasks/defaulttasks.go +++ b/framework/godellauncher/defaulttasks/defaulttasks.go @@ -88,10 +88,10 @@ var defaultPluginsConfig = config...
Update compiles-asset to <I> (#<I>)
palantir_godel
train
0f2d5bfc5cc2557303bba25a0321c573e6d13fd4
diff --git a/lib/Alchemy/Phrasea/Core/Configuration.php b/lib/Alchemy/Phrasea/Core/Configuration.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Core/Configuration.php +++ b/lib/Alchemy/Phrasea/Core/Configuration.php @@ -244,7 +244,15 @@ class Configuration public function initialize() { - ...
Add Configuration::delete method
alchemy-fr_Phraseanet
train
1148047438f46bbbb7ff08816c655c2bfdd1e243
diff --git a/realize.go b/realize.go index <HASH>..<HASH> 100644 --- a/realize.go +++ b/realize.go @@ -17,7 +17,6 @@ const ( config = "realize.yaml" output = "outputs.log" log = "logs.log" - err = "errors.log" host = "localhost" port = 5000 server = true diff --g...
realize files moved in .realize hidden dir
oxequa_realize
train
3993a4399c0989cef3abc68ac803c532f3f41afc
diff --git a/packages/core/src/core.js b/packages/core/src/core.js index <HASH>..<HASH> 100644 --- a/packages/core/src/core.js +++ b/packages/core/src/core.js @@ -32,38 +32,43 @@ export async function init (options = {}) { export async function generate (options) { _isGenerating = true - _state = await init(opti...
🐛 handle isGenerating lock on error
dennisreimann_uiengine
train
2ea0dd040035091165bb04ab97c2492582c01e70
diff --git a/languagetool-standalone/src/main/java/org/languagetool/gui/LanguageToolSupport.java b/languagetool-standalone/src/main/java/org/languagetool/gui/LanguageToolSupport.java index <HASH>..<HASH> 100644 --- a/languagetool-standalone/src/main/java/org/languagetool/gui/LanguageToolSupport.java +++ b/languagetool-...
[GUI] Make context menu language direction aware
languagetool-org_languagetool
train
ff0c5eafb3f71357e20f1a0d80f0b3b8da508215
diff --git a/.eslintrc.yml b/.eslintrc.yml index <HASH>..<HASH> 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -12,3 +12,4 @@ rules: eqeqeq: error no-warning-comments: warn no-var: error + prefer-const: error diff --git a/smoke-test/logging_service_v2_smoke_test.js b/smoke-test/logging_service_v2_smoke_tes...
Enable prefer-const in the eslint config (#<I>)
googleapis_nodejs-logging
train
84bbc095fdff36692750deac1cc83498aac09130
diff --git a/src/com/google/javascript/jscomp/LintPassConfig.java b/src/com/google/javascript/jscomp/LintPassConfig.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/LintPassConfig.java +++ b/src/com/google/javascript/jscomp/LintPassConfig.java @@ -17,7 +17,6 @@ package com.google.javascript.jscom...
Remove the `arguments` check from the linter for now, until it's better documented and gives clearer advice to the user. ------------- Created by MOE: <URL>
google_closure-compiler
train
5dd4c9b3432f0ba4858207d51c8861c7cd781bce
diff --git a/tpl/files.go b/tpl/files.go index <HASH>..<HASH> 100644 --- a/tpl/files.go +++ b/tpl/files.go @@ -36,12 +36,15 @@ func (f Files) First() string { } func (f Files) len() int { - return len(f.list) + return len(f.list) + 1 } func (f Files) absPaths(absPath string) []string { - ret := make([]string, f...
Fixing the absPath & parseFiles calls
arschles_flexwork
train
87010b07f42a9363ab5cd2fc7a3c83a308238e55
diff --git a/lib/rubocop_challenger/rubocop/command.rb b/lib/rubocop_challenger/rubocop/command.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop_challenger/rubocop/command.rb +++ b/lib/rubocop_challenger/rubocop/command.rb @@ -3,13 +3,13 @@ module RubocopChallenger module Rubocop # To execute rubocop gem comma...
Modify command to execute via CommandLine class
ryz310_rubocop_challenger
train
324484129dcc5f131c74b8bce6a3b4df0ac3f496
diff --git a/src/com/google/javascript/jscomp/Var.java b/src/com/google/javascript/jscomp/Var.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/Var.java +++ b/src/com/google/javascript/jscomp/Var.java @@ -18,13 +18,13 @@ package com.google.javascript.jscomp; import com.google.common.base.Precon...
Extract an inline set into a constant to reduce garbage Also, make it an enumset which is ever so slightly smaller ------------- Created by MOE: <URL>
google_closure-compiler
train
a2f7f132f241936057b890907be6d69695e0bb0a
diff --git a/packages/graphiql/src/utility/commonKeys.js b/packages/graphiql/src/utility/commonKeys.js index <HASH>..<HASH> 100644 --- a/packages/graphiql/src/utility/commonKeys.js +++ b/packages/graphiql/src/utility/commonKeys.js @@ -1,4 +1,8 @@ -const isMacOs = window.navigator.platform === 'MacIntel'; +let isMacOs =...
fix:(graphiql) - for SSR, regression from extraKeys bugfix, fixes #<I> - dont expect window to be present for extraKeys MacOs detection logic - use existing graphiql convention for detecting the presence of window
graphql_graphiql
train
f7e4478a0445f00ef67b7fc13031b9fda9a96da6
diff --git a/advanced_filters/admin.py b/advanced_filters/admin.py index <HASH>..<HASH> 100644 --- a/advanced_filters/admin.py +++ b/advanced_filters/admin.py @@ -1,5 +1,6 @@ import logging +from django.conf import settings from django.contrib import admin, messages from django.http import HttpResponseRedirect fr...
changed the Advanced Filter admin so you a User by default can only view/edit filters that they create (unless they are a superuser)
modlinltd_django-advanced-filters
train
2a7d21ad181f1ccbb18bf4fc1d7851d913b56dd7
diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -2363,6 +2363,10 @@ class UnitOfWork implements PropertyChangedListener */ public function clear($entityName = null) {...
Throw an exception instead of a workaround
doctrine_orm
train
b4823d11bfc71335b44cdd4f3642b488642cae8a
diff --git a/tsdb/tsm1/engine_delete_bucket.go b/tsdb/tsm1/engine_delete_bucket.go index <HASH>..<HASH> 100644 --- a/tsdb/tsm1/engine_delete_bucket.go +++ b/tsdb/tsm1/engine_delete_bucket.go @@ -132,6 +132,14 @@ func (e *Engine) DeleteBucketRange(name []byte, min, max int64) error { return err } + // ApplySerial...
storage: double check the cache to avoid deleting keys that still exist
influxdata_influxdb
train
9e9b2b192501551a4b94593bb1bf2cb95a6efbe2
diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/source.py +++ b/openquake/commonlib/source.py @@ -20,6 +20,7 @@ from __future__ import division import re import copy import math +import time import logging import operator import coll...
Splitting the heavy sources first Former-commit-id: <I>db1a<I>efae3ff<I>fd<I>ebd<I>fbba6a<I>d<I>
gem_oq-engine
train
931135de6da6fe8b0c10c2efd85630c114f8ba81
diff --git a/src/main/java/nl/hsac/fitnesse/fixture/util/JsonPathHelper.java b/src/main/java/nl/hsac/fitnesse/fixture/util/JsonPathHelper.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/fixture/util/JsonPathHelper.java +++ b/src/main/java/nl/hsac/fitnesse/fixture/util/JsonPathHelper.java @@ -1,6 +...
Allow subclasses to override how json is parsed
fhoeben_hsac-fitnesse-fixtures
train
451ab025ccd4d7ae4ffb668704220dd1cd39de3e
diff --git a/Manager/InstallationManager.php b/Manager/InstallationManager.php index <HASH>..<HASH> 100644 --- a/Manager/InstallationManager.php +++ b/Manager/InstallationManager.php @@ -73,7 +73,7 @@ class InstallationManager if ($additionalInstaller) { $this->log('Launching pre-update actions....
[InstallationBundle] Fixed wrong variable names
claroline_Distribution
train
63938d5c84e8b9423970e71143644f5ec2b72125
diff --git a/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java b/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java +++ b/src/main/java/com/conveyal/gtfs/validator/ServiceValidator.java @@ -185,8...
refactor(validation): rename variable to avoid confusion at first I thought this was the first calendar date from the calendar_dates.txt file, but then I realized it was actually a result of calculating actual service of various days. Renaming this variable should reflect this distinction and avoid future confusion.
conveyal_gtfs-lib
train
ee67aecce1bcc97deda1d82dc494861cb05858a2
diff --git a/qtism/runtime/storage/binary/QtiBinaryConstants.php b/qtism/runtime/storage/binary/QtiBinaryConstants.php index <HASH>..<HASH> 100644 --- a/qtism/runtime/storage/binary/QtiBinaryConstants.php +++ b/qtism/runtime/storage/binary/QtiBinaryConstants.php @@ -31,5 +31,5 @@ class QtiBinaryConstants { * ...
Runtime Binary Storage now supports multiple assessment sections to be bound to a RouteItem. git-svn-id: <URL>
oat-sa_qti-sdk
train
1082473354cb510e644a6c0a29866f327eb4ac26
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -64,6 +64,7 @@ func main() { } else { fmt.Printf("Gollum v%d.%d.%d\n%s", gollumMajorVer, gollumMinorVer, gollumPatchVer, modules) } + fmt.Println(runtime.Version()) return // ### return, version only ### } diff -...
[new] go version printed with gollum -v
trivago_gollum
train
38b6fbdd3aea4e455eae051abe22282ad8bede62
diff --git a/dialogs/thellier_interpreter.py b/dialogs/thellier_interpreter.py index <HASH>..<HASH> 100755 --- a/dialogs/thellier_interpreter.py +++ b/dialogs/thellier_interpreter.py @@ -246,7 +246,6 @@ class thellier_auto_interpreter(): for s in specimens_list: self.thellier_interpreter_log.write...
fix some more python3 minor bug in thellier gui
PmagPy_PmagPy
train
c4c7f816d1744d57c5ca1dc74bec803a2450630f
diff --git a/chatterbot/logic/unit_conversion_adapter.py b/chatterbot/logic/unit_conversion_adapter.py index <HASH>..<HASH> 100644 --- a/chatterbot/logic/unit_conversion_adapter.py +++ b/chatterbot/logic/unit_conversion_adapter.py @@ -1,5 +1,6 @@ from chatterbot.logic import LogicAdapter from chatterbot.conversation ...
Refacted the regex in UnitConversion
gunthercox_ChatterBot
train
39d46647850f01039b48684ab72f95b6a11af1d0
diff --git a/pymc/step_methods/quadpotential.py b/pymc/step_methods/quadpotential.py index <HASH>..<HASH> 100644 --- a/pymc/step_methods/quadpotential.py +++ b/pymc/step_methods/quadpotential.py @@ -5,6 +5,7 @@ from scipy.linalg import cholesky, cho_solve import numpy as np def quad_potential(C, is_cov): + parti...
added more informative errors for non positive definite scaling for simple cases
pymc-devs_pymc
train
159785288e30df35fd0343eb567595bd118baf3b
diff --git a/command/operator_raft_listpeers.go b/command/operator_raft_listpeers.go index <HASH>..<HASH> 100644 --- a/command/operator_raft_listpeers.go +++ b/command/operator_raft_listpeers.go @@ -4,6 +4,7 @@ import ( "fmt" "strings" + "github.com/hashicorp/vault/api" "github.com/mitchellh/cli" "github.com/...
Add list peers to DR secondaries (#<I>)
hashicorp_vault
train
dc51b57ace3f260a2c03ee8cd5c4422e8ae0aadc
diff --git a/lib/apiserver.js b/lib/apiserver.js index <HASH>..<HASH> 100644 --- a/lib/apiserver.js +++ b/lib/apiserver.js @@ -1,5 +1,5 @@ var http = require('http'), - url = require('url'), + parse = require('url').parse, qs = require('qs'), util = require('util'), events = require('events'), @@ ...
added aliases to the request object
kilianc_node-apiserver
train
8e14ef46cb213f009889441c6abca08de15cc981
diff --git a/jest/src/main/java/io/searchbox/client/http/JestHttpClient.java b/jest/src/main/java/io/searchbox/client/http/JestHttpClient.java index <HASH>..<HASH> 100755 --- a/jest/src/main/java/io/searchbox/client/http/JestHttpClient.java +++ b/jest/src/main/java/io/searchbox/client/http/JestHttpClient.java @@ -52,7 ...
changed logging level. from info to debug
searchbox-io_Jest
train
08aa82b483db546101fd6a429d1b0799e6cc761c
diff --git a/command/agent/http.go b/command/agent/http.go index <HASH>..<HASH> 100644 --- a/command/agent/http.go +++ b/command/agent/http.go @@ -184,6 +184,9 @@ func (s *HTTPServer) wrap(handler func(resp http.ResponseWriter, req *http.Reque var buf []byte if prettyPrint { buf, err = json.MarshalIndent(o...
Append a newline when pretty-printing the response Instead of typing `curl http://foo/v1/nodes?pretty; echo` to inject a newline into your terminal, now pretty will provide its own newline.
hashicorp_nomad
train
7f5ec7e7b9081dc28da5fe664950f87355b49358
diff --git a/src/basic/List.js b/src/basic/List.js index <HASH>..<HASH> 100644 --- a/src/basic/List.js +++ b/src/basic/List.js @@ -20,6 +20,7 @@ class List extends Component { return ( <ListView {...this.props} + ref={(ref) => this._scrollComponent = ref} //Adds reference to all List...
get access to ListView _scrollComponent is need to call the methods which are declared in ListView
GeekyAnts_NativeBase
train
8b814c8fedf9e95a27a14acbade1e7368f39aa7f
diff --git a/examples/tokens/ERC20.vy b/examples/tokens/ERC20.vy index <HASH>..<HASH> 100644 --- a/examples/tokens/ERC20.vy +++ b/examples/tokens/ERC20.vy @@ -4,8 +4,8 @@ Transfer: event({_from: indexed(address), _to: indexed(address), _value: uint256}) Approval: event({_owner: indexed(address), _spender: indexed(add...
Replace types of name and symbol of ERC<I> with bytes
ethereum_vyper
train
34d97dc07249a2802c5326d476baaa845dc8b9b3
diff --git a/src/test/java/com/arangodb/ArangoTestSuite.java b/src/test/java/com/arangodb/ArangoTestSuite.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/arangodb/ArangoTestSuite.java +++ b/src/test/java/com/arangodb/ArangoTestSuite.java @@ -16,6 +16,8 @@ package com.arangodb; +import org.junit.AfterClass...
optimize tests (too many open http connections) -step 3
arangodb_arangodb-java-driver
train
50da37509771d7047cc4a8076de61821b27677d5
diff --git a/components/I18n/I18n-polylang.php b/components/I18n/I18n-polylang.php index <HASH>..<HASH> 100644 --- a/components/I18n/I18n-polylang.php +++ b/components/I18n/I18n-polylang.php @@ -5,8 +5,7 @@ */ class Pods_I18n_Polylang { - public $languages = array(); - public $textdomain = 'polylang'; + public $l...
PHPCS: Use string literal for text domain Fixes WordPress.WP.I<I>n.NonSingularStringLiteralDomain The two affected strings here may happen to be the name of other plugins, but they should not have a direct dependency on those plugins' locale files being present and loadable, and therefore be using their text domains....
pods-framework_pods
train
aaf424a2582ee46932ca293a9e1c31abd69ffb9d
diff --git a/lib/foreman_tasks/dynflow/configuration.rb b/lib/foreman_tasks/dynflow/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/foreman_tasks/dynflow/configuration.rb +++ b/lib/foreman_tasks/dynflow/configuration.rb @@ -19,10 +19,6 @@ module ForemanTasks # between this process and the external executor ...
Postpone the initialization of persistence Otherwise, there is a risk of Sequel::DatabaseDisconnectError: PGError.
theforeman_foreman-tasks
train
a5fed540cc34a1795d659905dee8dc6313aeb355
diff --git a/src/Malenki/Bah/A.php b/src/Malenki/Bah/A.php index <HASH>..<HASH> 100644 --- a/src/Malenki/Bah/A.php +++ b/src/Malenki/Bah/A.php @@ -332,7 +332,7 @@ class A implements \Iterator, \Countable return $this->implode($sep); } - public function _maxOrMin($type = 'max') + protected function...
Class A: fixed some method’s visibility
malenkiki_bah
train
7b2aa27e5f858e3ff6e0e8c21645347614c6bb68
diff --git a/src/Admin/AbstractAdmin.php b/src/Admin/AbstractAdmin.php index <HASH>..<HASH> 100644 --- a/src/Admin/AbstractAdmin.php +++ b/src/Admin/AbstractAdmin.php @@ -526,7 +526,7 @@ abstract class AbstractAdmin extends AbstractTaggedAdmin implements AdminInterfa * * @throws \InvalidArgumentException ...
Add final to getParentAssociationMapping
sonata-project_SonataAdminBundle
train
d77a9830b541eef0e77ca8945c40faf4f57c80aa
diff --git a/src/render/renderPoint.js b/src/render/renderPoint.js index <HASH>..<HASH> 100644 --- a/src/render/renderPoint.js +++ b/src/render/renderPoint.js @@ -1,11 +1,12 @@ import setAttributes from '../utils/setAttributes'; +const D = 'M499.968 214.336q-113.832 0 -212.877 38.781t-157.356 104.625 -58.311 142.29q...
Adding blacklist for attributes that should remain camelCase
instructure_pdf-annotate.js
train
4e90337bdb467010d310bd796b898acef67d370a
diff --git a/coinmarketcap/__init__.py b/coinmarketcap/__init__.py index <HASH>..<HASH> 100644 --- a/coinmarketcap/__init__.py +++ b/coinmarketcap/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- __title__ = 'coinmarketcap' -__version__ = '5.0.2' +__version__ = '5.0.3' __author__ = 'Martin Simon <me@martinsimon...
ease pinned requirements, fixes #<I>
barnumbirr_coinmarketcap
train
047cfdb9dbf0c243a5160562577be45e0d77c6c4
diff --git a/src/com/google/javascript/jscomp/SymbolTable.java b/src/com/google/javascript/jscomp/SymbolTable.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/SymbolTable.java +++ b/src/com/google/javascript/jscomp/SymbolTable.java @@ -718,6 +718,7 @@ public final class SymbolTable { // be p...
Fix bug in property scope creation in SymbolTable for nodejs modules. I'm not happy that fillPropertyScopes becomes even more complicated but couldn't think of a better solution. Tested: unit test ------------- Created by MOE: <URL>
google_closure-compiler
train
c80f5970172d2e841e60e0d26745e1d4b7f6bbfa
diff --git a/galpy/potential_src/TransientLogSpiralPotential.py b/galpy/potential_src/TransientLogSpiralPotential.py index <HASH>..<HASH> 100644 --- a/galpy/potential_src/TransientLogSpiralPotential.py +++ b/galpy/potential_src/TransientLogSpiralPotential.py @@ -7,11 +7,15 @@ _degtorad= math.pi/180. class TransientLog...
add pretty potential for TransientLogSpiralPotential, #<I>
jobovy_galpy
train
533e5507ba2db2aca710a8f46b5bcaa0de7897d8
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -27,32 +27,28 @@ module.exports = function(bytes, decimals) let sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; // - // Find the log with base of e + // Set a variable that will count the iterations ...
Changed calculation type Replaced the code to be more performant
davidgatti_byteman
train
be4dc34f8ef1d462b1a633bd0f934ebf220bda9a
diff --git a/spec/lib/location_spec.rb b/spec/lib/location_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/location_spec.rb +++ b/spec/lib/location_spec.rb @@ -12,22 +12,22 @@ describe Location do it "converts values to Float" do expect(location.lat).to be_a Float - expect(location.lat).to be 2.0 + e...
Apply a correct fix for the flonum issue.
huginn_huginn
train
e86239d3b56820c6dd3d8df771fc65b8ad30f257
diff --git a/pywal/wallpaper.py b/pywal/wallpaper.py index <HASH>..<HASH> 100644 --- a/pywal/wallpaper.py +++ b/pywal/wallpaper.py @@ -65,12 +65,12 @@ def set_desktop_wallpaper(desktop, img): elif "muffin" in desktop or "cinnamon" in desktop: subprocess.Popen(["gsettings", "set", ...
wallpaper: Fix a bug causing wallpaper not to change properly in some DEs.
dylanaraps_pywal
train
a11c108bf18cbaedbb24f12ff3166c18632b74bf
diff --git a/docs/templating.rst b/docs/templating.rst index <HASH>..<HASH> 100644 --- a/docs/templating.rst +++ b/docs/templating.rst @@ -83,9 +83,9 @@ information to all requests to the app. An example, .. code-block:: python @blueprint.context_processor - def blueprint_only(): + async def blueprint_onl...
Allow template context processors to be async This doesn't affect any existing code as synchronous context processors are just wrapped in a coroutine. However, it makes context processors much more useful as they can now do IO in a non-blocking manner e.g. fetch some count from another source.
pgjones_quart
train
47c5fda02b9cf20698816a9059e4e884cb25232e
diff --git a/libraries/class-wp-session.php b/libraries/class-wp-session.php index <HASH>..<HASH> 100644 --- a/libraries/class-wp-session.php +++ b/libraries/class-wp-session.php @@ -72,21 +72,11 @@ final class WP_Session extends Recursive_ArrayAccess implements Iterator, Counta */ protected function __construct()...
fix: Rewrote session/cookie lib to work with samesite and other things..
MultinetInteractive_EduAdmin-WordPress
train
aafce0d9ad5dd3f541053562f911cbd24093a9dc
diff --git a/deployment_manifest_primatives.go b/deployment_manifest_primatives.go index <HASH>..<HASH> 100644 --- a/deployment_manifest_primatives.go +++ b/deployment_manifest_primatives.go @@ -165,7 +165,7 @@ type Compilation struct { } type Update struct { - Canaries int `yaml:"canaries"` + Canaries ...
[#<I>] adding update field definition to update
enaml-ops_enaml
train
7ee220e47cada3c494dbe1f1014b67e959a9e4fb
diff --git a/lib/Cake/Database/Schema/Table.php b/lib/Cake/Database/Schema/Table.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Database/Schema/Table.php +++ b/lib/Cake/Database/Schema/Table.php @@ -60,6 +60,13 @@ class Table { protected $_constraints = []; /** + * Options for the table. + * + * @var array + */ + ...
Implement options() method. Adding support for options is required to enable features in MySQL.
cakephp_cakephp
train
be89c8c5565afe74acb74eeaad01fa6c6d10dcea
diff --git a/nats.go b/nats.go index <HASH>..<HASH> 100644 --- a/nats.go +++ b/nats.go @@ -395,8 +395,10 @@ func (nc *Conn) processPing() { } func (nc *Conn) processPong() { + nc.Lock() ch := nc.pongs[0] nc.pongs = nc.pongs[1:] + nc.Unlock() if ch != nil { ch <- true } @@ -543,7 +545,11 @@ func (s *Subsc...
protect close, flush, and pongs
nats-io_go-nats
train
515fdbfa005034aac6d3b4c45a7104c8eb5b98fe
diff --git a/src/cart/DomainRenewalProduct.php b/src/cart/DomainRenewalProduct.php index <HASH>..<HASH> 100644 --- a/src/cart/DomainRenewalProduct.php +++ b/src/cart/DomainRenewalProduct.php @@ -67,6 +67,8 @@ class DomainRenewalProduct extends AbstractDomainProduct { return parent::getCalculationModel(arr...
Fixed DomainRenewalProduct to allow managers renew clents' domains
hiqdev_hipanel-module-domain
train
971153b7d75668ba6bf06c4d7aba76795f2d9053
diff --git a/fusesoc/simulator/rivierapro.py b/fusesoc/simulator/rivierapro.py index <HASH>..<HASH> 100644 --- a/fusesoc/simulator/rivierapro.py +++ b/fusesoc/simulator/rivierapro.py @@ -11,13 +11,6 @@ exit """ class Rivierapro(Simulator): - def __init__(self, system, export, toplevel): - - super(Rivierap...
rivierapro: Only check ALDEC_PATH when it's needed
olofk_fusesoc
train
68b7c6826fa9f371e6dfbda2e7c99c94ce604b14
diff --git a/cumulusci/robotframework/CumulusCI.py b/cumulusci/robotframework/CumulusCI.py index <HASH>..<HASH> 100644 --- a/cumulusci/robotframework/CumulusCI.py +++ b/cumulusci/robotframework/CumulusCI.py @@ -1,4 +1,9 @@ +from future import standard_library + +standard_library.install_aliases() +from urllib.parse imp...
Make sure Login Url can be resolved before continuing
SFDO-Tooling_CumulusCI
train
b8504f8af4fd8501475fbff3851122f6bfdc59f2
diff --git a/src/commands/commands/load.js b/src/commands/commands/load.js index <HASH>..<HASH> 100644 --- a/src/commands/commands/load.js +++ b/src/commands/commands/load.js @@ -37,6 +37,7 @@ module.exports = class LoadCommandCommand extends Command { parse: val => { const split = val.split(':'); c...
Added require cache clearing for load command
discordjs_Commando
train
09858c0f682361aecca9e23ffa22cd9337640075
diff --git a/genderize/__init__.py b/genderize/__init__.py index <HASH>..<HASH> 100644 --- a/genderize/__init__.py +++ b/genderize/__init__.py @@ -59,6 +59,13 @@ class Genderize(object): response = self.session.get( 'http://api.genderize.io/', params=params) + + if 'application...
Check response headers before parsing as JSON. Satisfies the case where the server (not the app) does not respond properly. Otherwise we end up parsing something that's probably not JSON and json.loads() throws a very unhelpful ValueError.
SteelPangolin_genderize
train
73342c5cdece93759f1dcb88126fb55601ce58ae
diff --git a/lib/yt/actions/list.rb b/lib/yt/actions/list.rb index <HASH>..<HASH> 100644 --- a/lib/yt/actions/list.rb +++ b/lib/yt/actions/list.rb @@ -6,8 +6,8 @@ require 'yt/config' module Yt module Actions module List - delegate :count, :first, :any?, :each, :map, :flat_map, :find, - :size, to: :...
Delegate `.each_cons` and `.each_slice` to `list`. Required to write code like <URL>
Fullscreen_yt
train
77c04137a3a0c6fc6c78f31dd396e2b9fcafb4a6
diff --git a/spyderlib/spyder.py b/spyderlib/spyder.py index <HASH>..<HASH> 100644 --- a/spyderlib/spyder.py +++ b/spyderlib/spyder.py @@ -965,7 +965,12 @@ class MainWindow(QMainWindow): icon="ext_tools.png") external_tools_act.setMenu(self.external_tools_me...
Main Toolbar: Only add "External tools" button to it if it has active buttons
spyder-ide_spyder
train
34a89086f08bd518dd33ec360dc0e41224a16074
diff --git a/base/standard/src/main/java/org/openscience/cdk/tools/manipulator/AtomContainerManipulator.java b/base/standard/src/main/java/org/openscience/cdk/tools/manipulator/AtomContainerManipulator.java index <HASH>..<HASH> 100644 --- a/base/standard/src/main/java/org/openscience/cdk/tools/manipulator/AtomContainer...
Corner case - don't suppress hydrogen connected by a non-single bonds.
cdk_cdk
train
1bf7a0a5927c56982138ff59d52f5c14b46ad48c
diff --git a/library/Criteria/ActiveRecord/ActiveRecordCriteria.php b/library/Criteria/ActiveRecord/ActiveRecordCriteria.php index <HASH>..<HASH> 100644 --- a/library/Criteria/ActiveRecord/ActiveRecordCriteria.php +++ b/library/Criteria/ActiveRecord/ActiveRecordCriteria.php @@ -37,26 +37,6 @@ class ActiveRecordCriteria...
Remove @deprecated methods, closes #<I>
matryoshka-model_mongo-wrapper
train
060df1f6212d232be0e58642fefe29945967516d
diff --git a/sixpack/db.py b/sixpack/db.py index <HASH>..<HASH> 100644 --- a/sixpack/db.py +++ b/sixpack/db.py @@ -40,3 +40,14 @@ msetbit = REDIS.register_script(""" end return redis.status_reply('ok') """) + + +first_key_with_bit_set = REDIS.register_script(""" + for index, value in ipairs(KEYS) do + ...
lua implementation of get_alternative_by_client_id and delete the unused has_converted_by_client_id
sixpack_sixpack
train
38fffda5ea7b614bc88073ebd4eaf62d58e7af84
diff --git a/core/src/main/java/hudson/model/labels/LabelAtom.java b/core/src/main/java/hudson/model/labels/LabelAtom.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/labels/LabelAtom.java +++ b/core/src/main/java/hudson/model/labels/LabelAtom.java @@ -125,11 +125,15 @@ public class LabelAtom exte...
[FIXED HUDSON-<I>] export just LabelAtomProperty objs, not DescribableList which is not exportable, and was generating errors in remote API. git-svn-id: <URL>
jenkinsci_jenkins
train
f8a7ac602e89ef7f229edf33f39769d6fc37b8a3
diff --git a/internal/client/github.go b/internal/client/github.go index <HASH>..<HASH> 100644 --- a/internal/client/github.go +++ b/internal/client/github.go @@ -47,8 +47,8 @@ func (c *githubClient) CreateFile( ) (err error) { options := &github.RepositoryContentFileOptions{ Committer: &github.CommitAuthor{ - ...
update: Added some missing changes I forgot these!
goreleaser_goreleaser
train
814c03078a690780e3dd6297266ec78c51430237
diff --git a/lib/ohai/plugins/windows/kernel.rb b/lib/ohai/plugins/windows/kernel.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/windows/kernel.rb +++ b/lib/ohai/plugins/windows/kernel.rb @@ -37,6 +37,11 @@ end require 'ruby-wmi' host = WMI::Win32_OperatingSystem.find(:first) +kernel[:os_info] = Mash.new +ho...
Adding kernel[:os_info] and kernel[:cs_info]
chef_ohai
train
44f674b3cf0408b3a15e59ba5ac3bf6265293d77
diff --git a/docs/quickstart.md b/docs/quickstart.md index <HASH>..<HASH> 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -200,9 +200,16 @@ If no error view is specified, a generic error message will be displayed to the The [Client Credentials](https://tools.ietf.org/html/rfc6749#section-4.4) grant type c...
Add scope and extra keyword arguments for client credentials flow (#<I>) To comply with <I>. Access Token Request of Client Credentials Grant in RFC <I>.
zamzterz_Flask-pyoidc
train
8010b371a5ac6fabe522350aa1ad2c26372c50d3
diff --git a/src/Entity.php b/src/Entity.php index <HASH>..<HASH> 100644 --- a/src/Entity.php +++ b/src/Entity.php @@ -70,7 +70,7 @@ class Entity extends Resource implements ArrayableInterface } else { - ; + $entity = new static; } ...
Addsa bugfix for edge case where entity attribute is unexpected or missing.
razorpay_razorpay-php
train
b7924adef753ee8fdade25f1552a25f9e7e0bb96
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Fixed +- Fixed an issue with generics in BuilderModelFindExtension. ([#505](https://github.com/nunom...
fix: checks if generic model type in builder is object type
nunomaduro_larastan
train
53de3f2bb0339222af7cb887d53ba297a3bf8869
diff --git a/src/test/java/rx/internal/util/RxRingBufferWithoutUnsafeTest.java b/src/test/java/rx/internal/util/RxRingBufferWithoutUnsafeTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/rx/internal/util/RxRingBufferWithoutUnsafeTest.java +++ b/src/test/java/rx/internal/util/RxRingBufferWithoutUnsafeTest.java @...
Fix the drainer to check if the queue is empty before quitting.
ReactiveX_RxJava
train
7c879666142a93b23a32ce2f23e4b3c5bbd94e65
diff --git a/repl/gitcommit.go b/repl/gitcommit.go index <HASH>..<HASH> 100644 --- a/repl/gitcommit.go +++ b/repl/gitcommit.go @@ -1,2 +1,2 @@ package zygo -func init() { GITLASTTAG = "1.5.7"; GITLASTCOMMIT = "3a47bef8fdb035e905ff44467ab1af71f53c238f" } +func init() { GITLASTTAG = "1.5.7"; GITLASTCOMMIT = "62b5a739ccd...
atg. print vars a cmdline works again.
glycerine_zygomys
train
8faf1adb68eddca715792fafec9c3fe083cb8a07
diff --git a/lib/get-request.js b/lib/get-request.js index <HASH>..<HASH> 100644 --- a/lib/get-request.js +++ b/lib/get-request.js @@ -40,6 +40,8 @@ module.exports = function(chain, timeout) { let returnMessage = 'NOTOK'; if (data.result && typeof data.result === 'string') { returnMes...
Update get-request.js Without this fix library returns "NOTOK" on "No transactions found" error, while requesting txlist or tokentx
sebs_etherscan-api
train
c1734cc68e85500cfa991ea7e42bf84264a7a220
diff --git a/code/model/DNEnvironment.php b/code/model/DNEnvironment.php index <HASH>..<HASH> 100644 --- a/code/model/DNEnvironment.php +++ b/code/model/DNEnvironment.php @@ -1,35 +1,85 @@ <?php +/** + * DNEnvironment + * + * This dataobject represents a target environment that source code can be + * deployed to. + ...
Fixing docblocks DNEnvironment
silverstripe-archive_deploynaut
train
e99bce8bbaaeb412c6f7c1af33a58d2b9dbaac36
diff --git a/LSS/Crypt.php b/LSS/Crypt.php index <HASH>..<HASH> 100644 --- a/LSS/Crypt.php +++ b/LSS/Crypt.php @@ -151,7 +151,8 @@ class Crypt { ,base64_decode($this->iv) ); //get size of string from atom - $size = array_shift(unpack('N',substr($plain_string,0,4))); + $size = unpack('N',substr($plain_string...
Fixed bug that generated E_STRICT passing non-variable by reference
nullivex_lib-crypt
train
9382f59e8a53053b88ccea9ed3d88f19e7116d54
diff --git a/src/main/java/org/jbake/app/Oven.java b/src/main/java/org/jbake/app/Oven.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jbake/app/Oven.java +++ b/src/main/java/org/jbake/app/Oven.java @@ -42,6 +42,13 @@ public class Oven { private List<String> errors = new LinkedList<String>(); private int re...
Reintroduce previously existing constructor to get <I> API back for the moment
jbake-org_jbake
train
8176ad52d0a92ff48a150be145459b21cc5a7273
diff --git a/runtime/lib/collection/PropelOnDemandCollection.php b/runtime/lib/collection/PropelOnDemandCollection.php index <HASH>..<HASH> 100644 --- a/runtime/lib/collection/PropelOnDemandCollection.php +++ b/runtime/lib/collection/PropelOnDemandCollection.php @@ -34,6 +34,67 @@ class PropelOnDemandCollection extends...
[<I>] Added PropelOnDemandCollection::toArray() (closes #<I>)
propelorm_Propel
train