diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/Framework/DoozR/Logger/Abstract.php b/Framework/DoozR/Logger/Abstract.php
index <HASH>..<HASH> 100644
--- a/Framework/DoozR/Logger/Abstract.php
+++ b/Framework/DoozR/Logger/Abstract.php
@@ -622,7 +622,7 @@ abstract class DoozR_Logger_Abstract extends DoozR_Base_Class
*/
protected function genera... | hotfix: Bug in DoozR_Logger_Abstract |
diff --git a/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java b/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java
index <HASH>..<HASH> 100644
--- a/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java
+++ b/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java
@@ -26,7 ... | Relaxed the visibility of ThreadLocal class constants to public |
diff --git a/spec/influxdb/client_spec.rb b/spec/influxdb/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/influxdb/client_spec.rb
+++ b/spec/influxdb/client_spec.rb
@@ -220,7 +220,7 @@ describe InfluxDB::Client do
it "should POST to create a new database user with permissions" do
stub_request(:post, "... | Fix spec failures in Ruby <I> due to new hash style |
diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -17,8 +17,9 @@ module.exports = Request;
* a callback function.
*/
function Request(options, callback) {
- this.options = options || {};
- this.debug = options.debug;
+ this.options =... | split debug and debugHeaders out |
diff --git a/spice.py b/spice.py
index <HASH>..<HASH> 100644
--- a/spice.py
+++ b/spice.py
@@ -24,7 +24,7 @@ def search(query, medium):
elif medium == MANGA:
return [Manga(entry) for entry in results.manga.findAll('entry')]
else:
- return
+ return None
def search_id(id, medium):
... | Change search invalid argument return to None
Forgot this. |
diff --git a/test/backend/simple/lambda_test.rb b/test/backend/simple/lambda_test.rb
index <HASH>..<HASH> 100644
--- a/test/backend/simple/lambda_test.rb
+++ b/test/backend/simple/lambda_test.rb
@@ -30,7 +30,7 @@ class I18nSimpleBackendLambdaTest < Test::Unit::TestCase
def test_translate_with_proc_as_default
... | fix lambda_test for ruby <I> (expects to define block params for lambda) |
diff --git a/pgmpy/models/BayesianModel.py b/pgmpy/models/BayesianModel.py
index <HASH>..<HASH> 100644
--- a/pgmpy/models/BayesianModel.py
+++ b/pgmpy/models/BayesianModel.py
@@ -177,6 +177,10 @@ class BayesianModel(DirectedGraph):
The node whose CPD we want. If node not specified returns all the
... | updated some docstrings in BayesinaModel |
diff --git a/examples/multipart.js b/examples/multipart.js
index <HASH>..<HASH> 100644
--- a/examples/multipart.js
+++ b/examples/multipart.js
@@ -30,7 +30,7 @@ router.get('/', (ctx) => {
router.post('/', koaBody,
(ctx) => {
- console.log('fields: ', ctx.request.fields);
+ console.log('fields: ', ctx.reques... | Minor correction to examples/multipart.js (#<I>)
ctx.request.fields no longer exists, removing reference to it |
diff --git a/src/saml2/response.py b/src/saml2/response.py
index <HASH>..<HASH> 100644
--- a/src/saml2/response.py
+++ b/src/saml2/response.py
@@ -24,6 +24,7 @@ from saml2.samlp import STATUS_TOO_MANY_RESPONSES
from saml2.samlp import STATUS_UNKNOWN_ATTR_PROFILE
from saml2.samlp import STATUS_UNKNOWN_PRINCIPAL
from ... | make urn:oasis:names:tc:SAML:<I>:status:Responder known in response.py |
diff --git a/src/Illuminate/Database/Eloquent/Model.php b/src/Illuminate/Database/Eloquent/Model.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Eloquent/Model.php
+++ b/src/Illuminate/Database/Eloquent/Model.php
@@ -269,6 +269,10 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSe... | Use same connection on creating new instance (#<I>) |
diff --git a/examples/audio-search.php b/examples/audio-search.php
index <HASH>..<HASH> 100644
--- a/examples/audio-search.php
+++ b/examples/audio-search.php
@@ -5,11 +5,18 @@ require '../vendor/autoload.php';
$audio = new Op3nvoice\Audio($apikey);
-$items = $audio->search('does');
+$result = $audio->search('clos... | wired the search results to work more simply |
diff --git a/src/Roave/DeveloperTools/Mvc/Controller/ListInspectionsController.php b/src/Roave/DeveloperTools/Mvc/Controller/ListInspectionsController.php
index <HASH>..<HASH> 100644
--- a/src/Roave/DeveloperTools/Mvc/Controller/ListInspectionsController.php
+++ b/src/Roave/DeveloperTools/Mvc/Controller/ListInspections... | Inverting conditional for clearness |
diff --git a/app/models/shipit/task.rb b/app/models/shipit/task.rb
index <HASH>..<HASH> 100644
--- a/app/models/shipit/task.rb
+++ b/app/models/shipit/task.rb
@@ -77,6 +77,10 @@ module Shipit
task.async_refresh_deployed_revision
end
+ after_transition any => %i(aborted success failed error timedo... | Roll up the task output right after the task has finished |
diff --git a/js/huobipro.js b/js/huobipro.js
index <HASH>..<HASH> 100644
--- a/js/huobipro.js
+++ b/js/huobipro.js
@@ -83,7 +83,6 @@ module.exports = class huobipro extends Exchange {
},
'private': {
'get': [
- 'points/actions',
... | added points/orders endpoint to huobipro |
diff --git a/playback/templates/nova_compute_conf.py b/playback/templates/nova_compute_conf.py
index <HASH>..<HASH> 100644
--- a/playback/templates/nova_compute_conf.py
+++ b/playback/templates/nova_compute_conf.py
@@ -14,4 +14,5 @@ rbd_secret_uuid = {{ rbd_secret_uuid }}
disk_cachemodes= "network=writeback"
block_mi... | Change live migration to use tcp not ssh |
diff --git a/tests/test_requests.py b/tests/test_requests.py
index <HASH>..<HASH> 100644
--- a/tests/test_requests.py
+++ b/tests/test_requests.py
@@ -385,13 +385,13 @@ class TestRequestGenerator(unittest.TestCase):
kwargs = {"limit": "100", "asn": "3333"}
r = RequestGenerator(**kwargs)
self.... | Python <I> is ugly and needs to die |
diff --git a/lib/enumerize/attribute.rb b/lib/enumerize/attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/enumerize/attribute.rb
+++ b/lib/enumerize/attribute.rb
@@ -19,9 +19,9 @@ module Enumerize
end
# Define methods to get each value
- @values.each do |name, value|
+ @values.each do |v|
... | @values is an array not a hash |
diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
+++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
@@ -1216,6 +1216,8 @@ class UnitOfWork
$this->scheduledUpdates[$oid] = $document;
... | adding a small comment about the recalculating fix from #<I> |
diff --git a/pymongo/bson.py b/pymongo/bson.py
index <HASH>..<HASH> 100644
--- a/pymongo/bson.py
+++ b/pymongo/bson.py
@@ -369,8 +369,8 @@ def _dict_to_bson(dict):
length = len(elements) + 5
return struct.pack("<i", length) + elements + "\x00"
-if _use_c:
- _dict_to_bson = _cbson._dict_to_bson
+# if _use... | oops, not ready to commit this yet |
diff --git a/lib/Cake/tests/Case/Network/CakeRequestTest.php b/lib/Cake/tests/Case/Network/CakeRequestTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/tests/Case/Network/CakeRequestTest.php
+++ b/lib/Cake/tests/Case/Network/CakeRequestTest.php
@@ -1039,6 +1039,7 @@ class CakeRequestTestCase extends CakeTestCase {
... | Fixing a couple of tests in CakeRequest |
diff --git a/src/pyws/errors.py b/src/pyws/errors.py
index <HASH>..<HASH> 100644
--- a/src/pyws/errors.py
+++ b/src/pyws/errors.py
@@ -10,7 +10,7 @@ class Error(DefaultStrImplemntationMixin, Exception):
def __unicode__(self):
if self.__doc__:
- return unicode(self.__doc__ % self.args)
+ ... | added .strip to error messages |
diff --git a/tcconfig/parser/_filter.py b/tcconfig/parser/_filter.py
index <HASH>..<HASH> 100644
--- a/tcconfig/parser/_filter.py
+++ b/tcconfig/parser/_filter.py
@@ -219,7 +219,7 @@ class TcFilterParser(AbstractParser):
def __parse_priority(self, line):
parsed_list = self.__FILTER_PRIORITY_PATTERN.pars... | Modify filter priority value type from str to int |
diff --git a/tools/specification-importer/specification-docs-generator.js b/tools/specification-importer/specification-docs-generator.js
index <HASH>..<HASH> 100644
--- a/tools/specification-importer/specification-docs-generator.js
+++ b/tools/specification-importer/specification-docs-generator.js
@@ -54,7 +54,19 @@ va... | Output devices sorted by address. |
diff --git a/lib/fog/core/services_mixin.rb b/lib/fog/core/services_mixin.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/core/services_mixin.rb
+++ b/lib/fog/core/services_mixin.rb
@@ -15,7 +15,7 @@ module Fog
spc = service_provider_constant(service_name, provider_name)
spc.new(attributes)
rescue LoadE... | fix uninitialized constant error for NotFound |
diff --git a/spyder/plugins/editor/widgets/editor.py b/spyder/plugins/editor/widgets/editor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor/widgets/editor.py
+++ b/spyder/plugins/editor/widgets/editor.py
@@ -2651,7 +2651,8 @@ class EditorStack(QWidget):
# To update the outline explorer.
... | Editor: Fix errors when Outline is not present |
diff --git a/i3ipc/i3ipc.py b/i3ipc/i3ipc.py
index <HASH>..<HASH> 100644
--- a/i3ipc/i3ipc.py
+++ b/i3ipc/i3ipc.py
@@ -353,7 +353,7 @@ class Connection(object):
_struct_header_size = struct.calcsize(_struct_header)
def __init__(self, socket_path=None, auto_reconnect=False):
- if not socket_path:
+ ... | Ignore I3SOCK during tests
When we use the new I3SOCK environment variable set by i3, it will
ignore the current DISPLAY which is required to run tests on the Xvfb
server when running in another display. |
diff --git a/classes/Gems/User/Form/OrganizationFormAbstract.php b/classes/Gems/User/Form/OrganizationFormAbstract.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/User/Form/OrganizationFormAbstract.php
+++ b/classes/Gems/User/Form/OrganizationFormAbstract.php
@@ -164,6 +164,7 @@ abstract class Gems_User_Form_Organiz... | When the organization id is empty or non-existent |
diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -5,10 +5,12 @@ Rails.application.routes.draw do
constraints(:id => /[^\/]+/) do
resources :discovered
match 'discovered/:id/refresh_facts' => 'discovered#refresh_facts', :as =... | Fix edit routes, they need to be outside the module scope |
diff --git a/parler_rest/serializers.py b/parler_rest/serializers.py
index <HASH>..<HASH> 100644
--- a/parler_rest/serializers.py
+++ b/parler_rest/serializers.py
@@ -48,4 +48,7 @@ class TranslatableModelSerializer(serializers.ModelSerializer):
translation = instance._get_translated_model(lang_code, au... | Make sure save_translations() is called when saving via REST |
diff --git a/core/src/main/java/hudson/tasks/UserAvatarResolver.java b/core/src/main/java/hudson/tasks/UserAvatarResolver.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/tasks/UserAvatarResolver.java
+++ b/core/src/main/java/hudson/tasks/UserAvatarResolver.java
@@ -49,7 +49,7 @@ import hudson.model.Use... | Updated the since doc for UserAvatarResolver |
diff --git a/NetLicensingClient/netlicensing.php b/NetLicensingClient/netlicensing.php
index <HASH>..<HASH> 100644
--- a/NetLicensingClient/netlicensing.php
+++ b/NetLicensingClient/netlicensing.php
@@ -43,7 +43,7 @@ class NetLicensing
}
$params = array(
'productNumber' => $productNumber,... | change licenseeName attribute according to the API <I> |
diff --git a/src/Exscript/util/template.py b/src/Exscript/util/template.py
index <HASH>..<HASH> 100644
--- a/src/Exscript/util/template.py
+++ b/src/Exscript/util/template.py
@@ -20,7 +20,7 @@ from Exscript.interpreter import Parser
def _compile(conn, filename, template, parser_kwargs, **kwargs):
if conn:
- ... | fix: Exscript.util.template.run() on hosts that have no variables defined. |
diff --git a/ubcpi/ubcpi.py b/ubcpi/ubcpi.py
index <HASH>..<HASH> 100644
--- a/ubcpi/ubcpi.py
+++ b/ubcpi/ubcpi.py
@@ -127,7 +127,7 @@ class PeerInstructionXBlock(XBlock, MissingDataFetcherMixin):
question_text = Dict(
default={'text': 'What is your question?', 'image_url': '', 'image_position': 'below', '... | CHANGE the default help for the question_text Dict so now we can use this to output the help rather some some separate markup |
diff --git a/src/Plugin/plugin.helper.functions.php b/src/Plugin/plugin.helper.functions.php
index <HASH>..<HASH> 100644
--- a/src/Plugin/plugin.helper.functions.php
+++ b/src/Plugin/plugin.helper.functions.php
@@ -21,7 +21,15 @@ const PLUGIN_FQCN_TEMPLATE = 'Moka\\Plugin\\%s\\%sPlugin';
*/
function loadPlugin(strin... | Encapsulate in a private context the function 'generateFQCn' |
diff --git a/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java b/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/configuration/global/GlobalConfigurationBuilder.java
+++ b/core... | ISPN-<I> Resolve classes properly when Thread context classloader is null
If TCCL is null, fallback to ISPN classes classloader |
diff --git a/ml-agents/mlagents/trainers/tests/test_simple_rl.py b/ml-agents/mlagents/trainers/tests/test_simple_rl.py
index <HASH>..<HASH> 100644
--- a/ml-agents/mlagents/trainers/tests/test_simple_rl.py
+++ b/ml-agents/mlagents/trainers/tests/test_simple_rl.py
@@ -365,12 +365,12 @@ def test_simple_asymm_ghost(use_dis... | Increasing steps on asymmetric ghost test (#<I>) |
diff --git a/TYPO3.Flow/Classes/Http/Response.php b/TYPO3.Flow/Classes/Http/Response.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Classes/Http/Response.php
+++ b/TYPO3.Flow/Classes/Http/Response.php
@@ -358,8 +358,8 @@ class Response implements ResponseInterface{
/**
* Cast the response to a string: return the... | [TASK] Annotation cleanup for http response __toString method
Change-Id: Ice5a<I>fad<I>a4a<I>be<I>a9d7d<I>d3e0f<I>c
Related: #<I>
Releases: <I>, <I>
Original-Commit-Hash: a2e8c<I>edcc<I>cdf<I>d<I>fc<I>e5ca2daf6 |
diff --git a/grade/report/grader/lib.php b/grade/report/grader/lib.php
index <HASH>..<HASH> 100644
--- a/grade/report/grader/lib.php
+++ b/grade/report/grader/lib.php
@@ -1128,10 +1128,15 @@ class grade_report_grader extends grade_report {
global $USER;
$iconshtml = '';
- if ($USER->grade... | MDL-<I> Grader report: Showing idnumber column shifts controls into wrong columns; merged from MOODLE_<I>_STABLE |
diff --git a/rollbar/__init__.py b/rollbar/__init__.py
index <HASH>..<HASH> 100644
--- a/rollbar/__init__.py
+++ b/rollbar/__init__.py
@@ -156,7 +156,7 @@ SETTINGS = {
},
'allow_logging_basic_config': True, # set to False to avoid a call to logging.basicConfig()
'locals': {
- 'enabled': False,
+ ... | enable locals by default for <I> @brianr |
diff --git a/generator/classes/propel/phing/AbstractPropelDataModelTask.php b/generator/classes/propel/phing/AbstractPropelDataModelTask.php
index <HASH>..<HASH> 100644
--- a/generator/classes/propel/phing/AbstractPropelDataModelTask.php
+++ b/generator/classes/propel/phing/AbstractPropelDataModelTask.php
@@ -536,7 +53... | Iterating over DOM nodes gets messed up when you remove nodes that are in the collection. This lead to skipping the next external-schema reference and thus missing definitions in schema-transformed.xml. |
diff --git a/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java b/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilderTests.java
index <HASH>..<HASH> 100644
--- a/spring-boot/src/test/java/org/springframework/boot/builder/SpringApplicationBuilder... | Add test for gh-<I> |
diff --git a/src/ansiblelint/file_utils.py b/src/ansiblelint/file_utils.py
index <HASH>..<HASH> 100644
--- a/src/ansiblelint/file_utils.py
+++ b/src/ansiblelint/file_utils.py
@@ -209,7 +209,13 @@ class Lintable:
def _populate_content_cache_from_disk(self) -> None:
# Can raise UnicodeDecodeError
- ... | Handle FileNotFoundError caused by processing new file in progressive mode (#<I>) |
diff --git a/Routes.php b/Routes.php
index <HASH>..<HASH> 100644
--- a/Routes.php
+++ b/Routes.php
@@ -10,6 +10,7 @@
namespace Brain;
+use Brain\Cortex\Group\GroupCollection;
use Brain\Cortex\Group\GroupCollectionInterface;
use Brain\Cortex\Route\PriorityRouteCollection;
use Brain\Cortex\Route\RouteCollectionIn... | Add missing use statement in Brain\Routes |
diff --git a/cmds/tfa.js b/cmds/tfa.js
index <HASH>..<HASH> 100644
--- a/cmds/tfa.js
+++ b/cmds/tfa.js
@@ -58,9 +58,8 @@ async function enable (argv) {
}
let challenge = await profile.set(info, argv.registry, {token, otp: argv.otp})
if (challenge.tfa === null) {
- let result = await profile.set({tfa... | A null response from a tfa set means it changed modes, no error |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ from setuptools import setup, find_packages
from numpy.distutils.core import setup, Extension
from os import path
import io
-import os
+import os, subprocess
## in development set version to none and ... | Update setup.py
Good grief. Will this never end ? |
diff --git a/discovery/utils.go b/discovery/utils.go
index <HASH>..<HASH> 100644
--- a/discovery/utils.go
+++ b/discovery/utils.go
@@ -10,7 +10,7 @@ import (
"github.com/roasbeef/btcd/btcec"
)
-// newProofKey constructs new announcement signature message key.
+// newProofKey constructs a new announcement signature... | discovery: utilize exactly 9 bytes for serialized waitingProofKey |
diff --git a/src/Cache/ApcCache.php b/src/Cache/ApcCache.php
index <HASH>..<HASH> 100644
--- a/src/Cache/ApcCache.php
+++ b/src/Cache/ApcCache.php
@@ -44,7 +44,8 @@ class ApcCache implements CacheInterface
{
$cache = apc_cache_info('user');
foreach($cache['cache_list'] as $entry) {
- i... | patch to keep ApcCache handler compatible with HHVM #<I> |
diff --git a/cosmic_ray/version.py b/cosmic_ray/version.py
index <HASH>..<HASH> 100644
--- a/cosmic_ray/version.py
+++ b/cosmic_ray/version.py
@@ -1,3 +1,3 @@
"""Cosmic Ray version info."""
-__version__ = '2.0.0a0'
+__version__ = '2.0.1' | bumped version to <I> |
diff --git a/lib/xmldb/classes/generators/XMLDBGenerator.class.php b/lib/xmldb/classes/generators/XMLDBGenerator.class.php
index <HASH>..<HASH> 100644
--- a/lib/xmldb/classes/generators/XMLDBGenerator.class.php
+++ b/lib/xmldb/classes/generators/XMLDBGenerator.class.php
@@ -668,7 +668,7 @@ class XMLDBgenerator {
... | getting tired of restore my test Oracle DB. Typo! |
diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index <HASH>..<HASH> 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -785,7 +785,7 @@ $string['forgotteninvalidurl'] = 'Invalid password reset URL';
$string['format'] = 'Format';
$string['format_help'] = 'The course format determines the layout of the c... | MDL-<I> course: Changed help string for course format selection |
diff --git a/src/utilities/findBreakingChanges.js b/src/utilities/findBreakingChanges.js
index <HASH>..<HASH> 100644
--- a/src/utilities/findBreakingChanges.js
+++ b/src/utilities/findBreakingChanges.js
@@ -8,6 +8,7 @@
*/
import find from '../polyfills/find';
+import inspect from '../jsutils/inspect';
import {
... | findBreakingChanges: Correctly document not reachable statement (#<I>) |
diff --git a/lib/bibliothecary/parsers/go.rb b/lib/bibliothecary/parsers/go.rb
index <HASH>..<HASH> 100644
--- a/lib/bibliothecary/parsers/go.rb
+++ b/lib/bibliothecary/parsers/go.rb
@@ -146,7 +146,7 @@ module Bibliothecary
def self.parse_go_resolved(file_contents)
JSON.parse(file_contents)
- ... | change to check for not true instead of == to false |
diff --git a/app-web/WebSocketOverCOMET.php b/app-web/WebSocketOverCOMET.php
index <HASH>..<HASH> 100644
--- a/app-web/WebSocketOverCOMET.php
+++ b/app-web/WebSocketOverCOMET.php
@@ -246,7 +246,7 @@ class WebSocketOverCOMET_Request extends Request
$this->atime = time();
$this->finish(0,TRUE);
}
- if ($t... | Minor improvements in app-web/WebSocketOverCOMET.php |
diff --git a/cmd/torrent/download.go b/cmd/torrent/download.go
index <HASH>..<HASH> 100644
--- a/cmd/torrent/download.go
+++ b/cmd/torrent/download.go
@@ -234,10 +234,11 @@ func downloadErr(flags downloadFlags) error {
clientConfig.SetListenAddr(flags.Addr)
}
if flags.UploadRate != nil {
+ // TODO: I think the ... | cmd/torrent: Lower burst when there's a download rate limit |
diff --git a/src/Utils/Logger.php b/src/Utils/Logger.php
index <HASH>..<HASH> 100644
--- a/src/Utils/Logger.php
+++ b/src/Utils/Logger.php
@@ -24,7 +24,7 @@ class Logger {
}
protected function init($root) {
- $loggerFile = $root.'console/log/' . date('Y-m-d') . '.log';
+ $loggerFile = $root.'/... | Fix logger path (#<I>)
* [console] Read alias as array.
* [console] Remove no longer required instruction.
* [logger] Fix log file path. |
diff --git a/luigi/file.py b/luigi/file.py
index <HASH>..<HASH> 100644
--- a/luigi/file.py
+++ b/luigi/file.py
@@ -8,6 +8,12 @@ class File(object):
return os.path.exists(self.__path)
def open(self, mode = 'r'):
+ if mode == 'w' or mode == 'a':
+ # Create folder if it does not exist
+ ... | LocalTarget and File create folder while creating a new file
Change-Id: Ie8e2ba3bf<I>ed<I>c<I>b<I>e<I> |
diff --git a/core/src/main/java/org/bitcoinj/utils/Threading.java b/core/src/main/java/org/bitcoinj/utils/Threading.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/bitcoinj/utils/Threading.java
+++ b/core/src/main/java/org/bitcoinj/utils/Threading.java
@@ -20,6 +20,7 @@ import com.google.common.util.concu... | On Android, use non-cycle detecting locks with fairness activated (experimental) |
diff --git a/src/_pytest/tmpdir.py b/src/_pytest/tmpdir.py
index <HASH>..<HASH> 100644
--- a/src/_pytest/tmpdir.py
+++ b/src/_pytest/tmpdir.py
@@ -158,9 +158,9 @@ class TempPathFactory:
def get_user() -> Optional[str]:
"""Return the current user name, or None if getuser() does not work
in the current environ... | fix: move 'import getpass' statement to try-clause |
diff --git a/lib/fastlane/actions/hockey.rb b/lib/fastlane/actions/hockey.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane/actions/hockey.rb
+++ b/lib/fastlane/actions/hockey.rb
@@ -112,6 +112,10 @@ module Fastlane
FastlaneCore::ConfigItem.new(key: :tags,
env_name: "FL... | Added new public_identifier option to hockey integration |
diff --git a/lib/cisco_node_utils/version.rb b/lib/cisco_node_utils/version.rb
index <HASH>..<HASH> 100644
--- a/lib/cisco_node_utils/version.rb
+++ b/lib/cisco_node_utils/version.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2017 Cisco and/or its affiliates.
+# Copyright (c) 2015-2018 Cisco and/or its affiliates.
#
# Lic... | Update version to be <I> |
diff --git a/framework/base/interfaces.php b/framework/base/interfaces.php
index <HASH>..<HASH> 100644
--- a/framework/base/interfaces.php
+++ b/framework/base/interfaces.php
@@ -337,8 +337,8 @@ interface IAuthManager
{
/**
* Performs access check for the specified user.
- * @param string $itemName the name of t... | Fixes #<I>. API doc adjustments. |
diff --git a/sanitize_test.go b/sanitize_test.go
index <HASH>..<HASH> 100644
--- a/sanitize_test.go
+++ b/sanitize_test.go
@@ -1795,3 +1795,43 @@ func TestIssue111ScriptTags(t *testing.T) {
)
}
}
+
+func TestQuotes(t *testing.T) {
+ p := UGCPolicy()
+
+ tests := []test{
+ {
+ in: `noquotes`,
+ expected... | Add test for quotes to prevent regression on the ASCII SCRIPT issue |
diff --git a/acos_client/v30/action.py b/acos_client/v30/action.py
index <HASH>..<HASH> 100644
--- a/acos_client/v30/action.py
+++ b/acos_client/v30/action.py
@@ -20,13 +20,18 @@ from acos_client.v30 import base
class Action(base.BaseV30):
- def write_memory(self, partition="all", destination="primary", **kwarg... | Updated acos-client to match current AXAPI write memory spec |
diff --git a/src/de/mrapp/android/preference/activity/PreferenceHeader.java b/src/de/mrapp/android/preference/activity/PreferenceHeader.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/preference/activity/PreferenceHeader.java
+++ b/src/de/mrapp/android/preference/activity/PreferenceHeader.java
@@ -441,7 +44... | Avoided NPE when no icon is set. |
diff --git a/admin/settings/mnet.php b/admin/settings/mnet.php
index <HASH>..<HASH> 100644
--- a/admin/settings/mnet.php
+++ b/admin/settings/mnet.php
@@ -1,5 +1,5 @@
<?php
-require_once($CFG->dirroot.'/mnet/lib.php');
+
// This file defines settingpages and externalpages under the "mnet" category
if ($hassiteconf... | rating MDL-<I> Removed accidental commit of an unrelated mnet work around |
diff --git a/src/renderable/camera.js b/src/renderable/camera.js
index <HASH>..<HASH> 100644
--- a/src/renderable/camera.js
+++ b/src/renderable/camera.js
@@ -65,7 +65,6 @@
follow_axis : 0,
// shake parameters
- shaking : false,
_shake : null,
// fade parameters
_fadeIn : null,
@@ -287,10 +286,10 @@
... | Cleaned the shaking function
the `shaking` flag is useless now that we can check it using the
remaining duration |
diff --git a/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java b/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java
index <HASH>..<HASH> 100644
--- a/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java
+++ b/src/android/org/jboss/aerogear/cordova/push/PushPlugin.java
@@ -58,7 +58,7 @@ public ... | Fix for AGPUSH<I> - create notification when app is closed. |
diff --git a/Eloquent/Builder.php b/Eloquent/Builder.php
index <HASH>..<HASH> 100755
--- a/Eloquent/Builder.php
+++ b/Eloquent/Builder.php
@@ -1004,7 +1004,7 @@ class Builder
$qualifiedColumn = end($segments).'.'.$column;
- $values[$qualifiedColumn] = $values[$column];
+ $values[$qualifiedCol... | fix updated with provided qualified updated_at (#<I>) |
diff --git a/lib/massa/tool.rb b/lib/massa/tool.rb
index <HASH>..<HASH> 100644
--- a/lib/massa/tool.rb
+++ b/lib/massa/tool.rb
@@ -4,7 +4,13 @@ module Massa
class Tool
class << self
def list
- YAML.load_file(config_file_from_gem).merge YAML.load_file(config_file_from_project)
+ default_tool... | Fixing 'Tool#list' method when custom config file is not present |
diff --git a/lib/ansiblereview/__main__.py b/lib/ansiblereview/__main__.py
index <HASH>..<HASH> 100755
--- a/lib/ansiblereview/__main__.py
+++ b/lib/ansiblereview/__main__.py
@@ -94,5 +94,5 @@ def main():
info("Reviewing all of %s" % candidate, options)
errors = errors + candidate.review(o... | PR: for #<I> do not warn for not classified files (#<I>) |
diff --git a/great_expectations/render/renderer/site_builder.py b/great_expectations/render/renderer/site_builder.py
index <HASH>..<HASH> 100644
--- a/great_expectations/render/renderer/site_builder.py
+++ b/great_expectations/render/renderer/site_builder.py
@@ -62,7 +62,7 @@ class SiteBuilder(object):
... | fix a description that may be misleading (#<I>) |
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
@@ -1,12 +1,15 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
-$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '... | Require all files in spec/support |
diff --git a/django_x509/base/admin.py b/django_x509/base/admin.py
index <HASH>..<HASH> 100644
--- a/django_x509/base/admin.py
+++ b/django_x509/base/admin.py
@@ -99,7 +99,8 @@ class AbstractCaAdmin(BaseAdmin):
'modified']
class Media:
- js = ('django-x509/js/x509-admin.js',)
+ js = ... | [bug] Fix JavaScript error on django <I> #<I>
This commit fixes JS error on django <I>. Changes:
- added pointer to `jquery.init.js` in admin.py `Media` classes according to django <I> release notes
Fixes #<I> |
diff --git a/src/Util.php b/src/Util.php
index <HASH>..<HASH> 100644
--- a/src/Util.php
+++ b/src/Util.php
@@ -384,21 +384,6 @@ final class Util
if ($length < 1) {
return '';
}
-
- /**
- * @var array<int, int>
- */
- $leftInt = self::stringToIntArray($left);
... | XORing two strings together need not be explicitly written out. |
diff --git a/alot/errors.py b/alot/errors.py
index <HASH>..<HASH> 100644
--- a/alot/errors.py
+++ b/alot/errors.py
@@ -3,7 +3,7 @@
# For further details see the COPYING file
-class GPGCode:
+class GPGCode(object):
AMBIGUOUS_NAME = 1
NOT_FOUND = 2
BAD_PASSPHRASE = 3 | Turn alot.errors.GPGCode into a new style class |
diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100755
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -85,12 +85,13 @@ module.exports = function(grunt){
],
},
dist: {
- files: "scss/*.scss",
+ files: "flexout.scss",
tasks: ["sass", "autoprefixer", "cssmin"]
},
docs: {
files:... | fix sass file watcher |
diff --git a/onnx/test/schema_test.py b/onnx/test/schema_test.py
index <HASH>..<HASH> 100644
--- a/onnx/test/schema_test.py
+++ b/onnx/test/schema_test.py
@@ -5,10 +5,10 @@ from onnx import defs, AttributeProto
class TestSchema(unittest.TestCase):
- def test_get_schema(self):
+ def test_get_schema(self): # ... | Add type hints to schema_test.py (#<I>) |
diff --git a/rest_framework_gis/serializers.py b/rest_framework_gis/serializers.py
index <HASH>..<HASH> 100644
--- a/rest_framework_gis/serializers.py
+++ b/rest_framework_gis/serializers.py
@@ -49,7 +49,7 @@ class GeoFeatureModelSerializer(GeoModelSerializer):
# if 'fields' are declared, make sure it incl... | allow for list or tuple of field names |
diff --git a/core/model/ErrorPage.php b/core/model/ErrorPage.php
index <HASH>..<HASH> 100755
--- a/core/model/ErrorPage.php
+++ b/core/model/ErrorPage.php
@@ -58,7 +58,8 @@ class ErrorPage extends Page {
function requireDefaultRecords() {
parent::requireDefaultRecords();
- if(!DataObject::get_one('ErrorPage', "... | BUGFIX Ensure that before creating default <I> error page, we don't have one already that exists with a record ID (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 |
diff --git a/lib/partition.js b/lib/partition.js
index <HASH>..<HASH> 100644
--- a/lib/partition.js
+++ b/lib/partition.js
@@ -23,8 +23,8 @@ Partition.prototype = {
constructor: Partition,
__OOB: function( lba ) {
- return lba <= this.firstLBA ||
- lba >= this.lastLBA
+ return lba < this.firstLBA |... | Updated lib/partition: Fixed error in .__OOB()
Less/more than or equal should've just been less/more than.
No equal. NO EQUAL. |
diff --git a/src/Helpers/MenuBuilder.php b/src/Helpers/MenuBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Helpers/MenuBuilder.php
+++ b/src/Helpers/MenuBuilder.php
@@ -133,7 +133,7 @@ class MenuBuilder
$path = ltrim(rtrim($item['path'], '/'), '/');
// Pre-set our link in case the match() throws a... | Don't assume root URL is '/' |
diff --git a/vocabs/fpad/index.js b/vocabs/fpad/index.js
index <HASH>..<HASH> 100644
--- a/vocabs/fpad/index.js
+++ b/vocabs/fpad/index.js
@@ -528,7 +528,7 @@ register('corrective_action', {
description: 'corrective_action is the corrective action details associated with '+
'a particular control poin... | corrective actions should have their own files array |
diff --git a/jspdf.js b/jspdf.js
index <HASH>..<HASH> 100644
--- a/jspdf.js
+++ b/jspdf.js
@@ -933,14 +933,17 @@ PubSub implementation
@name output
*/
output = function (type, options) {
- var undef, isThisSafari, data, length, array, i, blob;
+ var u... | jspdf.js :
No more asking about Safari or Opera |
diff --git a/webapps/ui/cockpit/plugins/base/app/views/processInstance/incidentsTab.js b/webapps/ui/cockpit/plugins/base/app/views/processInstance/incidentsTab.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/plugins/base/app/views/processInstance/incidentsTab.js
+++ b/webapps/ui/cockpit/plugins/base/app/views/p... | fix(incident tab): remove unused template
Related to: #CAM-<I> |
diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/start.go
+++ b/cmd/minikube/cmd/start.go
@@ -688,6 +688,12 @@ func generateCfgFromFlags(cmd *cobra.Command, k8sVersion string) (cfg.Config, er
// convert https_proxy to HTTPS_PROXY for linux
... | don't pass http_proxy to dockerEnv if it's poiting to localhost |
diff --git a/lib/reqres_rspec/version.rb b/lib/reqres_rspec/version.rb
index <HASH>..<HASH> 100644
--- a/lib/reqres_rspec/version.rb
+++ b/lib/reqres_rspec/version.rb
@@ -1,3 +1,3 @@
module ReqresRspec
- VERSION = '0.0.21'
+ VERSION = '0.0.22'
end | upd version to <I> |
diff --git a/app/models/renalware/ukrdc/incoming/file_list.rb b/app/models/renalware/ukrdc/incoming/file_list.rb
index <HASH>..<HASH> 100644
--- a/app/models/renalware/ukrdc/incoming/file_list.rb
+++ b/app/models/renalware/ukrdc/incoming/file_list.rb
@@ -6,7 +6,7 @@ module Renalware
module UKRDC
module Incoming... | Only import UKRDC xml files starting with 'survey' |
diff --git a/src/main/java/org/hibernate/cache/infinispan/util/Caches.java b/src/main/java/org/hibernate/cache/infinispan/util/Caches.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/hibernate/cache/infinispan/util/Caches.java
+++ b/src/main/java/org/hibernate/cache/infinispan/util/Caches.java
@@ -319,6 +319,11... | HHH-<I> - Fix problem with incomplete Iterator impl |
diff --git a/state/api/serve.go b/state/api/serve.go
index <HASH>..<HASH> 100644
--- a/state/api/serve.go
+++ b/state/api/serve.go
@@ -65,7 +65,6 @@ func (srv *Server) run(lis net.Listener) {
srv.wg.Done()
}()
handler := websocket.Handler(func(conn *websocket.Conn) {
- defer conn.Close()
srv.wg.Add(1)
def... | state/api: wait for readRequsts to quit |
diff --git a/src/main/lombok/ast/ListAccessor.java b/src/main/lombok/ast/ListAccessor.java
index <HASH>..<HASH> 100644
--- a/src/main/lombok/ast/ListAccessor.java
+++ b/src/main/lombok/ast/ListAccessor.java
@@ -277,7 +277,7 @@ class ListAccessor<T extends Node, P extends Node> {
}
@Override public T get(int i... | Bugfix: StrictListAccessor's get method was broken and always returned entry 0. |
diff --git a/client/my-sites/stats/annual-site-stats/index.js b/client/my-sites/stats/annual-site-stats/index.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/stats/annual-site-stats/index.js
+++ b/client/my-sites/stats/annual-site-stats/index.js
@@ -188,7 +188,7 @@ class AnnualSiteStats extends Component {
{... | Fix for errant "0" character when viewing a site with no annual stats. (#<I>) |
diff --git a/src/components/SingleValue.js b/src/components/SingleValue.js
index <HASH>..<HASH> 100644
--- a/src/components/SingleValue.js
+++ b/src/components/SingleValue.js
@@ -23,7 +23,7 @@ export const css = ({ isDisabled }: State) => ({
color: isDisabled ? colors.neutral40 : colors.text,
marginLeft: spacing.... | fix for overflowing long values in SingleValue and ValueContainer |
diff --git a/package-scripts.js b/package-scripts.js
index <HASH>..<HASH> 100644
--- a/package-scripts.js
+++ b/package-scripts.js
@@ -1,8 +1,8 @@
-/* eslint prefer-template:"off" */ // this file runs in node 0.10.0
-const nodeVersion = Number(process.version.match(/^v(\d+\.\d+)/)[1])
-const validate = ['lint', 'build'... | fix(scripts): validate needs reassignment |
diff --git a/lib/active_scaffold/actions/core.rb b/lib/active_scaffold/actions/core.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/actions/core.rb
+++ b/lib/active_scaffold/actions/core.rb
@@ -2,6 +2,7 @@ module ActiveScaffold::Actions
module Core
def self.included(base)
base.class_eval do
+ ... | avoid browser mixes html and xhr cache for listing requests, using vary header |
diff --git a/config/__init__.py b/config/__init__.py
index <HASH>..<HASH> 100644
--- a/config/__init__.py
+++ b/config/__init__.py
@@ -12,7 +12,22 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+import os
from .config_exception import ConfigException
from... | Adding load_config wrapper method to have a more generic way of initializing the client config |
diff --git a/src/Console/UseCommand.php b/src/Console/UseCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/UseCommand.php
+++ b/src/Console/UseCommand.php
@@ -11,11 +11,13 @@ class UseCommand extends Command
private $elixirFiles = [
'gulpfile.js',
'package.json',
+ 'package-lock.js... | Remove package-lock.json when switching build tools |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,7 +55,7 @@ function getTarget (abi, runtime) {
.map(function (t) {
return t.target
})
- if (match) return match[0]
+ if (match.length) return match[0]
throw new Error('Could not detect target for ab... | fix case where there is no electron match |
diff --git a/examples/ROOT/inspect_tree.py b/examples/ROOT/inspect_tree.py
index <HASH>..<HASH> 100755
--- a/examples/ROOT/inspect_tree.py
+++ b/examples/ROOT/inspect_tree.py
@@ -42,7 +42,7 @@ for leaf in tree.GetListOfLeaves():
row = [ ]
row.append(leaf.GetName())
row.append(leaf.GetTypeName())
- row... | update examples/ROOT/inspect_tree.py |
diff --git a/lib/walker.js b/lib/walker.js
index <HASH>..<HASH> 100644
--- a/lib/walker.js
+++ b/lib/walker.js
@@ -857,7 +857,6 @@
this.atomize = atomize;
this.ignore.push(atomize);
}
- this.ignore.push('this');
}
ProxyInjector.prototype = { | It is not correct to always ignore 'this' in a txn - the txn function could have been bound to non-global 'this' and thus 'this' can be useful. |
diff --git a/lib/plugins/tar.js b/lib/plugins/tar.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/tar.js
+++ b/lib/plugins/tar.js
@@ -76,7 +76,11 @@ Tar.prototype.finalize = function() {
};
Tar.prototype.on = function() {
- return this.engine.on.apply(this.engine, arguments);
+ if (this.compressor) {
+ return... | tar: when using compressor, make sure event listener gets hooked to the proper stream. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.