diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/easy_thumbnails/management/commands/thumbnail_cleanup.py b/easy_thumbnails/management/commands/thumbnail_cleanup.py index <HASH>..<HASH> 100644 --- a/easy_thumbnails/management/commands/thumbnail_cleanup.py +++ b/easy_thumbnails/management/commands/thumbnail_cleanup.py @@ -107,15 +107,15 @@ def queryset_it...
Fixing crash that occurred when calling the 'thumbnail_cleanup' command when no thumbnails exist in the database
diff --git a/test/com/opera/core/systems/WindowTest.java b/test/com/opera/core/systems/WindowTest.java index <HASH>..<HASH> 100644 --- a/test/com/opera/core/systems/WindowTest.java +++ b/test/com/opera/core/systems/WindowTest.java @@ -103,7 +103,7 @@ public class WindowTest extends OperaDriverTestCase { } @Test...
Modified my statement about gogi tabs
diff --git a/views/js/controller/backoffice.js b/views/js/controller/backoffice.js index <HASH>..<HASH> 100644 --- a/views/js/controller/backoffice.js +++ b/views/js/controller/backoffice.js @@ -34,11 +34,7 @@ define([ 'use strict'; function checkAjaxResponse(ajaxResponse) { - if (ajaxResponse && aja...
Update views/js/controller/backoffice.js
diff --git a/client/runtime.go b/client/runtime.go index <HASH>..<HASH> 100644 --- a/client/runtime.go +++ b/client/runtime.go @@ -64,14 +64,16 @@ func New(host, basePath string, schemes []string) *Runtime { // TODO: actually infer this stuff from the spec rt.Consumers = map[string]runtime.Consumer{ - runtime.JS...
add "application/octet-stream" to consumers and producers
diff --git a/src/modes/direct_select.js b/src/modes/direct_select.js index <HASH>..<HASH> 100644 --- a/src/modes/direct_select.js +++ b/src/modes/direct_select.js @@ -154,6 +154,7 @@ module.exports = function(ctx, opts) { features: ctx.store.getSelected().map(f => f.toGeoJSON()) }); selectedCoord...
Add actionable events to trash methods for simple and direct select Fixes #<I>
diff --git a/lib/lifx/client.rb b/lib/lifx/client.rb index <HASH>..<HASH> 100644 --- a/lib/lifx/client.rb +++ b/lib/lifx/client.rb @@ -57,8 +57,10 @@ module LIFX try_until -> { block.arity == 1 ? block.call(self) : block.call }, timeout: timeout, timeout_exception: DiscoveryTimeout, - co...
Discover now performs Light::Get at intervals. Closes #<I>
diff --git a/enabler/src/com/openxc/enabler/SettingsActivity.java b/enabler/src/com/openxc/enabler/SettingsActivity.java index <HASH>..<HASH> 100644 --- a/enabler/src/com/openxc/enabler/SettingsActivity.java +++ b/enabler/src/com/openxc/enabler/SettingsActivity.java @@ -29,6 +29,13 @@ import android.widget.Toast; impo...
Note that a file manager is required to select a trace data source.
diff --git a/lxd/device/device_load.go b/lxd/device/device_load.go index <HASH>..<HASH> 100644 --- a/lxd/device/device_load.go +++ b/lxd/device/device_load.go @@ -40,6 +40,8 @@ func load(inst instance.Instance, state *state.State, name string, conf deviceCo dev = &nicMACVLAN{} case "sriov": dev = &nicSRIOV{}...
lxd/device/device/load: Adds OVN nic type support
diff --git a/library/Helper/Navigation.php b/library/Helper/Navigation.php index <HASH>..<HASH> 100644 --- a/library/Helper/Navigation.php +++ b/library/Helper/Navigation.php @@ -116,7 +116,7 @@ class Navigation return ''; } - return '<ul class="nav-mobile">' . $menu->render(false) . '</d...
Corrected closing tag for ul
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,10 @@ setup( # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Langua...
update setup file to include <I>, <I>, and <I>
diff --git a/lib/cmds/blockchain/blockchain.js b/lib/cmds/blockchain/blockchain.js index <HASH>..<HASH> 100644 --- a/lib/cmds/blockchain/blockchain.js +++ b/lib/cmds/blockchain/blockchain.js @@ -65,7 +65,7 @@ Blockchain.prototype.initChainAndGetAddress = function() { // check if an account already exists, create o...
fix for no accounts on init with warning messages
diff --git a/salt/modules/quota.py b/salt/modules/quota.py index <HASH>..<HASH> 100644 --- a/salt/modules/quota.py +++ b/salt/modules/quota.py @@ -64,9 +64,7 @@ def _parse_quota(mount, opts): continue comps = line.split() if mode == 'header': - if 'Report for' in line: - ...
Remove pylint resulting in no-op overhead
diff --git a/test/test_core_ext.rb b/test/test_core_ext.rb index <HASH>..<HASH> 100644 --- a/test/test_core_ext.rb +++ b/test/test_core_ext.rb @@ -64,7 +64,7 @@ describe DR::CoreExt do it "Can compose functions" do somme=->(x,y) {x+y} - carre=->(x) {x^2} + carre=->(x) {x*x} carre.compose(somme).(2,3).m...
Still more tests for core_ext.rb
diff --git a/rake/lib/rake/filelist.rb b/rake/lib/rake/filelist.rb index <HASH>..<HASH> 100644 --- a/rake/lib/rake/filelist.rb +++ b/rake/lib/rake/filelist.rb @@ -10,7 +10,9 @@ module Rake filenames.each do |fn| case fn when Array - fn.each { |f| self << f } + fn.each { |f| self.add(f) } + when %r{[*?]} ...
Add now handles patterns as a special case. Add_matching is now private. git-svn-id: svn+ssh://rubyforge.org/var/svn/rake/trunk@<I> 5af<I>f1-ac1a-<I>-<I>d6-<I>a<I>c<I>ef
diff --git a/src/Commands/CrudControllerCommand.php b/src/Commands/CrudControllerCommand.php index <HASH>..<HASH> 100644 --- a/src/Commands/CrudControllerCommand.php +++ b/src/Commands/CrudControllerCommand.php @@ -123,15 +123,15 @@ class CrudControllerCommand extends GeneratorCommand } $snippet = <...
Adding indentation to fileSnippet
diff --git a/lib/authem.rb b/lib/authem.rb index <HASH>..<HASH> 100644 --- a/lib/authem.rb +++ b/lib/authem.rb @@ -1,8 +1,8 @@ +require "authem/railtie" require "active_support/all" module Authem autoload :Controller, "authem/controller" - autoload :Railtie, "authem/railtie" autoload :Role...
Move authem/railtie back to explicit require
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -115,7 +115,7 @@ function configureTasks (grunt) { //"sauce_firefox", "sauce_safari", "sauce_ie_11", - "sauce_ie_8" + //"sauce_ie_8" ], captureTimeout: 120000 }
removing ie 8 for now
diff --git a/lib/epub/parser/content_document.rb b/lib/epub/parser/content_document.rb index <HASH>..<HASH> 100644 --- a/lib/epub/parser/content_document.rb +++ b/lib/epub/parser/content_document.rb @@ -25,8 +25,12 @@ module EPUB # @return [EPUB::ContentDocument::Navigation::Nav] nav Nav object def parse_...
Fix for the change of Nokogiri <I>
diff --git a/urwid_datatable/datatable.py b/urwid_datatable/datatable.py index <HASH>..<HASH> 100644 --- a/urwid_datatable/datatable.py +++ b/urwid_datatable/datatable.py @@ -840,7 +840,7 @@ class DataTableRow(urwid.WidgetWrap): # focus_map = self.focus_map) self.pile = urw...
Make rows weighted widgets rather than fixed height.
diff --git a/lib/lhc/version.rb b/lib/lhc/version.rb index <HASH>..<HASH> 100644 --- a/lib/lhc/version.rb +++ b/lib/lhc/version.rb @@ -1,3 +1,3 @@ module LHC - VERSION ||= '8.0.0' + VERSION ||= '8.1.0' end
increase version (#<I>) version increase for zipking
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ version = '0.7.dev0' install_requires = [] test_requires = [ - 'pytest', 'pytest-asyncio', 'coverage<3.99', 'coveralls' + 'pytest', 'coverage<3.99', 'coveralls' ] if sys.version_info[:2] < (3, 0): @@...
Add unit tests for FastAGI #<I> - second attempt
diff --git a/ansigenome/utils.py b/ansigenome/utils.py index <HASH>..<HASH> 100644 --- a/ansigenome/utils.py +++ b/ansigenome/utils.py @@ -212,9 +212,9 @@ def yaml_load(path, input="", err_quit=False): """ try: if len(input) > 0: - return yaml.load(input) + return yaml.safe_load...
Fix code execution vulnerability by switching to yaml.safe_load Ref: <URL>
diff --git a/src/imagelightbox.js b/src/imagelightbox.js index <HASH>..<HASH> 100644 --- a/src/imagelightbox.js +++ b/src/imagelightbox.js @@ -651,8 +651,8 @@ } }, - _preloadVideos = function () { - targets.each(function() { + _preloadVideos = functio...
Added support for video preloading when adding elements to a lightbox
diff --git a/pythainlp/util/thai_time.py b/pythainlp/util/thai_time.py index <HASH>..<HASH> 100644 --- a/pythainlp/util/thai_time.py +++ b/pythainlp/util/thai_time.py @@ -82,15 +82,15 @@ def thai_time(time: str, types: str = "24-hour") -> str: :Example: - thai_time("8:17").get_time() + thai_time(...
Update thai_time.py
diff --git a/tests/commands/migrate_config_test.py b/tests/commands/migrate_config_test.py index <HASH>..<HASH> 100644 --- a/tests/commands/migrate_config_test.py +++ b/tests/commands/migrate_config_test.py @@ -148,6 +148,7 @@ def test_migrate_config_sha_to_rev(tmpdir): ' hooks: []\n' ) + @pytes...
Update migrate_config_test.py Added second blank line between test_migrate_config_sha_to_rev and test_empty_configuration_file_user_error
diff --git a/lib/pickle/adapter.rb b/lib/pickle/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/pickle/adapter.rb +++ b/lib/pickle/adapter.rb @@ -106,15 +106,29 @@ module Pickle # factory-girl adapter class FactoryGirl < Adapter def self.factories - (::Factory.factories.values rescue []).map {|...
FactoryGirl <I> API is quite different. Adjust adapter to use correct behavior depending on whether new FactoryGirl API is present.
diff --git a/model/RdsResultStorage.php b/model/RdsResultStorage.php index <HASH>..<HASH> 100644 --- a/model/RdsResultStorage.php +++ b/model/RdsResultStorage.php @@ -163,7 +163,7 @@ class RdsResultStorage extends ConfigurableService ->from(self::RESULTS_TABLENAME) ->andWhere(self::RESULTS_TAB...
Strict comparison from fetchColumn.
diff --git a/lib/podio/models/form.rb b/lib/podio/models/form.rb index <HASH>..<HASH> 100644 --- a/lib/podio/models/form.rb +++ b/lib/podio/models/form.rb @@ -18,6 +18,12 @@ class Podio::Form < ActivePodio::Base response.body['form_id'] end + def find_all_for_app(app_id) + list Podio.connection.ge...
Added find method to access all forms of a given app.
diff --git a/lib/geocoder/lookups/base.rb b/lib/geocoder/lookups/base.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/lookups/base.rb +++ b/lib/geocoder/lookups/base.rb @@ -190,7 +190,7 @@ module Geocoder else JSON.parse(data) end - rescue => err + rescue raise_error(Re...
"warning: assigned but unused variable - err"
diff --git a/flight/Flight.php b/flight/Flight.php index <HASH>..<HASH> 100644 --- a/flight/Flight.php +++ b/flight/Flight.php @@ -38,12 +38,10 @@ * @method static void render($file, array $data = null, $key = null) Renders a template file. * @method static flight\template\View view() Returns View instance. * -...
Redirects > Request & Response
diff --git a/state/apiserver/common/addresses.go b/state/apiserver/common/addresses.go index <HASH>..<HASH> 100644 --- a/state/apiserver/common/addresses.go +++ b/state/apiserver/common/addresses.go @@ -6,8 +6,6 @@ package common import ( "launchpad.net/loggo" - "launchpad.net/juju-core/state" - "launchpad.net/juj...
we don't need the imports, either
diff --git a/src/Intahwebz/Jig/JigBase.php b/src/Intahwebz/Jig/JigBase.php index <HASH>..<HASH> 100644 --- a/src/Intahwebz/Jig/JigBase.php +++ b/src/Intahwebz/Jig/JigBase.php @@ -24,10 +24,16 @@ abstract class JigBase { function __construct(ViewModel $viewModel, $jigRender){ $this->viewModel = $viewModel;...
Added init function to allow overriding.
diff --git a/WordPress/Sniffs/VIP/ValidatedSanitizedInputSniff.php b/WordPress/Sniffs/VIP/ValidatedSanitizedInputSniff.php index <HASH>..<HASH> 100644 --- a/WordPress/Sniffs/VIP/ValidatedSanitizedInputSniff.php +++ b/WordPress/Sniffs/VIP/ValidatedSanitizedInputSniff.php @@ -91,9 +91,7 @@ class WordPress_Sniffs_VIP_Vali...
Replace closure with create_function() for <I> support
diff --git a/mappings/document.js b/mappings/document.js index <HASH>..<HASH> 100644 --- a/mappings/document.js +++ b/mappings/document.js @@ -186,9 +186,6 @@ var schema = { _source: { excludes : ['shape','phrase'] }, - _all: { - enabled: false - }, dynamic: 'strict' }; diff --git a/test/document....
feat(es7): remove _all mapping The `_all` field was deprecated in Elasticsearch 6 and completely removed in [Elasticsearch 7](<URL>
diff --git a/workflows/frontend/__init__.py b/workflows/frontend/__init__.py index <HASH>..<HASH> 100644 --- a/workflows/frontend/__init__.py +++ b/workflows/frontend/__init__.py @@ -231,7 +231,11 @@ class Frontend(): if self._pipe_commands: self._pipe_commands.send(command) else: - self.log.error...
Ignore errors occurring during message forward due to closed connection when service is in shutdown
diff --git a/cmd/swarm/config.go b/cmd/swarm/config.go index <HASH>..<HASH> 100644 --- a/cmd/swarm/config.go +++ b/cmd/swarm/config.go @@ -38,7 +38,7 @@ import ( bzzapi "github.com/ethereum/go-ethereum/swarm/api" ) -const SWARM_VERSION = "0.3" +const SWARM_VERSION = "0.3.1-unstable" var ( //flag definition fo...
cmd/swarm: change version of swarm binary (#<I>)
diff --git a/lib/core/staticFile.js b/lib/core/staticFile.js index <HASH>..<HASH> 100644 --- a/lib/core/staticFile.js +++ b/lib/core/staticFile.js @@ -1,8 +1,5 @@ -var mime = require('mime'); - // TODO: support Range requests - module.exports = function handle_staticFile() { if (this.allowMethod(['GET', 'HEAD'])...
[cleanup] mime require in staticFile
diff --git a/includes/os/class.WINNT.inc.php b/includes/os/class.WINNT.inc.php index <HASH>..<HASH> 100644 --- a/includes/os/class.WINNT.inc.php +++ b/includes/os/class.WINNT.inc.php @@ -1345,15 +1345,15 @@ class WINNT extends OS $this->_loadavg(); $this->_processes(); } - if (...
Update class.WINNT.inc.php
diff --git a/capidup/tests/test_round_up.py b/capidup/tests/test_round_up.py index <HASH>..<HASH> 100644 --- a/capidup/tests/test_round_up.py +++ b/capidup/tests/test_round_up.py @@ -42,21 +42,16 @@ known_values = [ # list of (n, n, n) tuples, with length RANDOM_REPEATS _random_same = [ - (_n, _n, _n) - for _...
Simplify test data generation in test_round_up.
diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/ClientMemberAttributeTest.java b/hazelcast-client/src/test/java/com/hazelcast/client/ClientMemberAttributeTest.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/test/java/com/hazelcast/client/ClientMemberAttributeTest.java +++ b/hazelcast-client...
Lowered count to make it finish in time
diff --git a/klein.php b/klein.php index <HASH>..<HASH> 100644 --- a/klein.php +++ b/klein.php @@ -108,7 +108,7 @@ function dispatch($uri = null, $req_method = null, array $params = null, $captur } $matched = 0; - $methods_matched = null; + $methods_matched = array(); $apc = function_exists('apc_...
Now using more efficient array operations for "methods_matched"
diff --git a/spec/grape/api_spec.rb b/spec/grape/api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/grape/api_spec.rb +++ b/spec/grape/api_spec.rb @@ -579,6 +579,31 @@ describe Grape::API do last_response.body.should eql 'first second' end + it 'adds a before filter to current and child namespaces only...
Test to confirm behaviour of before in namespace
diff --git a/internal/protocol/packet_number_test.go b/internal/protocol/packet_number_test.go index <HASH>..<HASH> 100644 --- a/internal/protocol/packet_number_test.go +++ b/internal/protocol/packet_number_test.go @@ -10,8 +10,8 @@ import ( // Tests taken and extended from chrome var _ = Describe("packet number ca...
enable packet number encoding test case taken from the draft
diff --git a/rapidoid-commons/src/main/java/org/rapidoid/scan/ClasspathUtil.java b/rapidoid-commons/src/main/java/org/rapidoid/scan/ClasspathUtil.java index <HASH>..<HASH> 100644 --- a/rapidoid-commons/src/main/java/org/rapidoid/scan/ClasspathUtil.java +++ b/rapidoid-commons/src/main/java/org/rapidoid/scan/ClasspathUti...
Preventing duplicates on classpath scan.
diff --git a/niworkflows/tests/test_confounds.py b/niworkflows/tests/test_confounds.py index <HASH>..<HASH> 100644 --- a/niworkflows/tests/test_confounds.py +++ b/niworkflows/tests/test_confounds.py @@ -160,6 +160,15 @@ def test_ConfoundsCorrelationPlot(): """confounds correlation report test""" confounds_fil...
enh(tests): improve coverage
diff --git a/curse.go b/curse.go index <HASH>..<HASH> 100644 --- a/curse.go +++ b/curse.go @@ -19,6 +19,8 @@ type Cursor struct { Position StartingPosition Position Style + + terminal *term.Terminal } type Position struct { @@ -38,7 +40,8 @@ func New() (*Cursor, error) { c := &Cursor{} c.Position.X, c.Sta...
patch to fix raw mode issues by borrowing code from kless terminal
diff --git a/src/pythonfinder/__init__.py b/src/pythonfinder/__init__.py index <HASH>..<HASH> 100644 --- a/src/pythonfinder/__init__.py +++ b/src/pythonfinder/__init__.py @@ -1,6 +1,6 @@ from __future__ import print_function, absolute_import -__version__ = '1.1.9' +__version__ = '1.1.10.dev0' # Add NullHandler to...
Prebump to <I>.dev0
diff --git a/src/httpAdapters/SagCURLHTTPAdapter.php b/src/httpAdapters/SagCURLHTTPAdapter.php index <HASH>..<HASH> 100644 --- a/src/httpAdapters/SagCURLHTTPAdapter.php +++ b/src/httpAdapters/SagCURLHTTPAdapter.php @@ -93,18 +93,7 @@ class SagCURLHTTPAdapter extends SagHTTPAdapter { $response->body = ''; ...
Removing old and broken Continue header handling code now that we prevent them.
diff --git a/plugin.js b/plugin.js index <HASH>..<HASH> 100644 --- a/plugin.js +++ b/plugin.js @@ -40,6 +40,7 @@ const globals = new Set([ 'requestAnimationFrame', '_WORKLET', 'arguments', + 'Boolean', 'Map', 'Set', '_log',
Update plugin.js (#<I>)
diff --git a/sslyze/plugins/session_renegotiation_plugin.py b/sslyze/plugins/session_renegotiation_plugin.py index <HASH>..<HASH> 100755 --- a/sslyze/plugins/session_renegotiation_plugin.py +++ b/sslyze/plugins/session_renegotiation_plugin.py @@ -152,12 +152,12 @@ def _test_client_renegotiation( except socket....
[#<I>] Make error handling language agnostic for reneg
diff --git a/src/store/modules/navigation.js b/src/store/modules/navigation.js index <HASH>..<HASH> 100644 --- a/src/store/modules/navigation.js +++ b/src/store/modules/navigation.js @@ -19,9 +19,14 @@ function transformViewName (view) { } function newIDGen (view, viewPosition) { let ID = '' - if (viewPosition ==...
Simplify code for TransformViewName
diff --git a/aws/awserr/types.go b/aws/awserr/types.go index <HASH>..<HASH> 100644 --- a/aws/awserr/types.go +++ b/aws/awserr/types.go @@ -94,7 +94,9 @@ func (b baseError) OrigErr() error { // Pushes a new error to the stack func (b *baseError) Append(err error) { - b.errs = append(b.errs, err) + if err != nil { + ...
Append shouldn't push to the stack for errors
diff --git a/bbc_tracklist.py b/bbc_tracklist.py index <HASH>..<HASH> 100755 --- a/bbc_tracklist.py +++ b/bbc_tracklist.py @@ -159,13 +159,13 @@ def get_output_filename(args): Returns a filename without an extension. """ # if filename and path provided, use these for output text file - if args.directo...
Change 'filename' to 'fileprefix' to be clearer about what is required; updated main script accordingly.
diff --git a/lib/generators/my_zipcode_gem/templates/zipcode_model.rb b/lib/generators/my_zipcode_gem/templates/zipcode_model.rb index <HASH>..<HASH> 100644 --- a/lib/generators/my_zipcode_gem/templates/zipcode_model.rb +++ b/lib/generators/my_zipcode_gem/templates/zipcode_model.rb @@ -13,6 +13,7 @@ class Zipcode < Act...
fix(zipcode): Fix zipcode in Rails 4+ Close #<I>
diff --git a/shamir/shamir.go b/shamir/shamir.go index <HASH>..<HASH> 100644 --- a/shamir/shamir.go +++ b/shamir/shamir.go @@ -29,13 +29,11 @@ func makePolynomial(intercept, degree uint8) (polynomial, error) { // Ensure the intercept is set p.coefficients[0] = intercept - // Assign random co-efficients to the pol...
Don't exclude 0 from the set of valid polynomials in Shamir. This leads to a potential (although extremely trivial) amount of information leakage.
diff --git a/discord/http.py b/discord/http.py index <HASH>..<HASH> 100644 --- a/discord/http.py +++ b/discord/http.py @@ -409,7 +409,7 @@ class HTTPClient: return self.request(route, form=form, files=files) - def send_file( + def send_files( self, channel_id, *,
Fix AttributeError on HTTPClient.send_file to be send_files
diff --git a/structr-ui/src/test/java/org/structr/web/frontend/selenium/ParallelLoginTest.java b/structr-ui/src/test/java/org/structr/web/frontend/selenium/ParallelLoginTest.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/test/java/org/structr/web/frontend/selenium/ParallelLoginTest.java +++ b/structr-ui/src/test...
Increased timeout to wait for successful login to rule out the possibility of a resource bottleneck in parallel test.
diff --git a/commands/command.go b/commands/command.go index <HASH>..<HASH> 100644 --- a/commands/command.go +++ b/commands/command.go @@ -21,6 +21,7 @@ func (c *Command) Register(id string, sub *Command) error { // check for duplicate option names (only checks downwards) names := make(map[string]bool) + globa...
commands: Use global options when registering and calling commands
diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php index <HASH>..<HASH> 100644 --- a/classes/PodsAPI.php +++ b/classes/PodsAPI.php @@ -3412,7 +3412,7 @@ class PodsAPI { foreach ( $values as $v ) { if ( !empty( $v ) ) { if ( !is_array( $v ) ) { - if ( !pre...
Quick hotfix for search data lookup
diff --git a/gocron.go b/gocron.go index <HASH>..<HASH> 100644 --- a/gocron.go +++ b/gocron.go @@ -320,7 +320,7 @@ func (s *Scheduler) Swap(i, j int) { } func (s *Scheduler) Less(i, j int) bool { - return s.jobs[j].nextRun.After(s.jobs[i].nextRun) + return s.jobs[j].nextRun.Second() >= s.jobs[i].nextRun.Second() }...
This alone fixes #<I>. Now we compare only seconds instead of relying on the default time comparison method, which compares up to nanoseconds
diff --git a/mapping/mapping_test.go b/mapping/mapping_test.go index <HASH>..<HASH> 100644 --- a/mapping/mapping_test.go +++ b/mapping/mapping_test.go @@ -1192,6 +1192,7 @@ func TestMappingArrayOfStringGeoPoints(t *testing.T) { "points": []string { "1.0, 2.0", "3.0, 4.0", + "5.0, 6.0", }, } @@ -1205...
add third point to test removes any possible confusion around slice len 2 checks in the geo parsing code
diff --git a/src/main/java/org/jboss/wsf/spi/deployment/Deployment.java b/src/main/java/org/jboss/wsf/spi/deployment/Deployment.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/wsf/spi/deployment/Deployment.java +++ b/src/main/java/org/jboss/wsf/spi/deployment/Deployment.java @@ -41,18 +41,6 @@ public int...
[JBWS-<I>] removed unintended methods
diff --git a/dronekit/__init__.py b/dronekit/__init__.py index <HASH>..<HASH> 100644 --- a/dronekit/__init__.py +++ b/dronekit/__init__.py @@ -3009,7 +3009,7 @@ class CommandSequence(object): self._vehicle._wploader.add(cmd, comment='Added by DroneKit') self._vehicle._wpts_dirty = True - def uplo...
Set a timeout for uploading missions
diff --git a/bin/index.js b/bin/index.js index <HASH>..<HASH> 100644 --- a/bin/index.js +++ b/bin/index.js @@ -8,7 +8,7 @@ function printErrors(errorObj) { for(let m of errorObj.message) { content += m; } - console.log(content); + console.error(content); fs.writeFileSync(cli.errorLogFile, content); } ...
- correct exit status and error logging for cli
diff --git a/openquake/commonlib/rlzs_assoc.py b/openquake/commonlib/rlzs_assoc.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/rlzs_assoc.py +++ b/openquake/commonlib/rlzs_assoc.py @@ -115,9 +115,9 @@ class RlzsAssoc(object): else: # dictionary for the selected source model for rlz in s...
Retried simplifying get_rlzs_by_gsim
diff --git a/src/ox_modules/module-web/commands/makeVisible.js b/src/ox_modules/module-web/commands/makeVisible.js index <HASH>..<HASH> 100644 --- a/src/ox_modules/module-web/commands/makeVisible.js +++ b/src/ox_modules/module-web/commands/makeVisible.js @@ -50,10 +50,10 @@ module.exports = async function (locator) { ...
Fix setting width and height in web.makeVIsible
diff --git a/src/templates/valuelists/form.php b/src/templates/valuelists/form.php index <HASH>..<HASH> 100644 --- a/src/templates/valuelists/form.php +++ b/src/templates/valuelists/form.php @@ -20,8 +20,8 @@ <? if (isset($valuelist)) : ?> <? foreach ($valuelist->pairs as $key => $value) : ?> ...
Added escaping for valulist entries
diff --git a/slumber/__init__.py b/slumber/__init__.py index <HASH>..<HASH> 100644 --- a/slumber/__init__.py +++ b/slumber/__init__.py @@ -109,10 +109,12 @@ class Resource(ResourceAttributesMixin, object): resp = self._request("GET", params=kwargs) if 200 <= resp.status_code <= 299: - if ...
Don't assume on the format of the serialized, use content_type
diff --git a/lems/model/model.py b/lems/model/model.py index <HASH>..<HASH> 100644 --- a/lems/model/model.py +++ b/lems/model/model.py @@ -247,7 +247,8 @@ class Model(LEMSBase): else: if self.debug: print("Already included: %s"%path) ret...
Turn Exception into debug message to give user option to ignore irrelevant includes
diff --git a/lib/hash/tree_hash.rb b/lib/hash/tree_hash.rb index <HASH>..<HASH> 100644 --- a/lib/hash/tree_hash.rb +++ b/lib/hash/tree_hash.rb @@ -157,7 +157,9 @@ class TreeHash def move(paths) paths.each do |from, to| - value = find(from).first + values = find(from) + next if values.empty? + ...
Modified move to only create the to path if the from actually existed.
diff --git a/QuickPay/api/Request.php b/QuickPay/api/Request.php index <HASH>..<HASH> 100644 --- a/QuickPay/api/Request.php +++ b/QuickPay/api/Request.php @@ -157,7 +157,7 @@ class Request // If additional data is delivered, we will send it along with the API request if( is_array( $form ) && ! empty( $form ) ) ...
Support for parameters of type object - eg POST /payments with variables. Example: $form = [ 'currency' => 'DKK', 'order_id' => '<I>-1', 'variables' => [ 'foo' => 'bar', 'more' => 'less' ] ]; $response = $client->request->post('/payments', $form);
diff --git a/CodeIgniter4/Sniffs/Files/FilenameMatchesClassSniff.php b/CodeIgniter4/Sniffs/Files/FilenameMatchesClassSniff.php index <HASH>..<HASH> 100644 --- a/CodeIgniter4/Sniffs/Files/FilenameMatchesClassSniff.php +++ b/CodeIgniter4/Sniffs/Files/FilenameMatchesClassSniff.php @@ -69,12 +69,11 @@ class FilenameMatches...
Fixed issue with unreachable $type variable.
diff --git a/lib/cool.io/listener.rb b/lib/cool.io/listener.rb index <HASH>..<HASH> 100644 --- a/lib/cool.io/listener.rb +++ b/lib/cool.io/listener.rb @@ -59,6 +59,9 @@ module Coolio else def on_readable begin + # In Windows, accept_nonblock() with multiple processes + # causes th...
Add comment for why to use accept in Windows
diff --git a/lib/sup/crypto.rb b/lib/sup/crypto.rb index <HASH>..<HASH> 100644 --- a/lib/sup/crypto.rb +++ b/lib/sup/crypto.rb @@ -108,6 +108,9 @@ EOS else Chunk::CryptoNotice.new :invalid, $1, output_lines end + elsif output_lines.length == 0 && rc == 0 + # the message wasn't signed + ...
Stop worrying notice when no signature present When no signature is present, there was a message saying "Unable to determine validity of cryptographic signature". This fix means that if there are no error messages and no messages about signature verification then the message is assumed to not be signed at all. This fi...
diff --git a/salt/cloud/clouds/azurearm.py b/salt/cloud/clouds/azurearm.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/azurearm.py +++ b/salt/cloud/clouds/azurearm.py @@ -68,7 +68,6 @@ import salt.utils.data import salt.utils.files import salt.utils.stringutils import salt.utils.yaml -from salt.utils.version...
remove unused import from azurearm driver
diff --git a/cmd/kubeadm/app/features/features.go b/cmd/kubeadm/app/features/features.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/features/features.go +++ b/cmd/kubeadm/app/features/features.go @@ -32,12 +32,15 @@ const ( IPv6DualStack = "IPv6DualStack" // PublicKeysECDSA is expected to be alpha in v1.19 ...
Add a feature-gate to kubeadm to enable/disable Rootless control-plane.
diff --git a/honeybadger.go b/honeybadger.go index <HASH>..<HASH> 100644 --- a/honeybadger.go +++ b/honeybadger.go @@ -163,7 +163,7 @@ func NewReportWithSkipCallers(msg interface{}, skipCallers int) (r *Report, err r = &Report{ Notifier: &Notifier{ Name: "Honeybadger (Go)", - Url: "https://github.c...
Change notifier Url to point to Librato's fork
diff --git a/buckets.go b/buckets.go index <HASH>..<HASH> 100644 --- a/buckets.go +++ b/buckets.go @@ -8,7 +8,7 @@ import ( "github.com/boltdb/bolt" ) -// A buckets DB is a set of buckets. +// A DB is a bolt database with convenience methods for working with buckets. // // A DB embeds the exposed bolt.DB methods...
Edit code comments to make linter happy
diff --git a/src/Writer.php b/src/Writer.php index <HASH>..<HASH> 100644 --- a/src/Writer.php +++ b/src/Writer.php @@ -158,6 +158,7 @@ class Writer $writer->setDelimiter($this->delimiter); $writer->setEnclosure($this->enclosure); $writer->setLineEnding($this->lineEnding); + ...
Fix csv.use_bom option doesn't take effect (#<I>)
diff --git a/lime/tests/test_scikit_image.py b/lime/tests/test_scikit_image.py index <HASH>..<HASH> 100755 --- a/lime/tests/test_scikit_image.py +++ b/lime/tests/test_scikit_image.py @@ -2,7 +2,7 @@ import unittest from lime.wrappers.scikit_image import BaseWrapper from lime.wrappers.scikit_image import SegmentationA...
changing image in test, trying to fix travis
diff --git a/lib/checkSystem.js b/lib/checkSystem.js index <HASH>..<HASH> 100644 --- a/lib/checkSystem.js +++ b/lib/checkSystem.js @@ -6,9 +6,11 @@ let check = function(pathToPackage) { const exec = require('child_process').exec; const Promise = require('bluebird'); const _ = require('lodash'); + cons...
started using jsonfile (fs) to get the package instead
diff --git a/python-package/lightgbm/libpath.py b/python-package/lightgbm/libpath.py index <HASH>..<HASH> 100644 --- a/python-package/lightgbm/libpath.py +++ b/python-package/lightgbm/libpath.py @@ -21,9 +21,8 @@ def find_lib_path(): os.path.join(curr_path, './lib/'), os.path.join(sys....
change the dll search order in windows (cmake-build first)
diff --git a/go/engine/pgp_pull.go b/go/engine/pgp_pull.go index <HASH>..<HASH> 100644 --- a/go/engine/pgp_pull.go +++ b/go/engine/pgp_pull.go @@ -5,9 +5,10 @@ package engine import ( "fmt" + "time" + "github.com/keybase/client/go/libkb" keybase1 "github.com/keybase/client/go/protocol/keybase1" - "time" ) ...
reduce severity of gpg2 import fails during keybase pgp pull (#<I>)
diff --git a/src/misc/Animation.js b/src/misc/Animation.js index <HASH>..<HASH> 100644 --- a/src/misc/Animation.js +++ b/src/misc/Animation.js @@ -191,24 +191,15 @@ Z.Util.extend(Z.animation.Player.prototype, { this.duration = duration; }, cancel:function() { - if (this._animeFrameId) { - ...
remove cancelAnimation in Animation.js
diff --git a/transport/ws/src/main/java/org/kaazing/gateway/transport/ws/bridge/filter/WsFrameDecoder.java b/transport/ws/src/main/java/org/kaazing/gateway/transport/ws/bridge/filter/WsFrameDecoder.java index <HASH>..<HASH> 100644 --- a/transport/ws/src/main/java/org/kaazing/gateway/transport/ws/bridge/filter/WsFrameDe...
update masking validation check according to feedback
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -269,7 +269,7 @@ const VirtualList = Vue.component('virtual-list', { if (dataSource) { if (Object.prototype.hasOwnProperty.call(dataSource, dataKey)) { slots.push(h(Item, { - ...
Fix nextTick tigger before really render
diff --git a/src/main/java/net/bootsfaces/component/progressBar/ProgressBarRenderer.java b/src/main/java/net/bootsfaces/component/progressBar/ProgressBarRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/bootsfaces/component/progressBar/ProgressBarRenderer.java +++ b/src/main/java/net/bootsfaces/componen...
dont append 'null' if no style was provided
diff --git a/src/Valkyrja/Http/Factories/ResponseFactory.php b/src/Valkyrja/Http/Factories/ResponseFactory.php index <HASH>..<HASH> 100644 --- a/src/Valkyrja/Http/Factories/ResponseFactory.php +++ b/src/Valkyrja/Http/Factories/ResponseFactory.php @@ -201,7 +201,7 @@ class ResponseFactory implements ResponseFactoryContr...
Fixing ResponseFactory::view.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -220,6 +220,7 @@ sources_phono3py = ['c/_phono3py.c', 'c/real_self_energy.c', 'c/real_to_reciprocal.c', 'c/reciprocal_to_normal.c', + 'c/rgrid.c...
Include forgotten file of rgrid.c in setup.py
diff --git a/src/ChrisKonnertz/DeepLy/DeepLy.php b/src/ChrisKonnertz/DeepLy/DeepLy.php index <HASH>..<HASH> 100644 --- a/src/ChrisKonnertz/DeepLy/DeepLy.php +++ b/src/ChrisKonnertz/DeepLy/DeepLy.php @@ -54,7 +54,7 @@ class DeepLy /** * Current version number */ - const VERSION = '1.0.0'; + const ...
--- VERSION <I> ---
diff --git a/wakatime/projects/base.py b/wakatime/projects/base.py index <HASH>..<HASH> 100644 --- a/wakatime/projects/base.py +++ b/wakatime/projects/base.py @@ -22,9 +22,9 @@ class BaseProject(object): be found for the current path. """ - def __init__(self, path, config): + def __init__(self, path, ...
Rename config to settings in BaseProject
diff --git a/tests/models/test_seq2seq_model.py b/tests/models/test_seq2seq_model.py index <HASH>..<HASH> 100644 --- a/tests/models/test_seq2seq_model.py +++ b/tests/models/test_seq2seq_model.py @@ -90,7 +90,7 @@ class Model_SEQ2SEQ_Test(CustomTestCase): top_n = 1 for i in range(top_n): ...
Print list instead of tensor
diff --git a/bin/grails-plugin-package.js b/bin/grails-plugin-package.js index <HASH>..<HASH> 100755 --- a/bin/grails-plugin-package.js +++ b/bin/grails-plugin-package.js @@ -133,7 +133,13 @@ archive.append( //adding standalone files for (var standaloneId in project.grails.standaloneFiles) { var stanalone = projec...
Added supporting direcroties as standaloneFiles.
diff --git a/salt/fileclient.py b/salt/fileclient.py index <HASH>..<HASH> 100644 --- a/salt/fileclient.py +++ b/salt/fileclient.py @@ -803,12 +803,17 @@ class Client(object): elif not os.path.isabs(cachedir): cachedir = os.path.join(self.opts['cachedir'], cachedir) + if url_data.query is ...
cache query args with url as well Without this, we can't use query args to get the hash of a file or add query args to change what a file returns
diff --git a/bitshares/transactionbuilder.py b/bitshares/transactionbuilder.py index <HASH>..<HASH> 100644 --- a/bitshares/transactionbuilder.py +++ b/bitshares/transactionbuilder.py @@ -345,6 +345,7 @@ class TransactionBuilder(dict): signedtx.sign(self.wifs, chain=self.blockchain.rpc.chain_params) ...
Return newly created SignedTransaction when `sign` is invoked. This is useful for tearing down/rebuilding and passing transactions around.
diff --git a/src/views/ui_graph.py b/src/views/ui_graph.py index <HASH>..<HASH> 100644 --- a/src/views/ui_graph.py +++ b/src/views/ui_graph.py @@ -63,5 +63,5 @@ class Ui_Graph(object): def retranslateUi(self, Graph): pass -from matplotlibwidget import MatplotlibWidget +from widgets.matplotlibwidget ...
problem with matplotlibwidget to fix
diff --git a/js/render/console.js b/js/render/console.js index <HASH>..<HASH> 100644 --- a/js/render/console.js +++ b/js/render/console.js @@ -506,7 +506,8 @@ jsconsole.init = function () { editors.console.settings.render = function () { // TODO decide whether we should also grab all the JS in the HTML panel ...
Only run console if we have some code in the js panel
diff --git a/includes/general.php b/includes/general.php index <HASH>..<HASH> 100644 --- a/includes/general.php +++ b/includes/general.php @@ -560,7 +560,7 @@ function pods_access ( $privs, $method = 'OR' ) { if ( 0 === strpos( $priv, 'manage_' ) ) $priv = pods_str_replace( 'manage_', 'pod...
pods_access used with AND always returns FALSE Fixes #<I>
diff --git a/src/dolo/misc/calculus.py b/src/dolo/misc/calculus.py index <HASH>..<HASH> 100644 --- a/src/dolo/misc/calculus.py +++ b/src/dolo/misc/calculus.py @@ -51,7 +51,14 @@ def solve_triangular_system(sdict,return_order=False,unknown_type=sympy.Symbol): else: res = copy.copy(sdict) for s in ...
(Slightly) better error messages for non triangular systems.
diff --git a/asyncblock.js b/asyncblock.js index <HASH>..<HASH> 100644 --- a/asyncblock.js +++ b/asyncblock.js @@ -39,7 +39,9 @@ var getNextTaskId = (function(){ var taskId = 1; return function(){ - return taskId++; + ++taskId; + + return '_ab_' + taskId; }; })();
Reducing likelihood of collision with generated task ids