diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -590,7 +590,7 @@ function quiz_get_user_attempts($quizids, $userid, $status = 'finished', $includ return $DB->get_records_select('quiz_attempts', "quiz $insql AND userid = :u...
MDL-<I> quiz: Ensure user attempts are deterministic for testing.
diff --git a/lxd/network/network_interface.go b/lxd/network/network_interface.go index <HASH>..<HASH> 100644 --- a/lxd/network/network_interface.go +++ b/lxd/network/network_interface.go @@ -16,6 +16,7 @@ type Network interface { fillConfig(config map[string]string) error // Config. + ValidateName(name string) er...
lxd/network/network/interfaces: Adds ValidateName
diff --git a/src/components/DatePicker/index.js b/src/components/DatePicker/index.js index <HASH>..<HASH> 100644 --- a/src/components/DatePicker/index.js +++ b/src/components/DatePicker/index.js @@ -165,13 +165,11 @@ class DatePickerComponent extends Component { } } -function DatePicker({ locale, ...rest }) { -...
fix: warning 'Function components cannot be given refs' on DatePicker component (#<I>)
diff --git a/salt/pillar/git_pillar.py b/salt/pillar/git_pillar.py index <HASH>..<HASH> 100644 --- a/salt/pillar/git_pillar.py +++ b/salt/pillar/git_pillar.py @@ -124,15 +124,15 @@ def init(branch, repo_location): def update(branch, repo_location): ''' - Execute a git pull on all of the repos + Enxure you...
Fixing update of repo, it was updating the .git directory, but not the filesystem that is used for the pillar data
diff --git a/oauth2/__init__.py b/oauth2/__init__.py index <HASH>..<HASH> 100644 --- a/oauth2/__init__.py +++ b/oauth2/__init__.py @@ -99,7 +99,7 @@ from oauth2.web import Request, Response from oauth2.tokengenerator import Uuid4 from oauth2.grant import Scope -VERSION = "0.5.0" +VERSION = "0.6.0" class Provid...
Bumping version to <I>
diff --git a/collatex-pythonport/collatex/collatex_core.py b/collatex-pythonport/collatex/collatex_core.py index <HASH>..<HASH> 100644 --- a/collatex-pythonport/collatex/collatex_core.py +++ b/collatex-pythonport/collatex/collatex_core.py @@ -11,6 +11,7 @@ import networkx as nx from _collections import deque from net...
Added horizal rulers between rows of the table. Added wrapping of the text segments in the cells.
diff --git a/shared/tracker/index.desktop.js b/shared/tracker/index.desktop.js index <HASH>..<HASH> 100644 --- a/shared/tracker/index.desktop.js +++ b/shared/tracker/index.desktop.js @@ -109,6 +109,7 @@ export default class TrackerRender extends PureComponent<RenderProps> { > {this.p...
Fix tracker popup jank (#<I>)
diff --git a/Doctrineum/Tests/SelfRegisteringType/AbstractSelfRegisteringTypeTest.php b/Doctrineum/Tests/SelfRegisteringType/AbstractSelfRegisteringTypeTest.php index <HASH>..<HASH> 100644 --- a/Doctrineum/Tests/SelfRegisteringType/AbstractSelfRegisteringTypeTest.php +++ b/Doctrineum/Tests/SelfRegisteringType/AbstractS...
Test of self registering type is more clear about problem with self registration
diff --git a/src/view.js b/src/view.js index <HASH>..<HASH> 100644 --- a/src/view.js +++ b/src/view.js @@ -24,7 +24,9 @@ export default function view (Comp) { scheduler: () => setState({}), lazy: true }), - [] + // Adding the original Comp here is necessary to make Rea...
fix behavior with react hot reload
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100644 --- a/devices.js +++ b/devices.js @@ -229,7 +229,7 @@ const devices = [ description: 'MiJia door & window contact sensor', supports: 'contact', fromZigbee: [ - fz.xiaomi_battery_3v, fz.xiaomi_contact, fz.xiaomi_contac...
Fixes issue #<I> (#<I>)
diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php index <HASH>..<HASH> 100644 --- a/tests/PHPUnit/Integration/HttpTest.php +++ b/tests/PHPUnit/Integration/HttpTest.php @@ -128,7 +128,7 @@ class HttpTest extends \PHPUnit_Framework_TestCase /** * @expectedException ...
Looser assertion in tests to pass on Travis
diff --git a/gutter/client/models.py b/gutter/client/models.py index <HASH>..<HASH> 100644 --- a/gutter/client/models.py +++ b/gutter/client/models.py @@ -310,6 +310,7 @@ class Manager(threading.local): def __getstate__(self): inner_dict = vars(self).copy() + inner_dict.pop('inputs', False) ...
Fixed issue where global inputs could get cached for parent switches. This is a workaround for a bug where an input could be unpicklable, and auto-creating switches would fail when the manager has an unpicklable input. The underlying issue (which still exists) is that Manager.register handles unsetting Switch.manager...
diff --git a/TYPO3.Flow/Classes/AOP/F3_FLOW3_AOP_EmptyMethodInterceptorBuilder.php b/TYPO3.Flow/Classes/AOP/F3_FLOW3_AOP_EmptyMethodInterceptorBuilder.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/AOP/F3_FLOW3_AOP_EmptyMethodInterceptorBuilder.php +++ b/TYPO3.Flow/Classes/AOP/F3_FLOW3_AOP_EmptyMethodIntercep...
FLOW3: * weirdest bugfix I ever did in PHP - yes, this comment reformat actually makes a bus error go away. Original-Commit-Hash: <I>ab8c<I>ba<I>e6dff7ef<I>da<I>d<I>c5f7db8
diff --git a/bcbio/variation/strelka2.py b/bcbio/variation/strelka2.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/strelka2.py +++ b/bcbio/variation/strelka2.py @@ -188,8 +188,9 @@ def _af_annotate_and_filter(paired, items, in_file, out_file): else: # germline? alt_counts = ...
Strelka2 AF calc: silent div by zero and replace AF=inf with AF=<I>
diff --git a/github/__init__.py b/github/__init__.py index <HASH>..<HASH> 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -46,6 +46,7 @@ from .GithubException import ( # type: ignore BadCredentialsException, BadUserAgentException, GithubException, + IncompletableObject, RateLimitExce...
Export IncompletableObject in the github namespace (#<I>) When IncompletableObject was added, it was only added to GithubException, and not imported directly into the github namespace like other exceptions. Correct that, and clean up the resultant now unrequired import.
diff --git a/templates/zebra/index.js b/templates/zebra/index.js index <HASH>..<HASH> 100644 --- a/templates/zebra/index.js +++ b/templates/zebra/index.js @@ -10,6 +10,7 @@ module.exports = (template, modules) => { // modules: _, Promise, fs, dust, HtmlParser, utils + // const { _ } = modules; const h...
refactor itemsOverflow, itemsFolded
diff --git a/app/templates/src/main/java/package/config/audit/_AuditEventConverter.java b/app/templates/src/main/java/package/config/audit/_AuditEventConverter.java index <HASH>..<HASH> 100644 --- a/app/templates/src/main/java/package/config/audit/_AuditEventConverter.java +++ b/app/templates/src/main/java/package/conf...
Refactored the AuditEventConverter to a Spring bean Fix #<I>
diff --git a/src/test/java/common/VersionTest.java b/src/test/java/common/VersionTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/common/VersionTest.java +++ b/src/test/java/common/VersionTest.java @@ -31,6 +31,20 @@ public class VersionTest { assert oldVersion.compareTo(newVersion) == -1; assert newVer...
Added compareSnapshotVersionWithTimestampTest
diff --git a/tasklib/task.py b/tasklib/task.py index <HASH>..<HASH> 100644 --- a/tasklib/task.py +++ b/tasklib/task.py @@ -99,6 +99,15 @@ class SerializingObject(object): def deserialize_wait(self, value): return self.timestamp_deserializer(value) + def serialize_annotations(self, value): + va...
SerializingObject: Add missing serialize_annotations method
diff --git a/lib/handlers/bin.js b/lib/handlers/bin.js index <HASH>..<HASH> 100644 --- a/lib/handlers/bin.js +++ b/lib/handlers/bin.js @@ -25,7 +25,8 @@ module.exports = Observable.extend({ this.renderFiles(req, res); }, getCustom: function (req, res, next) { - var overrides = custom[req.subdomain].defaul...
Allow a custom settings property to be set on the jsbin object
diff --git a/src/Kernel/Support/Str.php b/src/Kernel/Support/Str.php index <HASH>..<HASH> 100644 --- a/src/Kernel/Support/Str.php +++ b/src/Kernel/Support/Str.php @@ -89,6 +89,7 @@ class Str * @throws RuntimeException * * @codeCoverageIgnore + * * @throws \Exception */ public stat...
Apply fixes from StyleCI (#<I>) [ci skip] [skip ci]
diff --git a/src/SALib/analyze/hdmr.py b/src/SALib/analyze/hdmr.py index <HASH>..<HASH> 100644 --- a/src/SALib/analyze/hdmr.py +++ b/src/SALib/analyze/hdmr.py @@ -496,7 +496,7 @@ def f_test(Y, f0, Y_em, R, alpha, m1, m2, m3, n1, n2, n3, n): # Number of parameters of proposed model (order dependent) if...
add brackets for n1 + n2
diff --git a/Consoloid/OS/File/RemoteClientFile.js b/Consoloid/OS/File/RemoteClientFile.js index <HASH>..<HASH> 100644 --- a/Consoloid/OS/File/RemoteClientFile.js +++ b/Consoloid/OS/File/RemoteClientFile.js @@ -42,7 +42,6 @@ defineClass('Consoloid.OS.File.RemoteClientFile', 'Consoloid.OS.File.FileInterfa __retrivedF...
Removed random console.log from RemoteClientFile
diff --git a/lib/runtime/procs/base.js b/lib/runtime/procs/base.js index <HASH>..<HASH> 100644 --- a/lib/runtime/procs/base.js +++ b/lib/runtime/procs/base.js @@ -28,7 +28,7 @@ var base = Base.extend({ this.stats = {points_in: 0, points_out: 0}; this.last_used_output = DEFAULT_OUT_NAME; job_i...
procs: tweak the logger path for the base proc
diff --git a/ndbench-core/src/main/java/com/netflix/ndbench/core/config/IConfiguration.java b/ndbench-core/src/main/java/com/netflix/ndbench/core/config/IConfiguration.java index <HASH>..<HASH> 100644 --- a/ndbench-core/src/main/java/com/netflix/ndbench/core/config/IConfiguration.java +++ b/ndbench-core/src/main/java/c...
take off "F" from floating pnt constant for fast prop
diff --git a/drop_sync.rb b/drop_sync.rb index <HASH>..<HASH> 100755 --- a/drop_sync.rb +++ b/drop_sync.rb @@ -1,7 +1,4 @@ require File.expand_path('../dropbox-sdk-ruby-1.6.4/lib/dropbox_sdk', __FILE__) -require 'pp' -require 'shellwords' -require 'open-uri' class DropSync
Removes unnecessary requires/imports
diff --git a/tensorboard/plugins/debugger_v2/debugger_v2_plugin_test.py b/tensorboard/plugins/debugger_v2/debugger_v2_plugin_test.py index <HASH>..<HASH> 100644 --- a/tensorboard/plugins/debugger_v2/debugger_v2_plugin_test.py +++ b/tensorboard/plugins/debugger_v2/debugger_v2_plugin_test.py @@ -57,6 +57,7 @@ def _genera...
Move constant creation in debugger_v2_plugin_test (#<I>) Prepares for a TensorFlow change which will make `tf.constant` run an op, which would otherwise have upset the assertions in this test. Specifically, it moves the `tf.constant` declaration before `enable_dump_debug_info` which alters internal behavior of Ten...
diff --git a/dblock.go b/dblock.go index <HASH>..<HASH> 100644 --- a/dblock.go +++ b/dblock.go @@ -97,6 +97,7 @@ func GetDBlock(keymr string) (dblock *DBlock, raw []byte, err error) { // TODO: we need a better api call for dblock by keymr so that API will // retrun the same as dblock-byheight + fmt.Println("Seque...
added sequence number back to get head call
diff --git a/Sockets/Socket.php b/Sockets/Socket.php index <HASH>..<HASH> 100644 --- a/Sockets/Socket.php +++ b/Sockets/Socket.php @@ -33,6 +33,11 @@ class Socket } } + public function getResource() + { + return $this->resource; + } + public function poll() { if ($this...
Additional helper to access raw socket resource
diff --git a/closures.js b/closures.js index <HASH>..<HASH> 100644 --- a/closures.js +++ b/closures.js @@ -30,7 +30,6 @@ module.exports = function (async, opts) { ) : timeout ) - if(timeout !== 0 && timer.unref) timer.unref() } return self = { writing: false, @@ -55,3 +54,4 @@ but the...
remove unref timers, so that a write will happen before the process exits
diff --git a/src/samples/java/ex/UTAO_Sample.java b/src/samples/java/ex/UTAO_Sample.java index <HASH>..<HASH> 100755 --- a/src/samples/java/ex/UTAO_Sample.java +++ b/src/samples/java/ex/UTAO_Sample.java @@ -265,3 +265,22 @@ class GitHubIssue109 { Object findByUuid(String uuid); } } + +class GitHubIssue26...
add UTAO fp as described by #<I>
diff --git a/lib/Doctrine/DBAL/Driver/PDOConnection.php b/lib/Doctrine/DBAL/Driver/PDOConnection.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Driver/PDOConnection.php +++ b/lib/Doctrine/DBAL/Driver/PDOConnection.php @@ -38,7 +38,10 @@ class PDOConnection extends PDO implements Connection, ServerInfoAwareConn...
PDO APIs need additional assertions due to the existing error suppression mode
diff --git a/examples/get_user_rooms.php b/examples/get_user_rooms.php index <HASH>..<HASH> 100644 --- a/examples/get_user_rooms.php +++ b/examples/get_user_rooms.php @@ -8,4 +8,3 @@ $chatkit = new Chatkit\Chatkit([ ]); print_r($chatkit->getUserRooms([ 'user_id' => 'ham' ])); -
Remove extra blank line at bottom of getUserRooms example
diff --git a/Nextras/Application/UI/SecuredLinksControlTrait.php b/Nextras/Application/UI/SecuredLinksControlTrait.php index <HASH>..<HASH> 100644 --- a/Nextras/Application/UI/SecuredLinksControlTrait.php +++ b/Nextras/Application/UI/SecuredLinksControlTrait.php @@ -65,7 +65,7 @@ trait SecuredLinksControlTrait par...
Fixed secured signals in ajax. (It doesn't require redirect now)
diff --git a/src/js/components/Video.js b/src/js/components/Video.js index <HASH>..<HASH> 100644 --- a/src/js/components/Video.js +++ b/src/js/components/Video.js @@ -311,7 +311,11 @@ export default class Video extends Component { return ( <div className={classes.join(' ')} onMouseMove={this._onMouseMove}...
Added muted and loop flags as props for Video component.
diff --git a/src/Super_Admin_Command.php b/src/Super_Admin_Command.php index <HASH>..<HASH> 100644 --- a/src/Super_Admin_Command.php +++ b/src/Super_Admin_Command.php @@ -194,13 +194,6 @@ class Super_Admin_Command extends WP_CLI_Command { private static function get_admins() { // We don't use get_super_admins() ...
Change the if clause to a casting for more simple approach
diff --git a/lib/clone-schema.js b/lib/clone-schema.js index <HASH>..<HASH> 100644 --- a/lib/clone-schema.js +++ b/lib/clone-schema.js @@ -9,6 +9,8 @@ module.exports = function (schema) { var clonedPath = {}; clonedPath[key] = path.options; + clonedPath[key].unique = false; + clonedSchema.add(cloned...
Pulls turning off unique indices to clone-schema
diff --git a/blimpy/io/base_reader.py b/blimpy/io/base_reader.py index <HASH>..<HASH> 100644 --- a/blimpy/io/base_reader.py +++ b/blimpy/io/base_reader.py @@ -216,7 +216,7 @@ class Reader(object): self._setup_chans() #create freq array - i_vals = np.arange(self.chan_start_idx, self.chan_stop_...
Issue #<I> Function populate_freqs when calculating the i_vals array, numpy.arange was not given the correct "stop" index value. See <URL>
diff --git a/polysquarelinter/linter.py b/polysquarelinter/linter.py index <HASH>..<HASH> 100644 --- a/polysquarelinter/linter.py +++ b/polysquarelinter/linter.py @@ -37,13 +37,13 @@ from jobstamps import jobstamp import parmap +import polysquarelinter.valid_words_dictionary as valid_words_dictionary_helper + fro...
linter: Adjust importer order to satisfy I<I>
diff --git a/listing-bundle/src/Resources/contao/ModuleListing.php b/listing-bundle/src/Resources/contao/ModuleListing.php index <HASH>..<HASH> 100644 --- a/listing-bundle/src/Resources/contao/ModuleListing.php +++ b/listing-bundle/src/Resources/contao/ModuleListing.php @@ -304,7 +304,7 @@ class ModuleListing extends M...
[Listing] The front end cache only worked with rewritten URLs (#<I>)
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( 'seaborn', 'nanoplotter>=0.30.1', 'nanoget>=1.4.0', - 'nanomath>=0.17.0' + 'nanomath>=0.18.1'...
make dependent on latest nanomath, which contains a bug fix
diff --git a/quaternion.js b/quaternion.js index <HASH>..<HASH> 100644 --- a/quaternion.js +++ b/quaternion.js @@ -493,9 +493,28 @@ parse(P, w, x, y, z); + // maybe check for NaN's here? return Math.abs(P['w'] - this['w']) < EPSILON && Math.abs(P['x'] - this['x']) < EPSILON && Math.abs(P['y'] - t...
Added misc functions isNaN and isFinite
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3031,7 +3031,7 @@ a..b, a:b, a:, ..b items by indices (inclusive) # get the output out of the buffer output = membuf.read() # and add the regex-escaped output to the tra...
This just fixes a couple minor lint warnings related to raw strings and escapes
diff --git a/lib/stylesheet/css_style_sheet.rb b/lib/stylesheet/css_style_sheet.rb index <HASH>..<HASH> 100644 --- a/lib/stylesheet/css_style_sheet.rb +++ b/lib/stylesheet/css_style_sheet.rb @@ -106,6 +106,7 @@ module Stylesheet end def request_content + return "" if inline_css? raise InvalidLoc...
don't fetch content for nil inline styles
diff --git a/lib/middleware/ai.js b/lib/middleware/ai.js index <HASH>..<HASH> 100644 --- a/lib/middleware/ai.js +++ b/lib/middleware/ai.js @@ -199,13 +199,13 @@ module.exports = function(http) { // Set up some options img - .filter('Triangle') + // .filter('Triangle') ...
removing filters, causes blurryness
diff --git a/ui/QuerySelect.js b/ui/QuerySelect.js index <HASH>..<HASH> 100644 --- a/ui/QuerySelect.js +++ b/ui/QuerySelect.js @@ -20,7 +20,6 @@ export default class QuerySelect extends Component { $$(Input, { placeholder }) .ref('input') .on('focus', this._onFocus) - .on('blur', this._o...
Remove QuerySelect.onBlur(). Popover does auto-closing.
diff --git a/lib/linux_admin/network_interface.rb b/lib/linux_admin/network_interface.rb index <HASH>..<HASH> 100644 --- a/lib/linux_admin/network_interface.rb +++ b/lib/linux_admin/network_interface.rb @@ -51,8 +51,10 @@ module LinuxAdmin @network_conf[:mac] = parse_ip_output(ip_output, %r{link/ether}, 1) -...
Start parsing ipv6 gateway
diff --git a/src/ActionSheet.js b/src/ActionSheet.js index <HASH>..<HASH> 100644 --- a/src/ActionSheet.js +++ b/src/ActionSheet.js @@ -268,7 +268,7 @@ class ActionSheet extends Component { const pointerEvents = (actionSheetState === ACTION_SHEET_OPENED) ? 'auto' : 'none'; const hidden = actionSheetState === A...
code refactoring - better naming conversion
diff --git a/src/animation/Clip.js b/src/animation/Clip.js index <HASH>..<HASH> 100644 --- a/src/animation/Clip.js +++ b/src/animation/Clip.js @@ -72,7 +72,6 @@ define( // 重新开始周期 // 抛出而不是直接调用事件直到 stage.update 后再统一调用这些事件 return 'restart'; - ...
暴露 isInsideCubicStroke 和 isInsideQuadraticStroke
diff --git a/littlechef/chef.py b/littlechef/chef.py index <HASH>..<HASH> 100644 --- a/littlechef/chef.py +++ b/littlechef/chef.py @@ -147,7 +147,7 @@ def _synchronize_node(configfile, node): if env.gateway: ssh_key_file = '.ssh/'+os.path.basename(' '.join(env.ssh_config.lookup(env.host_string)['identityf...
Disable strict host key checking for last hop nodes.
diff --git a/code/DebugBarRequestFilter.php b/code/DebugBarRequestFilter.php index <HASH>..<HASH> 100644 --- a/code/DebugBarRequestFilter.php +++ b/code/DebugBarRequestFilter.php @@ -63,10 +63,10 @@ class DebugBarRequestFilter implements \RequestFilter } // Always enable in admin because every...
actually, $headers could be a string or an array
diff --git a/pkg/endpoint/endpoint.go b/pkg/endpoint/endpoint.go index <HASH>..<HASH> 100644 --- a/pkg/endpoint/endpoint.go +++ b/pkg/endpoint/endpoint.go @@ -993,9 +993,10 @@ func (e *Endpoint) LogStatusOK(typ StatusType, msg string) { func (e *Endpoint) logStatusLocked(typ StatusType, code StatusCode, msg string) { ...
endpoint: Store endpoint state in status log We now store the state of the endpoint when we store a status log. This can be later exported via the API and used to understand the lifecycle of an endpoint.
diff --git a/presto-blackhole/src/main/java/com/facebook/presto/plugin/blackhole/BlackHoleMetadata.java b/presto-blackhole/src/main/java/com/facebook/presto/plugin/blackhole/BlackHoleMetadata.java index <HASH>..<HASH> 100644 --- a/presto-blackhole/src/main/java/com/facebook/presto/plugin/blackhole/BlackHoleMetadata.jav...
Fix listing tables in blackhole connector Listing tables in a non-existent schema should not be an error.
diff --git a/svtyper/version.py b/svtyper/version.py index <HASH>..<HASH> 100644 --- a/svtyper/version.py +++ b/svtyper/version.py @@ -1,2 +1,2 @@ __author__ = "Colby Chiang (colbychiang@wustl.edu)" -__version__ = "v0.3.0" +__version__ = "v0.3.1"
+ update to <I> - after code review with @ernfrid
diff --git a/ViewErrorBag.php b/ViewErrorBag.php index <HASH>..<HASH> 100644 --- a/ViewErrorBag.php +++ b/ViewErrorBag.php @@ -10,6 +10,17 @@ class ViewErrorBag implements Countable { * @var array */ protected $bags = []; + + /** + * Checks if a MessageBag exists. + * + * @param string $key + * @return b...
Add method hasBag to ViewErrorBag When redirecting withErrors($validator) the edit form can show individual messages. But to show a generic message, something like: please check the red marked field below I don't know anything else but to flash a extra variable. This method would remedy that. Now I could check: $error...
diff --git a/update-badges.js b/update-badges.js index <HASH>..<HASH> 100644 --- a/update-badges.js +++ b/update-badges.js @@ -28,7 +28,7 @@ let newRstExchangeTable = rstExchangeTableLines.map (line => { //----------------------------------------------------------------------------- -function updateExchangeCountIn...
minor fix in update-badges.js
diff --git a/pyvista/plotting/plotting.py b/pyvista/plotting/plotting.py index <HASH>..<HASH> 100644 --- a/pyvista/plotting/plotting.py +++ b/pyvista/plotting/plotting.py @@ -3226,7 +3226,6 @@ class BasePlotter(PickingHelper, WidgetHelper): If an actor of this name already exists in the rendering window, i...
fix docstring (#<I>)
diff --git a/TYPO3.Flow/Classes/TYPO3/Flow/Persistence/Doctrine/EntityManagerFactory.php b/TYPO3.Flow/Classes/TYPO3/Flow/Persistence/Doctrine/EntityManagerFactory.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/TYPO3/Flow/Persistence/Doctrine/EntityManagerFactory.php +++ b/TYPO3.Flow/Classes/TYPO3/Flow/Persist...
TASK: Use string for "virtual" namespace name This reverts the use of the ::class constant for the ORM proxy namespace configuration, since that is not "real" and is not even a "class" but just a "namespace prefix".
diff --git a/lib/npm.js b/lib/npm.js index <HASH>..<HASH> 100644 --- a/lib/npm.js +++ b/lib/npm.js @@ -66,6 +66,10 @@ function changelog(packageName, cb) { function(err, data) { var i; if (data && data.changes) { + if (data.changes[0].date > Versions[0].date) { + ...
support upcoming features that are in github but not yet in npm.
diff --git a/configuration-lib/src/main/java/com/cisco/oss/foundation/configuration/CentralConfigurationUtil.java b/configuration-lib/src/main/java/com/cisco/oss/foundation/configuration/CentralConfigurationUtil.java index <HASH>..<HASH> 100644 --- a/configuration-lib/src/main/java/com/cisco/oss/foundation/configuratio...
disable http client monitoring in the special http client used to fetch configuration remotely
diff --git a/bakery/views/dates.py b/bakery/views/dates.py index <HASH>..<HASH> 100644 --- a/bakery/views/dates.py +++ b/bakery/views/dates.py @@ -77,8 +77,9 @@ class BuildableYearArchiveView(YearArchiveView, BuildableMixin): """ Return the year from the database in the format expected by the URL. ...
Fixed get_year on the year archive view
diff --git a/middleware.go b/middleware.go index <HASH>..<HASH> 100644 --- a/middleware.go +++ b/middleware.go @@ -66,23 +66,6 @@ func (ms *MiddlewareStack) Use(mw ...MiddlewareFunc) { /* a.Middleware.Skip(Authorization, HomeHandler, LoginHandler, RegistrationHandler) */ -// NOTE: When skipping Resource handlers, y...
removed out of date middleware skipping docs
diff --git a/drivers/overlay/overlay.go b/drivers/overlay/overlay.go index <HASH>..<HASH> 100644 --- a/drivers/overlay/overlay.go +++ b/drivers/overlay/overlay.go @@ -239,6 +239,8 @@ func parseOptions(options []string) (*overlayOptions, error) { } key = strings.ToLower(key) switch key { + case ".override_kern...
Make use of overlay.override_kernel_check a warning instead of an error When we removed all traces of override_kernel_check, we created a situation where older configuration files would suddenly start causing us to emit an error at startup. Soften that to a warning, for now at least.
diff --git a/devices/tuya.js b/devices/tuya.js index <HASH>..<HASH> 100644 --- a/devices/tuya.js +++ b/devices/tuya.js @@ -158,6 +158,7 @@ module.exports = [ {modelID: 'TS0601', manufacturerName: '_TZE200_ebwgzdqq'}, {modelID: 'TS0601', manufacturerName: '_TZE200_9i9dt8is'}, {mode...
Add _TZE<I>_swaamsoy to TS<I>_dimmer (#<I>)
diff --git a/lib/faraday.rb b/lib/faraday.rb index <HASH>..<HASH> 100644 --- a/lib/faraday.rb +++ b/lib/faraday.rb @@ -181,7 +181,12 @@ module Faraday end def middleware_mutex(&block) - (@middleware_mutex ||= Mutex.new).synchronize(&block) + @middleware_mutex ||= Mutex.new + if @middleware_mu...
Don't let nested mutex deadlock the thread.
diff --git a/chromedp_test.go b/chromedp_test.go index <HASH>..<HASH> 100644 --- a/chromedp_test.go +++ b/chromedp_test.go @@ -25,7 +25,6 @@ import ( "github.com/chromedp/cdproto/network" "github.com/chromedp/cdproto/page" "github.com/chromedp/cdproto/runtime" - cdpruntime "github.com/chromedp/cdproto/runtime" ...
address ST<I>: package is being imported more than once issue found by staticcheck (<URL>)
diff --git a/http_check/datadog_checks/http_check/http_check.py b/http_check/datadog_checks/http_check/http_check.py index <HASH>..<HASH> 100644 --- a/http_check/datadog_checks/http_check/http_check.py +++ b/http_check/datadog_checks/http_check/http_check.py @@ -74,6 +74,10 @@ class HTTPCheck(NetworkCheck): ...
Add url as tag (#<I>) * Append URL as tag even if sc aren't reporting * Add url tag after list initialisation
diff --git a/lib/engineyard/repo.rb b/lib/engineyard/repo.rb index <HASH>..<HASH> 100644 --- a/lib/engineyard/repo.rb +++ b/lib/engineyard/repo.rb @@ -91,7 +91,7 @@ deploy-time operations. Commit this file to fix this warning. def remotes ensure_repository! - @remotes ||= `git remote -v`.scan(/\t[^\s...
unique the remotes, they git duplicated
diff --git a/src/utils/clean-cid.js b/src/utils/clean-cid.js index <HASH>..<HASH> 100644 --- a/src/utils/clean-cid.js +++ b/src/utils/clean-cid.js @@ -7,6 +7,9 @@ module.exports = function (cid) { if (Buffer.isBuffer(cid)) { cid = bs58.encode(cid) } + if (CID.isCID(cid)) { + cid = cid.toBaseEncodedString...
feat: add ability to files.cat with a cid instance License: MIT
diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -7,7 +7,7 @@ module Puppet - PUPPETVERSION = '3.6.0' + PUPPETVERSION = '3.6.1' ## # version is a public API method intended to always provide a fast and
(packaging) Update PUPPETVERSION to <I>
diff --git a/build/jquery.datetimepicker.full.js b/build/jquery.datetimepicker.full.js index <HASH>..<HASH> 100644 --- a/build/jquery.datetimepicker.full.js +++ b/build/jquery.datetimepicker.full.js @@ -217,7 +217,11 @@ var DateFormatter; break; } } - if...
Insert sensible defaults (1) for out.month and out.day if parsing with format string didn't set them See issue #<I>
diff --git a/lib/utorrent.js b/lib/utorrent.js index <HASH>..<HASH> 100644 --- a/lib/utorrent.js +++ b/lib/utorrent.js @@ -43,7 +43,7 @@ var uTorrentClient = module.exports = function(host, port) { // Callback used when we call the makeCall() method for first time with a saved token. As the token may have expired, w...
Use self instead of this. Fix #5
diff --git a/doge/core.py b/doge/core.py index <HASH>..<HASH> 100755 --- a/doge/core.py +++ b/doge/core.py @@ -367,7 +367,7 @@ def main(): shibe.setup() shibe.print_doge() - except UnicodeEncodeError: + except (UnicodeEncodeError, UnicodeDecodeError): # Some kind of unicode error happ...
wow also unicode decode error catch
diff --git a/Debug/TraceableProcessor.php b/Debug/TraceableProcessor.php index <HASH>..<HASH> 100644 --- a/Debug/TraceableProcessor.php +++ b/Debug/TraceableProcessor.php @@ -29,6 +29,14 @@ class TraceableProcessor implements ProcessorInterface } /** + * @return ProcessorInterface + */ + public f...
BAP-<I>: Config options should be returned only on demand
diff --git a/src/resources/assets/react/components/HCForm.js b/src/resources/assets/react/components/HCForm.js index <HASH>..<HASH> 100644 --- a/src/resources/assets/react/components/HCForm.js +++ b/src/resources/assets/react/components/HCForm.js @@ -92,13 +92,13 @@ export default class HCForm extends Component { ...
Improved data setting when value is equal to 0
diff --git a/eZ/Publish/Core/Persistence/InMemory/Backend.php b/eZ/Publish/Core/Persistence/InMemory/Backend.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/InMemory/Backend.php +++ b/eZ/Publish/Core/Persistence/InMemory/Backend.php @@ -509,6 +509,17 @@ class Backend $value->$...
Updated: special case for mapping data to UrlAlias->id
diff --git a/scripts/app.js b/scripts/app.js index <HASH>..<HASH> 100644 --- a/scripts/app.js +++ b/scripts/app.js @@ -12,7 +12,6 @@ var generateData = require('./generate_data'); var App = React.createClass({ getInitialState() { - var that = this; var countries = { 'de': 'Germany',...
Tidy up row deletion It is better to use splice here (avoids empties in array) and pass `this` through `bind`.
diff --git a/src/components/Picklist/index.js b/src/components/Picklist/index.js index <HASH>..<HASH> 100644 --- a/src/components/Picklist/index.js +++ b/src/components/Picklist/index.js @@ -76,6 +76,7 @@ class Picklist extends Component { this.outsideClick.startListening(this.containerRef.current, (_, eve...
fix: `onBlur` event on Picklist fires on click (#<I>) * fix: `onBlur` event on Picklist fires on click * fix: fire onBlur event on outside click
diff --git a/auth/rest.go b/auth/rest.go index <HASH>..<HASH> 100644 --- a/auth/rest.go +++ b/auth/rest.go @@ -23,6 +23,10 @@ var ( ErrBadRestToken = errors.New("Could not extract auth token from REST request header") ) +func BuildRestToken() string { + return AuthToken() +} + func ExtractRestToken(header string)...
Get ready to sign the token for rest calls
diff --git a/src/bosh/platform/net/default_network_resolver_test.go b/src/bosh/platform/net/default_network_resolver_test.go index <HASH>..<HASH> 100644 --- a/src/bosh/platform/net/default_network_resolver_test.go +++ b/src/bosh/platform/net/default_network_resolver_test.go @@ -36,6 +36,9 @@ var _ = Describe("defaultNe...
Include venet0 as possible network interface for happy Travis builds
diff --git a/client-vendor/after-body/jquery.clickFeedback/jquery.clickFeedback.js b/client-vendor/after-body/jquery.clickFeedback/jquery.clickFeedback.js index <HASH>..<HASH> 100644 --- a/client-vendor/after-body/jquery.clickFeedback/jquery.clickFeedback.js +++ b/client-vendor/after-body/jquery.clickFeedback/jquery.cl...
Replace click with mousedown in clickFeedback.
diff --git a/alot/ui.py b/alot/ui.py index <HASH>..<HASH> 100644 --- a/alot/ui.py +++ b/alot/ui.py @@ -190,7 +190,6 @@ class UI(object): Use a :class:`commands.globals.ExitCommand` for a clean shutdown. """ reactor.stop() - raise urwid.ExitMainLoop() def buffer_open(self, buf): ...
don't raise ExitMainLoop exception to exit apparently, it suffices to stop the twisted reactor when using TwistedEventLoop. issue #<I>
diff --git a/src/Generators/Queries/PaginateAllQueryGenerator.php b/src/Generators/Queries/PaginateAllQueryGenerator.php index <HASH>..<HASH> 100644 --- a/src/Generators/Queries/PaginateAllQueryGenerator.php +++ b/src/Generators/Queries/PaginateAllQueryGenerator.php @@ -73,8 +73,8 @@ class PaginateAllQueryGenerator ...
Flatten @paginate and @all queries sadly, not yet supported by Lighthouse. Support ticket <URL>
diff --git a/fritzconnection/tests/test_fritzconnection.py b/fritzconnection/tests/test_fritzconnection.py index <HASH>..<HASH> 100644 --- a/fritzconnection/tests/test_fritzconnection.py +++ b/fritzconnection/tests/test_fritzconnection.py @@ -126,7 +126,16 @@ def test_write_api_to_cache(file_name, cache_format, datadir...
python <I>, <I> compatibility issue solved
diff --git a/version/version.go b/version/version.go index <HASH>..<HASH> 100644 --- a/version/version.go +++ b/version/version.go @@ -15,6 +15,6 @@ package version var ( - Version = "2.0.0-rc.2" + Version = "2.0.0" InternalVersion = "2" )
version: bump to <I>
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -161,7 +161,7 @@ class RpcBlockTracker extends AsyncEventEmitter { async _initSubscription() { this._provider.on('data', this._handleNewBlockNotification) - result = await pify(this._provider.sendA...
Turns out defining variables is important.
diff --git a/shoebot/grammar/grammar.py b/shoebot/grammar/grammar.py index <HASH>..<HASH> 100644 --- a/shoebot/grammar/grammar.py +++ b/shoebot/grammar/grammar.py @@ -69,11 +69,15 @@ class Grammar(object): if iterations: if iteration < iterations: return True + elif len(sel...
If user adds vars in script then it will run in loop until quit. Makes sliders in color_example3 work.
diff --git a/Command/ImportTranslationsCommand.php b/Command/ImportTranslationsCommand.php index <HASH>..<HASH> 100644 --- a/Command/ImportTranslationsCommand.php +++ b/Command/ImportTranslationsCommand.php @@ -155,9 +155,9 @@ class ImportTranslationsCommand extends ContainerAwareCommand protected function importC...
Support for Symfony 3 Note that this commit keep the compatibility with Symfony > <I>
diff --git a/pac4j-core/src/main/java/org/pac4j/core/exception/MultipleAccountsFoundException.java b/pac4j-core/src/main/java/org/pac4j/core/exception/MultipleAccountsFoundException.java index <HASH>..<HASH> 100644 --- a/pac4j-core/src/main/java/org/pac4j/core/exception/MultipleAccountsFoundException.java +++ b/pac4j-c...
Multiple accounts are an abnormal situation -> TechnicalException
diff --git a/src/cs50/sql.py b/src/cs50/sql.py index <HASH>..<HASH> 100644 --- a/src/cs50/sql.py +++ b/src/cs50/sql.py @@ -1,4 +1,5 @@ import datetime +import decimal import importlib import logging import re @@ -31,7 +32,6 @@ class SQL(object): """ Execute a SQL statement. """ - ...
coercing decimal.Decimal objects to float objects for PostgreSQL
diff --git a/examples/scribuntoRemoteDebug.js b/examples/scribuntoRemoteDebug.js index <HASH>..<HASH> 100644 --- a/examples/scribuntoRemoteDebug.js +++ b/examples/scribuntoRemoteDebug.js @@ -1,4 +1,4 @@ -var bot = require( 'nodemw' ), +var Bot = require( 'nodemw' ), readline = require( 'readline' ), fs = require( '...
Fix unused and undefined vars
diff --git a/bundle/Resources/public/js/app.js b/bundle/Resources/public/js/app.js index <HASH>..<HASH> 100644 --- a/bundle/Resources/public/js/app.js +++ b/bundle/Resources/public/js/app.js @@ -298,7 +298,8 @@ $(document).ready(function () { function LayoutsBox(el) { this.$el = $(el); this.csrf = $('meta[...
fix ngbm-base-path - check for / at the end
diff --git a/angr/analyses/disassembly.py b/angr/analyses/disassembly.py index <HASH>..<HASH> 100644 --- a/angr/analyses/disassembly.py +++ b/angr/analyses/disassembly.py @@ -572,9 +572,8 @@ class Disassembly(Analysis): self._func_cache = {} if function is not None: - blocks = function.gr...
Disassembly: Fix for NetworkX 2.
diff --git a/flask_security/script.py b/flask_security/script.py index <HASH>..<HASH> 100644 --- a/flask_security/script.py +++ b/flask_security/script.py @@ -100,7 +100,7 @@ class AddRoleCommand(_RoleCommand): class RemoveRoleCommand(_RoleCommand): - """Add a role to a user""" + """Remove a role from a user...
Fix RemoveRoleCommand docstring
diff --git a/index.ios.js b/index.ios.js index <HASH>..<HASH> 100644 --- a/index.ios.js +++ b/index.ios.js @@ -50,7 +50,7 @@ exports.getContact = function (){ page.presentModalViewControllerAnimated(controller, true); }); }; -exports.fetchContactsByName = function(searchPredicate){ +exports.getContactsBy...
Update index.ios.js Rename fetchContactsByName to getContactsByName. Rename fetchAllContacts to getAllContacts.
diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index <HASH>..<HASH> 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -108,7 +108,7 @@ class BotBase(GroupMixin): self._help_command = None self.description = inspect.cleandoc(description) if descriptio...
[commands] default Bot.owner_ids to a set This appears to be a typo, as everywhere else, owner_ids is set to a set.
diff --git a/test/snp/template_test.rb b/test/snp/template_test.rb index <HASH>..<HASH> 100644 --- a/test/snp/template_test.rb +++ b/test/snp/template_test.rb @@ -8,5 +8,13 @@ describe Snp::Template do template.resolve('template.erb').must_equal File.expand_path('~/.snp_templates/template.erb') end + + ...
Assert that SNP_PATH is used if set.
diff --git a/lib/monadic/maybe.rb b/lib/monadic/maybe.rb index <HASH>..<HASH> 100644 --- a/lib/monadic/maybe.rb +++ b/lib/monadic/maybe.rb @@ -2,12 +2,12 @@ module Monadic # @api private helps treating `Maybe` like Either in Scala module ScalaStuff def map(proc = nil, &block) - return Maybe(@value.map(&...
Make sure ::Enumerable is used
diff --git a/lib/veritas/relation.rb b/lib/veritas/relation.rb index <HASH>..<HASH> 100644 --- a/lib/veritas/relation.rb +++ b/lib/veritas/relation.rb @@ -122,11 +122,11 @@ module Veritas def eql?(other) instance_of?(other.class) && header.eql?(other.header) && - to_set.eql?(project_relation(oth...
Fixed failing specs in <I> * This is due to differences in Set#eql? and Set#hash on <I> and below, which are caused by broken behaviour in the corresponding Hash methods. A ticket was raised with the backports project in case it is possible to fix this, so this commit can be reverted: <URL>
diff --git a/test/integration_test.rb b/test/integration_test.rb index <HASH>..<HASH> 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -81,6 +81,6 @@ class IntegrationTest < Test::Unit::TestCase it 'does not generate warnings' do assert_raise(OpenURI::HTTPError) { server.get '/' } se...
there is no assert_equal on <I>