diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/salt/runners/saltutil.py b/salt/runners/saltutil.py
index <HASH>..<HASH> 100644
--- a/salt/runners/saltutil.py
+++ b/salt/runners/saltutil.py
@@ -42,6 +42,7 @@ def sync_all(saltenv='base'):
ret['wheel'] = sync_wheel(saltenv=saltenv)
ret['engines'] = sync_engines(saltenv=saltenv)
ret['queues'... | add pillars to extmods sync_all commands
So that we can use _pillar from the fileserver |
diff --git a/src/main/java/org/jbake/app/Parser.java b/src/main/java/org/jbake/app/Parser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jbake/app/Parser.java
+++ b/src/main/java/org/jbake/app/Parser.java
@@ -48,6 +48,7 @@ public class Parser {
private Map<String, Object> content = new HashMap<String, Objec... | Added new var to store current path. |
diff --git a/src/stores/GuildMemberRoleStore.js b/src/stores/GuildMemberRoleStore.js
index <HASH>..<HASH> 100644
--- a/src/stores/GuildMemberRoleStore.js
+++ b/src/stores/GuildMemberRoleStore.js
@@ -106,7 +106,7 @@ class GuildMemberRoleStore extends DataStore {
* @readonly
*/
get highest() {
- return this... | fix: re-add highest property to RoleStore and GuildMemberRoleStore
closes #<I> |
diff --git a/addon/wrap/hardwrap.js b/addon/wrap/hardwrap.js
index <HASH>..<HASH> 100644
--- a/addon/wrap/hardwrap.js
+++ b/addon/wrap/hardwrap.js
@@ -86,7 +86,8 @@
if (changes.length) cm.operation(function() {
for (var i = 0; i < changes.length; ++i) {
var change = changes[i];
- cm.replaceR... | [hardwrap addon] Don't generate null changes
Issue #<I> |
diff --git a/editor/editor.py b/editor/editor.py
index <HASH>..<HASH> 100644
--- a/editor/editor.py
+++ b/editor/editor.py
@@ -973,8 +973,7 @@ class Editor(App):
def move_widget(self, css_key, value):
# css_key can be 'top' or 'left'
# value (int): positive or negative value
- if issubclas... | Editor: resize and move shortcuts not limited with absolute positioning. |
diff --git a/src/frontend/org/voltdb/iv2/TransactionTaskQueue.java b/src/frontend/org/voltdb/iv2/TransactionTaskQueue.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/iv2/TransactionTaskQueue.java
+++ b/src/frontend/org/voltdb/iv2/TransactionTaskQueue.java
@@ -329,6 +329,7 @@ public class TransactionTaskQ... | For ENG-<I>, fix a bug in TransactionTaskQueue where the first fragment was removed from the queue |
diff --git a/tests/classes/Gems/Util/MonitorTest.php b/tests/classes/Gems/Util/MonitorTest.php
index <HASH>..<HASH> 100644
--- a/tests/classes/Gems/Util/MonitorTest.php
+++ b/tests/classes/Gems/Util/MonitorTest.php
@@ -52,6 +52,9 @@ class MonitorTest extends \Gems_Test_DbTestAbstract
$this->transport = new \... | #<I> Make sure lock file can be written |
diff --git a/h5p.classes.php b/h5p.classes.php
index <HASH>..<HASH> 100644
--- a/h5p.classes.php
+++ b/h5p.classes.php
@@ -412,13 +412,13 @@ interface H5PFrameworkInterface {
* Start an atomic operation against the dependency storage
*/
public function lockDependencyStorage();
-
+
/**
* Stops an ato... | Replaced another rename function. |
diff --git a/code/ZenFields.php b/code/ZenFields.php
index <HASH>..<HASH> 100755
--- a/code/ZenFields.php
+++ b/code/ZenFields.php
@@ -48,8 +48,12 @@ class ZenFields extends Extension {
* @param array The arguments to the method
* @return FieldList
*/
- public function __call($method, $args) {
+ public func... | ENHANCEMENT: Detect getters and fallback, i.e. FieldGroup::getTag conflict with TagField |
diff --git a/src/DoctrineServiceProvider.php b/src/DoctrineServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/DoctrineServiceProvider.php
+++ b/src/DoctrineServiceProvider.php
@@ -263,6 +263,7 @@ class DoctrineServiceProvider extends ServiceProvider
AuthManager::class,
EntityManager::cl... | Add ConnectionManager to service provider
This way it can be used to extend(replace) and add custom connection drivers |
diff --git a/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java b/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java
+++ b/src/main/java/com/relayrides/pushy/apns/ApnsConnection.java
@@ -304,6 +304,9 @@ publi... | Added a comment explaining the weird-ish queue maneuver when connections close. |
diff --git a/php-binance-api.php b/php-binance-api.php
index <HASH>..<HASH> 100644
--- a/php-binance-api.php
+++ b/php-binance-api.php
@@ -669,7 +669,7 @@ class API
/**
* withdrawFee get the withdrawal fee for an asset
*
- * $withdrawFee = $api->withdrawHistory( "BTC" );
+ * $withdrawFee = $api... | Add to withdrawHistory and depositHistory, new withdrawFee function |
diff --git a/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.java b/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/springframework/data/solr/repository/query/SolrQueryMethodTests.java
+++ b/src/... | DATASOLR-<I> - additional test for 'defType' in @Query |
diff --git a/ui/js/components/auth.js b/ui/js/components/auth.js
index <HASH>..<HASH> 100644
--- a/ui/js/components/auth.js
+++ b/ui/js/components/auth.js
@@ -162,10 +162,14 @@ treeherder.component("loginCallback", {
algorithm: 'sha256'
};
this.loginError = null;
- ... | Bug <I> - Support login with permanent credentials (empty cert) (#<I>) |
diff --git a/src/gridstack.js b/src/gridstack.js
index <HASH>..<HASH> 100644
--- a/src/gridstack.js
+++ b/src/gridstack.js
@@ -429,11 +429,12 @@
if (this.opts.auto) {
var elements = [];
+ var _this = this;
this.container.children('.' + this.opts.item_class).each(function ... | Correctly sort nodes by using the total width instead of individual node width (becomes a problem with nodes of variable width). |
diff --git a/src/cf/commands/user/unset_space_role_test.go b/src/cf/commands/user/unset_space_role_test.go
index <HASH>..<HASH> 100644
--- a/src/cf/commands/user/unset_space_role_test.go
+++ b/src/cf/commands/user/unset_space_role_test.go
@@ -90,7 +90,6 @@ var _ = Describe("Testing with ginkgo", func() {
Expect(spac... | Remove stray debug println statement |
diff --git a/lib/devise_security_extension/models/password_archivable.rb b/lib/devise_security_extension/models/password_archivable.rb
index <HASH>..<HASH> 100644
--- a/lib/devise_security_extension/models/password_archivable.rb
+++ b/lib/devise_security_extension/models/password_archivable.rb
@@ -9,7 +9,7 @@ module De... | Added dependent destroy on the old passwords to help clean up the old password table for users that were removed. |
diff --git a/core/server/master/src/main/java/alluxio/master/file/meta/InodeTree.java b/core/server/master/src/main/java/alluxio/master/file/meta/InodeTree.java
index <HASH>..<HASH> 100644
--- a/core/server/master/src/main/java/alluxio/master/file/meta/InodeTree.java
+++ b/core/server/master/src/main/java/alluxio/maste... | clarified the javadoc in InodeTree.java for method inodePathExists |
diff --git a/packages/utils-uuid/index.js b/packages/utils-uuid/index.js
index <HASH>..<HASH> 100644
--- a/packages/utils-uuid/index.js
+++ b/packages/utils-uuid/index.js
@@ -105,31 +105,6 @@ exports.humanized = function humanized (words = 6) {
return Random.sample(ENGENIE, english, words).join('.')
}
-// ───────... | Removed uuid.util
moved to @cactus-technologies/utils |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ setup(
# List run-time dependencies here. These will be installed by pip when
# your project is installed.
- install_requires=['requests'],
+ install_requires=['requests', 'pytz'],
# If... | add pytz in project requirements |
diff --git a/src/FeedIo/Feed.php b/src/FeedIo/Feed.php
index <HASH>..<HASH> 100644
--- a/src/FeedIo/Feed.php
+++ b/src/FeedIo/Feed.php
@@ -151,4 +151,12 @@ class Feed extends Node implements FeedInterface, \JsonSerializable
return $properties;
}
+
+ /**
+ * @return int
+ */
+ public functi... | Add \Countable to FeedInterface. Implement it in Feed |
diff --git a/pyxel/ui/widget.py b/pyxel/ui/widget.py
index <HASH>..<HASH> 100644
--- a/pyxel/ui/widget.py
+++ b/pyxel/ui/widget.py
@@ -68,7 +68,7 @@ class Widget:
def parent(self, value):
self._parent = value
- if value:
+ if value and self not in value._children:
value._child... | Added the check code for the parent property |
diff --git a/build-support/bin/_release_helper.py b/build-support/bin/_release_helper.py
index <HASH>..<HASH> 100644
--- a/build-support/bin/_release_helper.py
+++ b/build-support/bin/_release_helper.py
@@ -189,6 +189,7 @@ def validate_pants_pkg(version: str, venv_dir: Path, extra_pip_args: list[str])
... | [internal] CI: include java in release test (#<I>)
CI is broken after <URL> |
diff --git a/metricdef/metricdef.go b/metricdef/metricdef.go
index <HASH>..<HASH> 100644
--- a/metricdef/metricdef.go
+++ b/metricdef/metricdef.go
@@ -170,7 +170,7 @@ func GetMetrics(scroll_id string) ([]*schema.MetricDefinition, string, error) {
var err error
var out elastigo.SearchResult
if scroll_id == "" {
- ... | set doc count size to <I> to improve ES query performance. |
diff --git a/lib/callbacks/transform.js b/lib/callbacks/transform.js
index <HASH>..<HASH> 100644
--- a/lib/callbacks/transform.js
+++ b/lib/callbacks/transform.js
@@ -309,13 +309,13 @@ if (typeof exports !== 'undefined') {
* Preliminary pass: mark source nodes so we can map line numbers
* Also eliminate _fast_ sy... | Support options.callback != '_' in callbacks mode. |
diff --git a/path.py b/path.py
index <HASH>..<HASH> 100644
--- a/path.py
+++ b/path.py
@@ -82,10 +82,10 @@ except AttributeError:
PY3 = sys.version_info[0] >= 3
if PY3:
def u(x):
- return codecs.unicode_escape_decode(x)[0]
+ return x
else:
def u(x):
- return x
+ return codecs.un... | Present the modern, Python 3 version first |
diff --git a/lib/magento/base.rb b/lib/magento/base.rb
index <HASH>..<HASH> 100644
--- a/lib/magento/base.rb
+++ b/lib/magento/base.rb
@@ -47,9 +47,20 @@ module Magento
end
end
- def method_missing(method, *args)
- return nil unless @attributes
- @attributes[method.to_s]
+ def ... | method_mising as in activeresource: support for setters plus raise error on missing attribute |
diff --git a/javascript/node/selenium-webdriver/lib/test/index.js b/javascript/node/selenium-webdriver/lib/test/index.js
index <HASH>..<HASH> 100644
--- a/javascript/node/selenium-webdriver/lib/test/index.js
+++ b/javascript/node/selenium-webdriver/lib/test/index.js
@@ -188,8 +188,23 @@ function suite(fn, opt_options) ... | Filter out browser specific tests when that browser is not currently selected for testing. |
diff --git a/src/input/pointer.js b/src/input/pointer.js
index <HASH>..<HASH> 100644
--- a/src/input/pointer.js
+++ b/src/input/pointer.js
@@ -582,7 +582,7 @@
// check if mapped to a key
if (keycode) {
- if (e.type === POINTER_DOWN[0] || e.type === POINTER_DOWN[1] || e.type === POINTER_DO... | [#<I>] Add touchstart to pointer event check |
diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb
index <HASH>..<HASH> 100644
--- a/config/initializers/wrap_parameters.rb
+++ b/config/initializers/wrap_parameters.rb
@@ -5,7 +5,7 @@
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty ... | did not work with ruby <I> |
diff --git a/lib/kete_trackable_items/extensions/helpers/application_helper.rb b/lib/kete_trackable_items/extensions/helpers/application_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/kete_trackable_items/extensions/helpers/application_helper.rb
+++ b/lib/kete_trackable_items/extensions/helpers/application_helper.rb
@... | Making basket and repositories resolve properly for order and/or non-site baskets without a repository. |
diff --git a/tests/fixtures/TenantResolver.php b/tests/fixtures/TenantResolver.php
index <HASH>..<HASH> 100644
--- a/tests/fixtures/TenantResolver.php
+++ b/tests/fixtures/TenantResolver.php
@@ -2,11 +2,13 @@
namespace OwenIt\Auditing\Tests\fixtures;
+use OwenIt\Auditing\Contracts\Auditable;
use OwenIt\Auditing\C... | Fix test-resolver missing argument |
diff --git a/lib/fastlane/lane_manager.rb b/lib/fastlane/lane_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane/lane_manager.rb
+++ b/lib/fastlane/lane_manager.rb
@@ -7,7 +7,23 @@ module Fastlane
ff = Fastlane::FastFile.new(File.join(Fastlane::FastlaneFolder.path, 'Fastfile'))
if lanes.count == ... | Added lane selection if you don't specify one |
diff --git a/core/src/main/java/com/orientechnologies/orient/core/config/OStorageConfiguration.java b/core/src/main/java/com/orientechnologies/orient/core/config/OStorageConfiguration.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/config/OStorageConfiguration.java
+++ b/core... | Remove wrong fix on configuration read from stream |
diff --git a/php/class-wp-cli.php b/php/class-wp-cli.php
index <HASH>..<HASH> 100644
--- a/php/class-wp-cli.php
+++ b/php/class-wp-cli.php
@@ -661,7 +661,11 @@ class WP_CLI {
* @param CompositeCommand $old_command Command that was already registered.
* @param CompositeCommand $new_command New command that... | Enforce types for merge_sub_commands() |
diff --git a/lib/eye/patch/capistrano.rb b/lib/eye/patch/capistrano.rb
index <HASH>..<HASH> 100644
--- a/lib/eye/patch/capistrano.rb
+++ b/lib/eye/patch/capistrano.rb
@@ -7,14 +7,14 @@ Capistrano::Configuration.instance.load do
if fetch(:eye_default_hooks)
after "deploy:stop", "eye:stop"
- after "depl... | Reload eye configuration before restart on deploy |
diff --git a/views/partials/sidebar-left.blade.php b/views/partials/sidebar-left.blade.php
index <HASH>..<HASH> 100644
--- a/views/partials/sidebar-left.blade.php
+++ b/views/partials/sidebar-left.blade.php
@@ -1,4 +1,4 @@
-<div class="grid-md-4 grid-lg-3">
+<aside class="grid-md-4 grid-lg-3">
<?php
global $p... | Sidebar from div element to aside element |
diff --git a/tensorflow_datasets/image_classification/food101.py b/tensorflow_datasets/image_classification/food101.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/image_classification/food101.py
+++ b/tensorflow_datasets/image_classification/food101.py
@@ -69,7 +69,7 @@ class Food101(tfds.core.GeneratorBasedB... | Updating faulty link in food<I>.py file
The homepage link to the Food<I> paper given in the file was wrong leading to a <I> error
Added the correct link to the Food<I> paper |
diff --git a/biodata-models/src/main/java/org/opencb/biodata/models/variant/annotation/ConsequenceTypeMappings.java b/biodata-models/src/main/java/org/opencb/biodata/models/variant/annotation/ConsequenceTypeMappings.java
index <HASH>..<HASH> 100644
--- a/biodata-models/src/main/java/org/opencb/biodata/models/variant/an... | ConsequenceTypeMappings: added two new terms |
diff --git a/Collection.php b/Collection.php
index <HASH>..<HASH> 100644
--- a/Collection.php
+++ b/Collection.php
@@ -726,17 +726,19 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate
}
/**
- * Partition the collection into two array using the given callback.
+ * Pa... | Allow passing a key to the partition method in the collection class. |
diff --git a/packages/node_modules/@webex/internal-plugin-devices/test/integration/spec/devices.js b/packages/node_modules/@webex/internal-plugin-devices/test/integration/spec/devices.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-devices/test/integration/spec/devices.js
+++ b/package... | test(internal-plugin-devices): improve websocket retrieval
Update the test suite to validate that the web socket
retrieval method updates work as expected. |
diff --git a/core/server/services/bulk-email/index.js b/core/server/services/bulk-email/index.js
index <HASH>..<HASH> 100644
--- a/core/server/services/bulk-email/index.js
+++ b/core/server/services/bulk-email/index.js
@@ -221,8 +221,8 @@ module.exports = {
recipient.member_first_name = (recipient.member_n... | 🐛 Fixed email card replacements showing raw replacement text in emails
closes <URL> |
diff --git a/lib/snowy_owl/version.rb b/lib/snowy_owl/version.rb
index <HASH>..<HASH> 100644
--- a/lib/snowy_owl/version.rb
+++ b/lib/snowy_owl/version.rb
@@ -1,3 +1,3 @@
module SnowyOwl
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
end | [hy] release <I> |
diff --git a/spyder/preferences/configdialog.py b/spyder/preferences/configdialog.py
index <HASH>..<HASH> 100644
--- a/spyder/preferences/configdialog.py
+++ b/spyder/preferences/configdialog.py
@@ -143,6 +143,7 @@ class ConfigDialog(QDialog):
# Widgets
self.pages_widget = QStackedWidget()
+ ... | Preferences: Add minimum width for its pages and height for its contents |
diff --git a/src/MadeYourDay/Contao/CustomElements.php b/src/MadeYourDay/Contao/CustomElements.php
index <HASH>..<HASH> 100644
--- a/src/MadeYourDay/Contao/CustomElements.php
+++ b/src/MadeYourDay/Contao/CustomElements.php
@@ -976,8 +976,15 @@ class CustomElements
public static function loadConfig($bypassCache = fals... | Added compatibility for Contao 4 |
diff --git a/languages/perl.php b/languages/perl.php
index <HASH>..<HASH> 100644
--- a/languages/perl.php
+++ b/languages/perl.php
@@ -50,7 +50,7 @@ class LuminousPerlScanner extends LuminousSimpleScanner {
$stack--;
if (!$stack)
$close_delimiter_match = $next[1][2];
- $finish = $nex... | fix perl gobbling backslashes, sometimes |
diff --git a/code/MSSQLDatabaseConfigurationHelper.php b/code/MSSQLDatabaseConfigurationHelper.php
index <HASH>..<HASH> 100644
--- a/code/MSSQLDatabaseConfigurationHelper.php
+++ b/code/MSSQLDatabaseConfigurationHelper.php
@@ -53,10 +53,8 @@ class MSSQLDatabaseConfigurationHelper implements DatabaseConfigurationHelper ... | MINOR Removed return of connection which is not used any longer |
diff --git a/cake/dispatcher.php b/cake/dispatcher.php
index <HASH>..<HASH> 100644
--- a/cake/dispatcher.php
+++ b/cake/dispatcher.php
@@ -136,13 +136,13 @@ class Dispatcher extends Object {
)));
}
- $privateAction = (bool)(strpos($this->params['action'], '_', 0) === 0);
+ $privateAction = $this->params['act... | Applying patch from 'robustsolution' for optimization in Dispatcher::dispatch. Fixes #<I> |
diff --git a/tests/test_fields/test_field_tracker.py b/tests/test_fields/test_field_tracker.py
index <HASH>..<HASH> 100644
--- a/tests/test_fields/test_field_tracker.py
+++ b/tests/test_fields/test_field_tracker.py
@@ -189,6 +189,7 @@ class FieldTrackerTests(FieldTrackerTestCase, FieldTrackerCommonTests):
# ha... | Cover a branch in `has_changed`. |
diff --git a/gbdxtools/images/worldview.py b/gbdxtools/images/worldview.py
index <HASH>..<HASH> 100644
--- a/gbdxtools/images/worldview.py
+++ b/gbdxtools/images/worldview.py
@@ -36,8 +36,7 @@ class WorldViewImage(RDABaseImage):
@staticmethod
def _find_parts(cat_id, band_type):
- query = "item_type:I... | worldview parts method now returns all idaho image parts for an image |
diff --git a/config/src/main/java/com/typesafe/config/impl/ConfigDelayedMerge.java b/config/src/main/java/com/typesafe/config/impl/ConfigDelayedMerge.java
index <HASH>..<HASH> 100644
--- a/config/src/main/java/com/typesafe/config/impl/ConfigDelayedMerge.java
+++ b/config/src/main/java/com/typesafe/config/impl/ConfigDel... | Fix toString of ConfigDelayedMerge, the default render() in superclass didn't work
The superclass called unwrapped() to render, which isn't allowed here. |
diff --git a/lib/fezzik.rb b/lib/fezzik.rb
index <HASH>..<HASH> 100644
--- a/lib/fezzik.rb
+++ b/lib/fezzik.rb
@@ -3,8 +3,8 @@ require "thread"
require "rake"
require "rake/remote_task"
require "colorize"
-require "fezzik/base.rb"
-require "fezzik/environment.rb"
-require "fezzik/io.rb"
-require "fezzik/util.rb"
-re... | Delete .rb from some requires |
diff --git a/hug/test.py b/hug/test.py
index <HASH>..<HASH> 100644
--- a/hug/test.py
+++ b/hug/test.py
@@ -76,10 +76,13 @@ for method in HTTP_METHODS:
globals()[method.lower()] = tester
-def cli(method, *args, **arguments):
+def cli(method, *args, api=None, module=None, **arguments):
"""Simulates testing ... | Add ability to test against API for CLI methods |
diff --git a/jsf/injection/src/main/java/org/jboss/as/jsf/injection/weld/WeldApplicationFactory.java b/jsf/injection/src/main/java/org/jboss/as/jsf/injection/weld/WeldApplicationFactory.java
index <HASH>..<HASH> 100644
--- a/jsf/injection/src/main/java/org/jboss/as/jsf/injection/weld/WeldApplicationFactory.java
+++ b/j... | WFLY-<I> CDI JSF apps get WELD-<I> warning |
diff --git a/vendor/Krystal/Validate/Pattern/PerPageCount.php b/vendor/Krystal/Validate/Pattern/PerPageCount.php
index <HASH>..<HASH> 100644
--- a/vendor/Krystal/Validate/Pattern/PerPageCount.php
+++ b/vendor/Krystal/Validate/Pattern/PerPageCount.php
@@ -27,8 +27,10 @@ final class PerPageCount extends AbstractPattern
... | Added greater than 0 restriction to per page pattern |
diff --git a/tests/ExpressGatewayTest.php b/tests/ExpressGatewayTest.php
index <HASH>..<HASH> 100644
--- a/tests/ExpressGatewayTest.php
+++ b/tests/ExpressGatewayTest.php
@@ -101,7 +101,8 @@ class ExpressGatewayTest extends GatewayTestCase
'currency' => 'BYR'
))->send();
- $httpRequest = ... | Fixed PHP<I> distaste of index access after function call: ()[0] |
diff --git a/lib/sprockets/digest_utils.rb b/lib/sprockets/digest_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/digest_utils.rb
+++ b/lib/sprockets/digest_utils.rb
@@ -80,6 +80,9 @@ module Sprockets
digest << val.to_s
}
end
+
+ ADD_VALUE_TO_DIGEST.compare_by_identity.rehash
+
ADD... | Speed up Hash lookups with constants
Since we are always looking up these hashes with an identical duplicate (not just the same value, the same object) we can take advantage of Hash.compare_by_identity.
Suggested by @dgynn in <URL> |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -22,7 +22,7 @@ function Queue(options) {
EventEmitter.call(this);
options = options || {};
- this.concurrency = options.concurrency || 1;
+ this.concurrency = options.concurrency || Infinity;
this.timeout = opti... | change default concurrency to Infinity |
diff --git a/src/windows/CameraProxy.js b/src/windows/CameraProxy.js
index <HASH>..<HASH> 100644
--- a/src/windows/CameraProxy.js
+++ b/src/windows/CameraProxy.js
@@ -176,7 +176,14 @@ function takePictureFromFileWP(successCallback, errorCallback, args) {
else {
var storageFolder = ... | Patch for CB-<I>, this closes #<I> |
diff --git a/hazelcast/src/test/java/com/hazelcast/collection/SetTransactionTest.java b/hazelcast/src/test/java/com/hazelcast/collection/SetTransactionTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/collection/SetTransactionTest.java
+++ b/hazelcast/src/test/java/com/hazelcast/collecti... | Explicitly ignored SetTransactionTest because of long running time |
diff --git a/lib/to_lang/string_methods.rb b/lib/to_lang/string_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/to_lang/string_methods.rb
+++ b/lib/to_lang/string_methods.rb
@@ -28,25 +28,19 @@ module ToLang
case method.to_s
when /^to_(.*)_from_(.*)$/
if CODEMAP[$1] && CODEMAP[$2]
- def... | favor braces over do/end for further terseness |
diff --git a/sublimedsl/keymap.py b/sublimedsl/keymap.py
index <HASH>..<HASH> 100644
--- a/sublimedsl/keymap.py
+++ b/sublimedsl/keymap.py
@@ -260,11 +260,6 @@ class Context():
self.match_all = None
self._parent = parent
- for op in self._OPERATORS:
- func = partial(self._operator,... | Fix wrongly defined operator methods in Context
This is equivalent to method_missing in Ruby. A better solution would be
to correctly define the methods dynamically on the class, but that's
unnecessarily complicated. Python <I> added handy function partialmethod
that would be ideal for this case, but I should keep sub... |
diff --git a/lib/acmesmith/command.rb b/lib/acmesmith/command.rb
index <HASH>..<HASH> 100644
--- a/lib/acmesmith/command.rb
+++ b/lib/acmesmith/command.rb
@@ -81,6 +81,7 @@ module Acmesmith
acme.new_certificate(csr)
rescue Acme::Client::Error::Unauthorized => e
raise unless config.auto_authoriz... | Oops, it didn't work... |
diff --git a/config/local.js b/config/local.js
index <HASH>..<HASH> 100644
--- a/config/local.js
+++ b/config/local.js
@@ -3,7 +3,7 @@ module.exports = {
/**
* Core-Node config
*/
- endpointPath: __dirname + '/../endpoints/',
+ endpointPath: `${process.cwd()}/api`,
endpointParent: __dirname + '/../... | feat: enable 0 config setup
- use /api in cwd as standard folder for endpoints |
diff --git a/packages/components/bolt-link/src/link.js b/packages/components/bolt-link/src/link.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-link/src/link.js
+++ b/packages/components/bolt-link/src/link.js
@@ -153,21 +153,15 @@ class BoltLink extends withLitHtml() {
switch (name) {
case... | feature: only output icon wrapper span when slot has content |
diff --git a/src/Crypto.php b/src/Crypto.php
index <HASH>..<HASH> 100644
--- a/src/Crypto.php
+++ b/src/Crypto.php
@@ -60,7 +60,7 @@ class Crypto
// TODO: requester public key
- if ($transaction->recipientId) {
+ if (isset($transaction->recipientId)) {
$out .= \BitWasp\Bitcoin\Ba... | fix: check if recipient is set |
diff --git a/envy.go b/envy.go
index <HASH>..<HASH> 100644
--- a/envy.go
+++ b/envy.go
@@ -68,8 +68,16 @@ func loadEnv() {
}
}
+// Mods returns true if module support is enabled, false otherwise
+// See https://github.com/golang/go/wiki/Modules#how-to-install-and-activate-module-support for details
func Mods() bo... | envy.Mods() - Modify behavior to better match the current module autodetection in place in go (#<I>)
Add tests for GO<I>MODULE being set to auto or being left blank. |
diff --git a/teensy_minimal_rpc/proxy.py b/teensy_minimal_rpc/proxy.py
index <HASH>..<HASH> 100644
--- a/teensy_minimal_rpc/proxy.py
+++ b/teensy_minimal_rpc/proxy.py
@@ -350,7 +350,8 @@ try:
adc_sampler = AdcSampler(self, channels, sample_count)
adc_sampler.reset()
adc_sampler.st... | Return unsigned integers if not differential mode |
diff --git a/tests/test_examples.py b/tests/test_examples.py
index <HASH>..<HASH> 100644
--- a/tests/test_examples.py
+++ b/tests/test_examples.py
@@ -32,7 +32,7 @@ def compare_text(example_filename, output_text):
saved_text = infile.read()
assert output_text == saved_text
-def similar_images(or... | Fix mistaken threshold value in image comparison that crept in somewhere |
diff --git a/grimoire_elk/utils.py b/grimoire_elk/utils.py
index <HASH>..<HASH> 100755
--- a/grimoire_elk/utils.py
+++ b/grimoire_elk/utils.py
@@ -225,8 +225,11 @@ def get_kibiter_version(url):
The url must point to the Elasticsearch used by Kibiter
"""
- config_url = '/.kibana/config/_search'
- u... | Avoid adding '//' to URL to be used with Elasticsearch API REST because
the API REST petition will fail if '//' are in the URL path. |
diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
+++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.admin.ui.js
@@ -1762,8 +1762,8 @@ function loadAdminP... | VMC-<I> : URLEncoded data to pass special characters. |
diff --git a/aeron-client/src/main/java/io/aeron/Aeron.java b/aeron-client/src/main/java/io/aeron/Aeron.java
index <HASH>..<HASH> 100644
--- a/aeron-client/src/main/java/io/aeron/Aeron.java
+++ b/aeron-client/src/main/java/io/aeron/Aeron.java
@@ -66,7 +66,7 @@ public final class Aeron implements AutoCloseable
/**
... | [Java] Increase idle sleep from <I> to <I>ms in client conductor duty cycle. |
diff --git a/malcolm/modules/stats/parts/statspart.py b/malcolm/modules/stats/parts/statspart.py
index <HASH>..<HASH> 100644
--- a/malcolm/modules/stats/parts/statspart.py
+++ b/malcolm/modules/stats/parts/statspart.py
@@ -392,7 +392,10 @@ class StatsPart(parts.ChildPart):
... | check if pymalcolm is running from prod before setting version stat |
diff --git a/bika/lims/browser/worksheet.py b/bika/lims/browser/worksheet.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/worksheet.py
+++ b/bika/lims/browser/worksheet.py
@@ -1253,6 +1253,8 @@ class WorksheetServicesView(BikaListingView):
self.show_select_column = True
self.pagesize = 0
... | dbw#<I> add_reference: group and sort services list |
diff --git a/src/sap.ui.core/src/sap/ui/thirdparty/RequestRecorder.js b/src/sap.ui.core/src/sap/ui/thirdparty/RequestRecorder.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/thirdparty/RequestRecorder.js
+++ b/src/sap.ui.core/src/sap/ui/thirdparty/RequestRecorder.js
@@ -690,6 +690,7 @@
// Get ... | [INTERNAL][FIX] RequestRecorder: Get correct URL part
The RequestRecorder uses the URL resource part as part of the index
for the its saved requests. The resource call got missing and the
URLs could not be found because the index of the map differs
with the check for the current request.
Change-Id: I6f<I>c<I>c<I>bc8a... |
diff --git a/models/cad-status.js b/models/cad-status.js
index <HASH>..<HASH> 100644
--- a/models/cad-status.js
+++ b/models/cad-status.js
@@ -21,6 +21,8 @@ var StatusOptionValue = new Schema({
type: String,
default: ""
}
+}, {
+ _id: false
});
var StatusOption = new Schema({
@@ -44,6 +46,8 @@ var Sta... | Added missing _id: false to child objects |
diff --git a/wilson/util/wetutil.py b/wilson/util/wetutil.py
index <HASH>..<HASH> 100644
--- a/wilson/util/wetutil.py
+++ b/wilson/util/wetutil.py
@@ -171,7 +171,7 @@ def rotate_down(C_in, p):
UdL.conj(), UdL,
C_in[k])
# type dL X dL X
- for k in ['S1ddRR', ]:... | [wetutil] Add missing operator to d_L rotation |
diff --git a/core/corehttp/gateway_handler.go b/core/corehttp/gateway_handler.go
index <HASH>..<HASH> 100644
--- a/core/corehttp/gateway_handler.go
+++ b/core/corehttp/gateway_handler.go
@@ -662,6 +662,7 @@ func (i *gatewayHandler) deleteHandler(w http.ResponseWriter, r *http.Request) {
nnode, err := root.GetDirector... | fix(gw): missing return if dir fails to finalize (#<I>) |
diff --git a/src/Helpers/helpers.php b/src/Helpers/helpers.php
index <HASH>..<HASH> 100644
--- a/src/Helpers/helpers.php
+++ b/src/Helpers/helpers.php
@@ -43,6 +43,14 @@ if (! function_exists('concatenate_with_separator')) {
}
if (! function_exists('getDbPropertyId')) {
+ /**
+ * Gets the ID from a table and... | Update the helpers to include ddd |
diff --git a/contrib/distributed_rails_event_store/dres_client/lib/dres_client/version.rb b/contrib/distributed_rails_event_store/dres_client/lib/dres_client/version.rb
index <HASH>..<HASH> 100644
--- a/contrib/distributed_rails_event_store/dres_client/lib/dres_client/version.rb
+++ b/contrib/distributed_rails_event_st... | Increase VERSION to <I> |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -12,5 +12,6 @@ module.exports = {
'major_lake_changed': require('./comparators/major-lake-modified'),
'pokemon_footway': require('./comparators/pokemon-footway'),
'place_edited': require('./comparators/place-edited'),... | Export comparator from index.js |
diff --git a/lib/cinch/user.rb b/lib/cinch/user.rb
index <HASH>..<HASH> 100644
--- a/lib/cinch/user.rb
+++ b/lib/cinch/user.rb
@@ -365,6 +365,10 @@ module Cinch
# @return [void]
def update_nick(new_nick)
@last_nick, @name = @name, new_nick
+ # Unsync authname because some networks tie authenticati... | unsync authname on nick change
Some networks tie authentication to the nick, so the user might not be
authenticated anymore after changing his nick |
diff --git a/components/twofactor.js b/components/twofactor.js
index <HASH>..<HASH> 100644
--- a/components/twofactor.js
+++ b/components/twofactor.js
@@ -1,7 +1,6 @@
const StdLib = require('@doctormckay/stdlib');
const SteamTotp = require('steam-totp');
-const Helpers = require('./helpers.js');
const SteamUser = ... | Remove don't use require
In this file don't use Helpers |
diff --git a/actionpack/lib/action_controller/caching/fragments.rb b/actionpack/lib/action_controller/caching/fragments.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/caching/fragments.rb
+++ b/actionpack/lib/action_controller/caching/fragments.rb
@@ -41,7 +41,9 @@ module ActionController #:nodoc... | Write strings to fragment cache, not outputbuffers |
diff --git a/multiqc/modules/fastq_screen/fastq_screen.py b/multiqc/modules/fastq_screen/fastq_screen.py
index <HASH>..<HASH> 100755
--- a/multiqc/modules/fastq_screen/fastq_screen.py
+++ b/multiqc/modules/fastq_screen/fastq_screen.py
@@ -139,7 +139,7 @@ class MultiqcModule(BaseMultiqcModule):
thisdata... | sort organisms in fastq_screen plot |
diff --git a/src/EasyDB.php b/src/EasyDB.php
index <HASH>..<HASH> 100644
--- a/src/EasyDB.php
+++ b/src/EasyDB.php
@@ -34,7 +34,7 @@ class EasyDB
*/
public function __construct(\PDO $pdo, string $dbEngine = '')
{
- $this->pdo = clone $pdo;
+ $this->pdo = $pdo;
$this->pdo->setAttri... | Attempting to clone $this->pdo caused a segfault. |
diff --git a/mod/quiz/index.php b/mod/quiz/index.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/index.php
+++ b/mod/quiz/index.php
@@ -120,6 +120,8 @@
$a->studentstring = $course->students;
$data[] = "<a href=\"report.php?mode=overview&q=$quiz->id\">" .
ge... | MDL-<I> - Problem with the tables on the quiz index page. Merged from MOODLE_<I>_STABLE. |
diff --git a/src/org/jgroups/protocols/pbcast/FLUSH.java b/src/org/jgroups/protocols/pbcast/FLUSH.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/pbcast/FLUSH.java
+++ b/src/org/jgroups/protocols/pbcast/FLUSH.java
@@ -355,6 +355,11 @@ public class FLUSH extends Protocol {
// for proces... | allow unicast messages to pass even when blocked |
diff --git a/src/main/org/codehaus/groovy/ant/VerifyClass.java b/src/main/org/codehaus/groovy/ant/VerifyClass.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/ant/VerifyClass.java
+++ b/src/main/org/codehaus/groovy/ant/VerifyClass.java
@@ -119,7 +119,9 @@ public class VerifyClass extends MatchingTask... | comment out some of the logging to ensure the build even compiles |
diff --git a/globus_cli/commands/logout.py b/globus_cli/commands/logout.py
index <HASH>..<HASH> 100644
--- a/globus_cli/commands/logout.py
+++ b/globus_cli/commands/logout.py
@@ -54,7 +54,7 @@ def logout_command(yes):
click.get_current_context().exit(1)
# prompt
- _confirm("Are you sure you'd lik... | Make logout language stylistically consistent
We don't got no contractions in this here formal english. |
diff --git a/lib/sinatra/param.rb b/lib/sinatra/param.rb
index <HASH>..<HASH> 100644
--- a/lib/sinatra/param.rb
+++ b/lib/sinatra/param.rb
@@ -37,19 +37,13 @@ module Sinatra
end
def one_of(*names)
- count = 0
- names.each do |name|
- if params[name] and present?(params[name])
- cou... | Refactoring implementation of one_of |
diff --git a/tensorflow_datasets/text/multi_nli.py b/tensorflow_datasets/text/multi_nli.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/text/multi_nli.py
+++ b/tensorflow_datasets/text/multi_nli.py
@@ -63,8 +63,9 @@ class MultiNLIConfig(tfds.core.BuilderConfig):
**kwargs: keyword arguments forwarded to ... | Add release notes for multi_nli |
diff --git a/pyforms/gui/Controls/ControlDockWidget.py b/pyforms/gui/Controls/ControlDockWidget.py
index <HASH>..<HASH> 100644
--- a/pyforms/gui/Controls/ControlDockWidget.py
+++ b/pyforms/gui/Controls/ControlDockWidget.py
@@ -36,10 +36,10 @@ class ControlDockWidget(ControlEmptyWidget):
"""
Show the c... | fixed bug when calling methods hide or show in the ControlDockWidget |
diff --git a/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php b/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php
index <HASH>..<HASH> 100644
--- a/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php
+++ b/tests/Guzzle/Tests/Service/Comm... | Changed test to show XMLVisitorTest::testSerializesXml fail |
diff --git a/lib/chef/resource/windows_pagefile.rb b/lib/chef/resource/windows_pagefile.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/windows_pagefile.rb
+++ b/lib/chef/resource/windows_pagefile.rb
@@ -120,7 +120,10 @@ class Chef
# raise an exception if the target drive location is invalid
... | Updated the Windows Pagefile resource to use PowerShell over WMI, added a corresponding test file |
diff --git a/tilequeue/wof.py b/tilequeue/wof.py
index <HASH>..<HASH> 100644
--- a/tilequeue/wof.py
+++ b/tilequeue/wof.py
@@ -868,7 +868,6 @@ class WofProcessor(object):
# this means that we had a value for superseded_by in
# the raw json, but not in the meta file
# t... | Move superseded removal for clarity |
diff --git a/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/HttpDirectory.java b/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/HttpDirectory.java
index <HASH>..<HASH> 100644
--- a/java/org.cohorte.herald.http/src/main/java/org/cohorte/herald/http/impl/HttpDirectory.jav... | Added ITransportDirectory to the service provided by HttpDirectory
The HTTP Directory was never called by Herald Directory :/ |
diff --git a/core/router/downlink.go b/core/router/downlink.go
index <HASH>..<HASH> 100644
--- a/core/router/downlink.go
+++ b/core/router/downlink.go
@@ -31,7 +31,9 @@ func (r *router) SubscribeDownlink(gatewayID string, subscriptionID string) (<-c
gateway := r.getGateway(gatewayID)
if fromSchedule := gateway.Sc... | Only announce downlink gateway if it has a token |
diff --git a/lib/Doctrine/MongoDB/Query/Query.php b/lib/Doctrine/MongoDB/Query/Query.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/MongoDB/Query/Query.php
+++ b/lib/Doctrine/MongoDB/Query/Query.php
@@ -144,9 +144,6 @@ class Query implements IteratorAggregate
{
switch ($this->query['type']) {
... | [Query] Do not populate $where criteria with reduce JavaScript |
diff --git a/lib/command/init.js b/lib/command/init.js
index <HASH>..<HASH> 100644
--- a/lib/command/init.js
+++ b/lib/command/init.js
@@ -90,16 +90,10 @@ module.exports = function (initPath) {
{
name: 'steps',
type: 'confirm',
- message: 'Would you like to extend I object with custom steps?',
+... | Fix typo. Improve order of prompts. (#<I>) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.