diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/components/hand-controls.js b/src/components/hand-controls.js index <HASH>..<HASH> 100644 --- a/src/components/hand-controls.js +++ b/src/components/hand-controls.js @@ -27,7 +27,6 @@ var EVENTS = {}; EVENTS[ANIMATIONS.fist] = 'grip'; EVENTS[ANIMATIONS.thumbUp] = 'pistol'; EVENTS[ANIMATIONS.point] =...
Remove unused reference to thumb events `ANIMATIONS.thumb` did not exist, so "thumb" events would never be triggered
diff --git a/src/libhoney.js b/src/libhoney.js index <HASH>..<HASH> 100644 --- a/src/libhoney.js +++ b/src/libhoney.js @@ -33,10 +33,10 @@ const defaults = Object.freeze({ // the maximum number of pending events we allow in our queue before they get batched pendingWorkCapacity: 10000, - // the maximum number o...
Tweak Libhoney config comments
diff --git a/src/PdoAdapter.php b/src/PdoAdapter.php index <HASH>..<HASH> 100644 --- a/src/PdoAdapter.php +++ b/src/PdoAdapter.php @@ -370,9 +370,7 @@ class PdoAdapter implements AdapterInterface */ protected function getChunkResource($pathId, $isCompressed) { - $filename = $this->getTempFilename...
Fix #3 Use php://temp for file resources When getChunkResource is called for file reads, it now uses the php://temp resource which automatically cleans up. This should mean less temporary files left behind.
diff --git a/lib/generators/hyrax/templates/catalog_controller.rb b/lib/generators/hyrax/templates/catalog_controller.rb index <HASH>..<HASH> 100644 --- a/lib/generators/hyrax/templates/catalog_controller.rb +++ b/lib/generators/hyrax/templates/catalog_controller.rb @@ -21,6 +21,10 @@ class CatalogController < Applicat...
Switching blacklight http_method to :post Because too many times on Samvera tech people raise a problem regarding a failed query to SOLR. Often, it's because they inadvertantly exceeded the character limit of a GET request.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,8 +39,8 @@ install_requires = [ 'Flask~=0.0,>=0.12.2', 'IDUtils~=0.0,>=0.2.4', 'dojson~=1.0,>=1.3.1', - 'inspire-schemas~=54.0,>=54.0.0', - 'inspire-utils~=0.0,>=0.1.0', + 'inspire-schemas~=55.0,>=5...
setup: bump inspire-schemas to version ~<I> Sem-ver: breaks compatibility
diff --git a/salt/states/user.py b/salt/states/user.py index <HASH>..<HASH> 100644 --- a/salt/states/user.py +++ b/salt/states/user.py @@ -270,7 +270,7 @@ def present(name, gid The id of the default group to assign to the user. Either a group name or gid can be used. If not specified, and the use...
Porting PR #<I> to <I>
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/planPrinter/PlanPrinter.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/planPrinter/PlanPrinter.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/planner/planPrinter/PlanPrinter.java +++ b/pres...
Fix exception caused by coersion in plan printer PlanPrinter can throw an exception when attempting to convert a constant to a String
diff --git a/library/CM/SmartyPlugins/function.date_period.php b/library/CM/SmartyPlugins/function.date_period.php index <HASH>..<HASH> 100644 --- a/library/CM/SmartyPlugins/function.date_period.php +++ b/library/CM/SmartyPlugins/function.date_period.php @@ -8,8 +8,8 @@ function smarty_function_date_period(array $param...
Make a month have <I> days, so it fits all our serviceBundles
diff --git a/app/framework/directives/module.js b/app/framework/directives/module.js index <HASH>..<HASH> 100644 --- a/app/framework/directives/module.js +++ b/app/framework/directives/module.js @@ -2,7 +2,7 @@ var directiveModules = angular.module('onsen.directives', []); // [] -> create n directiveModules.factory(...
change template file path prefix with plugins
diff --git a/lib/buildbox/monitor.rb b/lib/buildbox/monitor.rb index <HASH>..<HASH> 100644 --- a/lib/buildbox/monitor.rb +++ b/lib/buildbox/monitor.rb @@ -20,11 +20,8 @@ module Buildbox if build.started? || build.finished? new_build = @api.update_build(build) - p new_build.state - ...
Removed some debugging code from the monitor.
diff --git a/cmd/pivnet/commands/pivnet.go b/cmd/pivnet/commands/pivnet.go index <HASH>..<HASH> 100644 --- a/cmd/pivnet/commands/pivnet.go +++ b/cmd/pivnet/commands/pivnet.go @@ -14,7 +14,7 @@ const ( printAsJSON = "json" printAsYAML = "yaml" - host = "https://network.pivotal.io" + defaultHost = "https://networ...
Inject version into cli correctly. [#<I>]
diff --git a/repo/config/init.go b/repo/config/init.go index <HASH>..<HASH> 100644 --- a/repo/config/init.go +++ b/repo/config/init.go @@ -35,7 +35,8 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) { "/ip4/0.0.0.0/tcp/4001", // "/ip4/0.0.0.0/udp/4002/utp", // disabled for now. }, - API...
repo/config: Added default gateway address to initial config
diff --git a/redis/client.py b/redis/client.py index <HASH>..<HASH> 100644 --- a/redis/client.py +++ b/redis/client.py @@ -65,7 +65,10 @@ def parse_info(response): if line and not line.startswith('#'): key, value = line.split(':') try: - info[key] = float(value) if '.' ...
Remove ternary operator to support Python <I>
diff --git a/devices/tuya.js b/devices/tuya.js index <HASH>..<HASH> 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -331,6 +331,7 @@ module.exports = [ {modelID: 'TS0601', manufacturerName: '_TZE200_dfxkcots'}, {modelID: 'TS0601', manufacturerName: '_TZE200_ojzhk75b'}, {mode...
Add _TZE<I>_3p5ydos3 to TS<I>_dimmer (#<I>)
diff --git a/api/src/main/java/org/hobsoft/microbrowser/MicrodataProperty.java b/api/src/main/java/org/hobsoft/microbrowser/MicrodataProperty.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/org/hobsoft/microbrowser/MicrodataProperty.java +++ b/api/src/main/java/org/hobsoft/microbrowser/MicrodataProperty.java @...
Issue #6: Added Javadoc for MicrodataProperty.unwrap
diff --git a/redis_collections/sortedsets.py b/redis_collections/sortedsets.py index <HASH>..<HASH> 100644 --- a/redis_collections/sortedsets.py +++ b/redis_collections/sortedsets.py @@ -444,12 +444,9 @@ class GeoDB(SortedSetBase): """ pickled_place_1 = self._pickle(place_1) pickled_place_2 =...
Rely on redis <I>
diff --git a/src/humanize/filesize.py b/src/humanize/filesize.py index <HASH>..<HASH> 100644 --- a/src/humanize/filesize.py +++ b/src/humanize/filesize.py @@ -23,6 +23,9 @@ def naturalsize(value, binary=False, gnu=False, format="%.1f"): gnu (bool): If `True`, the binary argument is ignored and GNU-style ...
Add some missing returns/raises
diff --git a/_config.php b/_config.php index <HASH>..<HASH> 100644 --- a/_config.php +++ b/_config.php @@ -9,8 +9,6 @@ * and if absolutely necessary if you can't use the yml file, mysite/_config.php instead. */ -use CWP\Core\Extension\CwpControllerExtension; -use SilverStripe\Core\Config\Config; use SilverStripe...
MINOR Remove deprecated use of characterStrength and remove unused imports
diff --git a/shims.php b/shims.php index <HASH>..<HASH> 100644 --- a/shims.php +++ b/shims.php @@ -3,7 +3,7 @@ namespace { // PHPUnit 6 compat - if (class_exists('PHPUnit\Framework\TestCase')) { + if ( class_exists( 'PHPUnit\Runner\Version' ) && version_compare( PHPUnit\Runner\Version::id(), '6.0', '>=' ) ) ...
use the runner version to load shims
diff --git a/lib/Constants.js b/lib/Constants.js index <HASH>..<HASH> 100644 --- a/lib/Constants.js +++ b/lib/Constants.js @@ -88,10 +88,11 @@ module.exports = { changeNickname: 1 << 26, manageNicknames: 1 << 27, manageRoles: 1 << 28, - all: 0b11111111101111111110...
Add manageEmojis permission constant Bonus question: what's this hidden 1 << <I>?
diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/classical.py +++ b/openquake/calculators/classical.py @@ -190,9 +190,12 @@ def preclassical(srcs, srcfilter, params, monitor): # this can be slow for src in srcs...
Small fix of preclassical for missing sitecol
diff --git a/test/e2e/nvidia-gpus.go b/test/e2e/nvidia-gpus.go index <HASH>..<HASH> 100644 --- a/test/e2e/nvidia-gpus.go +++ b/test/e2e/nvidia-gpus.go @@ -163,8 +163,17 @@ func dsFromManifest(url string) *extensions.DaemonSet { var controller extensions.DaemonSet framework.Logf("Parsing ds from %v", url) - respon...
Retry downloading the daemonset installer few times to avoid spurious network issues.
diff --git a/sub_peers.js b/sub_peers.js index <HASH>..<HASH> 100644 --- a/sub_peers.js +++ b/sub_peers.js @@ -88,6 +88,13 @@ TChannelSubPeers.prototype.add = function add(hostPort, options) { peer = topChannel.peers.add(hostPort, options); peer.setPreferConnectionDirection(self.preferConnectionDirection); ...
sub_peers: hook up event listeners
diff --git a/uDMX.py b/uDMX.py index <HASH>..<HASH> 100644 --- a/uDMX.py +++ b/uDMX.py @@ -250,6 +250,7 @@ def send_dmx_message(message_tokens): # Open the uDMX USB device dev = pyuDMX.uDMXDevice() if not dev.open(): + print "Unable to find and open uDMX interface" return False # T...
Show error message when no uDMX is found
diff --git a/examples/seq2seq/finetune_trainer.py b/examples/seq2seq/finetune_trainer.py index <HASH>..<HASH> 100755 --- a/examples/seq2seq/finetune_trainer.py +++ b/examples/seq2seq/finetune_trainer.py @@ -175,11 +175,11 @@ def main(): bool(training_args.parallel_mode == ParallelMode.DISTRIBUTED), tr...
fix logger format for non-main process (#<I>)
diff --git a/test/minimal_app_test.rb b/test/minimal_app_test.rb index <HASH>..<HASH> 100644 --- a/test/minimal_app_test.rb +++ b/test/minimal_app_test.rb @@ -26,7 +26,7 @@ if RubotoTest::RUBOTO_PLATFORM == 'STANDALONE' '1.6.8' => 3.5, '1.7.0.preview1' => 4.6, '1.7.0.preview2' => ANDROI...
* Adjust minimal app side to new JRuby
diff --git a/src/app/Traits/UpdatedBy.php b/src/app/Traits/UpdatedBy.php index <HASH>..<HASH> 100644 --- a/src/app/Traits/UpdatedBy.php +++ b/src/app/Traits/UpdatedBy.php @@ -6,6 +6,10 @@ trait UpdatedBy { protected static function bootUpdatedBy() { + self::creating(function ($model) { + $m...
updates updatedBy to fit Laravel style
diff --git a/demo/src/index.js b/demo/src/index.js index <HASH>..<HASH> 100644 --- a/demo/src/index.js +++ b/demo/src/index.js @@ -8,7 +8,7 @@ import { } from "three"; import { DemoManager } from "three-demo"; -import { EffectComposer } from "../../src"; +import { EffectComposer, OverrideMaterialManager } from "../...
Enable override material workaround
diff --git a/lib/tomlrb.rb b/lib/tomlrb.rb index <HASH>..<HASH> 100644 --- a/lib/tomlrb.rb +++ b/lib/tomlrb.rb @@ -1,6 +1,9 @@ require 'time' require 'stringio' require "tomlrb/version" +require 'tomlrb/local_date_time' +require 'tomlrb/local_date' +require 'tomlrb/local_time' require 'tomlrb/string_utils' require...
Load LocalDateTime and so on
diff --git a/src/Zerg/DataSet.php b/src/Zerg/DataSet.php index <HASH>..<HASH> 100644 --- a/src/Zerg/DataSet.php +++ b/src/Zerg/DataSet.php @@ -48,13 +48,13 @@ class DataSet implements \ArrayAccess, \Iterator */ public function setData(array $data) { - $this->data = (array) $data; + $this->...
fix docs and remove unnecessary casting
diff --git a/event.go b/event.go index <HASH>..<HASH> 100644 --- a/event.go +++ b/event.go @@ -151,7 +151,7 @@ func NewEntry(id EventID, e Event) Entry { return Entry{ EventID: id, Schema: e.Schema(), - Time: time.Now(), + Time: time.Now().In(time.UTC), Host: host, Deploy: d...
Always use UTC for timestamps.
diff --git a/draggablepanel/src/main/java/com/github/pedrovgs/DraggableListener.java b/draggablepanel/src/main/java/com/github/pedrovgs/DraggableListener.java index <HASH>..<HASH> 100644 --- a/draggablepanel/src/main/java/com/github/pedrovgs/DraggableListener.java +++ b/draggablepanel/src/main/java/com/github/pedrovgs/...
Remove public modifier from DraggableListener interface
diff --git a/nunaliit2-js/src/main/js/nunaliit2/n2.mapAndControls.js b/nunaliit2-js/src/main/js/nunaliit2/n2.mapAndControls.js index <HASH>..<HASH> 100644 --- a/nunaliit2-js/src/main/js/nunaliit2/n2.mapAndControls.js +++ b/nunaliit2-js/src/main/js/nunaliit2/n2.mapAndControls.js @@ -4808,7 +4808,15 @@ var MapAndControls...
nunaliit2-js: In map and controls, refresh simplified geometries when map is moved. Issue #<I>
diff --git a/alerta/app/auth.py b/alerta/app/auth.py index <HASH>..<HASH> 100644 --- a/alerta/app/auth.py +++ b/alerta/app/auth.py @@ -121,7 +121,10 @@ def google(): r = requests.get(people_api_url, headers=headers) profile = json.loads(r.text) - token = create_token(profile['sub'], profile['name'], prof...
catch exception when Google+ API is not enabled
diff --git a/indra/explanation/paths_graph.py b/indra/explanation/paths_graph.py index <HASH>..<HASH> 100644 --- a/indra/explanation/paths_graph.py +++ b/indra/explanation/paths_graph.py @@ -288,8 +288,7 @@ def sample_single_path(pg, source, target, signed=False, target_polarity=0, out_edges = pg.out_e...
Change to useing .sort() to accomodate py2.
diff --git a/web2/htdocs/js/lib.js b/web2/htdocs/js/lib.js index <HASH>..<HASH> 100644 --- a/web2/htdocs/js/lib.js +++ b/web2/htdocs/js/lib.js @@ -290,6 +290,16 @@ })(); // }}} + /*************************************************** + website() - Return the base URL of this SHIELD, per document.location + *...
Put website() function back into js code authentication provider configuration could not be shown in the UI because this function was missing. It's back now.
diff --git a/keanu-python/tests/test_net.py b/keanu-python/tests/test_net.py index <HASH>..<HASH> 100644 --- a/keanu-python/tests/test_net.py +++ b/keanu-python/tests/test_net.py @@ -24,7 +24,7 @@ def test_construct_bayes_net() -> None: ("get_observed_vertices", False, True, True, True), ...
annotate a test in test_net which I missed
diff --git a/scripts/search-job-messages.py b/scripts/search-job-messages.py index <HASH>..<HASH> 100644 --- a/scripts/search-job-messages.py +++ b/scripts/search-job-messages.py @@ -1,7 +1,7 @@ # Submits search job, waits for completion, then prints and emails _messages_ # (as opposed to records). Pass the query vi...
renamed file in example search-job.py -> search-job-messages.py
diff --git a/huey/bin/huey_consumer.py b/huey/bin/huey_consumer.py index <HASH>..<HASH> 100755 --- a/huey/bin/huey_consumer.py +++ b/huey/bin/huey_consumer.py @@ -91,7 +91,7 @@ def load_huey(path): raise -if __name__ == '__main__': +def consumer_main(): parser = get_option_parser() options, args ...
Change how heuy_consumer is started This fixes #<I> The logic behind this is that other programs that would like to reuse huey can now do: from huey.bin.huey_consumer import consumer_main and thus include consumer main as a sub command. Also, setuptools takes care of properly instaling scripts in windows ...
diff --git a/pyrogram/client/methods/messages/send_dice.py b/pyrogram/client/methods/messages/send_dice.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/methods/messages/send_dice.py +++ b/pyrogram/client/methods/messages/send_dice.py @@ -38,7 +38,7 @@ class SendDice(BaseClient): "pyrogram.ForceReply" ...
Update send_dice: add basketball "dice"
diff --git a/geopackage-sdk/src/main/java/mil/nga/geopackage/user/UserCursor.java b/geopackage-sdk/src/main/java/mil/nga/geopackage/user/UserCursor.java index <HASH>..<HASH> 100644 --- a/geopackage-sdk/src/main/java/mil/nga/geopackage/user/UserCursor.java +++ b/geopackage-sdk/src/main/java/mil/nga/geopackage/user/UserC...
close the user cursor when performing the invalid rows cursor query
diff --git a/activesupport/lib/active_support/file_evented_update_checker.rb b/activesupport/lib/active_support/file_evented_update_checker.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/file_evented_update_checker.rb +++ b/activesupport/lib/active_support/file_evented_update_checker.rb @@ -1,6 +...
make the @updated flag atomic in the evented monitor listen is calling us from its own thread, we need to synchronize reads and writes to this flag.
diff --git a/examples/arrays.js b/examples/arrays.js index <HASH>..<HASH> 100644 --- a/examples/arrays.js +++ b/examples/arrays.js @@ -21,9 +21,9 @@ console.log($.nullArray(10)); console.log($.range(5)); -/* creating a pre-initialized array with values ranging from x to y) +/* creating a pre-initialized array with...
Update example writing mistake & forgotten comments
diff --git a/salt/modules/saltcheck.py b/salt/modules/saltcheck.py index <HASH>..<HASH> 100644 --- a/salt/modules/saltcheck.py +++ b/salt/modules/saltcheck.py @@ -52,7 +52,7 @@ import os import time import yaml try: - # import salt.utils + import salt.utils import salt.client import salt.exceptions ...
uncommented salt.utils import
diff --git a/saunter/testcase/webdriver.py b/saunter/testcase/webdriver.py index <HASH>..<HASH> 100644 --- a/saunter/testcase/webdriver.py +++ b/saunter/testcase/webdriver.py @@ -69,6 +69,7 @@ class SaunterTestCase(BaseTestCase): """ self.verificationErrors = [] self.cf = saunter.ConfigWrappe...
no idea why i used .cf rather than .config as that is what i always try to type
diff --git a/lib/travis/notification/publisher/redis.rb b/lib/travis/notification/publisher/redis.rb index <HASH>..<HASH> 100644 --- a/lib/travis/notification/publisher/redis.rb +++ b/lib/travis/notification/publisher/redis.rb @@ -15,7 +15,8 @@ module Travis def publish(event) payload = MultiJson....
publish instrumentation events to redis "events" for now, got issues with pattern matching?
diff --git a/code/GridFieldOrderableRows.php b/code/GridFieldOrderableRows.php index <HASH>..<HASH> 100755 --- a/code/GridFieldOrderableRows.php +++ b/code/GridFieldOrderableRows.php @@ -45,6 +45,7 @@ class GridFieldOrderableRows extends RequestHandler implements * @param string $sortField */ public function __...
Add extension hook after re-ordering items
diff --git a/django_countries/fields.py b/django_countries/fields.py index <HASH>..<HASH> 100644 --- a/django_countries/fields.py +++ b/django_countries/fields.py @@ -103,6 +103,8 @@ class Country(object): flag_url = settings.COUNTRIES_FLAG_URL url = flag_url.format( code_upper=self.c...
If empty flag_url is given to a Country object, flag should be blank
diff --git a/test_howdoi.py b/test_howdoi.py index <HASH>..<HASH> 100644 --- a/test_howdoi.py +++ b/test_howdoi.py @@ -54,8 +54,7 @@ class HowdoiTestCase(unittest.TestCase): first_answer = self.call_howdoi(query) second_answer = self.call_howdoi(query + ' -a') self.assertNotEqual(first_answer...
Fix for test in Python <I>
diff --git a/examples/as_example1.js b/examples/as_example1.js index <HASH>..<HASH> 100644 --- a/examples/as_example1.js +++ b/examples/as_example1.js @@ -44,11 +44,11 @@ function echo(context, req, head, body, callback) { server.listen(4040, '127.0.0.1', onListening); function onListening() { - client = client....
Trivial rename in examples
diff --git a/lib/bandcamp/methodical.rb b/lib/bandcamp/methodical.rb index <HASH>..<HASH> 100644 --- a/lib/bandcamp/methodical.rb +++ b/lib/bandcamp/methodical.rb @@ -1,13 +1,15 @@ -module Methodical +module BandCamp + module Methodical - def to_methods hash - eigenclass = class << self; self; end - hash.each...
Moved mixin into the BandCamp namespace.
diff --git a/khard/address_book.py b/khard/address_book.py index <HASH>..<HASH> 100644 --- a/khard/address_book.py +++ b/khard/address_book.py @@ -67,13 +67,7 @@ class AddressBook(metaclass=abc.ABCMeta): :returns: the length of the shortes unequal initial substrings :rtype: int """ - s...
Use stdlib to compare uids The os.path library provides a function to compare prefixes that can be used instead of the custom code.
diff --git a/lib/endpoint/overrides/deprecations.js b/lib/endpoint/overrides/deprecations.js index <HASH>..<HASH> 100644 --- a/lib/endpoint/overrides/deprecations.js +++ b/lib/endpoint/overrides/deprecations.js @@ -17,7 +17,7 @@ function deprecations (endpoints) { if (searchIssuesAndPullRequests) { const deprec...
build: idName search-issues -> issues (again :)
diff --git a/sunevents-node.js b/sunevents-node.js index <HASH>..<HASH> 100644 --- a/sunevents-node.js +++ b/sunevents-node.js @@ -44,7 +44,7 @@ module.exports = function(RED) { node.events.on("sunevent", function(event, date) { var msg = {}; msg.topic = event; - msg.payload = {event: event, da...
Changed payload to be a String containing the date time stamp of the sun event.
diff --git a/lib/nat/service.go b/lib/nat/service.go index <HASH>..<HASH> 100644 --- a/lib/nat/service.go +++ b/lib/nat/service.go @@ -85,7 +85,10 @@ func (s *Service) serve(ctx context.Context) { case <-timer.C: case <-s.processScheduled: if !timer.Stop() { - <-timer.C + select { + case <-timer.C: +...
lib/nat: Don't hang on draining timer chan (fixes #<I>) (#<I>)
diff --git a/lib/wlang/dialect/dispatching.rb b/lib/wlang/dialect/dispatching.rb index <HASH>..<HASH> 100644 --- a/lib/wlang/dialect/dispatching.rb +++ b/lib/wlang/dialect/dispatching.rb @@ -46,7 +46,8 @@ module WLang define_method(methname) do |buf, fns| args, rest = normalize_tag_fns(fns, ...
Avoid unnecessary call to flush_trailing_fns
diff --git a/theanets/graph.py b/theanets/graph.py index <HASH>..<HASH> 100644 --- a/theanets/graph.py +++ b/theanets/graph.py @@ -366,8 +366,8 @@ class Network(object): def add(s): h.update(str(s).encode('utf-8')) h = hashlib.md5() - # Use ordereddict to avoid creating different g...
shorten line length to pass the test
diff --git a/riak/client/__init__.py b/riak/client/__init__.py index <HASH>..<HASH> 100644 --- a/riak/client/__init__.py +++ b/riak/client/__init__.py @@ -38,6 +38,14 @@ from riak.util import deprecateQuorumAccessors from riak.util import lazy_property +def default_encoder(obj): + """ + Default encoder for J...
Switching JSON encoding to UTF-8. By default, python's JSON encoder will escape all non-ASCII characters, using a sequence of 6 bytes, for the sake of legacy non-UTF-8 compatible clients. This is a significant overhead in the case of non-ASCII string and can be reduced by using a modern encoding.
diff --git a/browser/scrollTo.js b/browser/scrollTo.js index <HASH>..<HASH> 100644 --- a/browser/scrollTo.js +++ b/browser/scrollTo.js @@ -1,4 +1,5 @@ sb.include('effect'); +sb.include('browser.getScrollPosition'); /** @Name: sb.browser.scrollTo @Author: Paul Visco
added required include for getScrollPosition
diff --git a/mapclassify.py b/mapclassify.py index <HASH>..<HASH> 100644 --- a/mapclassify.py +++ b/mapclassify.py @@ -55,7 +55,7 @@ def quantile(y,k=4): >>> Note that if there are enough ties that the quantile values repeat, we - collapse to psuedo quantiles in which case the number of classes will be ...
- fix histogram logic bug in weights init - added more examples to replicate GeoDa
diff --git a/packages/selenium-ide/src/neo/playback/playback-tree/command-node.js b/packages/selenium-ide/src/neo/playback/playback-tree/command-node.js index <HASH>..<HASH> 100644 --- a/packages/selenium-ide/src/neo/playback/playback-tree/command-node.js +++ b/packages/selenium-ide/src/neo/playback/playback-tree/comma...
Inlined conditional incrementing of `timesVisited` since it's only needed in one place now.
diff --git a/src/SwiftMailer/Transport/FileTransport.php b/src/SwiftMailer/Transport/FileTransport.php index <HASH>..<HASH> 100644 --- a/src/SwiftMailer/Transport/FileTransport.php +++ b/src/SwiftMailer/Transport/FileTransport.php @@ -120,7 +120,7 @@ class FileTransport implements Swift_Transport protected functio...
Use "_" separator for time as ":" does not work on Windows
diff --git a/onnx/backend/test/runner/__init__.py b/onnx/backend/test/runner/__init__.py index <HASH>..<HASH> 100644 --- a/onnx/backend/test/runner/__init__.py +++ b/onnx/backend/test/runner/__init__.py @@ -8,6 +8,7 @@ import functools import glob import os import re +import shutil import tarfile import tempfile ...
Change the cached model checking logic (#<I>) * Change the cached model checking logic * Move the old folder, instead of deleting
diff --git a/hug/test.py b/hug/test.py index <HASH>..<HASH> 100644 --- a/hug/test.py +++ b/hug/test.py @@ -26,7 +26,8 @@ import json from hug.run import server from hug import output_format from functools import partial -from unittest.mock import patch +from unittest import mock +from collections import namedtuple ...
Fix how arguments are passed in when testing clis
diff --git a/test/extended/authorization/rbac/groups_default_rules.go b/test/extended/authorization/rbac/groups_default_rules.go index <HASH>..<HASH> 100644 --- a/test/extended/authorization/rbac/groups_default_rules.go +++ b/test/extended/authorization/rbac/groups_default_rules.go @@ -114,7 +114,7 @@ var ( // Th...
Add consoleyamlsamples to list of console resource exceptions
diff --git a/src/types/__tests__/run-tests.test.js b/src/types/__tests__/run-tests.test.js index <HASH>..<HASH> 100644 --- a/src/types/__tests__/run-tests.test.js +++ b/src/types/__tests__/run-tests.test.js @@ -18,6 +18,7 @@ test('TypeScript', async () => { const cleanedMessage = err.message .replace(/src\/...
Remove lines from TypeScript snapshots (cherry picked from commit b<I>f8f<I>f1c<I>e<I>a8d<I>dabb<I>) # Conflicts: # src/types/__tests__/__snapshots__/run-tests.test.js.snap
diff --git a/go/engine/pgp_update_test.go b/go/engine/pgp_update_test.go index <HASH>..<HASH> 100644 --- a/go/engine/pgp_update_test.go +++ b/go/engine/pgp_update_test.go @@ -109,6 +109,7 @@ func TestPGPUpdateMultiKey(t *testing.T) { // Generate a second PGP sibkey. arg := PGPKeyImportEngineArg{ AllowMulti: true...
In TestPGPUpdateMultiKey, actually do the updates Previously, this test just checked that the arguments were interpreted correctly. Since the generated keys were never exported to the local keyring, the update did nothing. Since the process of updating PGP keys is a little more complicated now, and a little more secu...
diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/TestingListener.java b/flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/TestingListener.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/TestingListener.java +++ ...
[FLINK-<I>] [tests] Perform TestingListener#waitForNewLeader under lock Performin TestingListener#waitForNewLeader under the lock which is also hold when updating the leader information makes sure that leader changes won't go unnoticed. This led before to failing test cases due to timeouts. This closes #<I>.
diff --git a/src/lib/core/property.php b/src/lib/core/property.php index <HASH>..<HASH> 100644 --- a/src/lib/core/property.php +++ b/src/lib/core/property.php @@ -167,6 +167,8 @@ function papi_get_property_meta_value( $id, $slug, $type = 'post' ) { } else { $type = papi_get_meta_type( $type ); $value = get_met...
Add backward compatibility for property meta saved with prefix
diff --git a/contribs/gmf/src/print/component.js b/contribs/gmf/src/print/component.js index <HASH>..<HASH> 100644 --- a/contribs/gmf/src/print/component.js +++ b/contribs/gmf/src/print/component.js @@ -779,12 +779,8 @@ export class PrintController { this.updateCustomFields_(); - const hasLegend = this.layo...
Revert regression in gmf print component
diff --git a/tests/Embera/Provider/HuluTest.php b/tests/Embera/Provider/HuluTest.php index <HASH>..<HASH> 100644 --- a/tests/Embera/Provider/HuluTest.php +++ b/tests/Embera/Provider/HuluTest.php @@ -34,6 +34,11 @@ final class HuluTest extends ProviderTester public function testProvider() { + $travis ...
Fixed Soundsgood tests - Hulu is having problems right now.
diff --git a/salt/output/virt_query.py b/salt/output/virt_query.py index <HASH>..<HASH> 100644 --- a/salt/output/virt_query.py +++ b/salt/output/virt_query.py @@ -30,7 +30,7 @@ def output(data): id_, vm_data['graphics']['port']) if 'disks' in vm_dat...
Removing lists and change back to earlier
diff --git a/src/WindowsAzure/ServiceRuntime/RoleEnvironment.php b/src/WindowsAzure/ServiceRuntime/RoleEnvironment.php index <HASH>..<HASH> 100644 --- a/src/WindowsAzure/ServiceRuntime/RoleEnvironment.php +++ b/src/WindowsAzure/ServiceRuntime/RoleEnvironment.php @@ -181,6 +181,8 @@ class RoleEnvironment /** ...
#<I>: Adding comment in the listener methods for trackchanges method
diff --git a/aws/resource_aws_acm_certificate.go b/aws/resource_aws_acm_certificate.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_acm_certificate.go +++ b/aws/resource_aws_acm_certificate.go @@ -292,6 +292,10 @@ func convertValidationOptions(certificate *acm.CertificateDetail) ([]map[string] var emailValidati...
Retry ACM certificate domain validation when the DomainValidationOptions array is completely empty.
diff --git a/source/Core/oxwidgetcontrol.php b/source/Core/oxwidgetcontrol.php index <HASH>..<HASH> 100644 --- a/source/Core/oxwidgetcontrol.php +++ b/source/Core/oxwidgetcontrol.php @@ -101,18 +101,14 @@ class oxWidgetControl extends oxShopControl // if exists views chain, initializing these view at first ...
try to simplify view chain code Removed duplicate code in classname is oxubase, the only diff. left is the setClassName call.
diff --git a/internetarchive/cli/ia_upload.py b/internetarchive/cli/ia_upload.py index <HASH>..<HASH> 100755 --- a/internetarchive/cli/ia_upload.py +++ b/internetarchive/cli/ia_upload.py @@ -83,6 +83,7 @@ def _upload_files(item, files, upload_kwargs, prev_identifier=None, archive_sess def main(argv, session): a...
made ERRORS global to address UnboundLocalError bug.
diff --git a/_pytest/python.py b/_pytest/python.py index <HASH>..<HASH> 100644 --- a/_pytest/python.py +++ b/_pytest/python.py @@ -228,7 +228,10 @@ class Module(pytest.File, PyCollectorMixin): self.ihook.pytest_pycollect_before_module_import(mod=self) # we assume we are only called once per module ...
expand try/except/finally which py<I> does't like
diff --git a/Notifications/ResetPassword.php b/Notifications/ResetPassword.php index <HASH>..<HASH> 100644 --- a/Notifications/ResetPassword.php +++ b/Notifications/ResetPassword.php @@ -59,7 +59,7 @@ class ResetPassword extends Notification return (new MailMessage) ->subject(Lang::get('Reset Pass...
Use the router for absolute urls (#<I>)
diff --git a/lib/flipflop/facade.rb b/lib/flipflop/facade.rb index <HASH>..<HASH> 100644 --- a/lib/flipflop/facade.rb +++ b/lib/flipflop/facade.rb @@ -1,3 +1,5 @@ +require "forwardable" + module Flipflop module Facade extend Forwardable diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH...
Fixes for older Rails versions.
diff --git a/spec/jobs/import_url_job_spec.rb b/spec/jobs/import_url_job_spec.rb index <HASH>..<HASH> 100644 --- a/spec/jobs/import_url_job_spec.rb +++ b/spec/jobs/import_url_job_spec.rb @@ -29,9 +29,18 @@ RSpec.describe ImportUrlJob do end context 'after running the job' do + let!(:tmpdir) { Rails.root.join...
Add test to make sure ImportUrlJob leaves its temp directory/file(s) in place.
diff --git a/src/Dev/FixtureBlueprint.php b/src/Dev/FixtureBlueprint.php index <HASH>..<HASH> 100644 --- a/src/Dev/FixtureBlueprint.php +++ b/src/Dev/FixtureBlueprint.php @@ -207,7 +207,7 @@ class FixtureBlueprint extends BaseBlueprint // Mutate Class (if required): - $this->mutateCl...
Fixed a bug with class mutation in fixtures
diff --git a/src/search/FindInFiles.js b/src/search/FindInFiles.js index <HASH>..<HASH> 100644 --- a/src/search/FindInFiles.js +++ b/src/search/FindInFiles.js @@ -795,7 +795,7 @@ define(function (require, exports, module) { var addPromise; if (entry.isDirectory) { - if (!added || ...
Fix: Find in Files results don't update to reflect external changes unless file is open
diff --git a/pymatbridge/version.py b/pymatbridge/version.py index <HASH>..<HASH> 100644 --- a/pymatbridge/version.py +++ b/pymatbridge/version.py @@ -87,7 +87,14 @@ MICRO = _version_micro VERSION = __version__ PACKAGES = ['pymatbridge'] PACKAGE_DATA = {"pymatbridge": ["matlab/matlabserver.m", "matlab/messenger.*", ...
Added json tool folder to installation
diff --git a/cacheback/utils.py b/cacheback/utils.py index <HASH>..<HASH> 100644 --- a/cacheback/utils.py +++ b/cacheback/utils.py @@ -1,4 +1,5 @@ import logging +import warnings from django.conf import settings from django.core import signals @@ -24,6 +25,14 @@ except ImportError as exc: logger = logging.getLogg...
Add helper to easy raise warnings for deprecated imports/calls.
diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py index <HASH>..<HASH> 100644 --- a/python/ccxt/base/exchange.py +++ b/python/ccxt/base/exchange.py @@ -1533,6 +1533,15 @@ class Exchange(object): else: raise NotSupported(self.id + ' fetchDepositAddress not supported yet') +...
Added parse_funding_rate and parse_funding_rates to python exchange base
diff --git a/tests/TypeParseTest.php b/tests/TypeParseTest.php index <HASH>..<HASH> 100644 --- a/tests/TypeParseTest.php +++ b/tests/TypeParseTest.php @@ -732,8 +732,8 @@ class TypeParseTest extends TestCase public function testCombineLiteralStringWithClassString() { $this->assertSame( - '...
Add workarounds for class-string tests
diff --git a/src/assets/PriceEstimator.php b/src/assets/PriceEstimator.php index <HASH>..<HASH> 100644 --- a/src/assets/PriceEstimator.php +++ b/src/assets/PriceEstimator.php @@ -23,7 +23,7 @@ class PriceEstimator extends AssetBundle /** * @var string */ - public $sourcePath = __DIR__; + public $...
fixed asset path (#<I>)
diff --git a/lib/appbundler/app.rb b/lib/appbundler/app.rb index <HASH>..<HASH> 100644 --- a/lib/appbundler/app.rb +++ b/lib/appbundler/app.rb @@ -47,6 +47,10 @@ module Appbundler ret end + SHITLIST = [ + "github_changelog_generator", + ] + def write_merged_lockfiles(without: []) # ...
avoid github-changelog-generator issues this is a bit of a hack to ship ChefDK <I> because this gem infects and breaks everything in the world.
diff --git a/webapps/ui/cockpit/client/scripts/navigation/controllers/cam-header-views-ctrl.js b/webapps/ui/cockpit/client/scripts/navigation/controllers/cam-header-views-ctrl.js index <HASH>..<HASH> 100644 --- a/webapps/ui/cockpit/client/scripts/navigation/controllers/cam-header-views-ctrl.js +++ b/webapps/ui/cockpit/...
refactor(navigation): remove dead code Related to CAM-<I>
diff --git a/is-native-implemented.js b/is-native-implemented.js index <HASH>..<HASH> 100644 --- a/is-native-implemented.js +++ b/is-native-implemented.js @@ -1,10 +1,8 @@ -// Exports true if environment provides native `WeakMap` implementation, -// whatever that is. +// Exports true if environment provides native `Wea...
Fix native detection So it's not affected by V8 bug: <URL>
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /* -List.js 1.1.1 +List.js 1.2 By Jonny Strömberg (www.jonnystromberg.com, www.listjs.com) */ (function( window, undefined ) {
Update version in index.js Update version from <I> to <I> in index.js.
diff --git a/src/frontend/commands/BlockController.php b/src/frontend/commands/BlockController.php index <HASH>..<HASH> 100644 --- a/src/frontend/commands/BlockController.php +++ b/src/frontend/commands/BlockController.php @@ -143,6 +143,8 @@ class BlockController extends \luya\console\Command 'link' => 'G...
added multiple inputs to block command. #<I>
diff --git a/anyconfig/backend/tests/xml.py b/anyconfig/backend/tests/xml.py index <HASH>..<HASH> 100644 --- a/anyconfig/backend/tests/xml.py +++ b/anyconfig/backend/tests/xml.py @@ -57,7 +57,7 @@ CNF_0_S = """\ class Test_00(unittest.TestCase): - def test__namespaces_from_file(self): + def test_10__namespac...
refactor: rename test methods to keep the order in .backend.tests.xml.Test_<I>
diff --git a/src/test/java/com/metamx/http/client/io/AppendableByteArrayInputStreamTest.java b/src/test/java/com/metamx/http/client/io/AppendableByteArrayInputStreamTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/metamx/http/client/io/AppendableByteArrayInputStreamTest.java +++ b/src/test/java/com/metamx/...
Read until EOF (which shouldn't happen...)
diff --git a/js/bitmart.js b/js/bitmart.js index <HASH>..<HASH> 100644 --- a/js/bitmart.js +++ b/js/bitmart.js @@ -436,7 +436,7 @@ module.exports = class bitmart extends Exchange { const pricePrecision = this.safeInteger (market, 'price_max_precision'); const precision = { 'am...
For some markets (BABYDOGE/USDT and etc) with price_max_precision > <I> price precision calculated as 0. P.S. BABYDOGE/USDT price precision is <I>. Max precision for all markets is <I>.
diff --git a/pkg/kubelet/pod_workers.go b/pkg/kubelet/pod_workers.go index <HASH>..<HASH> 100644 --- a/pkg/kubelet/pod_workers.go +++ b/pkg/kubelet/pod_workers.go @@ -34,7 +34,6 @@ import ( "k8s.io/kubernetes/pkg/kubelet/events" "k8s.io/kubernetes/pkg/kubelet/eviction" "k8s.io/kubernetes/pkg/kubelet/metrics" - ku...
fix kubelet/types is imported more than once
diff --git a/src/pymoca/backends/casadi/api.py b/src/pymoca/backends/casadi/api.py index <HASH>..<HASH> 100644 --- a/src/pymoca/backends/casadi/api.py +++ b/src/pymoca/backends/casadi/api.py @@ -280,14 +280,19 @@ def transfer_model(model_folder: str, model_name: str, compiler_options=None): codegen = compiler_opti...
Only raise "cache needs expand_mx" warning if compiling
diff --git a/src/codegeneration/SuperTransformer.js b/src/codegeneration/SuperTransformer.js index <HASH>..<HASH> 100644 --- a/src/codegeneration/SuperTransformer.js +++ b/src/codegeneration/SuperTransformer.js @@ -110,7 +110,7 @@ export class SuperTransformer extends ParseTreeTransformer { // We should never get to...
fix a typo in SuperTransformer
diff --git a/lib/itunes/version.rb b/lib/itunes/version.rb index <HASH>..<HASH> 100644 --- a/lib/itunes/version.rb +++ b/lib/itunes/version.rb @@ -1,3 +1,3 @@ module ITunes - VERSION = '0.4.0' + VERSION = '0.4.1' end
rubygems error pushing <I>, bumping to <I>
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -104,6 +104,7 @@ function matchSnapshot(chai, utils) { var dirty = false; if (!update && !snapshotState.update && snapshot) { if (obj !== snapshot.code) { + addSnapshot(path, context.ind...
Fix bug with missing visited flags when test fails