diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/util-events.js b/src/util-events.js
index <HASH>..<HASH> 100644
--- a/src/util-events.js
+++ b/src/util-events.js
@@ -41,7 +41,7 @@ seajs.off = function(name, callback) {
// Emit event, firing all bound callbacks. Callbacks receive the same
// arguments as `emit` does, apart from the event name
var ... | Delete unused var . |
diff --git a/src/App.php b/src/App.php
index <HASH>..<HASH> 100644
--- a/src/App.php
+++ b/src/App.php
@@ -8,7 +8,6 @@ use Tuum\Web\ServiceInterface\RendererInterface;
use Tuum\Web\Stack\Stackable;
use Tuum\Web\Stack\StackableInterface;
use Tuum\Web\Stack\StackHandleInterface;
-use Tuum\Locator\Container;
class A... | use ContainerInterface as $container. |
diff --git a/core/codegen/platform/src/main/java/org/overture/codegen/trans/patterns/PatternTrans.java b/core/codegen/platform/src/main/java/org/overture/codegen/trans/patterns/PatternTrans.java
index <HASH>..<HASH> 100644
--- a/core/codegen/platform/src/main/java/org/overture/codegen/trans/patterns/PatternTrans.java
+... | Fix: missing handling of the ignore pattern for local pattern assignments |
diff --git a/treeherder/webapp/graphql/schema.py b/treeherder/webapp/graphql/schema.py
index <HASH>..<HASH> 100644
--- a/treeherder/webapp/graphql/schema.py
+++ b/treeherder/webapp/graphql/schema.py
@@ -64,6 +64,11 @@ class FailureLineGraph(DjangoObjectType):
model = FailureLine
+class GroupGraph(DjangoObj... | Bug <I> - Add support for getting the FailureLine Group via GraphQL |
diff --git a/src/app/actions/headers/peptable.py b/src/app/actions/headers/peptable.py
index <HASH>..<HASH> 100644
--- a/src/app/actions/headers/peptable.py
+++ b/src/app/actions/headers/peptable.py
@@ -39,7 +39,10 @@ def get_psm2pep_header(oldheader, isobq_pattern=False, precurqfield=False):
def get_linear_model_he... | When inserting field in header, if PEP does not exist, use q-value |
diff --git a/salt/modules/cron.py b/salt/modules/cron.py
index <HASH>..<HASH> 100644
--- a/salt/modules/cron.py
+++ b/salt/modules/cron.py
@@ -604,10 +604,10 @@ def rm_job(user,
if rm_ is not None:
lst['crons'].pop(rm_)
ret = 'removed'
- comdat = _write_cron_lines(user, _render_tab(lst))
- ... | Don't create cron for cron.rm_job if no cron present for user |
diff --git a/jira/client.py b/jira/client.py
index <HASH>..<HASH> 100644
--- a/jira/client.py
+++ b/jira/client.py
@@ -1755,9 +1755,15 @@ class JIRA:
try:
user_obj: User
if self._is_cloud:
- user_obj = self.search_users(query=user, maxResults=1)[0]
+ user... | Locate the exact user by identifier if multiple users returned from query (#<I>) |
diff --git a/tests/test_rpool.py b/tests/test_rpool.py
index <HASH>..<HASH> 100644
--- a/tests/test_rpool.py
+++ b/tests/test_rpool.py
@@ -108,9 +108,20 @@ def return_instance(cls):
def start_job(func, args):
pool = get_reusable_pool(processes=2)
- pool.apply(func, args)
- pool.terminate()
- pool.join(... | TST ensure that callback pool end cleanly |
diff --git a/lib/fog/aws/models/ec2/snapshot.rb b/lib/fog/aws/models/ec2/snapshot.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/models/ec2/snapshot.rb
+++ b/lib/fog/aws/models/ec2/snapshot.rb
@@ -10,10 +10,13 @@ module Fog
identity :id, 'snapshotId'
+ attribute :description
attribute :p... | [ec2] update snapshot models to accept new attributes |
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js
index <HASH>..<HASH> 100644
--- a/lib/determine-basal/determine-basal.js
+++ b/lib/determine-basal/determine-basal.js
@@ -374,10 +374,20 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
... | lowtempimpact based on <I> minutes (#<I>)
* lowtempimpact based on <I> minutes
@Scott
* <I> as default for minutes_running |
diff --git a/spec/javascripts/unit/transports/flash_transport_spec.js b/spec/javascripts/unit/transports/flash_transport_spec.js
index <HASH>..<HASH> 100644
--- a/spec/javascripts/unit/transports/flash_transport_spec.js
+++ b/spec/javascripts/unit/transports/flash_transport_spec.js
@@ -31,6 +31,10 @@ describe("FlashTra... | Test FlashTransport for ping support |
diff --git a/packages/vaex-jupyter/vaex/jupyter/bqplot.py b/packages/vaex-jupyter/vaex/jupyter/bqplot.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-jupyter/vaex/jupyter/bqplot.py
+++ b/packages/vaex-jupyter/vaex/jupyter/bqplot.py
@@ -51,6 +51,7 @@ class BqplotBackend(BackendBase):
margin = {'bottom': 30... | vaex-jupyter: have a min with for bqplot |
diff --git a/api.go b/api.go
index <HASH>..<HASH> 100644
--- a/api.go
+++ b/api.go
@@ -1,4 +1,4 @@
-package main
+package giota
import (
"bytes"
diff --git a/api_mock.go b/api_mock.go
index <HASH>..<HASH> 100644
--- a/api_mock.go
+++ b/api_mock.go
@@ -1,4 +1,4 @@
-package main
+package giota
// XXX: add a mock ... | changes the package from main to giota |
diff --git a/js/bitfinex.js b/js/bitfinex.js
index <HASH>..<HASH> 100644
--- a/js/bitfinex.js
+++ b/js/bitfinex.js
@@ -578,8 +578,9 @@ module.exports = class bitfinex extends Exchange {
}
handleErrors (code, reason, url, method, headers, body) {
- if (this.verbose)
+ if (this.verbose) {
... | one more transpiler fix... maybe |
diff --git a/core-bundle/src/DependencyInjection/ContaoCoreExtension.php b/core-bundle/src/DependencyInjection/ContaoCoreExtension.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/DependencyInjection/ContaoCoreExtension.php
+++ b/core-bundle/src/DependencyInjection/ContaoCoreExtension.php
@@ -66,7 +66,6 @@ class C... | [Core] No need to add YAML to container resources, the loader does it already |
diff --git a/src/consumer/subscriptionState.js b/src/consumer/subscriptionState.js
index <HASH>..<HASH> 100644
--- a/src/consumer/subscriptionState.js
+++ b/src/consumer/subscriptionState.js
@@ -74,22 +74,24 @@ module.exports = class SubscriptionState {
}
/**
- * @returns {Array<TopicPartitions>} topicPartiti... | Always return the list of partitions with stable order |
diff --git a/chef/lib/chef/provider/package/pkg.rb b/chef/lib/chef/provider/package/pkg.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/provider/package/pkg.rb
+++ b/chef/lib/chef/provider/package/pkg.rb
@@ -37,11 +37,10 @@ class Chef
when /^#{@new_resource.package_name}-(.+)/
@curren... | clean up some unneeded code paths in Chef::Package::Pkg |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -130,11 +130,12 @@ setup(
'scripts/mm_project'],
include_dirs = [numpy.get_include()],
ext_modules = [cocovar_module],
- data_files = [('emma2', ['emma2.cfg'])],
+ data_files = [('emma... | [setup] install stallone lib to lib dir in emma2 egg. Removed jcc dependencies |
diff --git a/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java b/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java
index <HASH>..<HASH> 100644
--- a/fluid-ws-java-client/src/main/java/com/fluid/ws/client/v1/ABaseClientWS.java
+++ b/fluid-ws-java-client/src/main/java... | Added a version fetcher for API. |
diff --git a/core/src/main/java/com/digitalpebble/storm/crawler/util/MetadataTransfer.java b/core/src/main/java/com/digitalpebble/storm/crawler/util/MetadataTransfer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/digitalpebble/storm/crawler/util/MetadataTransfer.java
+++ b/core/src/main/java/com/digitalp... | MetadataTransfer : bugfix - configure method should be protected |
diff --git a/lib/defaults.php b/lib/defaults.php
index <HASH>..<HASH> 100644
--- a/lib/defaults.php
+++ b/lib/defaults.php
@@ -23,6 +23,7 @@
"maxeditingtime" => 1800,
"changepassword" => true,
"country" => "",
+ "prefix" => "",
"guestloginbutton" => 1,
... | Add default prefix (for tables) of "" for upgraders |
diff --git a/src/Gerrie/Gerrie.php b/src/Gerrie/Gerrie.php
index <HASH>..<HASH> 100644
--- a/src/Gerrie/Gerrie.php
+++ b/src/Gerrie/Gerrie.php
@@ -431,7 +431,7 @@ class Gerrie {
}
// Clear the temp tables. The data is not needed anymore
- //$this->cleanupTempTables();
+ $this->cleanupTempTables();
$this-... | Activated cleanup of temp tables again |
diff --git a/packages/cucumber-browserstack-example/nightwatch.conf.js b/packages/cucumber-browserstack-example/nightwatch.conf.js
index <HASH>..<HASH> 100644
--- a/packages/cucumber-browserstack-example/nightwatch.conf.js
+++ b/packages/cucumber-browserstack-example/nightwatch.conf.js
@@ -13,6 +13,8 @@ module.exports ... | set windows <I> as platform for browserstack tests |
diff --git a/python_modules/dagster/dagster/scheduler/sensor.py b/python_modules/dagster/dagster/scheduler/sensor.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/scheduler/sensor.py
+++ b/python_modules/dagster/dagster/scheduler/sensor.py
@@ -144,7 +144,7 @@ def execute_sensor_iteration_loop(
... | Fix sensor loop handle cleanup
Summary:
TIL that pop_stack doesn't actually close the contextmanagers in the stack! <URL>.
Resolves <URL>, CTRL-C the daemon, daemon no longer hangs.
Reviewers: prha, johann, alangenfeld
Reviewed By: johann
Differential Revision: <URL> |
diff --git a/src/bundle/Controller/LanguageController.php b/src/bundle/Controller/LanguageController.php
index <HASH>..<HASH> 100644
--- a/src/bundle/Controller/LanguageController.php
+++ b/src/bundle/Controller/LanguageController.php
@@ -186,8 +186,7 @@ class LanguageController extends Controller
public function ... | EZP-<I>: Can't edit language because of Internal Server Error |
diff --git a/green/cmdline.py b/green/cmdline.py
index <HASH>..<HASH> 100644
--- a/green/cmdline.py
+++ b/green/cmdline.py
@@ -167,7 +167,6 @@ def main(testing=False, coverage_testing=False):
cov.stop()
cov.save()
cov.combine()
- cov.save()
cov.report(file=stream, omit=omit)
... | Removed a redundant coverage call. |
diff --git a/wp-cxense.php b/wp-cxense.php
index <HASH>..<HASH> 100644
--- a/wp-cxense.php
+++ b/wp-cxense.php
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WP cXense
- * Version: 1.1.16
+ * Version: 1.1.17
* Plugin URI: https://github.com/BenjaminMedia/wp-cxense
* Description: This plugin integrates your site with ... | Bumped plugin version to <I> |
diff --git a/juju/utils.py b/juju/utils.py
index <HASH>..<HASH> 100644
--- a/juju/utils.py
+++ b/juju/utils.py
@@ -115,6 +115,8 @@ class IdQueue:
async def block_until(*conditions, timeout=None, wait_period=0.5):
"""Return only after all conditions are true.
+ If a timeout occurs, it cancels the task and rai... | Minor comments on docs for block_until related functions. |
diff --git a/core/base/Boot.php b/core/base/Boot.php
index <HASH>..<HASH> 100644
--- a/core/base/Boot.php
+++ b/core/base/Boot.php
@@ -213,7 +213,7 @@ abstract class Boot
$require = require_once(dirname($this->_baseYiiFile) . DIRECTORY_SEPARATOR . 'BaseYii.php');
- in... | use require once in order to fix multi loading. |
diff --git a/src/Selection.js b/src/Selection.js
index <HASH>..<HASH> 100644
--- a/src/Selection.js
+++ b/src/Selection.js
@@ -80,7 +80,7 @@ class Selection {
, collides, offsetData;
// Right clicks
- if (e.which === 3 || e.button === 2 || !isOverContainer(node, e.pageX, e.pageY))
+ if (e.which === ... | [fixed] use client coords to get node during selection |
diff --git a/tests/model/test_exif.py b/tests/model/test_exif.py
index <HASH>..<HASH> 100644
--- a/tests/model/test_exif.py
+++ b/tests/model/test_exif.py
@@ -37,7 +37,7 @@ class TestOcrdExif(TestCase):
self.assertEqual(exif.photometricInterpretation, '1')
def test_png2(self):
- exif = OcrdExif(I... | fix test regression from OCR-D/assets#<I> |
diff --git a/lib/passport/index.js b/lib/passport/index.js
index <HASH>..<HASH> 100644
--- a/lib/passport/index.js
+++ b/lib/passport/index.js
@@ -109,6 +109,15 @@ Passport.prototype.session = function() {
*
* Examples:
*
+ * passport.authenticate('local', { successRedirect: '/', failureRedirect: '/login' })(... | Add additional examples to passport.authenticate(). |
diff --git a/src/main/resources/admin-ui/js/robe/ProfileManagement.js b/src/main/resources/admin-ui/js/robe/ProfileManagement.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/admin-ui/js/robe/ProfileManagement.js
+++ b/src/main/resources/admin-ui/js/robe/ProfileManagement.js
@@ -31,6 +31,10 @@ function initializ... | ROBE-<I> cookie destroyed in client-side |
diff --git a/inigo_suite_test.go b/inigo_suite_test.go
index <HASH>..<HASH> 100644
--- a/inigo_suite_test.go
+++ b/inigo_suite_test.go
@@ -269,13 +269,13 @@ func beforeSuite(encodedSharedContext []byte) {
context.SharedContext.NsyncListenerPath,
"-etcdCluster", strings.Join(context.EtcdRunner.NodeURLS(), ","),
... | move circus/rep addr config to nsync |
diff --git a/spec/unit/interface/face_collection_spec.rb b/spec/unit/interface/face_collection_spec.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/interface/face_collection_spec.rb
+++ b/spec/unit/interface/face_collection_spec.rb
@@ -30,8 +30,8 @@ describe Puppet::Interface::FaceCollection do
after :all do
#... | (PUP-<I>) Fix a use of 'subject' in an after hook |
diff --git a/src/Parser/BaseParser.php b/src/Parser/BaseParser.php
index <HASH>..<HASH> 100644
--- a/src/Parser/BaseParser.php
+++ b/src/Parser/BaseParser.php
@@ -1,10 +1,5 @@
<?php
-/**
- * @file
- * Contains \Hedron\Parser\BaseParser.
- */
-
namespace Hedron\Parser;
use EclipseGc\Plugin\PluginDefinitionInterfa... | removing a non-essential file comment |
diff --git a/test/actions/nodesSpec.js b/test/actions/nodesSpec.js
index <HASH>..<HASH> 100644
--- a/test/actions/nodesSpec.js
+++ b/test/actions/nodesSpec.js
@@ -60,6 +60,7 @@ describe('Node actions with dependencies', () => {
x: 10,
y: 10,
},
+ properties:... | fix(tests): fix nodesSpec tests (missing new property "properties") |
diff --git a/Controller/Tool/RolesController.php b/Controller/Tool/RolesController.php
index <HASH>..<HASH> 100644
--- a/Controller/Tool/RolesController.php
+++ b/Controller/Tool/RolesController.php
@@ -401,8 +401,8 @@ class RolesController extends Controller
{
$this->checkAccess($workspace);
$th... | [CoreBundle] Commenting broken code. |
diff --git a/pandas/core/panel.py b/pandas/core/panel.py
index <HASH>..<HASH> 100644
--- a/pandas/core/panel.py
+++ b/pandas/core/panel.py
@@ -1930,16 +1930,20 @@ def _get_combined_index(frames, intersect=False):
if intersect:
combine = Index.intersection
+ copy = Index
+ unique = lambda x... | ENH: contrib perf optimization in panel homogenization routine |
diff --git a/lib/octocatalog-diff/catalog.rb b/lib/octocatalog-diff/catalog.rb
index <HASH>..<HASH> 100644
--- a/lib/octocatalog-diff/catalog.rb
+++ b/lib/octocatalog-diff/catalog.rb
@@ -222,7 +222,7 @@ module OctocatalogDiff
else
source_file
end
- "(#{filename}:#{line_number})"
+ "(#{f... | Drop environments/production from the start of file names |
diff --git a/lib/web.route.handler.js b/lib/web.route.handler.js
index <HASH>..<HASH> 100644
--- a/lib/web.route.handler.js
+++ b/lib/web.route.handler.js
@@ -48,7 +48,7 @@ function convertUrlSegmentToRegex(segment) {
return '(' + pieces[1].substring(0, pieces[1].length - 1) + ')';
}
else if (pieces.... | correctly allow more characters in url path parts for parsing |
diff --git a/transfer/adapterbase.go b/transfer/adapterbase.go
index <HASH>..<HASH> 100644
--- a/transfer/adapterbase.go
+++ b/transfer/adapterbase.go
@@ -99,6 +99,7 @@ func (a *adapterBase) worker(workerNum int) {
if signalAuthOnResponse {
authCallback = func() {
a.authWait.Done()
+ signalAuthOnResponse... | Fix retry; only confirm that auth signal done when auth func called |
diff --git a/lib/datalib.php b/lib/datalib.php
index <HASH>..<HASH> 100644
--- a/lib/datalib.php
+++ b/lib/datalib.php
@@ -698,6 +698,11 @@ function get_courses_wmanagers($categoryid=0, $sort="c.sortorder ASC", $fields=a
return array(); // no courses!
}
+ $CFG->coursemanager = trim($CFG->coursemanage... | datalib:get_courses_wmanagers() handle empty $CFG->coursemanager more gracefully
Having no roles set as coursemanager is a valid setting.
get_courses_wmanagers() should not produce invalid SQL on it...
actually, it should not even try to get the course managers. |
diff --git a/structr-core/src/main/java/org/structr/core/graph/Tx.java b/structr-core/src/main/java/org/structr/core/graph/Tx.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/graph/Tx.java
+++ b/structr-core/src/main/java/org/structr/core/graph/Tx.java
@@ -46,7 +46,7 @@ public class Tx... | use the transaction notification flag from securityContext by default |
diff --git a/src/WebPageInspector.php b/src/WebPageInspector.php
index <HASH>..<HASH> 100644
--- a/src/WebPageInspector.php
+++ b/src/WebPageInspector.php
@@ -7,10 +7,6 @@ use webignition\WebResourceInterfaces\WebPageInterface;
class WebPageInspector
{
- const CHARSET_GB2312 = 'GB2312';
- const CHARSET_BIG5 =... | Remove WebPageInspector::CHARSET_* constants (#<I>) |
diff --git a/packages/feedback/src/FeedbackForm.js b/packages/feedback/src/FeedbackForm.js
index <HASH>..<HASH> 100644
--- a/packages/feedback/src/FeedbackForm.js
+++ b/packages/feedback/src/FeedbackForm.js
@@ -211,7 +211,6 @@ const FeedbackForm = ({
onClick={onClose}
color="secondary"
... | fix(feedback): removed console log |
diff --git a/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php b/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php
+++ b/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php
@... | added ob_clean if outputbuffer is not empty |
diff --git a/Swat/SwatFrame.php b/Swat/SwatFrame.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatFrame.php
+++ b/Swat/SwatFrame.php
@@ -28,6 +28,13 @@ class SwatFrame extends SwatContainer implements SwatTitleable
public $subtitle = null;
/**
+ * An optional string to separate subtitle from the title
+ *
+ * @v... | Replace hardcoded space between title and subtitle with a public property named $title_seperator that defaults to ': '.
svn commit r<I> |
diff --git a/src/core/renderers/webgl/managers/FilterManager.js b/src/core/renderers/webgl/managers/FilterManager.js
index <HASH>..<HASH> 100644
--- a/src/core/renderers/webgl/managers/FilterManager.js
+++ b/src/core/renderers/webgl/managers/FilterManager.js
@@ -106,7 +106,7 @@ FilterManager.prototype.popFilter = funct... | Merged in dev conflict
# Conflicts:
# src/core/renderers/webgl/managers/FilterManager.js |
diff --git a/lib/perobs/IndexTreeNode.rb b/lib/perobs/IndexTreeNode.rb
index <HASH>..<HASH> 100644
--- a/lib/perobs/IndexTreeNode.rb
+++ b/lib/perobs/IndexTreeNode.rb
@@ -190,8 +190,8 @@ module PEROBS
# Recursively check this node and all sub nodes. Compare the found
# ID/address pairs with the corresponding ... | Fix: Eliminate yardoc warnings. |
diff --git a/tests/Core/ModuleResolver/ResolverStackTest.php b/tests/Core/ModuleResolver/ResolverStackTest.php
index <HASH>..<HASH> 100644
--- a/tests/Core/ModuleResolver/ResolverStackTest.php
+++ b/tests/Core/ModuleResolver/ResolverStackTest.php
@@ -43,7 +43,7 @@ class ResolverStackTest extends PHPUnit_Framework_TestC... | need to write tests for the tests i think... |
diff --git a/src/main/java/com/buschmais/jqassistant/plugin/maven3/api/scanner/MavenScope.java b/src/main/java/com/buschmais/jqassistant/plugin/maven3/api/scanner/MavenScope.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/plugin/maven3/api/scanner/MavenScope.java
+++ b/src/main/java/com/b... | Renamed methods in the Scope interface and added some JavaDoc. |
diff --git a/lib/jekyll/utils.rb b/lib/jekyll/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/utils.rb
+++ b/lib/jekyll/utils.rb
@@ -6,7 +6,7 @@ module Jekyll
autoload :Ansi, "jekyll/utils/ansi"
# Constants for use in #slugify
- SLUGIFY_MODES = %w(raw default pretty urlsafe)
+ SLUGIFY_MODES = %w... | One final "urlsafe" replaced with "ascii" |
diff --git a/backtrader/strategy.py b/backtrader/strategy.py
index <HASH>..<HASH> 100644
--- a/backtrader/strategy.py
+++ b/backtrader/strategy.py
@@ -497,11 +497,13 @@ class Strategy(with_metaclass(MetaStrategy, StrategyBase)):
size = abs(size or possize)
if possize > 0:
- return self.se... | Correct method close of strategy by using kwargs which was not taking into account the existence of a plimit parameter in methods buy/sell and would pass the execution type as plimit |
diff --git a/monitor/schedule_test.go b/monitor/schedule_test.go
index <HASH>..<HASH> 100644
--- a/monitor/schedule_test.go
+++ b/monitor/schedule_test.go
@@ -286,7 +286,7 @@ func agentSchedule(t *testing.T, td *testData, queue *mockQueue,
// Tick here on purpose, so that not all events are ignored because
// the o... | Increased timeout for `mockQueue.awaitCompletion` |
diff --git a/php/WP_CLI/Bootstrap/DefineProtectedCommands.php b/php/WP_CLI/Bootstrap/DefineProtectedCommands.php
index <HASH>..<HASH> 100644
--- a/php/WP_CLI/Bootstrap/DefineProtectedCommands.php
+++ b/php/WP_CLI/Bootstrap/DefineProtectedCommands.php
@@ -40,7 +40,7 @@ final class DefineProtectedCommands implements Boot... | CS for php/WP_CLI/Bootstrap/*
Auto-fixing of sniffs no longer excluded.
See #<I>. |
diff --git a/promise/promise.py b/promise/promise.py
index <HASH>..<HASH> 100644
--- a/promise/promise.py
+++ b/promise/promise.py
@@ -818,7 +818,7 @@ class Promise(Generic[T]):
)
-_type_done_callbacks = WeakKeyDictionary() # type: Dict[type, bool]
+_type_done_callbacks = WeakKeyDictionary()
def is_f... | Remove incorrect type annotation
mypy complained that WeakKeyDictionary is not a Dict[type, bool]. |
diff --git a/src/werkzeug/middleware/shared_data.py b/src/werkzeug/middleware/shared_data.py
index <HASH>..<HASH> 100644
--- a/src/werkzeug/middleware/shared_data.py
+++ b/src/werkzeug/middleware/shared_data.py
@@ -35,7 +35,7 @@ class SharedDataMiddleware(object):
environments or simple server setups. Usage is qui... | Update documentation of SharedDataMiddleware
Let the doc of SharedDataMiddleware reflect its move to middleware.shared_data |
diff --git a/OpenPNM/Utilities/misc.py b/OpenPNM/Utilities/misc.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Utilities/misc.py
+++ b/OpenPNM/Utilities/misc.py
@@ -1,5 +1,5 @@
import scipy as _sp
-import time
+import time as _time
def iscoplanar(coords):
r'''
@@ -48,8 +48,8 @@ def tic():
Homemade version o... | A few updates to misc
- it is important to import other modules preceded with an underscore, or else they pollute the namespace
Former-commit-id: <I>a5b<I>b<I>d8da6c4bac3d6c9a<I>ae
Former-commit-id: 8f<I>be5dd<I>caf<I>e<I>abefdc<I>a<I>bdaaf<I>d |
diff --git a/src/Commands/Import.php b/src/Commands/Import.php
index <HASH>..<HASH> 100644
--- a/src/Commands/Import.php
+++ b/src/Commands/Import.php
@@ -104,8 +104,11 @@ class Import extends Command
foreach ($users as $user) {
try {
+ // Get the users credentials array.
+ ... | Fixed retrieving the existing users model during import. |
diff --git a/lib/arel.rb b/lib/arel.rb
index <HASH>..<HASH> 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -1,5 +1,4 @@
require 'active_support/inflector'
-require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'
d... | removing cattr_accessor |
diff --git a/backbone-formview.js b/backbone-formview.js
index <HASH>..<HASH> 100644
--- a/backbone-formview.js
+++ b/backbone-formview.js
@@ -1117,7 +1117,7 @@
} else {
$option = Backbone.$('<option>').text(val.display).attr('value', val.value);
if... | Change attr(selected) and attr(checked) calls to prop() calls, as they should be in newer versions of jQuery |
diff --git a/TYPO3.Neos/Classes/Routing/PageRoutePartHandler.php b/TYPO3.Neos/Classes/Routing/PageRoutePartHandler.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Neos/Classes/Routing/PageRoutePartHandler.php
+++ b/TYPO3.Neos/Classes/Routing/PageRoutePartHandler.php
@@ -53,7 +53,7 @@ class PageRoutePartHandler extends \F3\... | [+BUGFIX] FLOW3: Removed object and cache configuration for missing DatesReader class, resolving exception #<I>.
[~TASK] TYPO3 (Routing): Whitespace fixes, no functional changes.
Original-Commit-Hash: <I>cce0ab<I>f<I>f<I>e<I>be<I>e<I>ad9d<I> |
diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
uglify: {
options: {
mangle: true,
- compress: true
+ compress: {}
},
uglified_build: {
files: { | type of setting changed in grunt-contrib-uglify |
diff --git a/lib/adminlib.php b/lib/adminlib.php
index <HASH>..<HASH> 100644
--- a/lib/adminlib.php
+++ b/lib/adminlib.php
@@ -8438,7 +8438,7 @@ class admin_setting_configcolourpicker extends admin_setting {
$content .= html_writer::empty_tag('input', array('type'=>'button','id'=>$this->get_id().'_preview'... | MDL-<I> admin: attached color label to input control |
diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -1793,9 +1793,9 @@
function resetInput(cm, user) {
var minimal, selected, doc = cm.doc;
- var range = doc.sel.primary();
- if (!range.empty()) {
+ if (cm.somethingSelected... | Fix resetInput to not confuse readInput when prim sel is empty but secondary is not
Closes #<I>
Closes #<I>
Closes #<I> |
diff --git a/chef/lib/chef/cookbook_uploader.rb b/chef/lib/chef/cookbook_uploader.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/cookbook_uploader.rb
+++ b/chef/lib/chef/cookbook_uploader.rb
@@ -23,7 +23,7 @@ class Chef
# generate checksums of cookbook files and create a sandbox
checksum_files = c... | Prevent double '/' in HTTP call to sandboxes |
diff --git a/lib/chef/audit/reporter/automate.rb b/lib/chef/audit/reporter/automate.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/audit/reporter/automate.rb
+++ b/lib/chef/audit/reporter/automate.rb
@@ -88,14 +88,8 @@ class Chef
end
end
- # **************************************************... | Remove a misleading TODO and simplify some code. |
diff --git a/odinweb/constants.py b/odinweb/constants.py
index <HASH>..<HASH> 100644
--- a/odinweb/constants.py
+++ b/odinweb/constants.py
@@ -60,3 +60,14 @@ class Type(str, enum.Enum):
Boolean = "boolean", bool, fields.BooleanField
# Array = "array", list, fields.ListField
# File = "file", str, fields.S... | Added a path string regular expression to provide a good base point. |
diff --git a/openquake/calculators/ebrisk.py b/openquake/calculators/ebrisk.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/ebrisk.py
+++ b/openquake/calculators/ebrisk.py
@@ -61,9 +61,10 @@ def _calc(computers, events, min_iml, rlzs_by_gsim, weights,
for c in computers:
with mon_haz:
... | Stored the number of sites affected by each contributing ruptures
Former-commit-id: 4cc<I>fe8cc0e4a<I>aaf<I>eeab<I>cf4ced1a<I> [formerly be<I>cfba<I>b4fc1d<I>f<I>ef<I>d]
Former-commit-id: a<I>f<I>ede<I>d<I>d<I>e7e6 |
diff --git a/spec/support/kit/temp_dir.rb b/spec/support/kit/temp_dir.rb
index <HASH>..<HASH> 100644
--- a/spec/support/kit/temp_dir.rb
+++ b/spec/support/kit/temp_dir.rb
@@ -14,9 +14,10 @@ RSpec.configure do |config|
config.include RSpec::Kit::TempDirContext
config.before do |example|
- if example.metadata[... | Updated RSpec temp_dir clean to happen after test.
- Necessary to build new sub-directory structures within
the temp_dir without it being deleted with each before
block.
- Moves cleaning up of the temp_dir after each test. |
diff --git a/src/Check/Callback.php b/src/Check/Callback.php
index <HASH>..<HASH> 100644
--- a/src/Check/Callback.php
+++ b/src/Check/Callback.php
@@ -6,6 +6,13 @@ class Callback extends \Psecio\Validation\Check
{
public function execute($input)
{
- return false;
+ $addl = $this->get();
+ ... | making the Callback check work with a static class::method |
diff --git a/packages/ui-list/src/List/index.js b/packages/ui-list/src/List/index.js
index <HASH>..<HASH> 100644
--- a/packages/ui-list/src/List/index.js
+++ b/packages/ui-list/src/List/index.js
@@ -51,7 +51,7 @@ category: components
**/
@deprecated('8.0.0', {
variant: 'List with the isUnstyled boolean or InlineLi... | chore(ui-list): fix typo |
diff --git a/src/victory-util/style.js b/src/victory-util/style.js
index <HASH>..<HASH> 100644
--- a/src/victory-util/style.js
+++ b/src/victory-util/style.js
@@ -54,6 +54,6 @@ export default {
blue: ["#002C61", "#004B8F", "#006BC9", "#3795E5", "#65B4F4"],
green: ["#354722", "#466631", "#649146", "#8AB25C... | Fix victory-util/style.js typo
Spelling of property 'grayscale' incrorrectly referenced as 'greyscale' in return statement of getColorScale function |
diff --git a/lib/contentful_redis/model_base.rb b/lib/contentful_redis/model_base.rb
index <HASH>..<HASH> 100644
--- a/lib/contentful_redis/model_base.rb
+++ b/lib/contentful_redis/model_base.rb
@@ -11,6 +11,8 @@ module ContentfulRedis
class ModelBase
class << self
def find(id, env = nil)
+ raise ... | fix-issue <I> cannot call find with a hash (#<I>) |
diff --git a/bika/lims/browser/__init__.py b/bika/lims/browser/__init__.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/__init__.py
+++ b/bika/lims/browser/__init__.py
@@ -65,12 +65,17 @@ def ulocalized_time(time, long_format=None, time_only=None, context=None,
time_str = _ut(time, long_format, time... | Additional try except. I know is ugly, but is just a temporary fix |
diff --git a/decls/validator.js b/decls/validator.js
index <HASH>..<HASH> 100644
--- a/decls/validator.js
+++ b/decls/validator.js
@@ -3,6 +3,8 @@ declare type ValidatorDefinition = {
message?: string|Function // error message
}
+declare type ValidatorAsset = Function|ValidatorDefinition
+
declare type Validatio... | :shirt: refactor(asset): update flowtype |
diff --git a/ca/django_ca/models.py b/ca/django_ca/models.py
index <HASH>..<HASH> 100644
--- a/ca/django_ca/models.py
+++ b/ca/django_ca/models.py
@@ -148,6 +148,14 @@ class X509CertMixin(models.Model):
return 'critical,%s' % value
return str(value)
+ def extensions_cryptography(self):
+ ... | add method to print all extensions of the certificate |
diff --git a/lib/trim-slash.js b/lib/trim-slash.js
index <HASH>..<HASH> 100644
--- a/lib/trim-slash.js
+++ b/lib/trim-slash.js
@@ -14,12 +14,10 @@
* @ nosideeffects
*/
function trimSlash(string) {
- if (typeof string !== 'string') {
- return string;
- }
- if (string.length > 0 && string.charAt(string.length ... | style: clean up trimSlash
This code violates the ESLint unicorn/prefer-negative-index rule. Clean
it up and simplify a bit. |
diff --git a/salt/states/virt.py b/salt/states/virt.py
index <HASH>..<HASH> 100644
--- a/salt/states/virt.py
+++ b/salt/states/virt.py
@@ -15,11 +15,26 @@ from __future__ import absolute_import
# Import python libs
import os
+try:
+ import libvirt # pylint: disable=import-error
+ HAS_LIBVIRT = True
+except I... | Add __virtual__ to check if libvirt is installed for the virt state |
diff --git a/lazysignup/tests.py b/lazysignup/tests.py
index <HASH>..<HASH> 100644
--- a/lazysignup/tests.py
+++ b/lazysignup/tests.py
@@ -191,4 +191,14 @@ class LazyTestCase(TestCase):
def testGetConvert(self):
self.client.get('/lazy/')
response = self.client.get('/convert/')
- self.asser... | Extra test to check that the same user is maintained |
diff --git a/molgenis-data-mapper/src/main/java/org/molgenis/data/algorithm/AlgorithmServiceImpl.java b/molgenis-data-mapper/src/main/java/org/molgenis/data/algorithm/AlgorithmServiceImpl.java
index <HASH>..<HASH> 100644
--- a/molgenis-data-mapper/src/main/java/org/molgenis/data/algorithm/AlgorithmServiceImpl.java
+++ ... | Catch exception if script eval fails while creating integrated dataset |
diff --git a/gns3server/version.py b/gns3server/version.py
index <HASH>..<HASH> 100644
--- a/gns3server/version.py
+++ b/gns3server/version.py
@@ -23,7 +23,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-__version__ = "2.1.1"
+__version__ = "2.1.2dev1"
__v... | Development on <I>dev1 |
diff --git a/hydpy/core/timetools.py b/hydpy/core/timetools.py
index <HASH>..<HASH> 100644
--- a/hydpy/core/timetools.py
+++ b/hydpy/core/timetools.py
@@ -373,6 +373,10 @@ class Date(object):
self.datetime = date
elif isinstance(date, str):
self._initfromstr(date)
+ elif isinst... | Allow TOY objects as initialization arguments for class Date.
Note that the year is generally set to <I>, which is a leap year. |
diff --git a/lib/ronin/database/database.rb b/lib/ronin/database/database.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/database/database.rb
+++ b/lib/ronin/database/database.rb
@@ -46,7 +46,7 @@ module Ronin
# Default configuration of the database
DEFAULT_CONFIG = {
- :adapter => :sqlite3,
+ :ad... | Make sure the :adapture option is a String for DM <I>. |
diff --git a/ipyrad/assemble/cluster_within.py b/ipyrad/assemble/cluster_within.py
index <HASH>..<HASH> 100644
--- a/ipyrad/assemble/cluster_within.py
+++ b/ipyrad/assemble/cluster_within.py
@@ -418,10 +418,10 @@ def build_clusters(data, sample):
LOGGER.info("exc indbld: %s %s", inserts, revseq)
... | Reverting a change that broke cluster_within |
diff --git a/lib/plugins/tag/img.js b/lib/plugins/tag/img.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/tag/img.js
+++ b/lib/plugins/tag/img.js
@@ -37,14 +37,10 @@ module.exports = ctx => {
let src;
// Find image URL and class name
- for (let i = 0, len = args.length; i < len; i++) {
- const item... | Changed not to use Array#slice() |
diff --git a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/ParentController.java b/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/ParentController.java
index <HASH>..<HASH> 100644
--- a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/ParentContr... | Require clearOptions to calls super |
diff --git a/lib/dm-core/query/conditions/operation.rb b/lib/dm-core/query/conditions/operation.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/query/conditions/operation.rb
+++ b/lib/dm-core/query/conditions/operation.rb
@@ -96,7 +96,7 @@ module DataMapper
# TODO: document
# @api semipublic
... | Accommodating Arrays as operands |
diff --git a/lib/gphoto2/camera.rb b/lib/gphoto2/camera.rb
index <HASH>..<HASH> 100644
--- a/lib/gphoto2/camera.rb
+++ b/lib/gphoto2/camera.rb
@@ -108,7 +108,7 @@ module GPhoto2
end
def [](key)
- config[key]
+ config[key.to_s]
end
def []=(key, value) | Allow config keys to be passed as symbols |
diff --git a/lib/mongoose/delete.js b/lib/mongoose/delete.js
index <HASH>..<HASH> 100644
--- a/lib/mongoose/delete.js
+++ b/lib/mongoose/delete.js
@@ -7,6 +7,7 @@ const async = require('async');
/**
+ * @module mongoose-rest-actions
* @name deletePlugin
* @function deletePlugin
* @description mongoose schema... | update delete jsdocs: |
diff --git a/dist/canvas.js b/dist/canvas.js
index <HASH>..<HASH> 100644
--- a/dist/canvas.js
+++ b/dist/canvas.js
@@ -87,8 +87,8 @@ Canvas.drawFunction = {
var y = this.Y(obj.points[0].y);
var w = obj.points[1].x - obj.points[0].x;
var h = - (obj.points[1].y - obj.points[0].y); // 左下を原点として扱っ... | bugfix: fill Rect.
fill() isn’t needed for rect. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ description = "Command line script that automatically searches for video subtitl
setup(
name = "ss",
- version = "1.2.0",
+ version = "1.1.0",
packages = [],
scripts = ['ss.py'],
... | bumping version to <I> |
diff --git a/lib/motion/dealloc_logging.rb b/lib/motion/dealloc_logging.rb
index <HASH>..<HASH> 100644
--- a/lib/motion/dealloc_logging.rb
+++ b/lib/motion/dealloc_logging.rb
@@ -15,7 +15,7 @@ class RMX
end
def self.log_dealloc(object, verbose=false)
- LOG_DEALLOC_QUEUE.sync do
+ LOG_DEALLOC_QUEUE.async d... | need to use async with RM <I>, not sure exactly why yet |
diff --git a/generators/Generator.py b/generators/Generator.py
index <HASH>..<HASH> 100644
--- a/generators/Generator.py
+++ b/generators/Generator.py
@@ -9,7 +9,7 @@ import os
import operator
import generators
-from generators import iterable, consume, itemgetter
+from generators import iterable, consume, itemgett... | added easy benchmarking to the Generator class |
diff --git a/scripts/init.js b/scripts/init.js
index <HASH>..<HASH> 100644
--- a/scripts/init.js
+++ b/scripts/init.js
@@ -149,13 +149,17 @@ module.exports = function(
console.log(chalk.cyan(` ${displayedCommand} start`));
console.log(' Starts the development server.');
console.log();
- console.log(chalk.... | Suggest "yarn build" rather than "yarn run build" (#<I>)
* Fix for issue #<I>: Suggested 'yarn build' versus 'yarn run build'
* remove 'run' from 'yarn test' command as well
* conditionally show 'run' if Yarn is not available |
diff --git a/lnwire/onion_error.go b/lnwire/onion_error.go
index <HASH>..<HASH> 100644
--- a/lnwire/onion_error.go
+++ b/lnwire/onion_error.go
@@ -663,7 +663,7 @@ func (f *FailFeeInsufficient) Code() FailCode {
//
// NOTE: Implements the error interface.
func (f FailFeeInsufficient) Error() string {
- return fmt.Spr... | lnwire: fix logging for FeeInsufficient, show amt not fee
Fixes #<I>. |
diff --git a/server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.js b/server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.js
index <HASH>..<HASH> 100644
--- a/server/sonar-web/src/main/js/apps/projectActivity/components/GraphHistory.js
+++ b/server/sonar-web/src/main/js/apps/... | Do not round numbers in project activity graph's tooltips |
diff --git a/fastcore.py b/fastcore.py
index <HASH>..<HASH> 100644
--- a/fastcore.py
+++ b/fastcore.py
@@ -265,7 +265,7 @@ def fastcore_lp10_cplex(model, subset_k, subset_p, epsilon):
zs_names = []
for rxnid in subset_p:
zs_names.append('z_'+rxnid)
- prob.variables.add(names=zs_names, lb=[0]*len(z... | fastcore: Fix variable bounds in LP<I> cplex |
diff --git a/activemodel/lib/active_model/validations/confirmation.rb b/activemodel/lib/active_model/validations/confirmation.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/validations/confirmation.rb
+++ b/activemodel/lib/active_model/validations/confirmation.rb
@@ -9,7 +9,7 @@ module ActiveModel
... | *_confirmation is defined as a public method |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.