hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8382c1522465cf2fda1e753eb0bcb67a63d1fb99
diff --git a/src/Type/Enum.php b/src/Type/Enum.php index <HASH>..<HASH> 100644 --- a/src/Type/Enum.php +++ b/src/Type/Enum.php @@ -40,7 +40,11 @@ class Enum extends Type { * @return mixed */ public function &getValue(){ - return $this->mixValue->getValue(); + if(is_object($this->mixValue)){ + return $this->mi...
Checking that the enum has been created or else returning null.
frozensheep_synthesize
train
156ed6bd5605c430a88023473fea9fbcb07aba33
diff --git a/lib/custom/src/MW/View/Engine/Blade.php b/lib/custom/src/MW/View/Engine/Blade.php index <HASH>..<HASH> 100644 --- a/lib/custom/src/MW/View/Engine/Blade.php +++ b/lib/custom/src/MW/View/Engine/Blade.php @@ -42,7 +42,7 @@ class Blade implements Iface * @return string Output generated by the template * ...
Use PHP <I> type hints for view adapters and helpers
aimeos_ai-laravel
train
111e1d41471244780a4649e827dee848028fafd2
diff --git a/sdk/spring/spring-cloud-azure-service/src/main/java/com/azure/spring/cloud/service/implementation/kafka/KafkaOAuth2AuthenticateCallbackHandler.java b/sdk/spring/spring-cloud-azure-service/src/main/java/com/azure/spring/cloud/service/implementation/kafka/KafkaOAuth2AuthenticateCallbackHandler.java index <HA...
fix scope for kafka token request (#<I>)
Azure_azure-sdk-for-java
train
713dd82d2f13d2b6d979c50c06f5cb16e886be4b
diff --git a/telemetry/telemetry/core/command_line.py b/telemetry/telemetry/core/command_line.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/core/command_line.py +++ b/telemetry/telemetry/core/command_line.py @@ -46,13 +46,13 @@ class Command(ArgumentHandlerMixIn): raise NotImplementedError() @class...
[telemetry] Let main() take args as a parameter in addition to command-line. BUG=None. TEST=Run something. R=<EMAIL> Review URL: <URL>
catapult-project_catapult
train
bb61a9d0f9e3824139188896b1818f9fe5ada2ae
diff --git a/library/android-mvc/src/main/java/com/shipdream/lib/android/mvc/MvcActivity.java b/library/android-mvc/src/main/java/com/shipdream/lib/android/mvc/MvcActivity.java index <HASH>..<HASH> 100644 --- a/library/android-mvc/src/main/java/com/shipdream/lib/android/mvc/MvcActivity.java +++ b/library/android-mvc/sr...
Delay calling onSettle of fragment last removed after the activity is destroyed
kejunxia_AndroidMvc
train
805a0b6a6010b3332da1b54e14f623e7795266df
diff --git a/src/org/jgroups/protocols/TP.java b/src/org/jgroups/protocols/TP.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/TP.java +++ b/src/org/jgroups/protocols/TP.java @@ -801,7 +801,11 @@ public abstract class TP extends Protocol { @ManagedOperation(description="Evicts elements in the log...
added evictLogicalAddressCache(boolean force)
belaban_JGroups
train
18cb8b1d9f5e870ebc57a1d2ddb520f44c324cf1
diff --git a/delocate/tests/test_libsana.py b/delocate/tests/test_libsana.py index <HASH>..<HASH> 100644 --- a/delocate/tests/test_libsana.py +++ b/delocate/tests/test_libsana.py @@ -168,13 +168,13 @@ def test_wheel_libs(): assert_equal(wheel_libs(PURE_WHEEL), {}) mod2 = pjoin('fakepkg1', 'subpkg', 'module2.c...
Try Kyle's suggestion of assert == for debugging
matthew-brett_delocate
train
6a6ed0e91d85b2eafc96bb519a687afa259611f9
diff --git a/src/sos/workflow_executor.py b/src/sos/workflow_executor.py index <HASH>..<HASH> 100755 --- a/src/sos/workflow_executor.py +++ b/src/sos/workflow_executor.py @@ -914,7 +914,7 @@ class Base_Executor: # and node._node_index == runnable._node_index + 1: node._context.update(e...
Stop passing __default_output__ from auxiliary step to the next
vatlab_SoS
train
b1dc6c8f99478d887378fdf5bb791462e73ef38f
diff --git a/tests/WithDb/SelectTest.php b/tests/WithDb/SelectTest.php index <HASH>..<HASH> 100644 --- a/tests/WithDb/SelectTest.php +++ b/tests/WithDb/SelectTest.php @@ -81,6 +81,8 @@ class SelectTest extends AtkPhpunit\TestCase protected function tearDown(): void { $this->dropDbIfExists(); + + ...
[fix] destroy connection on test teardown (#<I>)
atk4_dsql
train
baab29e2d5a050dc1b118e1b769b8f3e454f5a52
diff --git a/lib/Less/Tree/Ruleset.php b/lib/Less/Tree/Ruleset.php index <HASH>..<HASH> 100755 --- a/lib/Less/Tree/Ruleset.php +++ b/lib/Less/Tree/Ruleset.php @@ -315,13 +315,7 @@ class Less_Tree_Ruleset extends Less_Tree{ Less_Environment::$lastRule = true; } - if( is_object($rule) ){ - if( method_exis...
$rule always has genCSS()
oyejorge_less.php
train
27c3c5415f6b3ab1b1f0f4496a1ac78e6195e3db
diff --git a/cmd/web.go b/cmd/web.go index <HASH>..<HASH> 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -372,7 +372,7 @@ func runWeb(ctx *cli.Context) { }, reqSignIn) m.Group("/org", func() { m.Get("/:org", org.Home) - }, middleware.OrgAssignment(true)) + }, ignSignIn, middleware.OrgAssignment(true)) // Reposi...
#<I> Anyone can see organization pages even without logging in when sign in required
gogs_gogs
train
acc30505d9da1a440ff7424ff8db64464157a14d
diff --git a/jython/src/main/java/cucumber/runtime/jython/JythonBackend.java b/jython/src/main/java/cucumber/runtime/jython/JythonBackend.java index <HASH>..<HASH> 100644 --- a/jython/src/main/java/cucumber/runtime/jython/JythonBackend.java +++ b/jython/src/main/java/cucumber/runtime/jython/JythonBackend.java @@ -36,7 ...
Only load the dsl.py when initializing the JythonBackend The jython build will fail if a cucumber/runtime/jython/i<I>n/<i<I>n>.py file is loaded before the dsl.py.
cucumber_cucumber-jvm
train
351045bd1c191f59f61594f30ab734f98292fbd4
diff --git a/core/FramebackController.js b/core/FramebackController.js index <HASH>..<HASH> 100644 --- a/core/FramebackController.js +++ b/core/FramebackController.js @@ -102,7 +102,7 @@ class FramebackController { setTitleFromFrame(){ var doc = this.frame.contentDocument; - if (doc.readyState === 'complete' &&...
Direct title cutover without loading unset
redfin_react-server
train
1e0b98ed0e431d0f82b57906ff21627656596b2d
diff --git a/generator/classes/propel/engine/builder/om/php5/PHP5BasicObjectBuilder.php b/generator/classes/propel/engine/builder/om/php5/PHP5BasicObjectBuilder.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/engine/builder/om/php5/PHP5BasicObjectBuilder.php +++ b/generator/classes/propel/engine/builder/...
Removed left-over hints from changeset:<I>
propelorm_Propel
train
00c59d1b4fa0d696cee3dd4714d5fff1633649fb
diff --git a/sync.js b/sync.js index <HASH>..<HASH> 100644 --- a/sync.js +++ b/sync.js @@ -50,9 +50,13 @@ exports.sync = (function() { if(!itemToPull) { localStorage.setItem('_shadowSyncStatus', 'idle'); } else { - backend.get(itemToPull, function(msg) { - console.log('error retrieving "'+i...
append timestamps when pulling, too
remotestorage_remotestorage.js
train
456ac01890d532ceefdfa99e94983971f554f894
diff --git a/lib/jekyll/configuration.rb b/lib/jekyll/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/configuration.rb +++ b/lib/jekyll/configuration.rb @@ -102,7 +102,10 @@ module Jekyll def config_files(override) # Get configuration from <source>/_config.yml or <source>/<config_file> ...
Crash if a config file isn't there. If a configuration file is specified via the command line but does not exist, fail loudly and crash to preserve the current state. Do not fail if the requested file is the default configuration file, _config.yml. In that case, fall back on the defaults.
jekyll_jekyll
train
312b234ddb7c447a38acac409bf545f8e16ed367
diff --git a/integration/connection.py b/integration/connection.py index <HASH>..<HASH> 100644 --- a/integration/connection.py +++ b/integration/connection.py @@ -45,10 +45,11 @@ class Connection_(Spec): # Most Unix systems should have stty, which asplodes when not run # under a pty, and print...
stty -a behaves differently xplatform; stty size appears not to
fabric_fabric
train
1e2e3167e9b38aea47dd6721f49cbfe80b48a664
diff --git a/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java b/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/test/java/org/structr/test/web/advanced/PerformanceTest.java +++ b/structr-ui/src/test/java/org/structr/...
Trying to fix performance test by lowering performance expectations.
structr_structr
train
ca79aa5efdc6592f4f2002ed37fd28cdbb5ec901
diff --git a/phoebe/backend/universe.py b/phoebe/backend/universe.py index <HASH>..<HASH> 100644 --- a/phoebe/backend/universe.py +++ b/phoebe/backend/universe.py @@ -2580,6 +2580,7 @@ class BodyBag(Body): @param list_of_bodies: list of bodies @type list_of_bodies: list """ + self.sign...
mesh view updating is now hooked to system.set_time, so should update when running a model or calling set_time
phoebe-project_phoebe2
train
03cb1c6d74572764642e755ee3e8bddf8990ccae
diff --git a/crosspm/cpm.py b/crosspm/cpm.py index <HASH>..<HASH> 100644 --- a/crosspm/cpm.py +++ b/crosspm/cpm.py @@ -244,7 +244,7 @@ class CrossPM: return self._output.output_type_module(cpm_downloader.get_tree_packages()) else: # self._output.write(params, packages)...
write_output in cpm.py
devopshq_crosspm
train
7360452d2a4f6f45224562bb00aedda8abdd9222
diff --git a/python/ray/data/_internal/compute.py b/python/ray/data/_internal/compute.py index <HASH>..<HASH> 100644 --- a/python/ray/data/_internal/compute.py +++ b/python/ray/data/_internal/compute.py @@ -184,6 +184,8 @@ class ActorPoolStrategy(ComputeStrategy): self.min_size = min_size self.max_siz...
[Datasets] Fix max number of actors for default actor pool strategy (#<I>)
ray-project_ray
train
c8c24fd7a0e6d72d336682233cf87850e0fabc9f
diff --git a/aioimaplib/aioimaplib.py b/aioimaplib/aioimaplib.py index <HASH>..<HASH> 100644 --- a/aioimaplib/aioimaplib.py +++ b/aioimaplib/aioimaplib.py @@ -444,7 +444,7 @@ def _split_responses(data): return [] match_fetch_message = fetch_message_with_literal_data_re.match(data) if match_fetch_mess...
[fix] _split_responses was destructive
bamthomas_aioimaplib
train
59b0f7973f70fef1066cb206a31deadbb4620b65
diff --git a/rating/rate.php b/rating/rate.php index <HASH>..<HASH> 100644 --- a/rating/rate.php +++ b/rating/rate.php @@ -49,13 +49,14 @@ if (!confirm_sesskey() || $USER->id==$rateduserid) { die(); } +$rm = new rating_manager(); + //check the module rating permissions $pluginrateallowed = true; $pluginpermi...
rating MDL-<I> instantiate rating manager outside the "if" brackets because it is used in different "if" brackets
moodle_moodle
train
8d323fd26a77be6e52ea1a854bf94a8913e9f863
diff --git a/src/Concerns/ManagesInvoices.php b/src/Concerns/ManagesInvoices.php index <HASH>..<HASH> 100644 --- a/src/Concerns/ManagesInvoices.php +++ b/src/Concerns/ManagesInvoices.php @@ -65,6 +65,45 @@ trait ManagesInvoices } /** + * Add an invoice item for a specific Price ID to the customer's upco...
Add invoicePrice method (#<I>)
laravel_cashier
train
d750883929826782ea4ad966451eacdea4e0ae5a
diff --git a/models/classes/class.ReportService.php b/models/classes/class.ReportService.php index <HASH>..<HASH> 100755 --- a/models/classes/class.ReportService.php +++ b/models/classes/class.ReportService.php @@ -189,7 +189,7 @@ extends taoResults_models_classes_StatisticsService $graph->drawRoundedRectangle(5,5,...
TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE" git-svn-id: <URL>
oat-sa_extension-tao-outcomeui
train
cb4999966f9fdf9e3c12b55a96599a90328c5ab7
diff --git a/spec/dragonfly/image_magick/processor_spec.rb b/spec/dragonfly/image_magick/processor_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dragonfly/image_magick/processor_spec.rb +++ b/spec/dragonfly/image_magick/processor_spec.rb @@ -118,10 +118,10 @@ describe Dragonfly::ImageMagick::Processor do image1...
adjust test to use more readable matchers
markevans_dragonfly
train
44fb6564ce585657883cc12bae2124e59777bcbb
diff --git a/routey.js b/routey.js index <HASH>..<HASH> 100644 --- a/routey.js +++ b/routey.js @@ -29,10 +29,14 @@ module.exports = function (config, app) { var routeInitalizer = new RouteInitalizer(config, app); + + var defaultParentRoute = '/'; + var parentRoute = config.parentRoute || defaultParentRoute;...
Parent route is now passed in through external interface, it defaults when not specified.
ashleydavis_routey
train
a1b95202344145cdcacc05ef1f5b0850057e309b
diff --git a/src/Voucher.php b/src/Voucher.php index <HASH>..<HASH> 100644 --- a/src/Voucher.php +++ b/src/Voucher.php @@ -35,6 +35,9 @@ class Voucher if(isset($options['cardNumber'])){ $api->setCardNumber($options['cardNumber']); } + if(isset($options['pincode'])){ + $a...
add pincode optional for voucher balance checks fashioncheque requires a pincode to retrieve the balance. this is currently unsupported.
paynl_sdk
train
4455fa9b2e295d36a9b4a8702a022de1d4cb0f76
diff --git a/pingparsing/cli.py b/pingparsing/cli.py index <HASH>..<HASH> 100644 --- a/pingparsing/cli.py +++ b/pingparsing/cli.py @@ -12,11 +12,11 @@ from datetime import datetime from textwrap import dedent import humanreadable as hr -import logbook from subprocrunner import CommandError +from pingparsing._log...
Replace the logging library of the CLI tool
thombashi_pingparsing
train
ccd37de6f976a52e8de6edd0555881b47de8e5e1
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ post, it can be solved by explicitly install the `matplotlib` dependency `dvipng ### Update History +##### 0.24.2 +* Fixing bug in `get_correlations`. + ##### 0.24.1 * Changing default colour order. ...
Fixing bug in `get_correlations`
Samreay_ChainConsumer
train
c4f6bf6afbf075a64751a091bad640dac3b49f8d
diff --git a/src/test/java/net/masterthought/cucumber/generators/integrations/FeatureReportPageIntegrationTest.java b/src/test/java/net/masterthought/cucumber/generators/integrations/FeatureReportPageIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/masterthought/cucumber/generators/integrations/...
Adds integration test for location attribute (#<I>)
damianszczepanik_cucumber-reporting
train
c74722077bb3eceab3a5435f22b0a0e98ca02e7c
diff --git a/Kwf/Component/Abstract/ContentSender/Lightbox.php b/Kwf/Component/Abstract/ContentSender/Lightbox.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/Abstract/ContentSender/Lightbox.php +++ b/Kwf/Component/Abstract/ContentSender/Lightbox.php @@ -109,13 +109,13 @@ class Kwf_Component_Abstract_ContentSender_...
move closeButton in new lightbox back to kwfLightboxContent and reset styling Conflicts: Kwf/Component/Abstract/ContentSender/Lightbox.php Kwf_js/EyeCandy/Lightbox/Lightbox.js Kwf_js/EyeCandy/Lightbox/Lightbox.scss
koala-framework_koala-framework
train
52c11032df66c362665e01fe35475d410e458048
diff --git a/lib/fastlane/actions/testmunk.rb b/lib/fastlane/actions/testmunk.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/actions/testmunk.rb +++ b/lib/fastlane/actions/testmunk.rb @@ -67,7 +67,7 @@ module Fastlane end def self.author - "mposchen & johannesberdin" + ["mposchen", "joh...
Updated testmunk action to use new multi authors feature
fastlane_fastlane
train
2ea30df96b5156e3a2a67fcf7ad0f57464b84807
diff --git a/tests/HttpProfilingTest.php b/tests/HttpProfilingTest.php index <HASH>..<HASH> 100644 --- a/tests/HttpProfilingTest.php +++ b/tests/HttpProfilingTest.php @@ -25,10 +25,11 @@ class HttpProfilingTest extends TestCase /** @test */ public function it_is_disabled_for_local_environment_if_no_vvv_reques...
DBP: Local env tests added.
dmitry-ivanov_laravel-db-profiler
train
8a2958fbf89d61620e81593056df6a67192167eb
diff --git a/pymysql/connections.py b/pymysql/connections.py index <HASH>..<HASH> 100644 --- a/pymysql/connections.py +++ b/pymysql/connections.py @@ -888,6 +888,7 @@ class Connection(object): def _get_server_information(self): i = 0 packet = MysqlPacket(self) + packet.check_error() ...
handle connection errors properly (fixes petehunt/PyMySQL/#<I>)
aio-libs_aiomysql
train
291c9a069417b8ec35ca3d2abf50c38d2082458f
diff --git a/support/cas-server-support-azure/src/main/java/org/apereo/cas/config/support/authentication/AzureAuthenticatorAuthenticationEventExecutionPlanConfiguration.java b/support/cas-server-support-azure/src/main/java/org/apereo/cas/config/support/authentication/AzureAuthenticatorAuthenticationEventExecutionPlanCo...
Added Azure MFACheckstyle and test fixes
apereo_cas
train
f1a2769fafdf09d3f5f48966a5d75330db874e72
diff --git a/clientManagement.py b/clientManagement.py index <HASH>..<HASH> 100644 --- a/clientManagement.py +++ b/clientManagement.py @@ -60,7 +60,7 @@ class ClientController(remote_controller.RemoteController): # Prefer using a context manager, but this cleans most other cases. self.close() ###...
- used constant c.INITIAL_TIMEOUT rather than magic number
ttinies_sc2gameLobby
train
dc4b97b8514943abbdcc72556ea01d68f2230b40
diff --git a/cmd/dex/serve.go b/cmd/dex/serve.go index <HASH>..<HASH> 100644 --- a/cmd/dex/serve.go +++ b/cmd/dex/serve.go @@ -147,15 +147,6 @@ func serve(cmd *cobra.Command, args []string) error { s = storage.WithStaticPasswords(s, passwords) } - if c.EnablePasswordDB { - c.StaticConnectors = append(c.StaticCo...
cmd/dex/serve: add local connector directly to static connectors in storage
dexidp_dex
train
527013d992f8f781693e4924e65523845d446808
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -59,36 +59,36 @@ exports.indexes = function (geom, limits) { }; function getLocked (geom, limits) { - var locked, - i, + var locked, i, tile, id, + coords = geom.coordinates, tileHash = {}; ...
clean up getLocked and use the same hashing function everywhere for consistency
mapbox_tile-cover
train
a4ffa6351132f9c585b4b5ed2c93c5bf27496156
diff --git a/lib/aasm/aasm.rb b/lib/aasm/aasm.rb index <HASH>..<HASH> 100644 --- a/lib/aasm/aasm.rb +++ b/lib/aasm/aasm.rb @@ -106,27 +106,7 @@ module AASM events = self.class.aasm_events.values.select {|event| event.transitions_from_state?(state) } events.map {|event| event.name} end - - # def human_st...
woopse. forgot to delete this
aasm_aasm
train
a2f3c29379700fd0be907afbab94ab29698d126e
diff --git a/worker/uniter/runner/context.go b/worker/uniter/runner/context.go index <HASH>..<HASH> 100644 --- a/worker/uniter/runner/context.go +++ b/worker/uniter/runner/context.go @@ -270,7 +270,19 @@ func (ctx *HookContext) Storage(tag names.StorageTag) (jujuc.ContextStorage, boo } func (ctx *HookContext) AddUn...
Added check for storage instance count 0.
juju_juju
train
cda76115ec305e8f85a0490273d29e61762c9313
diff --git a/alpaca_trade_api/entity.py b/alpaca_trade_api/entity.py index <HASH>..<HASH> 100644 --- a/alpaca_trade_api/entity.py +++ b/alpaca_trade_api/entity.py @@ -130,25 +130,27 @@ class BarSet(dict): class _Timestamped(object): + _tskeys = ('timestamp',) + def __getattr__(self, key): if key i...
Add an alias for timestamp for streaming Agg
alpacahq_alpaca-trade-api-python
train
b667ed3c89545f60035d3e13b71eda2d9cf1bfdd
diff --git a/lib/jsdom.js b/lib/jsdom.js index <HASH>..<HASH> 100644 --- a/lib/jsdom.js +++ b/lib/jsdom.js @@ -96,12 +96,12 @@ exports.jsdom = function (html, options) { virtualConsole: options.virtualConsole }); + documentFeatures.applyDocumentFeatures(window.document, options.features); + if (options.cr...
Fix windows not being fully initialized when calling created
jsdom_jsdom
train
aa40a31b4766991dc91eb50f97b26253a06b9f1e
diff --git a/lib/oxcelix/nf.rb b/lib/oxcelix/nf.rb index <HASH>..<HASH> 100644 --- a/lib/oxcelix/nf.rb +++ b/lib/oxcelix/nf.rb @@ -1,7 +1,6 @@ module Oxcelix module Numformats - def fmtarr - return [ + Formatarray = [ {:id => '0', :xl => 'General', :ostring => nil, :cls => 'string'}, {:id => '1', ...
Cleared @numformats from Workbook. Formatarray is now a Numformats module constant available to any class including it.
gbiczo_oxcelix
train
78bc87263c02d75131cba5fd9ded1f9f748e659e
diff --git a/src/model/Auth/LoggedUserTokenAuthorization.php b/src/model/Auth/LoggedUserTokenAuthorization.php index <HASH>..<HASH> 100644 --- a/src/model/Auth/LoggedUserTokenAuthorization.php +++ b/src/model/Auth/LoggedUserTokenAuthorization.php @@ -13,13 +13,13 @@ use Nette\Security\IAuthorizator; class LoggedUser...
Extend user/info endpoint with wordpress author - Wordpress API Client is dummy implementation. Will be connected to wordpress later. - Created new WordpressModule (as extension). - WordpressUserTokenAuthorization extends LoggedUserTokenAuthorization. In case source is not wordpress, parent Authorization is called...
remp2020_crm-users-module
train
b0064536147014f4125615020843ee73dc693d4f
diff --git a/bugwarrior/services/gitlab.py b/bugwarrior/services/gitlab.py index <HASH>..<HASH> 100644 --- a/bugwarrior/services/gitlab.py +++ b/bugwarrior/services/gitlab.py @@ -83,6 +83,8 @@ class GitlabClient(ServiceClient): self.host = host self.token = token + self.repo_cache = {} + ...
gitlab: Implement repo_cache. This allows refactoring things into more functions without the need of either passing the repo list around all the time nor querying repo information more than once.
ralphbean_bugwarrior
train
84700be04a6c85b0cd4fdffba3026e63f95b00ee
diff --git a/pyqode/core/modes/filewatcher.py b/pyqode/core/modes/filewatcher.py index <HASH>..<HASH> 100644 --- a/pyqode/core/modes/filewatcher.py +++ b/pyqode/core/modes/filewatcher.py @@ -60,6 +60,7 @@ class FileWatcherMode(Mode, QtCore.QObject): self.editor.new_text_set.connect(self._update_mtime) ...
Fix filewatcher notification when saving big files
pyQode_pyqode.core
train
ff39b13075130de549a3ce79d8f172763c7f904c
diff --git a/src/main/java/com/google/jimfs/path/PathType.java b/src/main/java/com/google/jimfs/path/PathType.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/google/jimfs/path/PathType.java +++ b/src/main/java/com/google/jimfs/path/PathType.java @@ -56,9 +56,18 @@ public abstract class PathType { /** ...
Add tests that Windows relative-with-drive-letter paths (e.g. "C:foo\bar") are not supported. Also update javadoc for PathType.windows() methods to explain what works and doesn't work for Windows-style paths.
google_jimfs
train
f33c74572b530d3ab92d8fc7dfe86dedcb89b0a0
diff --git a/login.php b/login.php index <HASH>..<HASH> 100644 --- a/login.php +++ b/login.php @@ -171,11 +171,17 @@ default: <div> <input type="submit" value="', WT_I18N::translate('Login'), '"> </div> - <div> - <a href="#" id="passwd_click">', WT_I18N::translate('Request new password'), '</a> - </div>';...
#<I> - "Request new user account" fails when all trees are private
fisharebest_webtrees
train
71e811c3899104c89495f83f66fa487076e01620
diff --git a/src/main/java/com/brettonw/bag/BagObject.java b/src/main/java/com/brettonw/bag/BagObject.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/brettonw/bag/BagObject.java +++ b/src/main/java/com/brettonw/bag/BagObject.java @@ -238,6 +238,17 @@ public class BagObject { } /** + * Return wh...
add "has" to allow a user to see if an element is in the BagObject, along with corresponding tests.
brettonw_Bag
train
3504979c4a52e03272e586f21e8e158d03d3ce5f
diff --git a/lib/rack/proxy.rb b/lib/rack/proxy.rb index <HASH>..<HASH> 100644 --- a/lib/rack/proxy.rb +++ b/lib/rack/proxy.rb @@ -84,9 +84,6 @@ module Rack target_request.body_stream.rewind end - # Create a streaming response (the actual network communication is deferred, a.k.a. streamed) - ...
remove redundant HttpStreamingResponse.new call This local variable is redefined next in code, so this assignment looks redundant
ncr_rack-proxy
train
46347ac95e1fb01591254434807b95c1f9887b34
diff --git a/bcbio/variation/multiallelic.py b/bcbio/variation/multiallelic.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/multiallelic.py +++ b/bcbio/variation/multiallelic.py @@ -29,13 +29,13 @@ from bcbio.pipeline import datadict as dd from bcbio.provenance import do from bcbio.variation import effects, vcfu...
GEMINI prep: normalization fix and pass only - Pass `-n` argument to `vt normalize` since it will fail on genomes with non-NGATC IUPAC bases, since there will be a conflict between the VCF REF base (N), and the reference genome base (R, or some other ambiguous base).
bcbio_bcbio-nextgen
train
6a6c75212d9dbd70d963c3806803ba71a97a7fe6
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -386,13 +386,46 @@ gulp.task('watch', function() { /** * --------------------------------------------------------- * DEFAULT TASK : 'gulp' command or ctrl+shift+B (in VSCode) + * -> build app only * --------...
gulpfileNEW default and build all task done (not tested yet)
MacKentoch_easyFormGenerator
train
16a475b32ec4413305679868c445beb95c796f53
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -21,8 +21,14 @@ if (isClient) { var page = require('page') , qs = require('qs') - window.Arkansas = { + window.arkansas = { State: exports.State, + navigate: function(path) { + var ...
Fix Client-Side Routing Initialization The route tree will now be properly traversed up to execute the JavaScript functions to initialize after the initial request.
rkusa_swac
train
d9733da7e1021e2a96a2c1ccd70b35dacd2e12bf
diff --git a/mousedb/localsettings_empty.py b/mousedb/localsettings_empty.py index <HASH>..<HASH> 100644 --- a/mousedb/localsettings_empty.py +++ b/mousedb/localsettings_empty.py @@ -24,7 +24,7 @@ STATIC_URL = '/mousedb-static/' # although not all choices may be available on all operating systems. # If running in a W...
Fixed typo in TIME_ZONE
davebridges_mousedb
train
126fc26da6de0b00809dc1ae4767b501a02975fa
diff --git a/mythril/analysis/call_helpers.py b/mythril/analysis/call_helpers.py index <HASH>..<HASH> 100644 --- a/mythril/analysis/call_helpers.py +++ b/mythril/analysis/call_helpers.py @@ -18,7 +18,7 @@ def get_call_from_state(state: GlobalState) -> Union[Call, None]: op = instruction["opcode"] stack = stat...
Cleaned up some logic. Fixed issue with VMException and freezing on staticcall.
ConsenSys_mythril-classic
train
056d53c6428bee674d9091d576e0050b03899491
diff --git a/client/protocols/analytics.py b/client/protocols/analytics.py index <HASH>..<HASH> 100644 --- a/client/protocols/analytics.py +++ b/client/protocols/analytics.py @@ -1,6 +1,7 @@ """Implements the AnalyticsProtocol, which keeps track of configuration for the ok grading session. """ +import logging impor...
fixed bugs in file scan code, need unittest
okpy_ok-client
train
d7e0e1d406b707285c9f74ca7dbd768a3d3e21fe
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -104,16 +104,17 @@ exports.toLtgt = function (range, _range, map, lower, upper) { else _range.gte = map(range[lb]) } else if(defaults) - _range.gte = lower + _range.gte = map(lower) if(ub) { ...
implement ltgt with mapped lower and upper bounds
dominictarr_ltgt
train
47983549026cd682656ffa4fedd772ede5625a68
diff --git a/classes/Gems/Model/Translator/AppointmentTranslator.php b/classes/Gems/Model/Translator/AppointmentTranslator.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Model/Translator/AppointmentTranslator.php +++ b/classes/Gems/Model/Translator/AppointmentTranslator.php @@ -181,11 +181,12 @@ class Gems_Model_Tr...
Better position for appointment import abort = but no need to change <I>
GemsTracker_gemstracker-library
train
475fed8c515d4e3ad34efd601d800eacbe1604bb
diff --git a/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java b/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager.java index <HASH>..<HASH> 100644 --- a/smack-extensions/src/main/java/org/jivesoftware/smackx/receipts/DeliveryReceiptManager....
Fix DeliveryReceiptsManager.autoAddDeliveryReceiptRequests Must use interceptors instead of sending listeners, as those are invoked *after* the stanza has been put on the wire. Also use the correct filter, which excludes ack messages. Fixes SMACK-<I>.
igniterealtime_Smack
train
74ea57622af211534e2fc833781b00f0427373aa
diff --git a/website/data/version.js b/website/data/version.js index <HASH>..<HASH> 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1,6 +1,6 @@ -export const VERSION = '1.7.2' +export const VERSION = '1.7.3' export const CHANGELOG_URL = - 'https://github.com/hashicorp/vault/blob/master/CHANGELO...
Update website latest version (#<I>)
hashicorp_vault
train
bb822f214f57f1141cdd3cf8f5d88166296f3de8
diff --git a/api.js b/api.js index <HASH>..<HASH> 100644 --- a/api.js +++ b/api.js @@ -789,7 +789,7 @@ var limitClientWithExt = function(client, ext) { } // Validate certificate scopes are subset of client - if (!utils.scopeMatch(client.scopes, scopesets)) { + if (!utils.scopeMatch(client.scopes, [cer...
More tests for auth -- note this is tested in multiple libraries
taskcluster_taskcluster-base
train
4ffa460466e9d1adf38b9d119c94fd436b32077b
diff --git a/code/media/lib_koowa/js/koowa.js b/code/media/lib_koowa/js/koowa.js index <HASH>..<HASH> 100644 --- a/code/media/lib_koowa/js/koowa.js +++ b/code/media/lib_koowa/js/koowa.js @@ -19,6 +19,9 @@ if(!Koowa) var Koowa = {}; Koowa.version = 0.7; +//Legacy +if(!window.$each) window.$each = Object.each; + /...
re #<I> <I> is no longer loading the mootools compat layer.
timble_kodekit
train
b7d544103384239ac05609e76b0826dc251d5273
diff --git a/Admin/Model/UserAdmin.php b/Admin/Model/UserAdmin.php index <HASH>..<HASH> 100644 --- a/Admin/Model/UserAdmin.php +++ b/Admin/Model/UserAdmin.php @@ -137,7 +137,7 @@ class UserAdmin extends Admin if (!$this->getSubject()->hasRole('ROLE_SUPER_ADMIN')) { $formMapper ->w...
Add a real roles method because of FOSUserBundle
sonata-project_SonataUserBundle
train
55ac84c46398563d8f1b3e2ee5b17bfa7ffbfa3a
diff --git a/consul/fsm_test.go b/consul/fsm_test.go index <HASH>..<HASH> 100644 --- a/consul/fsm_test.go +++ b/consul/fsm_test.go @@ -940,3 +940,46 @@ func TestFSM_ACL_Set_Delete(t *testing.T) { t.Fatalf("should be destroyed") } } + +func TestFSM_TombstoneReap(t *testing.T) { + path, err := ioutil.TempDir("", "f...
consul: Test FSM Reap operations
hashicorp_consul
train
90d375d14e8c2c2211247be695fef1231189fd3a
diff --git a/tests/integration/states/pip.py b/tests/integration/states/pip.py index <HASH>..<HASH> 100644 --- a/tests/integration/states/pip.py +++ b/tests/integration/states/pip.py @@ -40,7 +40,10 @@ class PipStateTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn): self.assertSaltCommentReg...
If `SHELL` is not in the environ, the error message is different.
saltstack_salt
train
18f60a121d98c6ce1669365da252aea3cf889264
diff --git a/openquake/server/static/js/engine.js b/openquake/server/static/js/engine.js index <HASH>..<HASH> 100644 --- a/openquake/server/static/js/engine.js +++ b/openquake/server/static/js/engine.js @@ -195,13 +195,13 @@ type: "POST", error: ...
fixed some error [skip CI]
gem_oq-engine
train
c3b3f17134f84d12e755103ab9b012ad08eb72fd
diff --git a/src/python/test/test_dx_completion.py b/src/python/test/test_dx_completion.py index <HASH>..<HASH> 100755 --- a/src/python/test/test_dx_completion.py +++ b/src/python/test/test_dx_completion.py @@ -67,6 +67,9 @@ class TestDXTabCompletion(unittest.TestCase): os.environ['DX_PROJECT_CONTEXT_ID'] = cl...
Try to clean up environment after tab completion tests
dnanexus_dx-toolkit
train
2e96bd79e988f5f34e7d4a6bdaf98675e6d78bfb
diff --git a/godet.go b/godet.go index <HASH>..<HASH> 100644 --- a/godet.go +++ b/godet.go @@ -67,6 +67,8 @@ var ( ErrorNoWsURL = errors.New("no websocket URL") // ErrorNoResponse is returned if a method was expecting a response but got nil instead ErrorNoResponse = errors.New("no response") + // ErrorClose is re...
Fix for <URL> so that sender gorouting can terminate.
raff_godet
train
edb42ab1ec6ce93d3ad9fa648722a308d7f950bd
diff --git a/src/http/CookieBag.php b/src/http/CookieBag.php index <HASH>..<HASH> 100644 --- a/src/http/CookieBag.php +++ b/src/http/CookieBag.php @@ -40,10 +40,21 @@ class CookieBag extends Object implements IteratorAggregate } /** + * Returns all cookies. + * + * @return Cookie[] + * @sinc...
Added CookieBag::all() to return all cookies closes #<I>
bixuehujin_blink
train
e6c210a2fc1fed6b867f73665f015674b281dc1a
diff --git a/tests/unit/sagemaker/workflow/helpers.py b/tests/unit/sagemaker/workflow/helpers.py index <HASH>..<HASH> 100644 --- a/tests/unit/sagemaker/workflow/helpers.py +++ b/tests/unit/sagemaker/workflow/helpers.py @@ -41,7 +41,10 @@ class CustomStep(Step): super(CustomStep, self).__init__( na...
add parameterized tests to transformer (#<I>) add parameterized tests to transformer
aws_sagemaker-python-sdk
train
93dd95c82b87e9159b6ce552c335bd9f7da94589
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .classpath .project .settings +*.log # Package Files # *.jar diff --git a/client/src/main/java/org/craftercms/profile/services/impl/ProfileServiceRestClient.java b/client/src/main/java/org/craftercm...
Fix to show login page on ticket timeout
craftercms_profile
train
8d1fc9355fa30b100f360af158acfd8a32433943
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -453,27 +453,34 @@ func expandPaths(paths []string) []string { } func doInstall() { - for name, target := range installMap { - cmd := "go get" - if *debugFlag { - cmd += " -v" - } - if *updateFlag { - cmd += " -u" - }...
Speed up install step go get can takes multiple packages so install them at the same time. Since many binaries use the same packages it saves us rechecking packages multiple times. More important during a --update step.
alecthomas_gometalinter
train
599c1137bbc2927c7f0d387ccd65daa2a30a6bf4
diff --git a/searx/search.py b/searx/search.py index <HASH>..<HASH> 100644 --- a/searx/search.py +++ b/searx/search.py @@ -311,9 +311,6 @@ class Search(object): if not self.request_data.get('q'): raise Exception('noquery') - # set query - self.query = self.request_data['q'] - ...
[fix] the bang was included in the search string
asciimoo_searx
train
b20dba9197f6ace5f0e312811983f70999c0958b
diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index <HASH>..<HASH> 100644 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -290,7 +290,7 @@ class AppController extends BaseController */ public function batch() { - $this->request->...
Remove unsupported http method (task #<I>)
QoboLtd_cakephp-csv-migrations
train
1390f203a7f07e82347896ec6b65e0ed999f5637
diff --git a/mod/forum/index.php b/mod/forum/index.php index <HASH>..<HASH> 100644 --- a/mod/forum/index.php +++ b/mod/forum/index.php @@ -85,7 +85,7 @@ if ($learningforums) { $currentsection = ""; - foreach ($learningforums as $forum) { + foreach ($learningforums as $key =...
Dont print learning forums table if there aren't any
moodle_moodle
train
ce1b3f0293abc07948cda494efef1cd2cc7e0333
diff --git a/hooks.php b/hooks.php index <HASH>..<HASH> 100644 --- a/hooks.php +++ b/hooks.php @@ -345,6 +345,12 @@ add_filter( 'init', [ '\Pressbooks\BookDirectory', 'init' ], 10, 2 ); // ------------------------------------------------------------------------------------------------------------------- // Sentry ini...
Add Sentry action only if env variables are defined
pressbooks_pressbooks
train
cd47e2e678edc4254c7c582c62ebebc7c7df9eb0
diff --git a/src/main/java/org/mariadb/jdbc/internal/failover/AbstractMastersListener.java b/src/main/java/org/mariadb/jdbc/internal/failover/AbstractMastersListener.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mariadb/jdbc/internal/failover/AbstractMastersListener.java +++ b/src/main/java/org/mariadb/jdbc/...
[misc] internal inTransaction() failover method when master is allowed to be down
MariaDB_mariadb-connector-j
train
286fc89513cbb4905fa83d284b29d976f19ada3d
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ **Version 5.1** - Fixed recordNumberRecode item in base 18 dictionary to have Tumor instead of Patient as its ParentXmlTag. +- Added missing validation on record type attribute when loading a d...
Fixed record type validation (#<I>)
imsweb_naaccr-xml
train
d347c4b5e2584f51bd7ed6defa8fe24d0033e186
diff --git a/src/main/resources/SparkContext.js b/src/main/resources/SparkContext.js index <HASH>..<HASH> 100644 --- a/src/main/resources/SparkContext.js +++ b/src/main/resources/SparkContext.js @@ -283,20 +283,20 @@ with (imported) { */ SparkContext.prototype.accumulator = function() { var initialValue = argum...
#<I> name should be undefined instead of null
EclairJS_eclairjs-nashorn
train
e275af5fae10d77e891f62488f355f91f9eb478e
diff --git a/samcli/lib/schemas/schemas_api_caller.py b/samcli/lib/schemas/schemas_api_caller.py index <HASH>..<HASH> 100644 --- a/samcli/lib/schemas/schemas_api_caller.py +++ b/samcli/lib/schemas/schemas_api_caller.py @@ -181,7 +181,7 @@ class SchemasApiCaller: Parameters ---------- runtime:...
feat: Add Go code generation option to Eventbridge Schemas workflow (#<I>)
awslabs_aws-sam-cli
train
b5d534b767510afb53adc304a4b5f36c784cc7dc
diff --git a/src/contrib/langcheck.php b/src/contrib/langcheck.php index <HASH>..<HASH> 100644 --- a/src/contrib/langcheck.php +++ b/src/contrib/langcheck.php @@ -407,7 +407,7 @@ if(!$error_abort) { if(!is_integer($kw_key)) { report_error(TYPE_WARNING, "Language file contai...
fix: Fixed a minor typo with the LangCheck script mixing up CASE_SENSITIVE and KEYWORDS in one error message
GeSHi_geshi-1.0
train
3d8c2245cb09e0db917648f2cf57f99fd10caca1
diff --git a/pkg_resources/__init__.py b/pkg_resources/__init__.py index <HASH>..<HASH> 100644 --- a/pkg_resources/__init__.py +++ b/pkg_resources/__init__.py @@ -861,7 +861,7 @@ class WorkingSet(object): result = [] if req in extra_req_mapping: - for extra in extra_req_mapping[req]: + ...
Reinstate the or guard in WorkingSet._markers_pass
pypa_setuptools
train
4a37907346257c10d3b072cf63ce94f3ef65aee6
diff --git a/gui/chooseLanguage.py b/gui/chooseLanguage.py index <HASH>..<HASH> 100644 --- a/gui/chooseLanguage.py +++ b/gui/chooseLanguage.py @@ -23,7 +23,10 @@ class chooseLanguageDialog(QtGui.QDialog): QObject.connect(self.ui.OKButton, SIGNAL("clicked(bool)"), self.onOkButton) for lang_xx...
if the locale name is not in our languageNames list, just show the locale string
subdownloader_subdownloader
train
7281b77a7245c1f57089db27501aca45842e7c4e
diff --git a/lib/rbjs.rb b/lib/rbjs.rb index <HASH>..<HASH> 100644 --- a/lib/rbjs.rb +++ b/lib/rbjs.rb @@ -36,7 +36,7 @@ module Rbjs def evaluate function_parameters = nil instance_exec *function_parameters, &@_block - @_called_expressions.map(&:last_childs).flatten.reject(&:is_argument).map(&:to...
added trailing semicolon at end of output
buhrmi_rbjs
train
eb3c4cec7a39957ed4b828074d211d096bb87d62
diff --git a/lib/review/epubmaker.rb b/lib/review/epubmaker.rb index <HASH>..<HASH> 100644 --- a/lib/review/epubmaker.rb +++ b/lib/review/epubmaker.rb @@ -133,7 +133,7 @@ module ReVIEW def copy_images(resdir, destdir, allow_exts=nil) return nil unless File.exist?(resdir) allow_exts = @params["image_ext"] i...
refactor: mkdir_p also do directory-checking, so no need to FileTest.directory? cf: <URL>
kmuto_review
train
4907b21ba4d7ce4a485f7ff32ea3880aad8e6edd
diff --git a/commands/command_filter_process.go b/commands/command_filter_process.go index <HASH>..<HASH> 100644 --- a/commands/command_filter_process.go +++ b/commands/command_filter_process.go @@ -200,7 +200,7 @@ func filterCommand(cmd *cobra.Command, args []string) { } if len(malformedOnWindows) > 0 { - fmt.F...
commands: fill in missing printf arg
git-lfs_git-lfs
train
4ddc8d1c7141d63a4b25bca2fd6e0b0051582987
diff --git a/src/Vendor/Model/ManagerInterface.php b/src/Vendor/Model/ManagerInterface.php index <HASH>..<HASH> 100644 --- a/src/Vendor/Model/ManagerInterface.php +++ b/src/Vendor/Model/ManagerInterface.php @@ -34,6 +34,7 @@ interface ManagerInterface VendorInterface $vendor, array $miraklData );...
Add new function to record a wallet in db
hipay_hipay-wallet-cashout-mirakl-library
train
b103ca9be5a863cbb99b8a57dc50ec08d321123e
diff --git a/phpfastcache/3.0.0/drivers/sqlite.php b/phpfastcache/3.0.0/drivers/sqlite.php index <HASH>..<HASH> 100644 --- a/phpfastcache/3.0.0/drivers/sqlite.php +++ b/phpfastcache/3.0.0/drivers/sqlite.php @@ -43,7 +43,7 @@ class phpfastcache_sqlite extends BasePhpFastCache implements phpfastcache_drive $db->...
Fix typo in table name "balacing"
PHPSocialNetwork_phpfastcache
train
e7eab82f8dca5c47cb7d19da4109782f5b5da31c
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -6,7 +6,7 @@ require 'shoulda' require 'libxml' -require File.dirname(__FILE__) + '/../lib/xero_gateway.rb' +require File.dirname(__FILE__) + '/../lib/xero_gateway.rb' unless de...
Fix already defined constant warning when running tests
xero-gateway_xero_gateway
train
30098fd73f19e324eef41832a9971c17eccbea1d
diff --git a/test/e2e/network/network_policy.go b/test/e2e/network/network_policy.go index <HASH>..<HASH> 100644 --- a/test/e2e/network/network_policy.go +++ b/test/e2e/network/network_policy.go @@ -560,7 +560,7 @@ func createNetworkClientPod(f *framework.Framework, namespace *v1.Namespace, pod Args: []string{ ...
Make use of nc for Linux and Windows compatibility
kubernetes_kubernetes
train
57fb24d60656bc99192c9768ff04dd78de9ef695
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -36,7 +36,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "12.0.1" +DEFAULT_VERSION = "12.0.2" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" def _python_cmd(*ar...
Bumped to <I> in preparation for next release.
pypa_setuptools
train
8a5ac83b8d86051a86d6abdab6864aadee4c5870
diff --git a/h2o-algos/src/main/java/hex/glm/GLM.java b/h2o-algos/src/main/java/hex/glm/GLM.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/main/java/hex/glm/GLM.java +++ b/h2o-algos/src/main/java/hex/glm/GLM.java @@ -513,7 +513,7 @@ public class GLM extends ModelBuilder<GLMModel,GLMParameters,GLMOutput> { pr...
updated line search in GLM, decreased step size, increased max number of steps.
h2oai_h2o-3
train
fd198b8776ebfac86b079cc105e8b07e5c4d641b
diff --git a/mod/quiz/backuplib.php b/mod/quiz/backuplib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/backuplib.php +++ b/mod/quiz/backuplib.php @@ -754,6 +754,8 @@ fwrite ($bf,full_tag("PASSWORD",4,false,$quiz->password)); fwrite ($bf,full_tag("SUBNET",4,false,$quiz->subnet)); fwrite ($bf,...
Adding new feature: Time delay between quiz attempts
moodle_moodle
train
641868fc5913bddea877fa7dc261ab7e15addec1
diff --git a/js/qryptos.js b/js/qryptos.js index <HASH>..<HASH> 100644 --- a/js/qryptos.js +++ b/js/qryptos.js @@ -319,8 +319,13 @@ module.exports = class qryptos extends Exchange { }; if (typeof limit !== 'undefined') request['limit'] = limit; + let queryByTimestamp = false; + ...
BugFixed: Get Executions by Timestamp lossing timestamp paramter and parse error.
ccxt_ccxt
train
6c4749b33c604576ca89cb58b398f973010b3e1a
diff --git a/cmd/minikube/cmd/config/profile.go b/cmd/minikube/cmd/config/profile.go index <HASH>..<HASH> 100644 --- a/cmd/minikube/cmd/config/profile.go +++ b/cmd/minikube/cmd/config/profile.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" "io/ioutil" - "k8s.io/kubernetes/cmd/kube-...
Bugfix: Imported wrong configname
kubernetes_minikube
train
eba999b5ed79beb5ece67b491b30f84d30ef2659
diff --git a/admin_users.php b/admin_users.php index <HASH>..<HASH> 100644 --- a/admin_users.php +++ b/admin_users.php @@ -177,7 +177,15 @@ case 'loadrows': $ORDER_BY = '1 ASC'; } - $sql = "SELECT SQL_CACHE SQL_CALC_FOUND_ROWS '', u.user_id, user_name, real_name, email, us1.setting_value, us2.setting_value, us2....
verified_by_admin always shown as 'no' on user list
fisharebest_webtrees
train
b63d99b7919185b36de3eb6a06e8e37c53981887
diff --git a/tasks/fest.js b/tasks/fest.js index <HASH>..<HASH> 100644 --- a/tasks/fest.js +++ b/tasks/fest.js @@ -77,6 +77,8 @@ module.exports = function (grunt) { } grunt.file.write(dest, contents); grunt.log.ok(); + } else { + ...
Update fest.js Die, if you can't compile file
eprev_grunt-fest
train
9957e88e5ca6c572656d75abbf5d066069c4ff1b
diff --git a/java/src/com/google/template/soy/jssrc/internal/GenJsCodeVisitor.java b/java/src/com/google/template/soy/jssrc/internal/GenJsCodeVisitor.java index <HASH>..<HASH> 100644 --- a/java/src/com/google/template/soy/jssrc/internal/GenJsCodeVisitor.java +++ b/java/src/com/google/template/soy/jssrc/internal/GenJsCo...
Cast state variables in jssrc to avoid issues like where the state var is a proto. GITHUB_BREAKING_CHANGES=n/a ------------- Created by MOE: <URL>
google_closure-templates
train
6cf3006baf8ec9d3bb120315bd749bb6116ce9b0
diff --git a/design/dsl/attribute.go b/design/dsl/attribute.go index <HASH>..<HASH> 100644 --- a/design/dsl/attribute.go +++ b/design/dsl/attribute.go @@ -1,6 +1,7 @@ package dsl import ( + "reflect" "regexp" "strconv" "strings" @@ -322,28 +323,8 @@ func Minimum(val interface{}) { } else { var f float6...
Reduce Max/Min cyclomatic complexity, #<I>
goadesign_goa
train