diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -24,13 +24,16 @@ version = version_mod.version
qml_dir = os.path.abspath('pyblish_qml/qml')
qml_package_data = list()
for root, dirs, files in os.walk(qml_dir):
- for suffix in ("ttf", "qml", "js", "txt", "png", "py", "o... | missing some qmldir files and ico file |
diff --git a/src/main/java/skadistats/clarity/decoder/s2/prop/VectorDecoder.java b/src/main/java/skadistats/clarity/decoder/s2/prop/VectorDecoder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/skadistats/clarity/decoder/s2/prop/VectorDecoder.java
+++ b/src/main/java/skadistats/clarity/decoder/s2/prop/VectorDecode... | Baseline decoding now finally works!
It WORKS! |
diff --git a/jellyfish/_jellyfish.py b/jellyfish/_jellyfish.py
index <HASH>..<HASH> 100644
--- a/jellyfish/_jellyfish.py
+++ b/jellyfish/_jellyfish.py
@@ -466,7 +466,7 @@ def metaphone(s):
i += 1
if nextnext in 'aeiou' or nextnext == '*****':
result.append('w')
- ... | fix trailing W in metaphone Python impl, ANDREW->ANTR |
diff --git a/lib/infusionsoft/version.rb b/lib/infusionsoft/version.rb
index <HASH>..<HASH> 100644
--- a/lib/infusionsoft/version.rb
+++ b/lib/infusionsoft/version.rb
@@ -1,4 +1,4 @@
module Infusionsoft
# The version of the gem
- VERSION = '1.3.3d'.freeze unless defined?(::Infusionsoft::VERSION)
+ VERSION = '1.3.... | <I> is a bad version history so skipping to <I> |
diff --git a/src/Services/FieldSetFieldFinder.php b/src/Services/FieldSetFieldFinder.php
index <HASH>..<HASH> 100644
--- a/src/Services/FieldSetFieldFinder.php
+++ b/src/Services/FieldSetFieldFinder.php
@@ -237,8 +237,12 @@ class FieldSetFieldFinder
}
elseif( $field instanceof HasOne )
{
- ... | Fix issue with arbory image field validation in new nodes |
diff --git a/npm/test-integration.js b/npm/test-integration.js
index <HASH>..<HASH> 100644
--- a/npm/test-integration.js
+++ b/npm/test-integration.js
@@ -23,7 +23,7 @@ module.exports = function (exit) {
recursive(SPEC_SOURCE_DIR, function (err, files) {
if (err) { console.error(err); return exit(1); }
... | Fixed lint errors in scripts |
diff --git a/buffer/src/main/java/io/netty/buffer/ByteBufOutputStream.java b/buffer/src/main/java/io/netty/buffer/ByteBufOutputStream.java
index <HASH>..<HASH> 100644
--- a/buffer/src/main/java/io/netty/buffer/ByteBufOutputStream.java
+++ b/buffer/src/main/java/io/netty/buffer/ByteBufOutputStream.java
@@ -40,7 +40,7 @@... | Lazily construct contained DataOutputStream in ByteBufOutputStream (#<I>)
Motivation
This is used solely for the DataOutput#writeUTF8() method, which may
often not be used.
Modifications
Lazily construct the contained DataOutputStream in ByteBufOutputStream.
Result
Saves an allocation in some common ca... |
diff --git a/packages/mobx-little-router-react/src/components/Link.js b/packages/mobx-little-router-react/src/components/Link.js
index <HASH>..<HASH> 100644
--- a/packages/mobx-little-router-react/src/components/Link.js
+++ b/packages/mobx-little-router-react/src/components/Link.js
@@ -16,12 +16,19 @@ class Link extend... | Adding reload property to Link |
diff --git a/query.go b/query.go
index <HASH>..<HASH> 100644
--- a/query.go
+++ b/query.go
@@ -217,11 +217,10 @@ func First(subject Enumerable) (retval interface{}, err error) {
var isOpen bool
- if retval, isOpen = <-subject.Enumerate(nil); isOpen {
+ if retval, isOpen = <-subject.Enumerate(done); isOpen {
er... | Fixing memory leak in `First(Enumerable)` impl. |
diff --git a/lxd/storage/drivers/driver_btrfs_volumes.go b/lxd/storage/drivers/driver_btrfs_volumes.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/driver_btrfs_volumes.go
+++ b/lxd/storage/drivers/driver_btrfs_volumes.go
@@ -507,7 +507,7 @@ func (d *btrfs) SetVolumeQuota(vol Volume, size string, op *operation... | lxd/storage/drivers/btrfs: Don't destroy qgroups
When deleting a qgroup, it's not possible to get the usage of an
instance or volume anymore. Therefore, instead of deleting the qgroup,
we just don't set a limit. |
diff --git a/app/angular.audio.js b/app/angular.audio.js
index <HASH>..<HASH> 100644
--- a/app/angular.audio.js
+++ b/app/angular.audio.js
@@ -150,6 +150,12 @@ angular.module('ngAudio', [])
.factory('NgAudioObject', ['cleverAudioFindingService', '$rootScope', '$interval', '$timeout', 'ngAudioGlobals', function(cleverA... | Better fix for pr<I>, fix twiddle being called too early. |
diff --git a/lib/fabrique/version.rb b/lib/fabrique/version.rb
index <HASH>..<HASH> 100644
--- a/lib/fabrique/version.rb
+++ b/lib/fabrique/version.rb
@@ -1,3 +1,3 @@
module Fabrique
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end | Release <I>
* Cope with bundler-<I>. |
diff --git a/dom/statusclient/src/main/java/org/isisaddons/module/publishmq/dom/statusclient/StatusMessageClient.java b/dom/statusclient/src/main/java/org/isisaddons/module/publishmq/dom/statusclient/StatusMessageClient.java
index <HASH>..<HASH> 100644
--- a/dom/statusclient/src/main/java/org/isisaddons/module/publishm... | Graciously handle errors of the statusmessage client |
diff --git a/src/java/com/threerings/gwt/ui/Popups.java b/src/java/com/threerings/gwt/ui/Popups.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/gwt/ui/Popups.java
+++ b/src/java/com/threerings/gwt/ui/Popups.java
@@ -35,9 +35,9 @@ public class Popups
* Displays an info message centered horizontally ... | Actually infoOn() and centerOn() is what we wanted. |
diff --git a/azurerm/import_arm_public_ip_test.go b/azurerm/import_arm_public_ip_test.go
index <HASH>..<HASH> 100644
--- a/azurerm/import_arm_public_ip_test.go
+++ b/azurerm/import_arm_public_ip_test.go
@@ -60,7 +60,8 @@ func TestAccAzureRMPublicIpStatic_importBasic_withDNSLabel(t *testing.T) {
resourceName := "azure... | Updated import test to handle additional parameter. (#<I>) |
diff --git a/unit_lookup_table.py b/unit_lookup_table.py
index <HASH>..<HASH> 100644
--- a/unit_lookup_table.py
+++ b/unit_lookup_table.py
@@ -139,6 +139,7 @@ latex_symbol_lut = {
"code_temperature" : "\\rm{code}\/\\rm{temperature}",
"code_metallicity" : "\\rm{code}\/\\rm{metallicity}",
"code_velocity" :... | fixing the pluto-specific field list in the docs
--HG--
branch : yt |
diff --git a/picocli-examples/src/main/java/picocli/examples/subcommands/ParentCommandDemo.java b/picocli-examples/src/main/java/picocli/examples/subcommands/ParentCommandDemo.java
index <HASH>..<HASH> 100644
--- a/picocli-examples/src/main/java/picocli/examples/subcommands/ParentCommandDemo.java
+++ b/picocli-examples... | fix compile error (Java 5 does not support @Override on interface implementations) |
diff --git a/selene/core/entity.py b/selene/core/entity.py
index <HASH>..<HASH> 100644
--- a/selene/core/entity.py
+++ b/selene/core/entity.py
@@ -272,7 +272,7 @@ class Element(WaitingEntity):
# also it will make sense to make this behaviour configurable...
return self
- def actual_not_over... | [#<I>] REFACTOR: privatizing element.actual_not_overlapped_element
because the method name is pretty risky, might be changed, e.g. to elaborate that it's done by js, or maybe in relation to [#<I>] |
diff --git a/kappa/event_source.py b/kappa/event_source.py
index <HASH>..<HASH> 100644
--- a/kappa/event_source.py
+++ b/kappa/event_source.py
@@ -179,6 +179,8 @@ class S3EventSource(EventSource):
LOG.debug(exc.response)
LOG.exception('Unable to add S3 event source')
+ enable = add
+
... | Add ability to enable and disable S3EventSource |
diff --git a/spec/unit/resources/base_spec.rb b/spec/unit/resources/base_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/resources/base_spec.rb
+++ b/spec/unit/resources/base_spec.rb
@@ -37,8 +37,9 @@ module ChefAPI
describe '.build' do
it 'creates a new instance' do
described_class.stub(:new)
... | Pass attributes into the Base.build method |
diff --git a/timeside/core.py b/timeside/core.py
index <HASH>..<HASH> 100644
--- a/timeside/core.py
+++ b/timeside/core.py
@@ -28,7 +28,8 @@ import re
import numpy
import uuid
import networkx as nx
-
+import inspect
+import os
import gobject
gobject.threads_init()
@@ -52,10 +53,14 @@ class MetaProcessor(MetaComp... | fix(core): fix symlink issue when identifying duplicated processors |
diff --git a/lib/mongo/server/connection.rb b/lib/mongo/server/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/server/connection.rb
+++ b/lib/mongo/server/connection.rb
@@ -169,6 +169,7 @@ module Mongo
ensure_connected do |socket|
socket.write(PING_BYTES)
reply = Protocol::Reply... | Print reply for jenkins test on ssl |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -8,11 +8,11 @@ module.exports = function (path, opts, cb) {
var pos = 0
return function (read) {
fs.open(path, flags, mode, function (err, fd) {
- if(err) return read(err)
+ if(err) return read(err, cb)
... | cb after source is aborted |
diff --git a/src/js/libpannellum.js b/src/js/libpannellum.js
index <HASH>..<HASH> 100644
--- a/src/js/libpannellum.js
+++ b/src/js/libpannellum.js
@@ -266,9 +266,9 @@ function Renderer(container) {
faceImg.onload = onLoad;
faceImg.onerror = incLoaded; // ignore missing face to support ... | Remove unnecessary `encodeURI` calls. |
diff --git a/src/main/java/hex/Layer.java b/src/main/java/hex/Layer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hex/Layer.java
+++ b/src/main/java/hex/Layer.java
@@ -77,7 +77,7 @@ public abstract class Layer extends Iced {
Dropout(int units) {
_bits = new byte[(units+7)/8];
- _rand = new Ran... | Always create deterministic RNG, even though it is seeded later. |
diff --git a/activerecord/lib/active_record/relation/merger.rb b/activerecord/lib/active_record/relation/merger.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/relation/merger.rb
+++ b/activerecord/lib/active_record/relation/merger.rb
@@ -145,12 +145,17 @@ module ActiveRecord
# Remove equalit... | partition the where values so we can access the removed ones |
diff --git a/worker/uniter/context/factory_test.go b/worker/uniter/context/factory_test.go
index <HASH>..<HASH> 100644
--- a/worker/uniter/context/factory_test.go
+++ b/worker/uniter/context/factory_test.go
@@ -142,6 +142,11 @@ func (s *FactorySuite) TestNewRunContextRelationId(c *gc.C) {
s.AssertRelationContext(c, c... | juju-run: add missing relationId test for context factory |
diff --git a/src/Passport.php b/src/Passport.php
index <HASH>..<HASH> 100644
--- a/src/Passport.php
+++ b/src/Passport.php
@@ -409,11 +409,11 @@ class Passport
}
/**
- * Set the current client for the application with the given scopes.
+ * Set the current client for the application with the given sc... | style: correct NBSP for regular spaces (#<I>) |
diff --git a/XBRL-Global.php b/XBRL-Global.php
index <HASH>..<HASH> 100644
--- a/XBRL-Global.php
+++ b/XBRL-Global.php
@@ -429,6 +429,26 @@ class XBRL_Global
}
/**
+ * Recursively remove files
+ * @param string $dir
+ */
+ public static function removeFiles($dir)
+ {
+ foreach ( glob( $dir ) as $fi... | Refactoring to create a removeFiles function |
diff --git a/lib/nexpose/api_request.rb b/lib/nexpose/api_request.rb
index <HASH>..<HASH> 100644
--- a/lib/nexpose/api_request.rb
+++ b/lib/nexpose/api_request.rb
@@ -47,6 +47,7 @@ module Nexpose
end
def execute(options = {})
+ time_tracker = Time.now
@conn_tries = 0
begin
prepar... | attempt retry based on timeout |
diff --git a/wsfexv1.py b/wsfexv1.py
index <HASH>..<HASH> 100644
--- a/wsfexv1.py
+++ b/wsfexv1.py
@@ -834,7 +834,7 @@ if __name__ == "__main__":
else:
wsdl = "https://wswhomo.afip.gov.ar/wsfexv1/service.asmx?WSDL"
cache = proxy = ""
- wrapper = ""
+ wrapper = "httplib2"
... | reverting minor change in wsfexv1.py |
diff --git a/Upstart.php b/Upstart.php
index <HASH>..<HASH> 100644
--- a/Upstart.php
+++ b/Upstart.php
@@ -5,6 +5,7 @@ namespace Modulus\Framework;
use App\Resolvers\AppServiceResolver;
use Modulus\Framework\Upstart\AppLogger;
use Modulus\Framework\Upstart\AppConnect;
+use Modulus\Framework\Upstart\HandleCors;
use ... | Feat: execute addCors on boot |
diff --git a/datalab/data/commands/_sql.py b/datalab/data/commands/_sql.py
index <HASH>..<HASH> 100644
--- a/datalab/data/commands/_sql.py
+++ b/datalab/data/commands/_sql.py
@@ -89,7 +89,7 @@ _sql_parser = _create_sql_parser()
# Register the line magic as well as the cell magic so we can at least give people help
# ... | Resolve issue where `%%sql --help` raises exception #<I> |
diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -646,7 +646,7 @@ class Enchantment(BaseCard):
def _set_zone(self, zone):
if zone == Zone.PLAY:
self.owner.buffs.append(self)
- elif zone == Zone.GRAVEYARD:
+ elif zone == Zone.REM... | Move destroyed buffs to REMOVEDFROMGAME instead of GRAVEYARD |
diff --git a/src/main/java/org/komamitsu/fluency/sender/TCPSender.java b/src/main/java/org/komamitsu/fluency/sender/TCPSender.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/komamitsu/fluency/sender/TCPSender.java
+++ b/src/main/java/org/komamitsu/fluency/sender/TCPSender.java
@@ -152,6 +152,27 @@ public class... | Shutdown (SHUT_WR) and wait until output is closed in TCPSender#close
instead of just closing the socket |
diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php
index <HASH>..<HASH> 100644
--- a/mod/assignment/lib.php
+++ b/mod/assignment/lib.php
@@ -3129,14 +3129,14 @@ class assignment_portfolio_caller extends portfolio_module_caller_base {
print_error('invalidcoursemodule');
}
- if (!... | MDL-<I> - fixing bugs I introduced in a refactor in assignment |
diff --git a/tests/test_mapper.py b/tests/test_mapper.py
index <HASH>..<HASH> 100644
--- a/tests/test_mapper.py
+++ b/tests/test_mapper.py
@@ -16,7 +16,7 @@ class MapTest(unittest.TestCase):
def setUp(self):
""" gets called for EACH test """
unittest.TestCase.setUp(self)
- self.mymap = mod... | test for mapper.py instantiates Mapper with map_file |
diff --git a/pyathenajdbc/cursor.py b/pyathenajdbc/cursor.py
index <HASH>..<HASH> 100644
--- a/pyathenajdbc/cursor.py
+++ b/pyathenajdbc/cursor.py
@@ -108,7 +108,7 @@ class Cursor(object):
self._result_set = None
self._meta_data = None
self._update_count = self._statem... | Fix F<I> local variable 'e' is assigned to but never used |
diff --git a/ui/src/data_explorer/components/DatabaseList.js b/ui/src/data_explorer/components/DatabaseList.js
index <HASH>..<HASH> 100644
--- a/ui/src/data_explorer/components/DatabaseList.js
+++ b/ui/src/data_explorer/components/DatabaseList.js
@@ -68,7 +68,7 @@ const DatabaseList = React.createClass({
c... | Selecting an already selected Namespace doesn't reset the DE |
diff --git a/tests/jobs.py b/tests/jobs.py
index <HASH>..<HASH> 100644
--- a/tests/jobs.py
+++ b/tests/jobs.py
@@ -2438,8 +2438,7 @@ class SchedulerJobTest(unittest.TestCase):
execution_date=test_start_date))
# Now call manage_slas and see if the sla_miss callback gets c... | [AIRFLOW-<I>][AIRFLOW-<I>] Fix CI failure caused by []
Closes #<I> from sekikn/AIRFLOW-<I> |
diff --git a/avatar/__init__.py b/avatar/__init__.py
index <HASH>..<HASH> 100644
--- a/avatar/__init__.py
+++ b/avatar/__init__.py
@@ -27,5 +27,7 @@ from avatar.models import Avatar
def create_default_thumbnails(instance=None, created=False, **kwargs):
if created:
for size in AUTO_GENERATE_AVATAR_SIZES:
... | if AVATAR_DONT_SAVE_DUPLICATES is enabled don't generate a thumbnail over an existing one |
diff --git a/Gulpfile.js b/Gulpfile.js
index <HASH>..<HASH> 100644
--- a/Gulpfile.js
+++ b/Gulpfile.js
@@ -50,5 +50,5 @@ gulp.task('security', function(cb) {
});
gulp.task('default', function(cb) {
- runSequence('test', ['lint', 'style', 'coveralls', 'security'], cb);
+ runSequence('test', ['lint', 'style', 'cove... | Temporarily disables gulp security task
* The security package, `gulp-requireSafe`, has been deprecated.
* `gulp-nsp` is its replacement. However, it does not yet work
due to a bug.
* This PR disables the security task.
* I will reactivate the security task once `gulp-nsp` gets
their house in order. |
diff --git a/lib/util.js b/lib/util.js
index <HASH>..<HASH> 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -136,6 +136,10 @@ exports.unwritableError = function(result) {
exports.setDebug = function(newDebug) {
debug = newDebug === true;
+
+ if (db) {
+ db = db.with({debug});
+ }
};
exports.assertConfigure... | Tests display evaluation details when debug is on |
diff --git a/src/Orderly/PayPalIpnBundle/Entity/IpnOrders.php b/src/Orderly/PayPalIpnBundle/Entity/IpnOrders.php
index <HASH>..<HASH> 100644
--- a/src/Orderly/PayPalIpnBundle/Entity/IpnOrders.php
+++ b/src/Orderly/PayPalIpnBundle/Entity/IpnOrders.php
@@ -605,9 +605,9 @@ class IpnOrders
private $caseCreationDate;
... | enumorderstatus -> string, fixing #2 |
diff --git a/spec/dummy/app/models/post.rb b/spec/dummy/app/models/post.rb
index <HASH>..<HASH> 100644
--- a/spec/dummy/app/models/post.rb
+++ b/spec/dummy/app/models/post.rb
@@ -8,7 +8,7 @@ class Post < ActiveRecord::Base
property :id
property :title
- property :body
+ property :body, if: scope(:read_post_bo... | Add if: scope(:xxx) example to Post model in dummy app
This increases test coverage of Garage::Representer#scope. |
diff --git a/bokeh/server/services.py b/bokeh/server/services.py
index <HASH>..<HASH> 100644
--- a/bokeh/server/services.py
+++ b/bokeh/server/services.py
@@ -61,7 +61,7 @@ class ManagedProcess(object):
-def start_redis(pidfilename, port, data_dir, loglevel="notice",
+def start_redis(pidfilename, port, data_dir, ... | Set redis loglevel to warning to avoid banner |
diff --git a/src/Solr/Stores/SolrConfigStore_Post.php b/src/Solr/Stores/SolrConfigStore_Post.php
index <HASH>..<HASH> 100644
--- a/src/Solr/Stores/SolrConfigStore_Post.php
+++ b/src/Solr/Stores/SolrConfigStore_Post.php
@@ -30,7 +30,10 @@ class SolrConfigStore_Post implements SolrConfigStore
$options['host'... | FIX Make remotepath optional to restore compatibility with CWP |
diff --git a/tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py b/tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py
index <HASH>..<HASH> 100644
--- a/tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py
+++ b/tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py
@@ -641,6 +641,7 @@ class One... | expected 2 blank lines after class or function definition |
diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/responsive-webapp.js
+++ b/lib/components/app/responsive-webapp.js
@@ -238,7 +238,7 @@ class RouterWrapperWithAuth0 extends Component {
path={'/savetrip'}
... | refactor(Responsive): Finish rename prop. |
diff --git a/src/components/autocomplete/js/autocompleteDirective.js b/src/components/autocomplete/js/autocompleteDirective.js
index <HASH>..<HASH> 100644
--- a/src/components/autocomplete/js/autocompleteDirective.js
+++ b/src/components/autocomplete/js/autocompleteDirective.js
@@ -19,6 +19,8 @@ angular
* no matc... | (docs): how to reset of value of autocomplete
I spent a lot of time trying to figure out how to reset the displayed value of an autocomplete that I was (re)using in a drawer. I eventually found the answer in this issue: <URL> |
diff --git a/test/unit/support.js b/test/unit/support.js
index <HASH>..<HASH> 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -248,7 +248,7 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c
if ( expected ) {
test("Verify that the support tests resolve as expected p... | Don't try to be dynamic, just get the damn job done. Expects = <I>. |
diff --git a/lib/Configuration.js b/lib/Configuration.js
index <HASH>..<HASH> 100644
--- a/lib/Configuration.js
+++ b/lib/Configuration.js
@@ -31,7 +31,7 @@ const DEFAULT_CONFIG = {
namedExports: {},
environments: [],
excludes: [],
- globals: ['module', 'require'],
+ globals: ['module', 'require', 'console']... | Don't import `console`
Adding this to the list of default globals should prevent accidentally
importing something named `console`. |
diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -29,9 +29,9 @@ const pkg = require( './package.json' ),
minDistFilePath = distFolder + minDistFilename;
-gulp.task( 'default', [ 'lint', 'doc', 'test' ] );
+gulp.task( 'default', [ 'doc', 'test' ] );
gu... | Update Gulpfile to always lint before building |
diff --git a/simuvex/procedures/libc.so.6/strstr.py b/simuvex/procedures/libc.so.6/strstr.py
index <HASH>..<HASH> 100644
--- a/simuvex/procedures/libc.so.6/strstr.py
+++ b/simuvex/procedures/libc.so.6/strstr.py
@@ -18,12 +18,9 @@ class strstr(simuvex.SimProcedure):
haystack_strlen = strlen(self.state, inline=True, a... | Fixing an issue in strstr.py. |
diff --git a/activesupport/lib/active_support/buffered_logger.rb b/activesupport/lib/active_support/buffered_logger.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/buffered_logger.rb
+++ b/activesupport/lib/active_support/buffered_logger.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/class/a... | Explict class attribute accessor dependency |
diff --git a/lib/active_merchant/billing/gateways/ebanx.rb b/lib/active_merchant/billing/gateways/ebanx.rb
index <HASH>..<HASH> 100644
--- a/lib/active_merchant/billing/gateways/ebanx.rb
+++ b/lib/active_merchant/billing/gateways/ebanx.rb
@@ -1,15 +1,15 @@
module ActiveMerchant #:nodoc:
module Billing #:nodoc:
... | Update EBANX API URL
Remote tests failing don't appear to be related to the URL change.
Unit: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
<I>% passed
Remote: <I> tests, <I> assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
<I>% passed
Closes #<I... |
diff --git a/src/datamodel/gfunc.py b/src/datamodel/gfunc.py
index <HASH>..<HASH> 100644
--- a/src/datamodel/gfunc.py
+++ b/src/datamodel/gfunc.py
@@ -350,7 +350,8 @@ class Gfunc(Ugrid):
self.xmin[1], self.xmax[1]]
aspect = self.tsize[1] / self.tsize[0]
dsp_k... | fix y axis swap in imshow method |
diff --git a/agent/format-2.0.go b/agent/format-2.0.go
index <HASH>..<HASH> 100644
--- a/agent/format-2.0.go
+++ b/agent/format-2.0.go
@@ -139,8 +139,14 @@ func (formatter_2_0) unmarshal(data []byte) (*configInternal, error) {
}
}
- // Mongo version is set, we might be running a version other than default.
+
+ /... | Added comment with bug number: need to always have mongo version in agent.config file. |
diff --git a/deis/__init__.py b/deis/__init__.py
index <HASH>..<HASH> 100644
--- a/deis/__init__.py
+++ b/deis/__init__.py
@@ -9,4 +9,4 @@ from __future__ import absolute_import
from .celery import app # noqa
-__version__ = '0.9.0'
+__version__ = '0.10.0' | Switch master to <I>. |
diff --git a/ast_test.go b/ast_test.go
index <HASH>..<HASH> 100644
--- a/ast_test.go
+++ b/ast_test.go
@@ -566,6 +566,18 @@ var astTests = []testCase{
},
{
[]string{
+ "foo <<\\EOF\nbar\nEOF",
+ "foo <<\\EOF\nbar",
+ },
+ Stmt{
+ Node: litCmd("foo"),
+ Redirs: []Redirect{
+ {Op: SHL, Word: litWord("... | When unquoting heredoc words, drop leading \
Couldn't find any documentation on this, but both dash and bash seem to
do this. |
diff --git a/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java b/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java
+++ b/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java
@... | fixes a bug: set loaded=true if partition has no entry. |
diff --git a/command/agent/agent_test.go b/command/agent/agent_test.go
index <HASH>..<HASH> 100644
--- a/command/agent/agent_test.go
+++ b/command/agent/agent_test.go
@@ -156,22 +156,17 @@ func TestRetryJoinFail(t *testing.T) {
func TestRetryJoinWanFail(t *testing.T) {
t.Parallel()
- t.Skip("fs: skipping tests tha... | agent: fix TestRetryJoinWanFail |
diff --git a/ui/src/components/infinite-scroll/QInfiniteScroll.js b/ui/src/components/infinite-scroll/QInfiniteScroll.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/infinite-scroll/QInfiniteScroll.js
+++ b/ui/src/components/infinite-scroll/QInfiniteScroll.js
@@ -184,12 +184,13 @@ export default Vue.extend({
... | feat(QInfiniteScroll): Persist loading indicator to make scroll stable #<I> |
diff --git a/salt/renderers/__init__.py b/salt/renderers/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/renderers/__init__.py
+++ b/salt/renderers/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+'''
+Renderers Directory
+''' | add encoding and docstring for renderers |
diff --git a/lib/mongoid/relations/embedded/many.rb b/lib/mongoid/relations/embedded/many.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/relations/embedded/many.rb
+++ b/lib/mongoid/relations/embedded/many.rb
@@ -170,7 +170,8 @@ module Mongoid
# @since 3.1.0
def delete_if
if block_given?
... | FIX #<I> Embedded documents deleting |
diff --git a/handler/src/main/java/io/netty/handler/ssl/JdkNpnApplicationProtocolNegotiator.java b/handler/src/main/java/io/netty/handler/ssl/JdkNpnApplicationProtocolNegotiator.java
index <HASH>..<HASH> 100644
--- a/handler/src/main/java/io/netty/handler/ssl/JdkNpnApplicationProtocolNegotiator.java
+++ b/handler/src/m... | Eclipse SPDY docs moved
Motivation:
We provide a hyperlink to the docs for SPDY if the runtime is not setup correctly to help users. These docs have moved.
Modifications:
- Update the hyperlink to point to the new doc location.
Result:
Users are able to find docs more easily. |
diff --git a/httpfile.go b/httpfile.go
index <HASH>..<HASH> 100644
--- a/httpfile.go
+++ b/httpfile.go
@@ -110,12 +110,13 @@ func (f *HttpFile) ReadAt(p []byte, off int64) (int, error) {
return 0, &HttpFileError{Err: fmt.Errorf("Unexpected Content-Range %q (%d)", content_range, n)}
}
- r, err := resp.Body.Read(p... | Turns out archive/zip doesn't like a ReadAt that returns n>0 AND io.EOF (even if the specification for ReaderAt/Read say this should be possible). |
diff --git a/test/e2e/autoscaling/cluster_size_autoscaling.go b/test/e2e/autoscaling/cluster_size_autoscaling.go
index <HASH>..<HASH> 100644
--- a/test/e2e/autoscaling/cluster_size_autoscaling.go
+++ b/test/e2e/autoscaling/cluster_size_autoscaling.go
@@ -1926,12 +1926,18 @@ func createPriorityClasses(f *framework.Frame... | Log error in e2e tests when creating priority classes |
diff --git a/lib/page.js b/lib/page.js
index <HASH>..<HASH> 100644
--- a/lib/page.js
+++ b/lib/page.js
@@ -22,7 +22,6 @@ var events = require('events')
function Page(path) {
events.EventEmitter.call(this);
this.path = path;
- this.url = path;
this._isOpen = false;
} | Remove url from page, set latter by middleware. |
diff --git a/person-directory-impl/src/main/java/org/apereo/services/persondir/support/ldap/LdaptivePersonAttributeDao.java b/person-directory-impl/src/main/java/org/apereo/services/persondir/support/ldap/LdaptivePersonAttributeDao.java
index <HASH>..<HASH> 100644
--- a/person-directory-impl/src/main/java/org/apereo/se... | allow ldap dao to close connection factories |
diff --git a/src/main/java/common/Internet.java b/src/main/java/common/Internet.java
index <HASH>..<HASH> 100644
--- a/src/main/java/common/Internet.java
+++ b/src/main/java/common/Internet.java
@@ -83,7 +83,7 @@ public class Internet {
connection.setRequestProperty("Content-Type", "application/json");
connect... | Removed bs in class internet as it is never used locally |
diff --git a/src/MailMimeParser.php b/src/MailMimeParser.php
index <HASH>..<HASH> 100644
--- a/src/MailMimeParser.php
+++ b/src/MailMimeParser.php
@@ -6,6 +6,9 @@
*/
namespace ZBateson\MailMimeParser;
+use GuzzleHttp\Psr7;
+use GuzzleHttp\Psr7\StreamWrapper;
+
/**
* Parses a MIME message into a \ZBateson\MailMi... | Refactor MailMimeParser::parse to use Psr7 stream |
diff --git a/modules/webservices/debugger.php b/modules/webservices/debugger.php
index <HASH>..<HASH> 100644
--- a/modules/webservices/debugger.php
+++ b/modules/webservices/debugger.php
@@ -31,7 +31,7 @@ if ( $target != 'action' && $target != 'controller' && $target != 'visualeditor'
$params .= '&host=' .... | - one fix for https urls |
diff --git a/public/js/user.js b/public/js/user.js
index <HASH>..<HASH> 100644
--- a/public/js/user.js
+++ b/public/js/user.js
@@ -408,7 +408,10 @@ apos.define('apostrophe-workflow', {
self.skipAllRelated = false;
self.nextExportHint = [];
if (!ids.length) {
- return apos.notify('No modifica... | Fix obvious bug: don't forget to invoke the callback if present and there is no work to do |
diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils.js b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils.js
index <HASH>..<HASH> 100644
--- a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils.js
+++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/utils.js
@... | make to change the getBreakPoints of polygon chart (#<I>) |
diff --git a/src/main/java/net/sf/jabb/quartz/AutowiringSpringBeanJobFactory.java b/src/main/java/net/sf/jabb/quartz/AutowiringSpringBeanJobFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/sf/jabb/quartz/AutowiringSpringBeanJobFactory.java
+++ b/src/main/java/net/sf/jabb/quartz/AutowiringSpringBeanJobFa... | allow the application context to be got easily from non-spring codes |
diff --git a/src/Command/Environment/EnvironmentDrushCommand.php b/src/Command/Environment/EnvironmentDrushCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Environment/EnvironmentDrushCommand.php
+++ b/src/Command/Environment/EnvironmentDrushCommand.php
@@ -46,9 +46,7 @@ class EnvironmentDrushCommand extends C... | Fix argument escaping in drush command |
diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,5 @@
import sys
+import warnings
from pathlib import Path
from datetime import datetime
@@ -9,6 +10,9 @@ matplotlib.use('agg')
HERE = Path(__file__).parent
sys.path.insert(0, str(HERE.parent))
i... | Suppress FutureWarning when building docs |
diff --git a/examples/conftest.py b/examples/conftest.py
index <HASH>..<HASH> 100644
--- a/examples/conftest.py
+++ b/examples/conftest.py
@@ -2,6 +2,7 @@
# by pytest before any tests are run
import sys
+import warnings
from os.path import abspath, dirname, join
@@ -9,3 +10,7 @@ from os.path import abspath, di... | [testing] disable FutureWarning in examples tests (#<I>)
* [testing] disable FutureWarning in examples tests
same as tests/conftest.py, we can't resolve those warning, so turn the noise off.
* fix |
diff --git a/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb b/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb
index <HASH>..<HASH> 100644
--- a/rails_event_store_active_record/lib/rails_event_store_active_record/event_repository.rb
+++ b/r... | Killing mutants: hash is enough here
All the rest will be handled by activerecord-import. |
diff --git a/Kwf/Component/Plugin/Password/LoginForm/Component.php b/Kwf/Component/Plugin/Password/LoginForm/Component.php
index <HASH>..<HASH> 100644
--- a/Kwf/Component/Plugin/Password/LoginForm/Component.php
+++ b/Kwf/Component/Plugin/Password/LoginForm/Component.php
@@ -5,6 +5,7 @@ class Kwf_Component_Plugin_Passwo... | don't use ajax request in password plugin form |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup_kwargs = {
'version': '4.1.0',
'description': 'A set that remembers its order, and allows looking up its items by their index in that order.',
'author': 'Elia Robyn Lake',
- 'author_email... | use personal email in setup.py |
diff --git a/lib/oxmlk/description.rb b/lib/oxmlk/description.rb
index <HASH>..<HASH> 100644
--- a/lib/oxmlk/description.rb
+++ b/lib/oxmlk/description.rb
@@ -138,7 +138,7 @@ module OxMlk
end
def wrap(xpath=nil)
- [@in,xpath].compact.join('/')
+ (xpath.split('|').map {|x| [@in,x].compact.join(... | fixed bug where :in only applied to first item in xpath with multiple elements |
diff --git a/src/Propel/Generator/Command/templates/propel.json.php b/src/Propel/Generator/Command/templates/propel.json.php
index <HASH>..<HASH> 100644
--- a/src/Propel/Generator/Command/templates/propel.json.php
+++ b/src/Propel/Generator/Command/templates/propel.json.php
@@ -6,7 +6,7 @@
'adapter... | Fixed password not set in json config by `propel init` |
diff --git a/DependencyInjection/Source/JWKSetSource/JWKSets.php b/DependencyInjection/Source/JWKSetSource/JWKSets.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Source/JWKSetSource/JWKSets.php
+++ b/DependencyInjection/Source/JWKSetSource/JWKSets.php
@@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjecti... | Update JWKSets.php |
diff --git a/cmd/cert.go b/cmd/cert.go
index <HASH>..<HASH> 100644
--- a/cmd/cert.go
+++ b/cmd/cert.go
@@ -35,8 +35,8 @@ func init() {
certCmd.PersistentFlags().String(cert.FlagKeyType, "RSA", "Type of key to generate. [string]")
certCmd.PersistentFlags().StringSlice(cert.FlagIpSans, []string{}, "IP sans. [[]string... | Set owner/group flag default to "0"
- This commit fixes #<I> |
diff --git a/jsontableschema_pandas/__init__.py b/jsontableschema_pandas/__init__.py
index <HASH>..<HASH> 100644
--- a/jsontableschema_pandas/__init__.py
+++ b/jsontableschema_pandas/__init__.py
@@ -4,4 +4,16 @@ from __future__ import print_function
from __future__ import absolute_import
from __future__ import unicod... | Exposed package version (fixes #<I>) |
diff --git a/lib/phpmailer/class.phpmailer.php b/lib/phpmailer/class.phpmailer.php
index <HASH>..<HASH> 100644
--- a/lib/phpmailer/class.phpmailer.php
+++ b/lib/phpmailer/class.phpmailer.php
@@ -471,7 +471,7 @@ class PHPMailer
* @return bool
*/
function SmtpSend($header, $body) {
- include_once(... | OK, aligning this to the same as STABLE ... there's been a bit of a mixup
about this file. It's now standard with the single addition of a constructor
to set this->PluginDir, and this is now used for the language file includes. |
diff --git a/lib/verilog/file.rb b/lib/verilog/file.rb
index <HASH>..<HASH> 100644
--- a/lib/verilog/file.rb
+++ b/lib/verilog/file.rb
@@ -61,7 +61,7 @@ module Verilog
def instantiations
inst = []
- @contents.scan(/(^\s*)(\w+)(\s+#\([.,\(\)\w\s]*\))?(\s+\w+\s*)(\([.,\(\)\w\s]*\))?;/mi){ inst << $2 }
... | Allowing comments after a port. |
diff --git a/zenpy/lib/objects/events/ticket_event.py b/zenpy/lib/objects/events/ticket_event.py
index <HASH>..<HASH> 100644
--- a/zenpy/lib/objects/events/ticket_event.py
+++ b/zenpy/lib/objects/events/ticket_event.py
@@ -10,7 +10,6 @@ class TicketEvent(BaseObject):
self.updater_id = None
self.child_events = Non... | Fixed bug that caused exception if deleted ticket was requested from
ticket_event |
diff --git a/ai/backend/client/cli/__init__.py b/ai/backend/client/cli/__init__.py
index <HASH>..<HASH> 100644
--- a/ai/backend/client/cli/__init__.py
+++ b/ai/backend/client/cli/__init__.py
@@ -44,7 +44,7 @@ def register_command(handler: Callable[[argparse.Namespace], None],
def main():
- colorama.init(strip=T... | refs #<I>: Fix broken colors in *NIX envs
* We should just let colorama.init() do whatever it needs. |
diff --git a/lib/waterline/utils/query/deferred.js b/lib/waterline/utils/query/deferred.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/utils/query/deferred.js
+++ b/lib/waterline/utils/query/deferred.js
@@ -202,10 +202,7 @@ Deferred.prototype.populate = function(keyName, criteria) {
* @returns {Query}
*/
-// ... | Stick with .members() for now. |
diff --git a/ontobio/rdfgen/gocamgen/gocam_builder.py b/ontobio/rdfgen/gocamgen/gocam_builder.py
index <HASH>..<HASH> 100644
--- a/ontobio/rdfgen/gocamgen/gocam_builder.py
+++ b/ontobio/rdfgen/gocamgen/gocam_builder.py
@@ -98,10 +98,10 @@ class GoCamBuilder:
GocamgenException(f"Bailing... | Removing unnecessary modelstate params |
diff --git a/pilot.go b/pilot.go
index <HASH>..<HASH> 100644
--- a/pilot.go
+++ b/pilot.go
@@ -183,7 +183,7 @@ func initAutoPilot(svr *server, cfg *autoPilotConfig) (*autopilot.Agent, error)
// We'll launch a goroutine to provide the agent with notifications
// whenever the balance of the wallet changes.
- svr.w... | pilot: avoid cancelling the tx subscription twice, use proper wg value
In this commit we fix a newly introduce bug wherein we would close the
transaction subscription twice on shutdown. This would lead to a
shutdown, but an unclean one as it would panic due to closing a channel
twice.
We fix this my removing a defer ... |
diff --git a/tests/Psr16/SimpleCacheTest.php b/tests/Psr16/SimpleCacheTest.php
index <HASH>..<HASH> 100644
--- a/tests/Psr16/SimpleCacheTest.php
+++ b/tests/Psr16/SimpleCacheTest.php
@@ -76,7 +76,9 @@ class SimpleCacheTest extends Psr16TestCase
$success = $this->simplecache->set('key2', 'value', new DateInterv... | Wait slightly longer when testing future expiration |
diff --git a/mbuild/compound.py b/mbuild/compound.py
index <HASH>..<HASH> 100644
--- a/mbuild/compound.py
+++ b/mbuild/compound.py
@@ -192,7 +192,15 @@ class Compound(Part):
self._periodicity = np.array(periods)
def view_hierarchy(self, show_ports=False):
- """View a Compounds hierarchy of compou... | updated the docstring of view_hierarchy |
diff --git a/examples/measure.js b/examples/measure.js
index <HASH>..<HASH> 100644
--- a/examples/measure.js
+++ b/examples/measure.js
@@ -204,7 +204,8 @@ function createHelpTooltip() {
helpTooltip = new ol.Overlay({
element: helpTooltipElement,
offset: [15, 0],
- positioning: 'center-left'
+ positio... | Disable autoPan in examples
To avoid that the map is panned when showing
overlays on hover. |
diff --git a/src/ol/collection.js b/src/ol/collection.js
index <HASH>..<HASH> 100644
--- a/src/ol/collection.js
+++ b/src/ol/collection.js
@@ -76,10 +76,6 @@ ol.CollectionProperty = {
* Collection; they trigger events on the appropriate object, not on the
* Collection as a whole.
*
- * Because a Collection is its... | Remove reference to binding in Collection docs |
diff --git a/app/view/js/src/obj-datetime.js b/app/view/js/src/obj-datetime.js
index <HASH>..<HASH> 100644
--- a/app/view/js/src/obj-datetime.js
+++ b/app/view/js/src/obj-datetime.js
@@ -85,6 +85,10 @@ bolt.datetimes = function () {
field.date.datepicker(options);
// Bind show button
field.sh... | Default date pickers to "today" if they are empty. |
diff --git a/railties/lib/rails/generators/rails/app/templates/config/boot.rb b/railties/lib/rails/generators/rails/app/templates/config/boot.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/boot.rb
+++ b/railties/lib/rails/generators/rails/app/templates/config/boot.rb
@@ -1... | Allow a Rails application to be initialized from any directory and not just from inside it (ht: Andre Arko). |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.