diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/leaflet-search.js b/leaflet-search.js
index <HASH>..<HASH> 100644
--- a/leaflet-search.js
+++ b/leaflet-search.js
@@ -499,6 +499,13 @@ L.Control.Search = L.Control.extend({
if ((sel = this._input.selection) && sel.empty) {
sel.empty();
}
+ else if (sel = this._input.createTextRange()) {
+ sel.... | Deselecting of text in hideAutoType now works in IE8. |
diff --git a/PHPCI/Model/Build/GithubBuild.php b/PHPCI/Model/Build/GithubBuild.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Model/Build/GithubBuild.php
+++ b/PHPCI/Model/Build/GithubBuild.php
@@ -78,6 +78,7 @@ class GithubBuild extends RemoteGitBuild
$http->setHeaders($headers);
$res = $http->request('... | Adding some github debug stuff |
diff --git a/src/Panda/Http/Request.php b/src/Panda/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Panda/Http/Request.php
+++ b/src/Panda/Http/Request.php
@@ -34,6 +34,7 @@ class Request extends SymfonyRequest
* information we gan get.
*
* @return Request
+ * @throws \LogicException
... | Add @throw tags in Request docblocks |
diff --git a/test/integration/features/step_definitions/view-steps.js b/test/integration/features/step_definitions/view-steps.js
index <HASH>..<HASH> 100644
--- a/test/integration/features/step_definitions/view-steps.js
+++ b/test/integration/features/step_definitions/view-steps.js
@@ -246,7 +246,7 @@ this.Then(/^я не ... | add trim function for text into step definition (integration tests) |
diff --git a/compiler/prelude.go b/compiler/prelude.go
index <HASH>..<HASH> 100644
--- a/compiler/prelude.go
+++ b/compiler/prelude.go
@@ -490,6 +490,25 @@ var go$structType = function(fields) {
this[fields[i][0]] = arguments[i];
}
});
+ // collect methods for anonymous fields
+ var i, j;
+ for (i = 0; i... | collect methods for anonymous fields of anonymous structs |
diff --git a/helpers/ha.py b/helpers/ha.py
index <HASH>..<HASH> 100644
--- a/helpers/ha.py
+++ b/helpers/ha.py
@@ -74,7 +74,7 @@ class Ha:
self.state_handler.follow_the_leader(self.fetch_current_leader())
return "no action. i am a secondary and i am following a... | Track list of already existing physical replication slots
Drop replication slot when it was removed from etcd.
Execute pg_create_physical_replication_slot only when something new appeared in etcd. |
diff --git a/src/components/App.js b/src/components/App.js
index <HASH>..<HASH> 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -40,7 +40,11 @@ const SelectAnimation = ({ value, onAnimate }) => (
justifyContent: "center"
})}
>
- <select onChange={onAnimate} value={value} {...css({ ma... | refactor the style of the <select> component |
diff --git a/src/Database/Dialect/SqlserverDialectTrait.php b/src/Database/Dialect/SqlserverDialectTrait.php
index <HASH>..<HASH> 100644
--- a/src/Database/Dialect/SqlserverDialectTrait.php
+++ b/src/Database/Dialect/SqlserverDialectTrait.php
@@ -99,9 +99,9 @@ trait SqlserverDialectTrait
protected function _paging... | Fix incorrect default order by clause.
Instead of NULL, the ORDER BY for SQLServer needs to be a select
statement. For compatibility with SQLServer<I> this statement needs to
be wrapped in parentheses as well.
No new tests were added as a number of tests are currently failing, but
we didn't know because AppVeyor is f... |
diff --git a/fabric-client/events/consumer/consumer.go b/fabric-client/events/consumer/consumer.go
index <HASH>..<HASH> 100644
--- a/fabric-client/events/consumer/consumer.go
+++ b/fabric-client/events/consumer/consumer.go
@@ -240,7 +240,7 @@ func (ec *eventsClient) Start() error {
serverClient := ehpb.NewEventsClien... | [FAB-<I>]return detailed event hub connection error
suggest we return more detailed connection error message when
connecting with event hub
Change-Id: I0d7c<I>f<I>bf9a8fc<I>ea<I>e<I>e<I> |
diff --git a/wkhtmltopdf/utils.py b/wkhtmltopdf/utils.py
index <HASH>..<HASH> 100644
--- a/wkhtmltopdf/utils.py
+++ b/wkhtmltopdf/utils.py
@@ -297,13 +297,14 @@ def make_absolute_paths(content):
if not x['root'].endswith('/'):
x['root'] += '/'
- occur_pattern = '''["|']({0}.*?)["|']'''
+ ... | capture quotes in URL rewrite regular expression, fixes #<I> |
diff --git a/openquake/commands/compare.py b/openquake/commands/compare.py
index <HASH>..<HASH> 100644
--- a/openquake/commands/compare.py
+++ b/openquake/commands/compare.py
@@ -112,10 +112,10 @@ class Comparator(object):
what += '?imt=' + imt
aw = extractor.get(what)
arrays = numpy.zeros((l... | Fixed compare avg_gmf [ci skip] |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,8 @@ setup(
name='proso-apps',
version=version,
description='General library for applications in PROSO projects',
- author='Jan Papousek',
- author_email='jan.papousek@gmail.com',
+ author='Jan ... | update setup.py according to proso_client |
diff --git a/DynamicActiveQuery.php b/DynamicActiveQuery.php
index <HASH>..<HASH> 100644
--- a/DynamicActiveQuery.php
+++ b/DynamicActiveQuery.php
@@ -130,7 +130,7 @@ class DynamicActiveQuery extends \yii\db\ActiveQuery
$type
= "binary$l|char$l|date|datetime$l|decimal$l|double$l|int(eger)?"
... | changed dyn-col syntax for better sql compat |
diff --git a/includes/session.php b/includes/session.php
index <HASH>..<HASH> 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -470,6 +470,8 @@ if (!defined('WT_THEME_DIR')) {
if (!$THEME_DIR && isset($_SESSION['theme_dir']) && in_array($_SESSION['theme_dir'], get_theme_names())) {
$THEME_DIR=$_SE... | Fix undefined $THEME_DIR where not $ALLOW_USER_THEMES |
diff --git a/app/controllers/alchemy/admin/dashboard_controller.rb b/app/controllers/alchemy/admin/dashboard_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/alchemy/admin/dashboard_controller.rb
+++ b/app/controllers/alchemy/admin/dashboard_controller.rb
@@ -42,7 +42,6 @@ module Alchemy
# Get alc... | Removes logging from update checker. |
diff --git a/src/jwplayer.hlsjs.js b/src/jwplayer.hlsjs.js
index <HASH>..<HASH> 100644
--- a/src/jwplayer.hlsjs.js
+++ b/src/jwplayer.hlsjs.js
@@ -468,6 +468,8 @@ function HlsProv(id){
// XXX pavelki: hack to remove pending segments
delete hls.bufferController.segments;
this.attached = false;... | revert of zeetv/resume_waiting_ms fix due to invalid stats issue |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -46,14 +46,14 @@ class setup_tests_runner(command):
setup(
name='pyclustering',
packages=find_packages(),
- version='0.9.3.1',
+ version='0.10.0',
description='pyclustring is a python data ... | [.][Release] Update version <I>. |
diff --git a/salt/ssh/__init__.py b/salt/ssh/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/ssh/__init__.py
+++ b/salt/ssh/__init__.py
@@ -180,7 +180,12 @@ class Single(multiprocessing.Process):
ret = self.shell.exec_cmd(cmd)
if ret.startswith('deploy'):
self.deploy()
- ret... | Work around pylint bug of wrongly reporting too many arguments.
More info on <URL> |
diff --git a/lib/flipper/adapters/dalli.rb b/lib/flipper/adapters/dalli.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/adapters/dalli.rb
+++ b/lib/flipper/adapters/dalli.rb
@@ -92,7 +92,7 @@ module Flipper
private
def key_for(feature)
- feature
+ feature.to_s
end
end
end | Get explicit about key used for dalli
Deep in dalli, it was doing feature.to_s so now we just do this in flipper in case dalli ever stops doing that. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -61,9 +61,14 @@ module.exports = function hook (modules, options, onrequire) {
}
}
- if (hook.cache[filename]) return exports // abort if module have already been processed
- hook.cache[filename] = exports
... | Make cache value replaceable (#2) |
diff --git a/tests/test_templatetags.py b/tests/test_templatetags.py
index <HASH>..<HASH> 100644
--- a/tests/test_templatetags.py
+++ b/tests/test_templatetags.py
@@ -10,6 +10,7 @@ Tests for `django-sheets` models module.
import os
import httpretty
+from io import open
from django import template
from django.te... | use io.open in tests for py<I> compat |
diff --git a/eZ/Publish/Core/Persistence/Legacy/Content/Search/Gateway/SortClauseHandler.php b/eZ/Publish/Core/Persistence/Legacy/Content/Search/Gateway/SortClauseHandler.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Persistence/Legacy/Content/Search/Gateway/SortClauseHandler.php
+++ b/eZ/Publish/Core/Persisten... | Changed: unabstracting applyJoin() by default: no additional join |
diff --git a/src/Strava/API/Service/REST.php b/src/Strava/API/Service/REST.php
index <HASH>..<HASH> 100644
--- a/src/Strava/API/Service/REST.php
+++ b/src/Strava/API/Service/REST.php
@@ -64,7 +64,6 @@ class REST implements ServiceInterface
{
// Workaround for export methods getRouteAsGPX, getRouteAsTCX:
... | fix phpstan errors caused by type hint changes |
diff --git a/src/android/AudioInputReceiver.java b/src/android/AudioInputReceiver.java
index <HASH>..<HASH> 100644
--- a/src/android/AudioInputReceiver.java
+++ b/src/android/AudioInputReceiver.java
@@ -141,6 +141,7 @@ public class AudioInputReceiver extends Thread {
int numReadBytes = 0;
byte audioBuffer[] = n... | Android: Ensure the file URL used for recording is the URL given by the event when recording finishes. |
diff --git a/tools/run_tests/python_utils/jobset.py b/tools/run_tests/python_utils/jobset.py
index <HASH>..<HASH> 100755
--- a/tools/run_tests/python_utils/jobset.py
+++ b/tools/run_tests/python_utils/jobset.py
@@ -302,6 +302,7 @@ class Job(object):
self._retries += 1
self.result.num_failures += 1... | explain retries and jobset.max_time setting |
diff --git a/fastai/vision/widgets.py b/fastai/vision/widgets.py
index <HASH>..<HASH> 100644
--- a/fastai/vision/widgets.py
+++ b/fastai/vision/widgets.py
@@ -37,7 +37,7 @@ def _update_children(
# Cell
def carousel(
- children:(list,tuple)=(), # `Box` objects to display in a carousel
+ children:tuple=(), # `B... | Update fastai/vision/widgets.py
Updated carusel function docment |
diff --git a/proto/qan/qan.go b/proto/qan/qan.go
index <HASH>..<HASH> 100644
--- a/proto/qan/qan.go
+++ b/proto/qan/qan.go
@@ -63,6 +63,7 @@ type QueryLog struct {
Start_ts time.Time
Query_count float32
Query_time_sum float32
+ Query_time_avg float32
}
type QueryRank struct { | Added Query_time_avg to extand sparkline |
diff --git a/common/config/main.php b/common/config/main.php
index <HASH>..<HASH> 100644
--- a/common/config/main.php
+++ b/common/config/main.php
@@ -1,7 +1,7 @@
<?php
$config = [
'name' => 'Feehi CMS',
- 'version' => '0.1.2',
+ 'version' => '0.1.3',
'vendorPath' => dirname(dirname(__DIR__)) . '/vend... | udpate version to <I> |
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -890,7 +890,7 @@ module ActiveRecord #:nodoc:
end
def find_sti_class(type_name)
- ... | type_name is never a blank string, so use faster .nil? call |
diff --git a/src/Query/Builder.php b/src/Query/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Query/Builder.php
+++ b/src/Query/Builder.php
@@ -474,7 +474,7 @@ final class Builder
if ($operator == null) {
$operator = '='; // @default=equal
}
- ... | Query\Builder: fix unparenthesized ternary. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
license='MIT',
url='https://github.com/rhempel/ev3dev-lang-python',
include_package_data=True,
- py_modules=['ev3dev'],
+ packages=['ev3dev'],
install_requires=['Pillow']
) | Use packages clause in setup.py instead of py_modules
Otherwise setup looks for ev3dev.py, does not find it and installs
nothing. Forgot to copy this from @EricPobot's changes. |
diff --git a/src/Store.php b/src/Store.php
index <HASH>..<HASH> 100644
--- a/src/Store.php
+++ b/src/Store.php
@@ -6,25 +6,15 @@ use Sven\FileConfig\Drivers\Driver;
class Store
{
- /**
- * @var \Sven\FileConfig\File
- */
+ /** @var \Sven\FileConfig\File */
protected $file;
- /**
- * @var... | Get rid of unnecessary docblocks |
diff --git a/tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php b/tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php
index <HASH>..<HASH> 100644
--- a/tests/VerbalExpressions/PHPVerbalExpressions/VerbalExpressionsTest.php
+++ b/tests/VerbalExpressions/PHPVerbalExpressions/VerbalE... | adding in a quick change to verify that psr-2 violations trigger a failed travis build |
diff --git a/src/test/java/org/cactoos/map/MergedTest.java b/src/test/java/org/cactoos/map/MergedTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/cactoos/map/MergedTest.java
+++ b/src/test/java/org/cactoos/map/MergedTest.java
@@ -59,20 +59,6 @@ public final class MergedTest {
}
@Test
- publi... | (#<I>) Remove redundant test |
diff --git a/lib/rake/sprocketstask.rb b/lib/rake/sprocketstask.rb
index <HASH>..<HASH> 100644
--- a/lib/rake/sprocketstask.rb
+++ b/lib/rake/sprocketstask.rb
@@ -49,6 +49,9 @@ module Rake
#
attr_accessor :assets
+ # Number of old assets to keep.
+ attr_accessor :keep
+
# Logger to use during rak... | Add option for number of assets to keep
Fixes #<I> |
diff --git a/spring/src/test/java/org/jtransfo/spring/domain/BeanValidationConvertInterceptor.java b/spring/src/test/java/org/jtransfo/spring/domain/BeanValidationConvertInterceptor.java
index <HASH>..<HASH> 100644
--- a/spring/src/test/java/org/jtransfo/spring/domain/BeanValidationConvertInterceptor.java
+++ b/spring/... | #<I> and #<I> should validate result from chain, not original target |
diff --git a/provision/docker/image.go b/provision/docker/image.go
index <HASH>..<HASH> 100644
--- a/provision/docker/image.go
+++ b/provision/docker/image.go
@@ -50,7 +50,10 @@ func migrateImages() error {
if nodeErr, ok := err.(cluster.DockerNodeError); ok {
baseErr = nodeErr.BaseError()
}
- if err != nil ... | provision/docker: if image is not available we shouldnt try to push it |
diff --git a/server.js b/server.js
index <HASH>..<HASH> 100644
--- a/server.js
+++ b/server.js
@@ -964,7 +964,10 @@ cache(function(data, match, sendBadge) {
try {
var data = JSON.parse(buffer);
var version = data.version;
- var license = data.license;
+ var license;
+ if (typeof data.l... | CocoaPods license can be a hashtable.
Containing the `type` field for license information.
Fixes #<I>. |
diff --git a/lib/cloud_crowd/models/job.rb b/lib/cloud_crowd/models/job.rb
index <HASH>..<HASH> 100644
--- a/lib/cloud_crowd/models/job.rb
+++ b/lib/cloud_crowd/models/job.rb
@@ -100,7 +100,7 @@ module CloudCrowd
# This job is splittable if its Action has a +split+ method.
def splittable?
- self.ac... | Fixed split and merge method checking for <I> |
diff --git a/Bundle/WidgetMapBundle/Entity/WidgetMap.php b/Bundle/WidgetMapBundle/Entity/WidgetMap.php
index <HASH>..<HASH> 100644
--- a/Bundle/WidgetMapBundle/Entity/WidgetMap.php
+++ b/Bundle/WidgetMapBundle/Entity/WidgetMap.php
@@ -212,6 +212,7 @@ class WidgetMap
*/
public function setReplaced($replaced)
... | set substitute when set a parent to a widget |
diff --git a/salt/modules/iptables.py b/salt/modules/iptables.py
index <HASH>..<HASH> 100644
--- a/salt/modules/iptables.py
+++ b/salt/modules/iptables.py
@@ -466,15 +466,15 @@ def _has_check():
else:
return False
elif __grains__['os'] == 'Ubuntu':
- if __grains__['osrelease'] > 10.04:... | Fix up debian and ubuntu checks |
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb
index <HASH>..<HASH> 100644
--- a/chef-config/lib/chef-config/config.rb
+++ b/chef-config/lib/chef-config/config.rb
@@ -436,8 +436,6 @@ module ChefConfig
end
default :rest_timeout, 300
- default :yum_timeout, 900
-... | Remove unused yum_timeout and yum_lock_timeout configs
These haven't been used since we refactored the yum provider |
diff --git a/Flickr4Java/src/main/java/com/flickr4java/flickr/photos/PhotoUtils.java b/Flickr4Java/src/main/java/com/flickr4java/flickr/photos/PhotoUtils.java
index <HASH>..<HASH> 100644
--- a/Flickr4Java/src/main/java/com/flickr4java/flickr/photos/PhotoUtils.java
+++ b/Flickr4Java/src/main/java/com/flickr4java/flickr/... | Reinstated "views" element |
diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -28,6 +28,8 @@ Request.prototype.put = function(path, data, cb) {
Request.prototype.completeRequest = function(method, path, cb, data) {
+ logger.info('Requesting Data from: https://' + this.hostn... | Added debugging to show the location of the request |
diff --git a/merlin/interfaces.py b/merlin/interfaces.py
index <HASH>..<HASH> 100644
--- a/merlin/interfaces.py
+++ b/merlin/interfaces.py
@@ -30,7 +30,7 @@ class IValidator(Interface):
"""
A validator for a step in an exercise.
"""
- def validate(userStore, submission):
+ def validate(submission, ... | Flip order of userStore and submission in IValidator |
diff --git a/lib/findJsModulesFor.js b/lib/findJsModulesFor.js
index <HASH>..<HASH> 100644
--- a/lib/findJsModulesFor.js
+++ b/lib/findJsModulesFor.js
@@ -169,11 +169,11 @@ function findJsModulesFor(config, pathToCurrentFile, variableName) {
let matchedModules = [];
+ matchedModules.push(...findEnvironmentCoreM... | Find imports from local files last
This order now matches the order that imports will be grouped in, which
I think gives some nice symmetry. Since this list is sorted next anyway,
the order that we do this in shouldn't make any difference to the user. |
diff --git a/client/jetpack-connect/site-type.js b/client/jetpack-connect/site-type.js
index <HASH>..<HASH> 100644
--- a/client/jetpack-connect/site-type.js
+++ b/client/jetpack-connect/site-type.js
@@ -35,14 +35,12 @@ class JetpackSiteType extends Component {
<MainWrapper isWide>
<div className="jetpack-conne... | Improve the copy of the NUX header, in alignment with the wpcom one. (#<I>) |
diff --git a/delayed/delayed_test.go b/delayed/delayed_test.go
index <HASH>..<HASH> 100644
--- a/delayed/delayed_test.go
+++ b/delayed/delayed_test.go
@@ -27,5 +27,7 @@ func TestDelayed(t *testing.T) {
}
func TestDelayedAll(t *testing.T) {
- dstest.SubtestAll(t, New(datastore.NewMapDatastore(), delay.Fixed(time.Mil... | test: faster delaystore test
We don't _actually_ need to delay here. The basic subtests don't even
know that things should be delayed. |
diff --git a/test/tools/runner/index.js b/test/tools/runner/index.js
index <HASH>..<HASH> 100644
--- a/test/tools/runner/index.js
+++ b/test/tools/runner/index.js
@@ -98,3 +98,8 @@ after(() => mock.cleanup());
require('./plugins/deferred');
require('./plugins/session_leak_checker');
require('./plugins/client_leak_ch... | chore: add sinon-chai and mocha-chai for all tests |
diff --git a/lib/with_model/version.rb b/lib/with_model/version.rb
index <HASH>..<HASH> 100644
--- a/lib/with_model/version.rb
+++ b/lib/with_model/version.rb
@@ -1,3 +1,3 @@
module WithModel
- VERSION = "0.2.5"
+ VERSION = "0.2.6"
end | Bumps version to cut new version of gem. |
diff --git a/malaffinity/exceptions.py b/malaffinity/exceptions.py
index <HASH>..<HASH> 100644
--- a/malaffinity/exceptions.py
+++ b/malaffinity/exceptions.py
@@ -17,7 +17,7 @@ class MALAffinityException(Exception): # noqa: D204
class NoAffinityError(MALAffinityException): # noqa: D204, D205, D400
"""
Rais... | Correct incorrect information in `NoAffinityError` docstring
Incorrectly stated that the minimum number of shared, rated anime needed to calculate affinity was <I>, when it's actually <I> |
diff --git a/src/es/validation.php b/src/es/validation.php
index <HASH>..<HASH> 100644
--- a/src/es/validation.php
+++ b/src/es/validation.php
@@ -177,5 +177,6 @@ return [
'time' => 'hora',
'subject' => 'asunto',
'message' => 'mensaje',
+ 'p... | [es] - Add price translation to validation file. |
diff --git a/lib/cinchize.rb b/lib/cinchize.rb
index <HASH>..<HASH> 100644
--- a/lib/cinchize.rb
+++ b/lib/cinchize.rb
@@ -199,6 +199,8 @@ module Cinchize
pidfile = Daemons::PidFile.new dir, app_name
return false if pidfile.pid.nil?
return Process.kill(0, pidfile.pid) != 0
+ rescue Errno::ESRCH ... | rescues if there's no pid to query about status |
diff --git a/request/amplify.request.js b/request/amplify.request.js
index <HASH>..<HASH> 100644
--- a/request/amplify.request.js
+++ b/request/amplify.request.js
@@ -101,7 +101,7 @@ amplify.request.types.ajax = function( defnSettings ) {
});
}
- $.ajax({
+ $.ajax($.extend( {}, defnSettings, {
url: url,
... | Request: Pass all definition settings through to jQuery.ajax(). |
diff --git a/admin/lang.php b/admin/lang.php
index <HASH>..<HASH> 100644
--- a/admin/lang.php
+++ b/admin/lang.php
@@ -179,11 +179,14 @@
echo "<TABLE WIDTH=\"100%\" CELLPADDING=2 CELLSPACING=3 BORDER=0>";
foreach ($enstring as $key => $envalue) {
$envalue = nl2br(htmlentities(... | Make $a bold so it's easier to see |
diff --git a/tools/nni_cmd/launcher.py b/tools/nni_cmd/launcher.py
index <HASH>..<HASH> 100644
--- a/tools/nni_cmd/launcher.py
+++ b/tools/nni_cmd/launcher.py
@@ -287,7 +287,7 @@ def launch_experiment(args, experiment_config, mode, config_file_name, experimen
nni_config.set_config('restServerPid', rest_process.pid... | fix permision deny (#<I>) |
diff --git a/chartpress.py b/chartpress.py
index <HASH>..<HASH> 100755
--- a/chartpress.py
+++ b/chartpress.py
@@ -237,10 +237,6 @@ def build_images(prefix, images, tag=None, commit_range=None, push=False, chart_
if skip_build:
continue
- if tag is None and commit_range and not path_touch... | remove duplicate Skipping-build logic
caused by a merge |
diff --git a/app/Services/EmailService.php b/app/Services/EmailService.php
index <HASH>..<HASH> 100644
--- a/app/Services/EmailService.php
+++ b/app/Services/EmailService.php
@@ -120,7 +120,7 @@ class EmailService
*
* @return Swift_Transport
*/
- private function transport(): Swift_Transport
+ p... | #<I> - allow EmailService::transport() to be modified |
diff --git a/lib/row.js b/lib/row.js
index <HASH>..<HASH> 100644
--- a/lib/row.js
+++ b/lib/row.js
@@ -126,13 +126,12 @@ Row.prototype.nameSlice = function(start, end){
/**
* Slices out columns based ont their index
- * @param {Number} start The starting index for the columns slice
- * @param {Number} end The endi... | fixed the way row slices and put better docs |
diff --git a/ELiDE/layout.py b/ELiDE/layout.py
index <HASH>..<HASH> 100644
--- a/ELiDE/layout.py
+++ b/ELiDE/layout.py
@@ -207,7 +207,13 @@ class ELiDELayout(FloatLayout):
addclosefunc = BoxLayout(orientation='horizontal', size_hint_y=0.05)
addfuncbut = Button(text='New')
addclosefunc.add_wid... | make it possible to close the funcs editor |
diff --git a/jicimagelib/image.py b/jicimagelib/image.py
index <HASH>..<HASH> 100644
--- a/jicimagelib/image.py
+++ b/jicimagelib/image.py
@@ -217,10 +217,11 @@ class ImageProxy(object):
@property
def image(self):
"""Return image as numpy.ndarray."""
- tif = TIFF.open(self.fpath, 'r')
- ... | Refactored code so that ImageProxy.image is a jicimagelib.image.Image. |
diff --git a/genomepy/genome.py b/genomepy/genome.py
index <HASH>..<HASH> 100644
--- a/genomepy/genome.py
+++ b/genomepy/genome.py
@@ -281,14 +281,14 @@ class Genome(Fasta):
Ns as values
"""
if not self._gap_sizes:
- gap_file = self.filename + ".sizes"
+ gaps_file = ... | fix #<I> (#<I>) |
diff --git a/styx-scheduler-service/src/main/java/com/spotify/styx/flyte/FlyteAdminClientRunner.java b/styx-scheduler-service/src/main/java/com/spotify/styx/flyte/FlyteAdminClientRunner.java
index <HASH>..<HASH> 100644
--- a/styx-scheduler-service/src/main/java/com/spotify/styx/flyte/FlyteAdminClientRunner.java
+++ b/s... | Add TODO for exploring using filters
also increase the log level from warn to error |
diff --git a/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php b/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
+++ b/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
@@ -129,7 +129,7 @@ var refStyle = doc.createElem... | [VarDumper] fixed HtmlDumper to target specific the head tag |
diff --git a/thumbor/detectors/__init__.py b/thumbor/detectors/__init__.py
index <HASH>..<HASH> 100644
--- a/thumbor/detectors/__init__.py
+++ b/thumbor/detectors/__init__.py
@@ -48,10 +48,10 @@ class CascadeLoaderDetector(BaseDetector):
image,
self.__class__.cascade,
cv.CreateMem... | upz i used the names from <I> version, now its correct |
diff --git a/src/Storage/DatabaseEntriesRepository.php b/src/Storage/DatabaseEntriesRepository.php
index <HASH>..<HASH> 100644
--- a/src/Storage/DatabaseEntriesRepository.php
+++ b/src/Storage/DatabaseEntriesRepository.php
@@ -111,11 +111,15 @@ class DatabaseEntriesRepository implements Contract, ClearableRepository, P... | prevent heavy memory usage by saving query-log-entries in chunks into the db |
diff --git a/core/src/main/java/io/undertow/channels/FixedLengthStreamSinkChannel.java b/core/src/main/java/io/undertow/channels/FixedLengthStreamSinkChannel.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/channels/FixedLengthStreamSinkChannel.java
+++ b/core/src/main/java/io/undertow/channels/Fix... | Fix bug in FixedLengthStreamSinkChannel that was breaking persistent connections |
diff --git a/examples/text-classification/run_xnli.py b/examples/text-classification/run_xnli.py
index <HASH>..<HASH> 100755
--- a/examples/text-classification/run_xnli.py
+++ b/examples/text-classification/run_xnli.py
@@ -332,13 +332,15 @@ def main():
# Training
if training_args.do_train:
+ checkpoi... | model_path should be ignored as the checkpoint path (#<I>)
* model_path is refered as the path of the trainer, and should be ignored as the checkpoint path.
* Improved according to Sgugger's comment. |
diff --git a/anytemplate/tests/import_errors.py b/anytemplate/tests/import_errors.py
index <HASH>..<HASH> 100644
--- a/anytemplate/tests/import_errors.py
+++ b/anytemplate/tests/import_errors.py
@@ -17,4 +17,12 @@ class Test(unittest.TestCase):
self.assertFalse(cls in globals())
self.assertFalse(getat... | enhancement: add some more test cases to check import errors |
diff --git a/pymc3/distributions/transforms.py b/pymc3/distributions/transforms.py
index <HASH>..<HASH> 100644
--- a/pymc3/distributions/transforms.py
+++ b/pymc3/distributions/transforms.py
@@ -128,7 +128,7 @@ class SumTo1(Transform):
name = "sumto1"
def backward(self, y):
- return T.concatenate([y,... | BUG use ``sum`` from Theano in ``SumTo1`` |
diff --git a/src/bidmanager.js b/src/bidmanager.js
index <HASH>..<HASH> 100644
--- a/src/bidmanager.js
+++ b/src/bidmanager.js
@@ -277,8 +277,8 @@ exports.executeCallback = function (timedOut) {
processCallbacks([externalOneTimeCallback]);
}
finally {
- $$PREBID_GLOBAL$$.clearAuction();
ext... | delete the callback before calling clearAuction (#<I>)
fixes #<I> |
diff --git a/generated/google/apis/artifactregistry_v1beta1.rb b/generated/google/apis/artifactregistry_v1beta1.rb
index <HASH>..<HASH> 100644
--- a/generated/google/apis/artifactregistry_v1beta1.rb
+++ b/generated/google/apis/artifactregistry_v1beta1.rb
@@ -26,7 +26,7 @@ module Google
# @see https://cloud.google.... | Autogenerated update (<I>-<I>-<I>)
Update:
- artifactregistry_v1beta1
- bigquery_v2 |
diff --git a/lib/mshoplib/tests/MShop/Service/Provider/Decorator/CostsTest.php b/lib/mshoplib/tests/MShop/Service/Provider/Decorator/CostsTest.php
index <HASH>..<HASH> 100644
--- a/lib/mshoplib/tests/MShop/Service/Provider/Decorator/CostsTest.php
+++ b/lib/mshoplib/tests/MShop/Service/Provider/Decorator/CostsTest.php
@... | Removes unnecessary method in unit test class |
diff --git a/modules/instance-switcher.php b/modules/instance-switcher.php
index <HASH>..<HASH> 100644
--- a/modules/instance-switcher.php
+++ b/modules/instance-switcher.php
@@ -65,8 +65,8 @@ if ( ! class_exists('InstanceSwitcher') ) {
*/
public static function assets() {
if ( is_user_logged_in() || H... | Rename instance switcher asset handles
Only using 'seravo' as handle caused some problems
so they are now named properly. |
diff --git a/test/helpers/createPeers.js b/test/helpers/createPeers.js
index <HASH>..<HASH> 100644
--- a/test/helpers/createPeers.js
+++ b/test/helpers/createPeers.js
@@ -8,7 +8,7 @@ module.exports = function(count) {
function createPeer() {
var peer = new EventEmitter();
- peer.send = function(data) {
+ ... | Renamed send --> write |
diff --git a/src/qtism/data/storage/xml/XmlDocument.php b/src/qtism/data/storage/xml/XmlDocument.php
index <HASH>..<HASH> 100644
--- a/src/qtism/data/storage/xml/XmlDocument.php
+++ b/src/qtism/data/storage/xml/XmlDocument.php
@@ -213,7 +213,10 @@ class XmlDocument extends QtiDocument
}
}
... | added LIBXML_BIGLINES | LIBXML_PARSEHUGE to work with big files |
diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
index <HASH>..<HASH> 100644
--- a/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
@@ -1288,3 +1288,6 @@ def test_no_brokenpipeerror_message(pytester: Pytester) -> None:
ret = popen.wait()
assert popen.stderr.read() == b""
as... | testing: fix ResourceWarning in broken-pipe test |
diff --git a/vendor/plugins/refinery/lib/refinery/application_controller.rb b/vendor/plugins/refinery/lib/refinery/application_controller.rb
index <HASH>..<HASH> 100644
--- a/vendor/plugins/refinery/lib/refinery/application_controller.rb
+++ b/vendor/plugins/refinery/lib/refinery/application_controller.rb
@@ -98,8 +98,... | Add exceptions to the return to code. |
diff --git a/blueprints/ember-eureka/index.js b/blueprints/ember-eureka/index.js
index <HASH>..<HASH> 100644
--- a/blueprints/ember-eureka/index.js
+++ b/blueprints/ember-eureka/index.js
@@ -40,7 +40,7 @@ module.exports = {
// return this.addAddonsToProject({
// packages: [
- // {name: 'ember... | upgrade to ember-moment@<I> |
diff --git a/src/com/google/javascript/jscomp/Tracer.java b/src/com/google/javascript/jscomp/Tracer.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/Tracer.java
+++ b/src/com/google/javascript/jscomp/Tracer.java
@@ -967,7 +967,7 @@ final class Tracer {
/** Remove any ThreadTrace associated w... | Remove Tracer thread local storage when cleaning up.
fixes issue <I>
R=acleung,nicksantos
DELTA=1 (0 added, 0 deleted, 1 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> |
diff --git a/JJG/Ping.php b/JJG/Ping.php
index <HASH>..<HASH> 100644
--- a/JJG/Ping.php
+++ b/JJG/Ping.php
@@ -184,25 +184,22 @@ class Ping {
}
exec($exec_string, $output, $return);
- // Strip empty lines (make results more uniform across OS versions).
- $output = array_filter($output);
-
- //Reord... | PR #<I>: Code style and comment cleanup. |
diff --git a/host.go b/host.go
index <HASH>..<HASH> 100644
--- a/host.go
+++ b/host.go
@@ -403,7 +403,7 @@ func (h *Host) Create(name string) error {
func (h *Host) Provision() error {
// "local" providers use b2d; no provisioning necessary
switch h.Driver.DriverName() {
- case "none", "virtualbox", "vmwarefusion"... | Provision OpenStack instances with Docker
Since <I>f<I>, Machine doesn't check anymore if Docker is installed
in the created instances, which breaks the compatibility between
<I>-rc5 and <I> when using Machine with some cloud providers
like RunAbove.com. |
diff --git a/oscrypto/_tls.py b/oscrypto/_tls.py
index <HASH>..<HASH> 100644
--- a/oscrypto/_tls.py
+++ b/oscrypto/_tls.py
@@ -254,7 +254,7 @@ def _parse_tls_records(data):
data_len = len(data)
while pointer < data_len:
# Don't try to parse any more once the ChangeCipherSpec is found
- if data... | Fix detection of ChangeCipherSpec message during TLS record parsing |
diff --git a/src/Cartalyst/Sentry/Sentry.php b/src/Cartalyst/Sentry/Sentry.php
index <HASH>..<HASH> 100644
--- a/src/Cartalyst/Sentry/Sentry.php
+++ b/src/Cartalyst/Sentry/Sentry.php
@@ -354,10 +354,17 @@ class Sentry {
* Returns the current user being
* used by Sentry, if any.
*
+ * @param bool $check
*... | Allowing Sentry::getUser(true) to check for the user as well as being an accessor. |
diff --git a/trustmanager/X509FileStore.go b/trustmanager/X509FileStore.go
index <HASH>..<HASH> 100644
--- a/trustmanager/X509FileStore.go
+++ b/trustmanager/X509FileStore.go
@@ -58,12 +58,8 @@ func (s X509FileStore) AddCert(cert *x509.Certificate) error {
}
var filename string
- if cert.Subject.CommonName != "" ... | Changing the path certificates get stored in |
diff --git a/librosa/util/decorators.py b/librosa/util/decorators.py
index <HASH>..<HASH> 100644
--- a/librosa/util/decorators.py
+++ b/librosa/util/decorators.py
@@ -5,9 +5,8 @@
import warnings
from decorator import decorator
-from numba import jit as optional_jit
-__all__ = ['moved', 'deprecated', 'optional_jit... | removed optional_jit decorator, should have been purged in <I> (#<I>) |
diff --git a/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java b/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java
+++ b/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java
@@ -440,9 +440,11... | Applied patch from cdk<I>.x:
Fixed a NPE |
diff --git a/src/main/java/de/btobastian/javacord/entities/impl/ImplServer.java b/src/main/java/de/btobastian/javacord/entities/impl/ImplServer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/btobastian/javacord/entities/impl/ImplServer.java
+++ b/src/main/java/de/btobastian/javacord/entities/impl/ImplServer.ja... | Fix ImplServer#banUser(String, int)
Fixed an issue where banUser wasn't getting the guild id properly |
diff --git a/opc/__init__.py b/opc/__init__.py
index <HASH>..<HASH> 100644
--- a/opc/__init__.py
+++ b/opc/__init__.py
@@ -191,7 +191,9 @@ class OPCN2:
sleep(10e-3)
# read the histogram
- for i in range(62):
+ numBytes = 58 if self.firmware in [16, 17] else 62
+
+ for i ... | more bug fixes for firm <I> |
diff --git a/symphony/lib/toolkit/class.general.php b/symphony/lib/toolkit/class.general.php
index <HASH>..<HASH> 100755
--- a/symphony/lib/toolkit/class.general.php
+++ b/symphony/lib/toolkit/class.general.php
@@ -930,7 +930,7 @@
public function getMimeType($file) {
if (!empty($file)) {
// in PHP 5.3 we ca... | Use constant defined by Symphony for PHP version check |
diff --git a/app/Http/Controllers/Dashboard/MetricController.php b/app/Http/Controllers/Dashboard/MetricController.php
index <HASH>..<HASH> 100644
--- a/app/Http/Controllers/Dashboard/MetricController.php
+++ b/app/Http/Controllers/Dashboard/MetricController.php
@@ -79,7 +79,7 @@ class MetricController extends Controll... | Update MetricController.php
Fixed a wrong key identifier in createMetricAction method. |
diff --git a/js/opusFlux/opusFlux.js b/js/opusFlux/opusFlux.js
index <HASH>..<HASH> 100644
--- a/js/opusFlux/opusFlux.js
+++ b/js/opusFlux/opusFlux.js
@@ -69,7 +69,8 @@
var els = {};
if(($('.OpusFlux-Page').last().hasClass('is-active') && direction == 'forwards')
- || ($('.OpusFlux-Page').first().hasCl... | Limit number of pages turns at one time to 2 |
diff --git a/endpoints/register.js b/endpoints/register.js
index <HASH>..<HASH> 100644
--- a/endpoints/register.js
+++ b/endpoints/register.js
@@ -65,7 +65,7 @@ class Authentication extends Endpoint {
refresh_token: null,
last_ip: []
}
- this.db.collection('users').insertOne(user)
+ await t... | fix: Wait for actual user insertion before returning response |
diff --git a/jogger-core/src/main/java/org/jogger/test/MockRequest.java b/jogger-core/src/main/java/org/jogger/test/MockRequest.java
index <HASH>..<HASH> 100644
--- a/jogger-core/src/main/java/org/jogger/test/MockRequest.java
+++ b/jogger-core/src/main/java/org/jogger/test/MockRequest.java
@@ -183,11 +183,21 @@ public ... | Modify MockRequest to add capabilities for header modification |
diff --git a/test/test_query.rb b/test/test_query.rb
index <HASH>..<HASH> 100644
--- a/test/test_query.rb
+++ b/test/test_query.rb
@@ -2,7 +2,6 @@ require_relative 'helper'
# Test query DSL
class QueryTest < Minitest::Test
-
def setup
Bicho.client = nil
end | rubocop: Extra empty line detected at class body beginning |
diff --git a/src/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php
index <HASH>..<HASH> 100644
--- a/src/View/Helper/FormHelper.php
+++ b/src/View/Helper/FormHelper.php
@@ -217,10 +217,13 @@ class FormHelper extends Helper
$label = "";
if (!is_null($options['label'])) {
- if ($f... | Added error class to generated label also |
diff --git a/disque/disque.go b/disque/disque.go
index <HASH>..<HASH> 100644
--- a/disque/disque.go
+++ b/disque/disque.go
@@ -132,11 +132,11 @@ func (c *RedisClient) Add(r AddRequest) (string, error) {
}
if r.Retry > 0 {
- args = args.Add("DELAY", int64(r.Retry.Seconds()))
+ args = args.Add("RETRY", int64(r.Re... | fixed job add serialization to redis |
diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -46,7 +46,8 @@ def _all():
'waterfall': 'inasafe-test.localhost',
'spur': 'inasafe-test.localhost',
'maps.linfiniti.com': 'inasafe-test.linfiniti.com',
- 'linfiniti': 'inasafe-crisis.l... | Added shiva to hosts lists in fabfile |
diff --git a/test/grunt-karma-test.js b/test/grunt-karma-test.js
index <HASH>..<HASH> 100644
--- a/test/grunt-karma-test.js
+++ b/test/grunt-karma-test.js
@@ -2,12 +2,14 @@ describe('grunt-karma', function(){
describe('one', function(){
it('should be awesome', function(){
+ console.log('one');
exp... | test: add log for sake of checking grep |
diff --git a/src/lib/DictionaryType.php b/src/lib/DictionaryType.php
index <HASH>..<HASH> 100644
--- a/src/lib/DictionaryType.php
+++ b/src/lib/DictionaryType.php
@@ -22,7 +22,7 @@ class DictionaryType
return $severity === E_WARNING
? $message === 'Illegal offset type'
... | Suppress E_NOTICE error instead of E_STRICT for indexing by a resource
All of the E_STRICT notices have been reclassified to other levels since PHP <I>.
See <URL> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.