diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/dev/TestRunner.php b/dev/TestRunner.php
index <HASH>..<HASH> 100644
--- a/dev/TestRunner.php
+++ b/dev/TestRunner.php
@@ -37,25 +37,25 @@ class TestRunner extends Controller {
'module/$ModuleName' => 'module',
'all' => 'all',
'build' => 'build',
- '$TestCase' => 'only',
+ '$TestCase' => 'only'
... | BUGFIX Allowing actions related to coverage tests |
diff --git a/angr/analyses/vfg.py b/angr/analyses/vfg.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/vfg.py
+++ b/angr/analyses/vfg.py
@@ -1665,7 +1665,11 @@ class VFG(ForwardAnalysis, Analysis): # pylint:disable=abstract-method
# we are entering a new function. now it's time to figure out how to optim... | VFG: take care of missing functiosn in _merge_points() |
diff --git a/HydraServer/python/HydraServer/soap_server/hydra_complexmodels.py b/HydraServer/python/HydraServer/soap_server/hydra_complexmodels.py
index <HASH>..<HASH> 100644
--- a/HydraServer/python/HydraServer/soap_server/hydra_complexmodels.py
+++ b/HydraServer/python/HydraServer/soap_server/hydra_complexmodels.py
@... | #<I>: Include status in get_projects. |
diff --git a/ruby/server/lib/roma/event/handler.rb b/ruby/server/lib/roma/event/handler.rb
index <HASH>..<HASH> 100644
--- a/ruby/server/lib/roma/event/handler.rb
+++ b/ruby/server/lib/roma/event/handler.rb
@@ -88,6 +88,8 @@ module Roma
@connected = true
@last_access = Time.now
@fiber = Fiber... | added a rescue block in a post_init method |
diff --git a/devices/tuya.js b/devices/tuya.js
index <HASH>..<HASH> 100644
--- a/devices/tuya.js
+++ b/devices/tuya.js
@@ -20,7 +20,8 @@ module.exports = [
exposes: [e.temperature(), e.humidity(), e.battery()],
},
{
- fingerprint: [{modelID: 'TS0601', manufacturerName: '_TZE200_8ygsuhe1'}],
+ ... | Add _TZE<I>_yvx5lh6k to TS<I>_air_quality_sensor (#<I>) |
diff --git a/auto_ml/predictor.py b/auto_ml/predictor.py
index <HASH>..<HASH> 100644
--- a/auto_ml/predictor.py
+++ b/auto_ml/predictor.py
@@ -757,7 +757,7 @@ class Predictor(object):
if orig_row_count <= 10000:
num_rows_to_use = orig_row_count
- X, ignored_X, y, ignored_y = train_tes... | handles num_rows = <I>% for train_test_split |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ extras_require = {
],
'tests': tests_require,
'search': [
- 'invenio-search>=1.0.0a2',
+ 'invenio-search>=1.0.0a4',
'invenio-indexer>=1.0.0a1',
]
}
diff --git a/tests/... | tests: SEARCH_AUTOINDEX removal
* Removes obsolete configuration.
(see inveniosoftware/invenio-search@cc<I>a<I>) |
diff --git a/spyder/widgets/sourcecode/codeeditor.py b/spyder/widgets/sourcecode/codeeditor.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/sourcecode/codeeditor.py
+++ b/spyder/widgets/sourcecode/codeeditor.py
@@ -1988,7 +1988,8 @@ class CodeEditor(TextEditBaseWidget):
def uncomment(self):
"""Unc... | Fix incompatibility between block comments and line comments. |
diff --git a/lib/remi.rb b/lib/remi.rb
index <HASH>..<HASH> 100644
--- a/lib/remi.rb
+++ b/lib/remi.rb
@@ -1,5 +1,8 @@
$LOAD_PATH << File.dirname(__FILE__)
+require 'rubygems'
+require 'bundler/setup'
+
require 'remi/version'
require 'remi/log'
require 'remi/dataset' | Enable use of bundler gems |
diff --git a/lib/plugin.js b/lib/plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugin.js
+++ b/lib/plugin.js
@@ -687,7 +687,7 @@ exports.register = function (plugin, opts, next) {
// hapi wont find the local swig without this
plugin.expose(api);
plugin.route({ method: 'get', path: settings.relsPath, co... | don't use path for URL construction
path.join() uses \ instead of / and causes a hapi exception on windows |
diff --git a/rtv/content.py b/rtv/content.py
index <HASH>..<HASH> 100644
--- a/rtv/content.py
+++ b/rtv/content.py
@@ -374,7 +374,7 @@ class SubredditContent(Content):
def from_name(cls, reddit, name, loader, order=None, query=None,
listing='r', period=None):
- # Strip leading, trailing... | Apply time period only to appropriatly sorted multireddits |
diff --git a/pyradio/player.py b/pyradio/player.py
index <HASH>..<HASH> 100644
--- a/pyradio/player.py
+++ b/pyradio/player.py
@@ -279,7 +279,7 @@ class MpPlayer(Player):
if sys.platform.startswith('darwin'):
config_files.append("/usr/local/etc/mplayer/mplayer.conf")
elif sys.platform.startswith('win... | implementing volume save for linux, mac, windows (4)
forgot to define mplayer windows config... |
diff --git a/pyaavso/utils.py b/pyaavso/utils.py
index <HASH>..<HASH> 100644
--- a/pyaavso/utils.py
+++ b/pyaavso/utils.py
@@ -29,6 +29,7 @@ def download_observations(observer_code):
'obs_types': 'all',
'page': page_number,
})
+ logger.debug(response.request.url)
parse... | Log request URL in download_observations. |
diff --git a/pkg/k8s/utils/factory.go b/pkg/k8s/utils/factory.go
index <HASH>..<HASH> 100644
--- a/pkg/k8s/utils/factory.go
+++ b/pkg/k8s/utils/factory.go
@@ -58,25 +58,25 @@ type lister func(client interface{}) func() (versioned.Map, error)
// the HasSynced method with the help of our own ResourceEventHandler
// imp... | k8s/utils: make the ControllerSynced fields public |
diff --git a/src/Message/AIMResponse.php b/src/Message/AIMResponse.php
index <HASH>..<HASH> 100644
--- a/src/Message/AIMResponse.php
+++ b/src/Message/AIMResponse.php
@@ -46,7 +46,7 @@ class AIMResponse extends AbstractResponse
* A result of 0 is returned if there is no transaction response returned, e.g. a valid... | Issue #<I> switch the "0" result code to "3" (error). |
diff --git a/test/org/opencms/test/OpenCmsTestProperties.java b/test/org/opencms/test/OpenCmsTestProperties.java
index <HASH>..<HASH> 100644
--- a/test/org/opencms/test/OpenCmsTestProperties.java
+++ b/test/org/opencms/test/OpenCmsTestProperties.java
@@ -155,7 +155,6 @@ public final class OpenCmsTestProperties {
... | Fixed issue when test data was located in another Eclipse project. |
diff --git a/py3status/modules/pomodoro.py b/py3status/modules/pomodoro.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/pomodoro.py
+++ b/py3status/modules/pomodoro.py
@@ -107,7 +107,7 @@ class Py3status:
self.__setup('break')
self.run = False
- def setup_mmss_time(self, form=N... | Eliminate intrusive log messages from pomodoro
Py3status imports all methods of a module except those starting with an
underscore and special methods. It then call these methods with self,
i3s_output_list and i3s_config.
Because of these rules, py3status call setup_mmss_time and setup_bar
with too many arguments, cau... |
diff --git a/wandb/cli.py b/wandb/cli.py
index <HASH>..<HASH> 100644
--- a/wandb/cli.py
+++ b/wandb/cli.py
@@ -43,6 +43,11 @@ def display_error(func):
return wrapper
+def _require_init():
+ if __stage_dir__ is None:
+ print('Directory not initialized. Please run "wandb init" to get started.')
+ ... | Show error message if "wandb init" hasn't been run, for run. Fixes # <I>. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from setuptools import setup, find_packages, Extension
from setuptools.command.build_ext import build_ext
VERSION = "2.10.1"
-LIBUAST_VERSION = "v1.9.1"
+LIBUAST_VERSION = "v1.9.4"
SDK_VERSION = "v1.16.1"
... | Bump libuast dependency version |
diff --git a/stats_test.go b/stats_test.go
index <HASH>..<HASH> 100644
--- a/stats_test.go
+++ b/stats_test.go
@@ -687,7 +687,7 @@ func TestQuartile(t *testing.T) {
}
}
- _, err := Sum([]float64{})
+ _, err := Quartile([]float64{})
if err == nil {
t.Errorf("Should have returned an error")
} | Fix copy pasta mistake testing the wrong function |
diff --git a/glim/app.py b/glim/app.py
index <HASH>..<HASH> 100644
--- a/glim/app.py
+++ b/glim/app.py
@@ -1,5 +1,5 @@
# application initiation script
-import os
+import os, sys, traceback
from glim.core import Config as C, Database as D, Orm as O, App
from glim.facades import Config, Database, Orm, Session, Cookie
... | fix a bug that prevents dynamically loading facades |
diff --git a/couchdb_schematics/document.py b/couchdb_schematics/document.py
index <HASH>..<HASH> 100644
--- a/couchdb_schematics/document.py
+++ b/couchdb_schematics/document.py
@@ -21,7 +21,8 @@ class SchematicsDocument(Model):
_rev = StringType()
doc_type = StringType()
- def __init__(self, id=None, *... | removed id as an optional initialization argument |
diff --git a/tests/testing.py b/tests/testing.py
index <HASH>..<HASH> 100644
--- a/tests/testing.py
+++ b/tests/testing.py
@@ -13,10 +13,20 @@ def setup_django():
'django.contrib.auth',
'django.contrib.contenttypes',
'django_ftpserver',
- )
+ ),
+... | modify testing utility for Django <I> |
diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py
index <HASH>..<HASH> 100644
--- a/aiohttp/__init__.py
+++ b/aiohttp/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "3.8.0a4"
+__version__ = "3.8.0a5"
from typing import Tuple | Bump to <I>a5 |
diff --git a/src/ROH/Util/Thing.php b/src/ROH/Util/Thing.php
index <HASH>..<HASH> 100644
--- a/src/ROH/Util/Thing.php
+++ b/src/ROH/Util/Thing.php
@@ -8,7 +8,7 @@ class Thing extends Collection
public function __construct($attributes)
{
- if (is_callable($attributes)) {
+ if (is_callable($attr... | FIXED bug when create new collection with non-array param |
diff --git a/nodeconductor/iaas/migrations/0038_securitygroup_state.py b/nodeconductor/iaas/migrations/0038_securitygroup_state.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/iaas/migrations/0038_securitygroup_state.py
+++ b/nodeconductor/iaas/migrations/0038_securitygroup_state.py
@@ -5,6 +5,11 @@ from django.db i... | Mark all exist security groups as synced
- itacloud-<I> |
diff --git a/src/ImageHotspotBundle/mappers/TPkgImageHotspotMapper.class.php b/src/ImageHotspotBundle/mappers/TPkgImageHotspotMapper.class.php
index <HASH>..<HASH> 100644
--- a/src/ImageHotspotBundle/mappers/TPkgImageHotspotMapper.class.php
+++ b/src/ImageHotspotBundle/mappers/TPkgImageHotspotMapper.class.php
@@ -76,7 ... | ref #<I>: don't auto select image preset for image hotspot background image |
diff --git a/runtimes/azure-client-runtime/src/main/java/com/microsoft/azure/PagedList.java b/runtimes/azure-client-runtime/src/main/java/com/microsoft/azure/PagedList.java
index <HASH>..<HASH> 100644
--- a/runtimes/azure-client-runtime/src/main/java/com/microsoft/azure/PagedList.java
+++ b/runtimes/azure-client-runtim... | Fixing UnsupportedOperation exception in PagedList |
diff --git a/openxc-it/src/main/java/com/openxc/VehicleServiceTest.java b/openxc-it/src/main/java/com/openxc/VehicleServiceTest.java
index <HASH>..<HASH> 100644
--- a/openxc-it/src/main/java/com/openxc/VehicleServiceTest.java
+++ b/openxc-it/src/main/java/com/openxc/VehicleServiceTest.java
@@ -2,11 +2,18 @@ package com... | Test that the VehicleService can be started and bound. |
diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/__init__.py
+++ b/lib/svtplay_dl/__init__.py
@@ -66,10 +66,14 @@ def get_media(url, options):
title_tag = re.sub(r'&[^\s]*;', '', match.group(1))
if is_py3:
ti... | get_media: output to dir and get automagic name again.
removed it in f<I>d<I>d. but this one is better |
diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,7 +1,7 @@
Trestle::Engine.routes.draw do
- root to: "trestle/dashboard#index"
-
Trestle.admins.each do |name, admin|
instance_eval(&admin.routes)
end
+
+ root to: "trestle/das... | Set dashboard route to lower priority than admins |
diff --git a/safe/impact_functions/earthquake/itb_earthquake_fatality_model/test/test_itb_earthquake_fatality_model.py b/safe/impact_functions/earthquake/itb_earthquake_fatality_model/test/test_itb_earthquake_fatality_model.py
index <HASH>..<HASH> 100644
--- a/safe/impact_functions/earthquake/itb_earthquake_fatality_mo... | re fix test code to reflect the change in the zero fatality |
diff --git a/test/object-test.js b/test/object-test.js
index <HASH>..<HASH> 100755
--- a/test/object-test.js
+++ b/test/object-test.js
@@ -522,6 +522,13 @@ describe("bindable object", function() {
});
+ it("cannot reference a property on the bindable object if the context isn't the bindable property", function(... | change @data to @__context - needs to be super private |
diff --git a/lib/sidekiq-status/client_middleware.rb b/lib/sidekiq-status/client_middleware.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq-status/client_middleware.rb
+++ b/lib/sidekiq-status/client_middleware.rb
@@ -21,7 +21,7 @@ module Sidekiq::Status
jid: msg['jid'],
status: :queued,
wor... | ClientMiddleware updates
- Worker arguments converted to JSON before saving
into redis status hash to aviod Redis::CommandError |
diff --git a/src/Database/Schema/Builder.php b/src/Database/Schema/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Database/Schema/Builder.php
+++ b/src/Database/Schema/Builder.php
@@ -306,7 +306,7 @@ class Builder
// keep lock_attributes state
$lock_attributes = (isset($collection_config['lock_attr... | fix nested ternary syntax. |
diff --git a/tools/c7n_gcp/c7n_gcp/handler.py b/tools/c7n_gcp/c7n_gcp/handler.py
index <HASH>..<HASH> 100644
--- a/tools/c7n_gcp/c7n_gcp/handler.py
+++ b/tools/c7n_gcp/c7n_gcp/handler.py
@@ -18,8 +18,7 @@ import os
import uuid
from c7n.config import Config
-from c7n.policy import PolicyCollection
-
+from c7n.loader... | gcp - functions use loader for initializing policy (#<I>) |
diff --git a/lib/hocon/impl/simple_config_origin.rb b/lib/hocon/impl/simple_config_origin.rb
index <HASH>..<HASH> 100644
--- a/lib/hocon/impl/simple_config_origin.rb
+++ b/lib/hocon/impl/simple_config_origin.rb
@@ -327,7 +327,7 @@ class Hocon::Impl::SimpleConfigOrigin
def self.merge_value_origins(stack)
# stack... | (maint) fix bad reference to self.class |
diff --git a/numina/array/display/polfit_residuals.py b/numina/array/display/polfit_residuals.py
index <HASH>..<HASH> 100644
--- a/numina/array/display/polfit_residuals.py
+++ b/numina/array/display/polfit_residuals.py
@@ -265,21 +265,12 @@ def polfit_residuals(
marker='x', s=srejected, color=cr... | Leave legend in plots to float around. |
diff --git a/Call/HttpGetHtml.php b/Call/HttpGetHtml.php
index <HASH>..<HASH> 100644
--- a/Call/HttpGetHtml.php
+++ b/Call/HttpGetHtml.php
@@ -54,6 +54,7 @@ class HttpGetHtml extends CurlCall implements ApiCallInterface
}
$curl->setopt(CURLOPT_URL, $url);
$curl->setopt(CURLOPT_COOKIE, $this->... | HttpGetHtml was not defaulting back to GET but rather staying with POST if the previous curl call was a POST. |
diff --git a/src/Backend/DrupalSubscriptionCursor.php b/src/Backend/DrupalSubscriptionCursor.php
index <HASH>..<HASH> 100644
--- a/src/Backend/DrupalSubscriptionCursor.php
+++ b/src/Backend/DrupalSubscriptionCursor.php
@@ -92,9 +92,6 @@ class DrupalSubscriptionCursor extends AbstractDrupalCursor
... | removed dead code, and potential php warning |
diff --git a/envy/application.py b/envy/application.py
index <HASH>..<HASH> 100644
--- a/envy/application.py
+++ b/envy/application.py
@@ -110,7 +110,9 @@ def clean(args):
for package in os.listdir(get_envy_base() + "/{}".format(get_active_venv())):
restore_environment(package)
else:
- ... | Fix #<I> - correctly pass package arg to restore_environment |
diff --git a/enoslib/infra/enos_chameleonkvm/schema.py b/enoslib/infra/enos_chameleonkvm/schema.py
index <HASH>..<HASH> 100644
--- a/enoslib/infra/enos_chameleonkvm/schema.py
+++ b/enoslib/infra/enos_chameleonkvm/schema.py
@@ -15,7 +15,7 @@ SCHEMA = {
"subnet": {"$ref": "#/os_subnet"},
"prefix": {"typ... | Relax a bit the schema of Chameleon
It's shared between chameleonkvm (ckvm) and chameleonbaremetal (cbm). cbm needs
some more keys in comparison to ckvm. Logically speaking cbm inheritate from
ckvm and instead of duplicating the whole schema, we choose to relax a bit so
that this inheritance can occur also at the sche... |
diff --git a/src/Mongolid/ActiveRecord.php b/src/Mongolid/ActiveRecord.php
index <HASH>..<HASH> 100644
--- a/src/Mongolid/ActiveRecord.php
+++ b/src/Mongolid/ActiveRecord.php
@@ -228,4 +228,14 @@ abstract class ActiveRecord
return $this->getDataMapper()->$action($this);
}
+
+ /**
+ * Getter for t... | Added getter for $collection attribute |
diff --git a/anyconfig/schema.py b/anyconfig/schema.py
index <HASH>..<HASH> 100644
--- a/anyconfig/schema.py
+++ b/anyconfig/schema.py
@@ -132,8 +132,7 @@ def gen_schema(node, **options):
:return: A dict represents JSON schema of this node
"""
- typemap = options["ac_schema_typemap"] \
- if "ac_sc... | refactor: simplify a conditional branch statement in .schema.gen_schema |
diff --git a/pysparkling/sql/expressions/aggregate/stat_aggregations.py b/pysparkling/sql/expressions/aggregate/stat_aggregations.py
index <HASH>..<HASH> 100644
--- a/pysparkling/sql/expressions/aggregate/stat_aggregations.py
+++ b/pysparkling/sql/expressions/aggregate/stat_aggregations.py
@@ -107,3 +107,11 @@ class St... | Implement Skewness aggregation |
diff --git a/input/utils/fieldset-item.js b/input/utils/fieldset-item.js
index <HASH>..<HASH> 100644
--- a/input/utils/fieldset-item.js
+++ b/input/utils/fieldset-item.js
@@ -53,7 +53,7 @@ module.exports = FieldsetItem = function (document, relation/*, options*/) {
this.dom.classList.add('dbjs');
this.domLabel.se... | Set id on either control or container |
diff --git a/tag/tag.js b/tag/tag.js
index <HASH>..<HASH> 100644
--- a/tag/tag.js
+++ b/tag/tag.js
@@ -72,8 +72,7 @@ export const TagNormalBody = props => (
[getClickableContentWrapperTypeClassName({
type: props.type,
isRemovable: Boolean(props.onRemove),
- })]:
- Boolean(... | chore: apply prettier to js |
diff --git a/src/Label.php b/src/Label.php
index <HASH>..<HASH> 100644
--- a/src/Label.php
+++ b/src/Label.php
@@ -9,24 +9,9 @@ use CultuurNet\Entry\Keyword;
class Label extends Keyword
{
- /**
- * @var bool
- */
- protected $visible;
-
- /**
- * @return boolean
- */
- public function is... | III-<I>: Adapt Label to the changes to Keyword |
diff --git a/src/main/java/com/cloudesire/tisana4j/RestClient.java b/src/main/java/com/cloudesire/tisana4j/RestClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/cloudesire/tisana4j/RestClient.java
+++ b/src/main/java/com/cloudesire/tisana4j/RestClient.java
@@ -996,6 +996,13 @@ public class RestClient impl... | Reintroduce getObjectMapper as a deprecated method |
diff --git a/stremio-addon/addon.js b/stremio-addon/addon.js
index <HASH>..<HASH> 100644
--- a/stremio-addon/addon.js
+++ b/stremio-addon/addon.js
@@ -107,9 +107,9 @@ var service = new Stremio.Server({
},
"stats.get": function(args, callback, user) { // TODO
var c = Object.keys(db.indexes.seeders).le... | stats must be wrapped in stats.get |
diff --git a/Tests/ApplicationTest.php b/Tests/ApplicationTest.php
index <HASH>..<HASH> 100644
--- a/Tests/ApplicationTest.php
+++ b/Tests/ApplicationTest.php
@@ -66,6 +66,9 @@ class ApplicationTest extends Base
}
}
+ /**
+ * @psalm-suppress AbstractInstantiation
+ */
final public function... | suppressing abstract instantiation, as psalm does not presently pick up on the reflection |
diff --git a/tests/unit/components/sl-radio-group-test.js b/tests/unit/components/sl-radio-group-test.js
index <HASH>..<HASH> 100644
--- a/tests/unit/components/sl-radio-group-test.js
+++ b/tests/unit/components/sl-radio-group-test.js
@@ -28,8 +28,8 @@ test( 'Event handlers are registered and unregistered', function( a... | Changed order of looping arrays closes#<I> |
diff --git a/oled/device.py b/oled/device.py
index <HASH>..<HASH> 100644
--- a/oled/device.py
+++ b/oled/device.py
@@ -342,7 +342,6 @@ class pygame(device, mixin.noop, mixin.capabilities):
"""
Takes an image and renders it to a pygame display surface.
"""
- assert(image.mode == self.mo... | Don't enforce the mode - it will be converted to RGB anyway |
diff --git a/examples/debiangraph.py b/examples/debiangraph.py
index <HASH>..<HASH> 100644
--- a/examples/debiangraph.py
+++ b/examples/debiangraph.py
@@ -29,7 +29,7 @@ from pyArango.graph import *
from pyArango.theExceptions import *
# Configure your ArangoDB server connection here
-conn = Connection(arangoURL="ht... | make username/passvoid better findeable ;-) |
diff --git a/searx/utils.py b/searx/utils.py
index <HASH>..<HASH> 100644
--- a/searx/utils.py
+++ b/searx/utils.py
@@ -206,7 +206,13 @@ def format_date_by_locale(date, locale_string):
if locale_string == 'all':
locale_string = settings['ui']['default_locale'] or 'en_US'
- return format_date(date, loc... | [fix] exception if locale doesn't have a date format
occitan, for example |
diff --git a/lib/eye/patch.rb b/lib/eye/patch.rb
index <HASH>..<HASH> 100644
--- a/lib/eye/patch.rb
+++ b/lib/eye/patch.rb
@@ -8,7 +8,7 @@ rescue LoadError
end
begin
- require "eye/notify/aws_sdk"
+ require "eye/notify/awssdk"
rescue LoadError
# Don't worry about loading the aws_sdk notifier when
# `aws-sd... | properly reference the awssdk.rb file |
diff --git a/hypertools/datageometry.py b/hypertools/datageometry.py
index <HASH>..<HASH> 100644
--- a/hypertools/datageometry.py
+++ b/hypertools/datageometry.py
@@ -214,16 +214,16 @@ class DataGeometry(object):
# put geo vars into a dict
geo = {
- 'data' : data,
- 'xform_data... | don't wrap lists in numpy arrays (less efficient with pickle |
diff --git a/lib/rjr/node.rb b/lib/rjr/node.rb
index <HASH>..<HASH> 100644
--- a/lib/rjr/node.rb
+++ b/lib/rjr/node.rb
@@ -138,7 +138,7 @@ class Node
#
# @return self
def halt
- em.stop_event_loop
+ em.halt
tp.stop
self
end
diff --git a/lib/rjr/util/em_adapter.rb b/lib/rjr/util/em_adapter.rb... | Correctly call stop_event_loop during halt operation |
diff --git a/py3status/modules/taskwarrior.py b/py3status/modules/taskwarrior.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/taskwarrior.py
+++ b/py3status/modules/taskwarrior.py
@@ -13,7 +13,7 @@ Format placeholders:
Requires
task: https://taskwarrior.org/download/
-@author James Smith http://jazmit.gi... | taskwarrior: replace http with secure https |
diff --git a/test/autofit/test_non_linear.py b/test/autofit/test_non_linear.py
index <HASH>..<HASH> 100644
--- a/test/autofit/test_non_linear.py
+++ b/test/autofit/test_non_linear.py
@@ -1,6 +1,7 @@
import os
import shutil
from functools import wraps
+import itertools
import pytest
from autolens import conf
@@ -... | resetting _id/component number for testing |
diff --git a/lib/term.js b/lib/term.js
index <HASH>..<HASH> 100644
--- a/lib/term.js
+++ b/lib/term.js
@@ -1449,7 +1449,7 @@ Term.prototype.object = function() {
term._query.push(termTypes.OBJECT)
var args = [];
for(var i=0; i<_args.length; i++) {
- args.push(new Term(this._r).expr(_args[i])._wrap... | r.object shouldn't wrap for implicit terms. Fix #<I> |
diff --git a/rdfunit-validate/src/test/java/org/aksw/rdfunit/validate/integration/PatternsGeneratorsIntegrationTest.java b/rdfunit-validate/src/test/java/org/aksw/rdfunit/validate/integration/PatternsGeneratorsIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/rdfunit-validate/src/test/java/org/aksw/rdfunit/validat... | check for test cases that returned an Error |
diff --git a/montblanc/tests/test_meq_tf.py b/montblanc/tests/test_meq_tf.py
index <HASH>..<HASH> 100644
--- a/montblanc/tests/test_meq_tf.py
+++ b/montblanc/tests/test_meq_tf.py
@@ -116,7 +116,7 @@ def get_point_sources(nsrc):
Q[:] = rf(size=Q.shape)*0.1
U[:] = rf(size=U.shape)*0.1
V[:] = rf(size=V.shap... | Make radiation non-coherent
to make the test case more representative |
diff --git a/mocket/mocket.py b/mocket/mocket.py
index <HASH>..<HASH> 100644
--- a/mocket/mocket.py
+++ b/mocket/mocket.py
@@ -94,7 +94,6 @@ class FakeSSLContext(SuperFakeSSLContext):
return sock
def wrap_bio(self, incoming, outcoming, *args, **kwargs):
- # FIXME: fake SSLObject implementation
... | Removing old FIXME. |
diff --git a/pulsarpy/submit_to_dcc.py b/pulsarpy/submit_to_dcc.py
index <HASH>..<HASH> 100644
--- a/pulsarpy/submit_to_dcc.py
+++ b/pulsarpy/submit_to_dcc.py
@@ -387,6 +387,17 @@ class Submit():
payload["size_range"] = rec.size_range
payload["strand_specificity"] = rec.strand_specific
payloa... | Started method to post single_cell_sortings |
diff --git a/lib/sprockets/sass_template.rb b/lib/sprockets/sass_template.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/sass_template.rb
+++ b/lib/sprockets/sass_template.rb
@@ -27,7 +27,7 @@ module Sprockets
cache_store: SassCacheStore.new(input[:cache]),
load_paths: input[:environment].paths,
... | Initialize fresh context for sass template |
diff --git a/lib/socket.js b/lib/socket.js
index <HASH>..<HASH> 100644
--- a/lib/socket.js
+++ b/lib/socket.js
@@ -586,12 +586,22 @@ Socket.prototype.close = function () {
close();
}
+ function waitForUpgrade() {
+ // wait for upgrade to finish since we can't send packets while pausing a transport... | Fixed transport close deferring logic.
Transport can still be upgrading after deferring until the drain event. |
diff --git a/shared/api/url.go b/shared/api/url.go
index <HASH>..<HASH> 100644
--- a/shared/api/url.go
+++ b/shared/api/url.go
@@ -57,7 +57,7 @@ func (u *URL) Project(projectName string) *URL {
// Target sets the "target" query parameter in the URL if the clusterMemberName is not empty or "default".
func (u *URL) T... | shared/api/url: Don't allow 'none' as target |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,8 @@ with readme_file:
with changes_file:
long_description = readme_file.read() + '\n' + changes_file.read()
-package_data = {'setuptools': ['site-patch.py']}
+package_data = {
+ 'setuptools'... | Include the script template files - fixes #<I>
The rename of the script template files to be .tmpl put them
into the realm of package data, rather than python files that
would be bundled automatically. Include them specifically in
package data so that they'll actually be installed. |
diff --git a/src/transformers/models/auto/tokenization_auto.py b/src/transformers/models/auto/tokenization_auto.py
index <HASH>..<HASH> 100644
--- a/src/transformers/models/auto/tokenization_auto.py
+++ b/src/transformers/models/auto/tokenization_auto.py
@@ -369,7 +369,13 @@ class AutoTokenizer:
if tokeniz... | Better warning when loading a tokenizer with AutoTokenizer w/o SnetencePiece (#<I>) |
diff --git a/src/Middleware/EmbeddedMiddleware.php b/src/Middleware/EmbeddedMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Middleware/EmbeddedMiddleware.php
+++ b/src/Middleware/EmbeddedMiddleware.php
@@ -60,7 +60,12 @@ class EmbeddedMiddleware extends AbstractMiddleware
public function getCallable()
... | Inject application in invokables embedded in EmbeddedMiddleware |
diff --git a/flubber/loop.py b/flubber/loop.py
index <HASH>..<HASH> 100644
--- a/flubber/loop.py
+++ b/flubber/loop.py
@@ -36,6 +36,7 @@ def get_loop():
class Handler(object):
+ __slots__ = ('_callback', '_args', '_kwargs', '_cancelled')
def __init__(self, callback, args=(), kwargs={}):
self._ca... | Added __slots__ to Handler and Timer objects |
diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanSpellerRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/German... | [de] exceptions are case-sensitive now, as "Kolier" otherwise hides the suggestions for misspelled "protokolieren", being a substring of it (#<I>) |
diff --git a/src/phenomic-loader/minify.js b/src/phenomic-loader/minify.js
index <HASH>..<HASH> 100644
--- a/src/phenomic-loader/minify.js
+++ b/src/phenomic-loader/minify.js
@@ -4,7 +4,7 @@ export default (
): PhenomicCollection => {
if (!Array.isArray(collection)) {
throw new Error(
- `minify except a v... | Fix typo error in phenomic/loader/minify.js (#<I>) |
diff --git a/lib/pdk/module/update_manager.rb b/lib/pdk/module/update_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/pdk/module/update_manager.rb
+++ b/lib/pdk/module/update_manager.rb
@@ -86,13 +86,13 @@ module PDK
files_to_write = @added_files
files_to_write += @modified_files.reject { |file| @dif... | Delete files before writing into them
If a template rolls out one of the files we would delete in the regular
course of action, it should be there after the conversion. |
diff --git a/registry/response/terraform_provider.go b/registry/response/terraform_provider.go
index <HASH>..<HASH> 100644
--- a/registry/response/terraform_provider.go
+++ b/registry/response/terraform_provider.go
@@ -45,13 +45,14 @@ type TerraformProviderPlatform struct {
// structure for a provider platform with al... | registry/response: Add protocols to DL resp |
diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -490,7 +490,7 @@ MatrixClient.prototype.rehydrateDevice = async function() {
},
);
} catch (e) {
- logger.info("could not get dehydrated device", e);
+ logger.info("... | Omit stack trace if rehydration fails |
diff --git a/test/dnsimple.spec.js b/test/dnsimple.spec.js
index <HASH>..<HASH> 100644
--- a/test/dnsimple.spec.js
+++ b/test/dnsimple.spec.js
@@ -18,12 +18,12 @@ describe('dnsimple module', function() {
describe('#setUserAgent', function() {
it('respects the default User-Agent', function() {
- expect(dn... | Update User-Agent version in tests |
diff --git a/tests/test_decode.py b/tests/test_decode.py
index <HASH>..<HASH> 100644
--- a/tests/test_decode.py
+++ b/tests/test_decode.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from bencoder import bdecode
+from bencoder import bdecode, bdecode2
import os
import sys
@@ -10,6 +10,12 @@ TORRENT_PATH = os.path.j... | Add test for bdecode2 |
diff --git a/src/sap.m/src/sap/m/OverflowToolbarAssociativePopover.js b/src/sap.m/src/sap/m/OverflowToolbarAssociativePopover.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/OverflowToolbarAssociativePopover.js
+++ b/src/sap.m/src/sap/m/OverflowToolbarAssociativePopover.js
@@ -186,6 +186,7 @@ sap.ui.define(['.... | [INTERNAL] Changes in the popover computation lead to exposing this issue.
- The oPosParams are not returned in some case which looks like a miss and leads to error now.
Change-Id: I<I>b<I>f<I>d<I>b4c<I>ca8d<I>cec0a9f<I>ac6 |
diff --git a/src/toil/test/sort/sortTest.py b/src/toil/test/sort/sortTest.py
index <HASH>..<HASH> 100755
--- a/src/toil/test/sort/sortTest.py
+++ b/src/toil/test/sort/sortTest.py
@@ -73,9 +73,9 @@ class SortTest(ToilTest, MesosTestSupport, ParasolTestSupport):
self.inputFile = os.path.join(self.tempDir, "fileT... | tearDown after removing the folder. |
diff --git a/src/Object/Klip/Klip.php b/src/Object/Klip/Klip.php
index <HASH>..<HASH> 100644
--- a/src/Object/Klip/Klip.php
+++ b/src/Object/Klip/Klip.php
@@ -21,6 +21,20 @@ class Klip extends BaseApiResource
'id', 'company', 'date_created', 'last_updated', 'created_by', 'share_rights'
];
+
+ /**
+ ... | S<I> Auto resolve KlipSchema to Klips |
diff --git a/revel.go b/revel.go
index <HASH>..<HASH> 100644
--- a/revel.go
+++ b/revel.go
@@ -227,6 +227,17 @@ func getLogger(name string) *log.Logger {
output = os.DevNull
}
+ logPath := filepath.Dir(output)
+ if _, err := os.Stat(logPath); err != nil {
+ if os.IsNotExist(err) {
+ if err := os.MkdirAl... | create the log directory if it does not already exist |
diff --git a/jquery-loadTemplate/jquery.loadTemplate-1.2.0.js b/jquery-loadTemplate/jquery.loadTemplate-1.2.0.js
index <HASH>..<HASH> 100644
--- a/jquery-loadTemplate/jquery.loadTemplate-1.2.0.js
+++ b/jquery-loadTemplate/jquery.loadTemplate-1.2.0.js
@@ -361,7 +361,7 @@
formatter = $elem.attr("data-format"... | Pass element to formatter function
let others control elements as well as values associated with template
formatters by passing element as this to to the formatter function |
diff --git a/lib/datalib.php b/lib/datalib.php
index <HASH>..<HASH> 100644
--- a/lib/datalib.php
+++ b/lib/datalib.php
@@ -717,7 +717,7 @@ function get_courses_search($searchterms, $sort='fullname ASC', $page=0, $record
$params = array();
$i = 0;
- $concat = $DB->sql_concat("COALESCE(c.summary, ". $D... | MDL-<I> course search - emergency regression fix |
diff --git a/driver/src/main/java/org/neo4j/driver/internal/connector/socket/SocketClient.java b/driver/src/main/java/org/neo4j/driver/internal/connector/socket/SocketClient.java
index <HASH>..<HASH> 100644
--- a/driver/src/main/java/org/neo4j/driver/internal/connector/socket/SocketClient.java
+++ b/driver/src/main/jav... | Mute IOE in socket.close caused by server get killed |
diff --git a/src/FeedIo/Rule/DateTimeBuilder.php b/src/FeedIo/Rule/DateTimeBuilder.php
index <HASH>..<HASH> 100644
--- a/src/FeedIo/Rule/DateTimeBuilder.php
+++ b/src/FeedIo/Rule/DateTimeBuilder.php
@@ -150,7 +150,7 @@ class DateTimeBuilder
if (false === strtotime($string)) {
throw new \InvalidArg... | Sometimes we need to set the timezone for non-standards date |
diff --git a/lib/byebug.rb b/lib/byebug.rb
index <HASH>..<HASH> 100644
--- a/lib/byebug.rb
+++ b/lib/byebug.rb
@@ -102,11 +102,7 @@ module Byebug
Byebug.const_set('INITIAL_DIR', Dir.pwd) unless defined? Byebug::INITIAL_DIR
end
Byebug.tracing = options[:tracing] unless options[:tracing].nil?
- ... | Same behaviour is implemented in _start |
diff --git a/lib/uirusu/vturl.rb b/lib/uirusu/vturl.rb
index <HASH>..<HASH> 100644
--- a/lib/uirusu/vturl.rb
+++ b/lib/uirusu/vturl.rb
@@ -38,9 +38,10 @@ module Uirusu
params = {
apikey: api_key,
- resource: resource
+ url: resource
}
- Uirusu.query_api SCAN_URL, params
+
+ Uirusu.query_api SCA... | Fixed URL api
It had the wrong parameter and wasn’t a post |
diff --git a/lib/ui/labels/tests/removable-label-spec.js b/lib/ui/labels/tests/removable-label-spec.js
index <HASH>..<HASH> 100644
--- a/lib/ui/labels/tests/removable-label-spec.js
+++ b/lib/ui/labels/tests/removable-label-spec.js
@@ -9,7 +9,7 @@ describe('avRemovableLabel', function() {
});
beforeEach(inject(f... | fix label test
* broke on refactor |
diff --git a/lib/CancellationToken.php b/lib/CancellationToken.php
index <HASH>..<HASH> 100644
--- a/lib/CancellationToken.php
+++ b/lib/CancellationToken.php
@@ -42,6 +42,8 @@ interface CancellationToken
* Throws the `CancelledException` if cancellation has been requested, otherwise does nothing.
*
*... | Annotate that throwIfRequested might throw CancelledException |
diff --git a/lib/migration_runner.rb b/lib/migration_runner.rb
index <HASH>..<HASH> 100644
--- a/lib/migration_runner.rb
+++ b/lib/migration_runner.rb
@@ -54,7 +54,7 @@ module DataMapper
if level.nil?
migration.perform_up()
else
- migration.perform_up() if migration.position <= lev... | Make sure our level is an integer. |
diff --git a/telebot/apihelper.py b/telebot/apihelper.py
index <HASH>..<HASH> 100644
--- a/telebot/apihelper.py
+++ b/telebot/apihelper.py
@@ -1,6 +1,10 @@
# -*- coding: utf-8 -*-
import requests
+try:
+ from requests.packages.urllib3 import fields
+except ImportError:
+ fields = None
import telebot
from te... | Non-ASCII chars for filename. Telegram doesn't accept rfc<I> styled filename. Using utf-8 directly. |
diff --git a/web/concrete/single_pages/dashboard/system/seo/tracking_codes.php b/web/concrete/single_pages/dashboard/system/seo/tracking_codes.php
index <HASH>..<HASH> 100644
--- a/web/concrete/single_pages/dashboard/system/seo/tracking_codes.php
+++ b/web/concrete/single_pages/dashboard/system/seo/tracking_codes.php
@... | Remove unnecessary error printing. As it is done by the default error handler now.
Former-commit-id: 4f4eaa<I>f<I>d3eacb<I>e<I>c<I>c1e8dac<I> |
diff --git a/cmd/minikube/cmd/cache.go b/cmd/minikube/cmd/cache.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/cache.go
+++ b/cmd/minikube/cmd/cache.go
@@ -38,8 +38,8 @@ const allFlag = "all"
// cacheCmd represents the cache command
var cacheCmd = &cobra.Command{
Use: "cache",
- Short: "Add, delete, or pus... | Improve description for minikube cache command |
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -4,9 +4,11 @@ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
-SimpleCov.start
+SimpleCov.st... | Ignore .gems directory when running coverage |
diff --git a/lib/haml/helpers/action_view_mods.rb b/lib/haml/helpers/action_view_mods.rb
index <HASH>..<HASH> 100644
--- a/lib/haml/helpers/action_view_mods.rb
+++ b/lib/haml/helpers/action_view_mods.rb
@@ -107,9 +107,9 @@ module ActionView
return content_tag_without_haml(name, *args) {preserve(&block)}
... | [Haml] Avoid using Object#returning which was removed in Rails 3.
See <URL> |
diff --git a/dvc/command/init.py b/dvc/command/init.py
index <HASH>..<HASH> 100644
--- a/dvc/command/init.py
+++ b/dvc/command/init.py
@@ -63,7 +63,7 @@ StoragePath =
ProjectName =
'''
- EMPTY_FILE_NAME = 'empty'
+ EMPTY_FILE_NAME = '.empty'
EMPTY_FILE_CHECKSUM = '0000000'
def __init__(self, setti... | dvc: rename empty to .empty
This will allow us to hide it.
Fixes #<I> |
diff --git a/admin.go b/admin.go
index <HASH>..<HASH> 100644
--- a/admin.go
+++ b/admin.go
@@ -608,7 +608,9 @@ func (ca *clusterAdmin) ListConsumerGroupOffsets(group string, topicPartitions m
partitions: topicPartitions,
}
- if ca.conf.Version.IsAtLeast(V0_8_2_2) {
+ if ca.conf.Version.IsAtLeast(V0_10_2_0) {
... | support ListConsumerGroupOffsets without topicPartition |
diff --git a/lib/airborne/request_expectations.rb b/lib/airborne/request_expectations.rb
index <HASH>..<HASH> 100644
--- a/lib/airborne/request_expectations.rb
+++ b/lib/airborne/request_expectations.rb
@@ -72,6 +72,8 @@ module Airborne
end
def expect_json_impl(expected, actual)
+ return if nil_optiona... | add optional hash to expect_json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.