diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -172,9 +172,8 @@ OpenLayers.Map.prototype = { // Workaround for the fact that hidden elements return 0 for size. if (size.w == 0 && size.h == 0) {...
element.getDimensions doesn't check styles of parent elements, so when an element is hideen because of a parent, this breaks. fall back to style.width/height in cases where we have a 0,0 size. git-svn-id: <URL>
diff --git a/lib/copy-file.js b/lib/copy-file.js index <HASH>..<HASH> 100644 --- a/lib/copy-file.js +++ b/lib/copy-file.js @@ -1,7 +1,7 @@ 'use strict'; const fs = require('fs'); -const {lstat, unlink} = fs.promises; +const {lstat, unlink} = require('fs/promises'); const pipe = require('pipe-io'); const tryToCatc...
chore(copy-file) fs.promises -> fs/promises
diff --git a/lib/fog/atmos/storage.rb b/lib/fog/atmos/storage.rb index <HASH>..<HASH> 100644 --- a/lib/fog/atmos/storage.rb +++ b/lib/fog/atmos/storage.rb @@ -155,8 +155,10 @@ module Fog signature = Base64.encode64( digest ).chomp() params[:headers]["x-emc-signature"] = signature - pars...
Delete invalid connection keys before request is made
diff --git a/OpenPNM/Algorithms/__LinearSolver__.py b/OpenPNM/Algorithms/__LinearSolver__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Algorithms/__LinearSolver__.py +++ b/OpenPNM/Algorithms/__LinearSolver__.py @@ -324,7 +324,8 @@ class LinearSolver(GenericAlgorithm): self._logger.warning('The outlet pores...
temporary patch job (domain_size doesn't work) Former-commit-id: <I>bf<I>a<I>a<I>f<I>b<I>d<I>d<I>baf3 Former-commit-id: <I>c8e<I>f<I>e<I>c<I>c2ea7dc<I>c3bba<I>bc8
diff --git a/src/you_get/extractors/imgur.py b/src/you_get/extractors/imgur.py index <HASH>..<HASH> 100644 --- a/src/you_get/extractors/imgur.py +++ b/src/you_get/extractors/imgur.py @@ -65,7 +65,7 @@ class Imgur(VideoExtractor): 'container': 'jpg' } } - sel...
[imgur] use hash when title not present
diff --git a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php +++ b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php @@ -235,7 +235,7 @@ class CakeEventManagerTest extends CakeTestCa...
Fix missed use of VERSION.
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -194,7 +194,7 @@ class BaseCalculator(with_metaclass(abc.ABCMeta)): elif exports: # is a string fmts = exports.split(',...
Fixed a small bug with exports Former-commit-id: <I>adeff7e<I>f3c<I>f1a<I>f4fe3a<I>d4edd<I>
diff --git a/loader.js b/loader.js index <HASH>..<HASH> 100644 --- a/loader.js +++ b/loader.js @@ -17,7 +17,12 @@ module.exports.pitch = function(request, preReq, data) { var query = loaderUtils.parseQuery(this.query); this.addDependency(this.resourcePath); // We already in child compiler, return empty bundle - i...
Check if loader is used without plugin
diff --git a/lib/userlist/push/strategies.rb b/lib/userlist/push/strategies.rb index <HASH>..<HASH> 100644 --- a/lib/userlist/push/strategies.rb +++ b/lib/userlist/push/strategies.rb @@ -11,9 +11,20 @@ module Userlist def self.lookup_strategy(strategy) return strategy unless strategy.is_a?(Symbol) || st...
Extracts methods to check and require strategies
diff --git a/spyder/plugins/profiler/plugin.py b/spyder/plugins/profiler/plugin.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/profiler/plugin.py +++ b/spyder/plugins/profiler/plugin.py @@ -42,7 +42,7 @@ class Profiler(SpyderDockablePlugin): NAME = 'profiler' REQUIRES = [Plugins.Preferences, Plugins.Edit...
Pylint/Profiler: Add/fix their TABIFY class attribute respectively
diff --git a/test/integration/tst_regression.py b/test/integration/tst_regression.py index <HASH>..<HASH> 100644 --- a/test/integration/tst_regression.py +++ b/test/integration/tst_regression.py @@ -2,8 +2,7 @@ import shutil import os import autofit as af -from autolens.data.instrument import ccd -from autolens.dat...
Refactored data to use instrument module with abstract_data, ready to add interferometry data class.
diff --git a/routes/web.php b/routes/web.php index <HASH>..<HASH> 100644 --- a/routes/web.php +++ b/routes/web.php @@ -62,7 +62,7 @@ Route::middleware(['web', 'admin.auth:admin', 'permission']) Route::post('attribute/upload', [\AvoRed\Framework\Catalog\Controllers\AttributeController::class, 'upload']) ...
fixed Issue #<I> AdminUserController doesn't exist
diff --git a/java-wrapper/src/test/java/com/codedisaster/steamworks/test/SteamTestApp.java b/java-wrapper/src/test/java/com/codedisaster/steamworks/test/SteamTestApp.java index <HASH>..<HASH> 100644 --- a/java-wrapper/src/test/java/com/codedisaster/steamworks/test/SteamTestApp.java +++ b/java-wrapper/src/test/java/com/...
Test applications load libraries from ./natives/libs instead of Maven package.
diff --git a/lib/escobar/heroku/pipeline.rb b/lib/escobar/heroku/pipeline.rb index <HASH>..<HASH> 100644 --- a/lib/escobar/heroku/pipeline.rb +++ b/lib/escobar/heroku/pipeline.rb @@ -65,10 +65,14 @@ module Escobar end def default_branch - github_client.default_branch + @default_branch ||= ...
Cache calls to GitHub in Pipeline
diff --git a/spec/controllers/spree/adyen_redirect_controller_spec.rb b/spec/controllers/spree/adyen_redirect_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/spree/adyen_redirect_controller_spec.rb +++ b/spec/controllers/spree/adyen_redirect_controller_spec.rb @@ -32,16 +32,18 @@ module Spree ...
Restruct portion of test Just put extra describe blocks to specify what the test is talking about i.e. the created payment.
diff --git a/demo/start.rb b/demo/start.rb index <HASH>..<HASH> 100644 --- a/demo/start.rb +++ b/demo/start.rb @@ -46,18 +46,15 @@ class App dt = Rufus::Decision::Table.new(json.last) - #out = dt.transform!(in_to_h(json.first)) - keys = json.first.first - rows = json.first[1..-1] - results = rows.c...
leveraging Rufus::Decision.transpose()
diff --git a/pkg/cloudprovider/gce/token_source.go b/pkg/cloudprovider/gce/token_source.go index <HASH>..<HASH> 100644 --- a/pkg/cloudprovider/gce/token_source.go +++ b/pkg/cloudprovider/gce/token_source.go @@ -31,7 +31,7 @@ import ( const ( // Max QPS to allow through to the token URL. - tokenURLQPS = 1 + tokenUR...
Increase the rate limiting of GCE's token source. The burst being at 3 means transient errors won't incur such long waits, but repeating failures shouldn't be retrying every second.
diff --git a/spec/models/profile.rb b/spec/models/profile.rb index <HASH>..<HASH> 100644 --- a/spec/models/profile.rb +++ b/spec/models/profile.rb @@ -1,5 +1,5 @@ class Profile include Mongoid::Document - field :name, type: String + field :name, :type => String shard_key :name end
Let tests pass for <I> and others.
diff --git a/lib/Condorcet/Condorcet.php b/lib/Condorcet/Condorcet.php index <HASH>..<HASH> 100644 --- a/lib/Condorcet/Condorcet.php +++ b/lib/Condorcet/Condorcet.php @@ -1650,9 +1650,12 @@ class Vote use CandidateVote_CondorcetLink ; private $_ranking = array(); + private $_rankingHistory = array(); + private ...
Class Vote => setRanking() && archiveRanking()
diff --git a/src/js/components/Clock/Clock.js b/src/js/components/Clock/Clock.js index <HASH>..<HASH> 100644 --- a/src/js/components/Clock/Clock.js +++ b/src/js/components/Clock/Clock.js @@ -157,14 +157,11 @@ class Clock extends Component { this.setState({ elements: nextElements }, () => { if (onChang...
Fix Clock.onChange bug (#<I>)
diff --git a/concrete/src/Entity/File/Version.php b/concrete/src/Entity/File/Version.php index <HASH>..<HASH> 100644 --- a/concrete/src/Entity/File/Version.php +++ b/concrete/src/Entity/File/Version.php @@ -1649,6 +1649,12 @@ class Version implements ObjectInterface if ($type->shouldExistFor($imageWidt...
adding canonical url to thumbnail paths since the method implies we're getting a url back
diff --git a/generators/docker-base.js b/generators/docker-base.js index <HASH>..<HASH> 100644 --- a/generators/docker-base.js +++ b/generators/docker-base.js @@ -68,10 +68,10 @@ function checkImages() { this.appsFolders.forEach((appsFolder, index) => { const appConfig = this.appConfigs[index]; i...
Modify the check to use the new Docker plugin Not a perfect check, but similar to the previous one - this is just to help people when we can
diff --git a/hazelcast/src/main/java/com/hazelcast/util/executor/DelegatingFuture.java b/hazelcast/src/main/java/com/hazelcast/util/executor/DelegatingFuture.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/util/executor/DelegatingFuture.java +++ b/hazelcast/src/main/java/com/hazelcast/util/...
DelegatingFuture isDone
diff --git a/lib/GetStream/Stream/Client.php b/lib/GetStream/Stream/Client.php index <HASH>..<HASH> 100644 --- a/lib/GetStream/Stream/Client.php +++ b/lib/GetStream/Stream/Client.php @@ -141,17 +141,20 @@ class Client */ public function getBaseUrl() { - $api_endpoint = static::API_ENDPOINT; - ...
Added support for STREAM_BASE_URL environment variable
diff --git a/app/controllers/storytime/subscriptions_controller.rb b/app/controllers/storytime/subscriptions_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/storytime/subscriptions_controller.rb +++ b/app/controllers/storytime/subscriptions_controller.rb @@ -6,6 +6,7 @@ module Storytime def creat...
Remove site_id from permitted_attributes
diff --git a/elasticstack/utils.py b/elasticstack/utils.py index <HASH>..<HASH> 100644 --- a/elasticstack/utils.py +++ b/elasticstack/utils.py @@ -23,7 +23,6 @@ from haystack import connections from importlib import import_module -from django.apps import apps def prepare_object(obj, using='default'): @@ -45,13...
Import old get_model for older Django Includes compulsive docstring formatting
diff --git a/model/QueueDispatcher.php b/model/QueueDispatcher.php index <HASH>..<HASH> 100644 --- a/model/QueueDispatcher.php +++ b/model/QueueDispatcher.php @@ -450,6 +450,8 @@ class QueueDispatcher extends ConfigurableService implements QueueDispatcherInte * * It will be deprecated once we have the gener...
TAO-<I> Put some dispatcher methods to deprecated
diff --git a/packages/vuetify/src/components/VSelect/VSelect.js b/packages/vuetify/src/components/VSelect/VSelect.js index <HASH>..<HASH> 100644 --- a/packages/vuetify/src/components/VSelect/VSelect.js +++ b/packages/vuetify/src/components/VSelect/VSelect.js @@ -448,10 +448,16 @@ export default { if (onlyBoo...
fix(Select): remove colon from menu-props suggestion with booleans only
diff --git a/lib/zmachine/connection.rb b/lib/zmachine/connection.rb index <HASH>..<HASH> 100644 --- a/lib/zmachine/connection.rb +++ b/lib/zmachine/connection.rb @@ -173,8 +173,14 @@ module ZMachine def readable! ZMachine.logger.debug("zmachine:connection:#{__method__}", connection: self) if ZMachine.debug...
allow for more than one receive_data per read_inbound_data
diff --git a/provider/godaddy/godaddy.go b/provider/godaddy/godaddy.go index <HASH>..<HASH> 100644 --- a/provider/godaddy/godaddy.go +++ b/provider/godaddy/godaddy.go @@ -550,7 +550,7 @@ func maxOf(vars ...int64) int64 { func toString(obj interface{}) string { b, err := json.MarshalIndent(obj, "", " ") - if e != n...
Update provider/godaddy/godaddy.go Typo: rename e to err
diff --git a/src/test/org/openscience/cdk/interfaces/AbstractAtomContainerTest.java b/src/test/org/openscience/cdk/interfaces/AbstractAtomContainerTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/interfaces/AbstractAtomContainerTest.java +++ b/src/test/org/openscience/cdk/interfaces/AbstractAtom...
Fixed a ClassCastException in a unit test; I messed up (mea culpa)
diff --git a/saltcloud/config.py b/saltcloud/config.py index <HASH>..<HASH> 100644 --- a/saltcloud/config.py +++ b/saltcloud/config.py @@ -313,6 +313,10 @@ def apply_cloud_providers_config(overrides, defaults=None): 'single entry for EC2, Joyent, Openstack, and so ' 'fo...
Fail soon with an improper cloud providers alias setup.
diff --git a/ailment/analyses/propagator.py b/ailment/analyses/propagator.py index <HASH>..<HASH> 100644 --- a/ailment/analyses/propagator.py +++ b/ailment/analyses/propagator.py @@ -83,8 +83,8 @@ def get_engine(base_engine): super(SimEnginePropagator, self).__init__() self._stack_pointer_trac...
Propagator: Support statement whitelists.
diff --git a/src/rzslider.js b/src/rzslider.js index <HASH>..<HASH> 100644 --- a/src/rzslider.js +++ b/src/rzslider.js @@ -284,6 +284,7 @@ function throttle(func, wait, options) { self = this; this.initElemHandles(); + this.addAccessibility(); this.calcViewDimensions(); this.setMinA...
Added role=slider for better accessibility.
diff --git a/test/test_listplugin.rb b/test/test_listplugin.rb index <HASH>..<HASH> 100755 --- a/test/test_listplugin.rb +++ b/test/test_listplugin.rb @@ -584,7 +584,7 @@ module ListPluginTests nid,d = @rc.rttable.search_node("aa") vn = @rc.rttable.get_vnode_id(d) - st = Roma::Storage::TCMemStorage.new +...
Use Ruby Hash storage instead of TokyoCabinet
diff --git a/tests/Database/Ddd/EntityTest.php b/tests/Database/Ddd/EntityTest.php index <HASH>..<HASH> 100644 --- a/tests/Database/Ddd/EntityTest.php +++ b/tests/Database/Ddd/EntityTest.php @@ -1101,7 +1101,7 @@ class EntityTest extends TestCase 'delete_at' => 0, ])); - $...
tests(entity): fix tests of connectSandbox
diff --git a/plexapi/audio.py b/plexapi/audio.py index <HASH>..<HASH> 100644 --- a/plexapi/audio.py +++ b/plexapi/audio.py @@ -186,12 +186,12 @@ class Track(Audio): def build_item(server, elem, initpath): - VIDEOCLS = {Movie.TYPE:Movie, Show.TYPE:Show, Season.TYPE:Season, Episode.TYPE:Episode} - vtype = elem...
Fix build_item() to deal with audio
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -181,7 +181,7 @@ Conn.PgTypes. See example_custom_type_test.go for an example of a custom type for the PostgreSQL point type. -[]byte Mapping +Raw Bytes Mapping []byte passed as arguments to Query, QueryRow, and Exec are passed...
Tweak doc.go so section head is detected
diff --git a/src/Helper/DrushHelper.php b/src/Helper/DrushHelper.php index <HASH>..<HASH> 100644 --- a/src/Helper/DrushHelper.php +++ b/src/Helper/DrushHelper.php @@ -59,7 +59,8 @@ class DrushHelper extends Helper if (!$reset && isset($version)) { return $version; } - exec($this->g...
Even clearer drush version error output We need to see the exact command being run
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -174,9 +174,6 @@ setup_config = dict( 'multitaper', 'seismology', 'signal processing'], packages=find_packages(), zip_safe=False, - # this is needed for "pip install instaseis==dev" - download_ur...
Removing unnecessary download_url line. Those who want the dev version can just checkout from github.
diff --git a/api/api.go b/api/api.go index <HASH>..<HASH> 100644 --- a/api/api.go +++ b/api/api.go @@ -20,7 +20,6 @@ import ( "net/http" "net/url" "os" - "regexp" "strings" "sync" "time" @@ -241,7 +240,7 @@ func (a *API) apiRequest(reqMethod string, reqPath string, data []byte) ([]byte, if !a.useExponen...
fix: simplify check for <I> on api call error
diff --git a/src/danog/MadelineProto/Magic.php b/src/danog/MadelineProto/Magic.php index <HASH>..<HASH> 100644 --- a/src/danog/MadelineProto/Magic.php +++ b/src/danog/MadelineProto/Magic.php @@ -94,7 +94,7 @@ class Magic self::$revision = 'Revision: '.self::$revision.$latest; } ...
Disable parallel processing on phar
diff --git a/lib/todos.js b/lib/todos.js index <HASH>..<HASH> 100644 --- a/lib/todos.js +++ b/lib/todos.js @@ -200,9 +200,7 @@ function getLanguage (filename /*, content */) { } function fromDiff (repo, diff, sha, conf) { - conf = _.merge({ - "onProgress": _.noop - }, conf || {}, config.defaults); + conf = _....
FIX always using config defaults in fromDiff
diff --git a/delay.js b/delay.js index <HASH>..<HASH> 100644 --- a/delay.js +++ b/delay.js @@ -6,7 +6,7 @@ var isReduced = require("./is-reduced") var end = require("./end") function delay(source, ms) { - ms = ms || 3 // Minimum 3ms, as on less dispatch order becomes unreliable + ms = ms || 6 // Minimum 6ms, as o...
Increase default delay from to 3 to 6 as phantom seems to act strange on less that that.
diff --git a/src/plugins/pouchdb.gql.js b/src/plugins/pouchdb.gql.js index <HASH>..<HASH> 100644 --- a/src/plugins/pouchdb.gql.js +++ b/src/plugins/pouchdb.gql.js @@ -287,7 +287,7 @@ symbol("identifier", function (tok) { //here we allow for identifiers with the same name as functions - if...
(#<I>) - fixed a typo in gql plugin
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = os.path.abspath(os.path.dirname(__file__)) setup( name='django-tilebundler', - version='0.1-alpha6', + version='0.1-beta2', author='Syrus Mesdaghi', author_email='geoshape.org@gmail....
allow >= on some dependancies.
diff --git a/src/reporter/Coverage.php b/src/reporter/Coverage.php index <HASH>..<HASH> 100644 --- a/src/reporter/Coverage.php +++ b/src/reporter/Coverage.php @@ -182,6 +182,11 @@ class Coverage extends Terminal } } + /** + * Output the coverage report of a metrics instance. + * + * @para...
Adds missing docblocs.
diff --git a/calculation-engine/engine-tests/engine-it-performance/src/test/java/com/dataart/spreadsheetanalytics/BenchmarkTestParent.java b/calculation-engine/engine-tests/engine-it-performance/src/test/java/com/dataart/spreadsheetanalytics/BenchmarkTestParent.java index <HASH>..<HASH> 100644 --- a/calculation-engine/...
perf tests timeunit is changed to nanosecs
diff --git a/i3ipc/connection.py b/i3ipc/connection.py index <HASH>..<HASH> 100644 --- a/i3ipc/connection.py +++ b/i3ipc/connection.py @@ -15,6 +15,8 @@ import os import subprocess from threading import Timer, Lock import time +import Xlib +import Xlib.display python2 = sys.version_info[0] < 3 @@ -49,17 +51,10 ...
Use Xlib directly instead of calling i3 in a subprocess to get the socket path
diff --git a/test/jade.test.js b/test/jade.test.js index <HASH>..<HASH> 100644 --- a/test/jade.test.js +++ b/test/jade.test.js @@ -645,18 +645,6 @@ module.exports = { assert.equal(html, render(str)); - // Non-Enumerable - var str = [ - '- each val in 1', - ...
Each no longer works with non-enumerables
diff --git a/src/Watchers/ExceptionWatcher.php b/src/Watchers/ExceptionWatcher.php index <HASH>..<HASH> 100644 --- a/src/Watchers/ExceptionWatcher.php +++ b/src/Watchers/ExceptionWatcher.php @@ -49,7 +49,9 @@ class ExceptionWatcher extends Watcher 'message' => $exception->getMessage(), ...
Only send context if it has value, otherwise set it to null.
diff --git a/amino/do.py b/amino/do.py index <HASH>..<HASH> 100644 --- a/amino/do.py +++ b/amino/do.py @@ -1,5 +1,5 @@ from types import GeneratorType -from typing import TypeVar, Callable, Any, Generator, cast, Type +from typing import TypeVar, Callable, Any, Generator, Type import functools from amino.tc.base im...
remove cast from `do`
diff --git a/lib/roar/representer.rb b/lib/roar/representer.rb index <HASH>..<HASH> 100644 --- a/lib/roar/representer.rb +++ b/lib/roar/representer.rb @@ -17,12 +17,6 @@ module Roar end end - attr_reader :represented - - def initialize(represented=nil) # FIXME! - @represen...
removing @represented as we all hate ivars.
diff --git a/lib/Drupal/AppConsole/Command/GeneratorFormCommand.php b/lib/Drupal/AppConsole/Command/GeneratorFormCommand.php index <HASH>..<HASH> 100644 --- a/lib/Drupal/AppConsole/Command/GeneratorFormCommand.php +++ b/lib/Drupal/AppConsole/Command/GeneratorFormCommand.php @@ -163,12 +163,12 @@ class GeneratorFormComm...
Set textfield as default on field generation
diff --git a/src/java/org/apache/cassandra/gms/Gossiper.java b/src/java/org/apache/cassandra/gms/Gossiper.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/gms/Gossiper.java +++ b/src/java/org/apache/cassandra/gms/Gossiper.java @@ -817,6 +817,8 @@ public class Gossiper implements IFailureDetectionEve...
Mark EPS as dead before sending echo command. Patch by Sankalp Kohli, reviewed by brandonwilliams for CASSANDRA-<I>
diff --git a/demos/modal.php b/demos/modal.php index <HASH>..<HASH> 100644 --- a/demos/modal.php +++ b/demos/modal.php @@ -61,4 +61,5 @@ $t->on('click', 'tr', new \atk4\ui\jsModal( ] ) )); +$t->addStyle('cursor', 'pointer');
imply ability to click on table with mouse pointer.
diff --git a/src/attributes.js b/src/attributes.js index <HASH>..<HASH> 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -317,12 +317,12 @@ jQuery.extend({ return ret; } else { - var attr = elem.getAttribute( name ); + ret = elem.getAttribute( name ); // Non-existent attributes return n...
Non-existent attribute for jQuery.attr no longer needs to check for "undefined" - Remove an unnecessary var - Use variable in removeAttr for better minification
diff --git a/go/dhcp/api.go b/go/dhcp/api.go index <HASH>..<HASH> 100644 --- a/go/dhcp/api.go +++ b/go/dhcp/api.go @@ -5,7 +5,6 @@ import ( "fmt" "io" "io/ioutil" - "log" "net" "net/http" "strconv" @@ -208,11 +207,11 @@ func decodeOptions(b string) map[dhcp.OptionCode][]byte { var options []Options _, v...
Do not crash when there is nothing in the cache
diff --git a/lib/webpack.config.js b/lib/webpack.config.js index <HASH>..<HASH> 100644 --- a/lib/webpack.config.js +++ b/lib/webpack.config.js @@ -109,13 +109,6 @@ const plugins = [ }), ]; -if (isDev) { - plugins.push( - new webpack.HotModuleReplacementPlugin(), - new webpack.NoEmitOnErrorsPlugin() - ); -...
PWA-<I> Removed unnecessary plugins.
diff --git a/gym-unity/setup.py b/gym-unity/setup.py index <HASH>..<HASH> 100755 --- a/gym-unity/setup.py +++ b/gym-unity/setup.py @@ -38,6 +38,6 @@ setup( author_email="ML-Agents@unity3d.com", url="https://github.com/Unity-Technologies/ml-agents", packages=find_packages(), - install_requires=["gym==0...
upgrade gym to <I> (#<I>)
diff --git a/lib/travis/model/job/test.rb b/lib/travis/model/job/test.rb index <HASH>..<HASH> 100644 --- a/lib/travis/model/job/test.rb +++ b/lib/travis/model/job/test.rb @@ -17,7 +17,7 @@ class Job class << self def append_log!(id, chars) - job = find(id, :select => [:id, :repository_id, :source_i...
no need to select a reduced set of fields any more
diff --git a/src/main/java/org/asteriskjava/manager/internal/AbstractBuilder.java b/src/main/java/org/asteriskjava/manager/internal/AbstractBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/asteriskjava/manager/internal/AbstractBuilder.java +++ b/src/main/java/org/asteriskjava/manager/internal/AbstractBu...
Remove dead code from AbstractBuilder.setAttributes() The lines above this already change 'class' -> 'clazz' so this block can never be executed.
diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -18,8 +18,9 @@ class Configuration implements ConfigurationInterface public function getC...
Make treebuilder configuration backwards compatible with older Symfony versions
diff --git a/tests/test_mock_solver_loading.py b/tests/test_mock_solver_loading.py index <HASH>..<HASH> 100644 --- a/tests/test_mock_solver_loading.py +++ b/tests/test_mock_solver_loading.py @@ -202,6 +202,8 @@ alpha|file-alpha-url,file-alpha-token,,alpha-solver """ +# patch the new config loading mechanism, to te...
Fix legacy config loading tests While testing legacy config loading, completely disable the new config loading.
diff --git a/axes/decorators.py b/axes/decorators.py index <HASH>..<HASH> 100644 --- a/axes/decorators.py +++ b/axes/decorators.py @@ -176,9 +176,13 @@ def get_user_attempts(request): if COOLOFF_TIME: for attempt in attempts: - if attempt.attempt_time + COOLOFF_TIME < datetime.now() \ - ...
When the cooloff period has expired if the user is trusted: reset the failure counter otherwise obliterate the user.
diff --git a/request.go b/request.go index <HASH>..<HASH> 100644 --- a/request.go +++ b/request.go @@ -52,6 +52,7 @@ func (a *Request) GetRequestedScopes() Arguments { } func (a *Request) SetRequestedScopes(s Arguments) { + a.Scopes = nil for _, scope := range s { a.AppendRequestedScope(scope) }
request: fix SetRequestedScopes (#<I>)
diff --git a/lib/Minify/HTML.php b/lib/Minify/HTML.php index <HASH>..<HASH> 100644 --- a/lib/Minify/HTML.php +++ b/lib/Minify/HTML.php @@ -135,7 +135,7 @@ class Minify_HTML .'|canvas|caption|center|col(?:group)?|dd|dir|div|dl|dt|fieldset|figcaption|figure|footer|form' .'|frame(?:set)?|h[1-6]|h...
Fix issue where minify() would corrupt Unicode characters (such as &nbsp;) in some environments Adding the `u` flag there fixes an issue in my environment (MAMP <I> with PHP <I>) where `minify()` would corrupt the `&nbsp;` character (it would get replaced by the replacement character).
diff --git a/avatar/views.py b/avatar/views.py index <HASH>..<HASH> 100644 --- a/avatar/views.py +++ b/avatar/views.py @@ -50,17 +50,20 @@ def _notification_updated(request, avatar): def _get_avatars(user): # Default set. Needs to be sliced, but that's it. Keep the natural order. - avatars = user.avatar_set....
This method is more closer to the original and should be more robust even if you change the max number of avatars
diff --git a/lib/billy/proxy.rb b/lib/billy/proxy.rb index <HASH>..<HASH> 100644 --- a/lib/billy/proxy.rb +++ b/lib/billy/proxy.rb @@ -70,7 +70,7 @@ module Billy EM.run do EM.error_handler do |e| Billy.log :error, "#{e.class} (#{e.message}):" - Billy.log :error, e.backtrace.join("\n"...
Don't print backtrace when it's not available Causing an exception in EM error handler terminates thread, what in turns makes subsequent specs fail
diff --git a/app/models/organization.rb b/app/models/organization.rb index <HASH>..<HASH> 100644 --- a/app/models/organization.rb +++ b/app/models/organization.rb @@ -48,7 +48,9 @@ class Organization < ApplicationRecord has_many :ip_pool_rules, :dependent => :destroy, :as => :owner after_create do - self.ip_...
fixes issue with creating new organizations when there are no ip pools
diff --git a/lib/comfortable_mexican_sofa/seeds/page.rb b/lib/comfortable_mexican_sofa/seeds/page.rb index <HASH>..<HASH> 100644 --- a/lib/comfortable_mexican_sofa/seeds/page.rb +++ b/lib/comfortable_mexican_sofa/seeds/page.rb @@ -170,7 +170,6 @@ module ComfortableMexicanSofa::Seeds::Page attrs = { ...
we dont export page parent data. thats folders
diff --git a/app/models/foreman_tasks/recurring_logic.rb b/app/models/foreman_tasks/recurring_logic.rb index <HASH>..<HASH> 100644 --- a/app/models/foreman_tasks/recurring_logic.rb +++ b/app/models/foreman_tasks/recurring_logic.rb @@ -31,12 +31,12 @@ module ForemanTasks if value task.update!(:start_...
Fixes #<I> - fix disable on rec logic with deleted task
diff --git a/test/resharding.py b/test/resharding.py index <HASH>..<HASH> 100755 --- a/test/resharding.py +++ b/test/resharding.py @@ -561,6 +561,13 @@ primary key (name) # check the binlog players are running and exporting vars self.check_destination_master(shard_2_master, ['test_keyspace/80-']) self.ch...
test/resharding.py: Add check that query service is turned off after filtered replication was turned on. The tested behavior is a safeguard to prevent that somebody can accidentally modify data on the destination masters while they are not migrated yet and the source shards are still the source of truth.
diff --git a/tests/contrib/openstack/test_neutron_utils.py b/tests/contrib/openstack/test_neutron_utils.py index <HASH>..<HASH> 100644 --- a/tests/contrib/openstack/test_neutron_utils.py +++ b/tests/contrib/openstack/test_neutron_utils.py @@ -86,6 +86,7 @@ class NeutronTests(unittest.TestCase): ...
fix lack of midonet-origin for liberty specific behavior
diff --git a/tensorflow_datasets/video/moving_mnist.py b/tensorflow_datasets/video/moving_mnist.py index <HASH>..<HASH> 100644 --- a/tensorflow_datasets/video/moving_mnist.py +++ b/tensorflow_datasets/video/moving_mnist.py @@ -82,7 +82,6 @@ class MovingMnist(tfds.core.GeneratorBasedBuilder): return [ tfds...
Fixing moving-mnist that was broken after S3 migration. PiperOrigin-RevId: <I>
diff --git a/salt/cloud/__init__.py b/salt/cloud/__init__.py index <HASH>..<HASH> 100644 --- a/salt/cloud/__init__.py +++ b/salt/cloud/__init__.py @@ -231,7 +231,7 @@ class CloudClient(object): if a.get('provider', '')] if providers: _providers = opts.get('provide...
use list on providers This is needed because we are modifying the size of the dictionary inside the loop.
diff --git a/packages/aws-lambda-create-request-response/src/index.js b/packages/aws-lambda-create-request-response/src/index.js index <HASH>..<HASH> 100644 --- a/packages/aws-lambda-create-request-response/src/index.js +++ b/packages/aws-lambda-create-request-response/src/index.js @@ -4,9 +4,10 @@ const Stream = requi...
added binary support config process.env.BINARY_SUPPORT
diff --git a/src/org/opencms/i18n/A_CmsMessageBundle.java b/src/org/opencms/i18n/A_CmsMessageBundle.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/i18n/A_CmsMessageBundle.java +++ b/src/org/opencms/i18n/A_CmsMessageBundle.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/org/opencms/i18n/A...
Added org.opencms.jsp.messages bundle test.
diff --git a/opf.py b/opf.py index <HASH>..<HASH> 100644 --- a/opf.py +++ b/opf.py @@ -2,11 +2,17 @@ import os import os.path import utils import dublincore +from xml.dom.minidom import getDOMImplementation + +class contentOPF(object): + '''A class to represent the OPF document.''' + + def __init__(self): ...
Beginnings of new contentOPF class
diff --git a/js/okcoinusd.js b/js/okcoinusd.js index <HASH>..<HASH> 100644 --- a/js/okcoinusd.js +++ b/js/okcoinusd.js @@ -282,8 +282,10 @@ module.exports = class okcoinusd extends Exchange { let tickers_result = {}; for (let i = 0; i < tickers.length; i++) { let market = undefined; - ...
yet another attempt to fix PHP transpile separated if (A && B) into if(A) if(B)
diff --git a/src/Blueprint.php b/src/Blueprint.php index <HASH>..<HASH> 100644 --- a/src/Blueprint.php +++ b/src/Blueprint.php @@ -2,11 +2,12 @@ namespace Rougin\Blueprint; -use Auryn\InjectionException; use Auryn\Injector; -use Symfony\Component\Console\Application; +use ReflectionClass; use Twig_Environment; ...
Fixed issue if class is abstract in Blueprint.php
diff --git a/certinfo/certinfo.go b/certinfo/certinfo.go index <HASH>..<HASH> 100644 --- a/certinfo/certinfo.go +++ b/certinfo/certinfo.go @@ -100,7 +100,7 @@ func ParseCertificatePEM(certPEM []byte) (*Certificate, error) { return ParseCertificate(cert), nil } -// Uses the helper to parse an x509 CSR PEM. +// Pars...
Correct comments to be godoc-compliant.
diff --git a/healthcheck/healthcheck.go b/healthcheck/healthcheck.go index <HASH>..<HASH> 100644 --- a/healthcheck/healthcheck.go +++ b/healthcheck/healthcheck.go @@ -215,7 +215,7 @@ func (o *Observation) retryCheck(quit chan struct{}, shutdown shutdownFunc) { return } - log.Debugf("Health check: %v, call: %v...
healthcheck: bump logging for failed healthchecks to info In this commit, we bump up the logging for failed healthchecks from `debug` to `info`. This should help us get to the bottom of the current set of reported false positives that are causing `lnd` nodes to erroneously shutdown.
diff --git a/libgreader/__init__.py b/libgreader/__init__.py index <HASH>..<HASH> 100644 --- a/libgreader/__init__.py +++ b/libgreader/__init__.py @@ -8,7 +8,13 @@ __author__ = "Matt Behrens <askedrelic@gmail.com>" __version__ = "0.8.0" __copyright__ = "Copyright (C) 2012 Matt Behrens" -from .googlereader import ...
Fix import error during setup.py install
diff --git a/lib/editor.js b/lib/editor.js index <HASH>..<HASH> 100644 --- a/lib/editor.js +++ b/lib/editor.js @@ -394,6 +394,7 @@ Editor.prototype._initHandlers = function () { var self = this; self.on('keypress', function (ch, key) { + if (key.name !== 'mouse') { self.data.mouseDown = false; } var sel...
Keypresses disable mouse bugfix
diff --git a/src/core/utils_old.py b/src/core/utils_old.py index <HASH>..<HASH> 100644 --- a/src/core/utils_old.py +++ b/src/core/utils_old.py @@ -843,7 +843,7 @@ from src.widgets.matplotlibwidget import MatplotlibWidget def test(): import sys - from PyQt4.QtGui import QMainWindow, QApplication + from src...
Strange bug solved by inversing imports in paramData
diff --git a/cdm/src/test/java/thredds/crawlabledataset/TestAllCrawlableDataset.java b/cdm/src/test/java/thredds/crawlabledataset/TestAllCrawlableDataset.java index <HASH>..<HASH> 100644 --- a/cdm/src/test/java/thredds/crawlabledataset/TestAllCrawlableDataset.java +++ b/cdm/src/test/java/thredds/crawlabledataset/TestAl...
More work on logical composition of filters.
diff --git a/lib/hirb/helpers/table.rb b/lib/hirb/helpers/table.rb index <HASH>..<HASH> 100644 --- a/lib/hirb/helpers/table.rb +++ b/lib/hirb/helpers/table.rb @@ -147,7 +147,8 @@ module Hirb end rows = filter_values(rows) rows.each_with_index {|e,i| e[:hirb_number] = (i + 1).to_s} if @options[:number] - ...
delete callbacks option for boson
diff --git a/lib/adminable/resource.rb b/lib/adminable/resource.rb index <HASH>..<HASH> 100644 --- a/lib/adminable/resource.rb +++ b/lib/adminable/resource.rb @@ -1,5 +1,7 @@ module Adminable class Resource + include Comparable + attr_reader :name, :model, :attributes # @param name [String] resource ...
Replace resource == method with <=> and Comparable module
diff --git a/v1/tsdb/config.go b/v1/tsdb/config.go index <HASH>..<HASH> 100644 --- a/v1/tsdb/config.go +++ b/v1/tsdb/config.go @@ -14,7 +14,7 @@ const ( DefaultEngine = "tsm1" // DefaultIndex is the default index for new shards - DefaultIndex = InmemIndexName + DefaultIndex = TSI1IndexName // tsdb/engine/wal ...
fix: Default to TSI1 index for new shards
diff --git a/src/Session/Timer.php b/src/Session/Timer.php index <HASH>..<HASH> 100644 --- a/src/Session/Timer.php +++ b/src/Session/Timer.php @@ -94,7 +94,7 @@ class Timer public function setIdleTtl($idle_ttl) { if ($this->ini_gc_maxlifetime < $idle_ttl) { - throw new Exception('session.g...
Impoved Exception message string. This message helps pinpoint the problem and localize it as to its cause.
diff --git a/tests/test_init.py b/tests/test_init.py index <HASH>..<HASH> 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -126,6 +126,9 @@ class InitTests(unittest.TestCase): else: modname = '%s.%s' % (module.__name__, modname) + if sys.version_info < (3,) and sys....
Handle test environments on Windows with Python 2.x using git autocrlf
diff --git a/blockstore/lib/operations/nameimport.py b/blockstore/lib/operations/nameimport.py index <HASH>..<HASH> 100644 --- a/blockstore/lib/operations/nameimport.py +++ b/blockstore/lib/operations/nameimport.py @@ -128,8 +128,11 @@ def make_outputs( data, inputs, recipient_address, sender_address, update_hash_b ...
TEST: Separate broadcaster from utxo provider for imports
diff --git a/allennlp/modules/elmo.py b/allennlp/modules/elmo.py index <HASH>..<HASH> 100644 --- a/allennlp/modules/elmo.py +++ b/allennlp/modules/elmo.py @@ -440,7 +440,7 @@ class _ElmoCharacterEncoder(torch.nn.Module): # create the layers, and load the weights self._highways = Highway(n_filters, n_h...
docs: fix simple typo, multplication -> multiplication (#<I>) There is a small typo in allennlp/modules/elmo.py. Should read `multiplication` rather than `multplication`.
diff --git a/test/unit/helpers/builders.js b/test/unit/helpers/builders.js index <HASH>..<HASH> 100644 --- a/test/unit/helpers/builders.js +++ b/test/unit/helpers/builders.js @@ -35,6 +35,25 @@ export function buildField(textFieldClass, options) { } } + // This is necessary because of a Chrome "feature" wher...
Fixes focus/blur issues with Chrome.
diff --git a/tests/unit/utf8Test.php b/tests/unit/utf8Test.php index <HASH>..<HASH> 100644 --- a/tests/unit/utf8Test.php +++ b/tests/unit/utf8Test.php @@ -1428,7 +1428,7 @@ class Unit_utf8Test extends OxidTestCase { $sValue = 'agentūЛитовfür'; - $aFields = array( 'oxuser__oxusername', 'oxuser__ox...
<I>: Login doesn't work with Mysql <I> and iUtfMode=1 unified default collation with salt field
diff --git a/ontrack-extension-github/src/main/resources/static/extension/github/module.js b/ontrack-extension-github/src/main/resources/static/extension/github/module.js index <HASH>..<HASH> 100644 --- a/ontrack-extension-github/src/main/resources/static/extension/github/module.js +++ b/ontrack-extension-github/src/ma...
#<I> Persistence of the auto reload being disabled
diff --git a/libtmux/server.py b/libtmux/server.py index <HASH>..<HASH> 100644 --- a/libtmux/server.py +++ b/libtmux/server.py @@ -264,7 +264,13 @@ class Server(TmuxRelationalObject, EnvironmentMixin): # clear up empty dict panes = [ - dict((k, v) for k, v in window.items() if v) for wind...
don't empty pane_current_path if new one is empty sometimes even repeated polling for a new pane path over 1, 3, 5 seconds won't return anything in some instances. In older cases, we'd remove the pane_current_path from the pane's _info, now we'll keep the last non-empty result libtmux found until a new one fills it.
diff --git a/Swat/SwatApplication.php b/Swat/SwatApplication.php index <HASH>..<HASH> 100644 --- a/Swat/SwatApplication.php +++ b/Swat/SwatApplication.php @@ -1,7 +1,6 @@ <?php require_once 'Swat/SwatObject.php'; -require_once 'Swat/SwatLayout.php'; require_once 'Swat/SwatApplicationModule.php'; /** diff --git ...
Move require SwatLayout to page from application. svn commit r<I>
diff --git a/web/src/main/webapp/resources/js/jquery.arrayExpress-autocomplete-1.1.0.130305.js b/web/src/main/webapp/resources/js/jquery.arrayExpress-autocomplete-1.1.0.130305.js index <HASH>..<HASH> 100644 --- a/web/src/main/webapp/resources/js/jquery.arrayExpress-autocomplete-1.1.0.130305.js +++ b/web/src/main/webapp...
Removed EFO term from autocomplete suggestions