diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/main/java/org/hyperledger/fabric/sdk/LifecycleChaincodePackage.java b/src/main/java/org/hyperledger/fabric/sdk/LifecycleChaincodePackage.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/hyperledger/fabric/sdk/LifecycleChaincodePackage.java
+++ b/src/main/java/org/hyperledger/fabric/sdk/Lifecycl... | FAB-<I> Standardize _lifecycle code package name
The name of the code package currently varies by SDK and is not enforced
by the peer. This change is an attempt to homogenize the code package
naming so that we may enforce and check for a particular name in the
package parsing at the peer.
Change-Id: I<I>d<I>b<I>c<I>... |
diff --git a/src/Mapper/DefaultMapper.php b/src/Mapper/DefaultMapper.php
index <HASH>..<HASH> 100644
--- a/src/Mapper/DefaultMapper.php
+++ b/src/Mapper/DefaultMapper.php
@@ -14,16 +14,19 @@ class DefaultMapper implements MapperInterface
{
/**
* @var string
+ * @psalm-suppress PropertyNotSetInConstructo... | Suppresses PropertyNotSetInConstructor notices for properties set in child class |
diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100755
--- a/lib/server.js
+++ b/lib/server.js
@@ -390,7 +390,7 @@ vantageServer.auth = function(middleware, options) {
throw new Error("Invalid middleware string passed into Vantage.auth: " + middleware);
} else {
var fn = middleware.call(t... | fix(auth): Fix auth registration to the parent vantage, not the server |
diff --git a/pypki2/__init__.py b/pypki2/__init__.py
index <HASH>..<HASH> 100644
--- a/pypki2/__init__.py
+++ b/pypki2/__init__.py
@@ -424,15 +424,15 @@ def pick_loader(loaders):
selected = None
while selected is None:
- print('Available PKI loaders are:')
+ print('Available PKI configuration ... | Why k is even in scope is beyond me. |
diff --git a/lib/discordrb/events/message.rb b/lib/discordrb/events/message.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/events/message.rb
+++ b/lib/discordrb/events/message.rb
@@ -64,6 +64,14 @@ module Discordrb::Events
nil
end
+ # Drains the currently saved message, which clears it out, resulti... | Add MessageEvent#drain to clear out the saved message |
diff --git a/js/jquery.mapael.js b/js/jquery.mapael.js
index <HASH>..<HASH> 100644
--- a/js/jquery.mapael.js
+++ b/js/jquery.mapael.js
@@ -221,6 +221,9 @@
// zoom TimeOut handler (used to set and clear)
self.zoomTO = 0;
+
+ // resize TimeOut handler (used to set and clear)
+... | Refactor resizeTO in object |
diff --git a/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java b/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java
index <HASH>..<HASH> 100644
--- a/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java
+++ b/lib/src/main/java/com/github/kevinsawicki/http/HttpRequest.java
@@ -1755,... | Remove explicit flush() of request output stream
Instead rely on close() calls calling flush() as documented |
diff --git a/code/fields/MultiValueTextField.php b/code/fields/MultiValueTextField.php
index <HASH>..<HASH> 100644
--- a/code/fields/MultiValueTextField.php
+++ b/code/fields/MultiValueTextField.php
@@ -59,7 +59,8 @@ class MultiValueTextField extends FormField {
}
public function createInput($attributes, $value =... | fix(MultiValueField) Better support for <I>+ which uses the 'value' field in attributes exclusively |
diff --git a/salt/minion.py b/salt/minion.py
index <HASH>..<HASH> 100644
--- a/salt/minion.py
+++ b/salt/minion.py
@@ -731,6 +731,27 @@ class MultiMinion(MinionBase):
if HAS_ZMQ:
zmq.eventloop.ioloop.install()
self.io_loop = LOOP_CLASS.current()
+ self.process_manager = ProcessMana... | Give multimion a process manager and its own destroy method |
diff --git a/fc/excel_ui.py b/fc/excel_ui.py
index <HASH>..<HASH> 100644
--- a/fc/excel_ui.py
+++ b/fc/excel_ui.py
@@ -1,9 +1,5 @@
"""Module containing the Microsoft Excel User Interface.
-Authors: Sebastian M. Castillo-Hair (smc9@rice.edu)
-
-Last Modified: 10/30/2015
-
"""
import re | Removed author and date information from excel_ui module docstring. |
diff --git a/lib/ddl/sql_generator.php b/lib/ddl/sql_generator.php
index <HASH>..<HASH> 100644
--- a/lib/ddl/sql_generator.php
+++ b/lib/ddl/sql_generator.php
@@ -1210,7 +1210,7 @@ abstract class sql_generator {
public static function getAllReservedWords() {
global $CFG;
- $generators = array('my... | MDL-<I> removing sqlite because it is not maintained |
diff --git a/packages/react-atlas-core/webpack.config.js b/packages/react-atlas-core/webpack.config.js
index <HASH>..<HASH> 100644
--- a/packages/react-atlas-core/webpack.config.js
+++ b/packages/react-atlas-core/webpack.config.js
@@ -40,11 +40,6 @@ let config = {
'process.env': {
'NODE_ENV': JSON.strin... | Don't minimize source during dev builds. |
diff --git a/modules/citrus-ws/src/main/java/com/consol/citrus/ws/actions/ReceiveSoapMessageAction.java b/modules/citrus-ws/src/main/java/com/consol/citrus/ws/actions/ReceiveSoapMessageAction.java
index <HASH>..<HASH> 100644
--- a/modules/citrus-ws/src/main/java/com/consol/citrus/ws/actions/ReceiveSoapMessageAction.jav... | Handle variables in content type before SOAP attachment validation |
diff --git a/conllu/parser.py b/conllu/parser.py
index <HASH>..<HASH> 100644
--- a/conllu/parser.py
+++ b/conllu/parser.py
@@ -22,7 +22,7 @@ def parse_tree(text):
for token in sentence:
head_indexed[token["head"]].append(token)
- trees.append(create_tree(head_indexed))
+ trees += c... | There's always just one root, no need for a list. |
diff --git a/src/Symmetric/Crypto.php b/src/Symmetric/Crypto.php
index <HASH>..<HASH> 100644
--- a/src/Symmetric/Crypto.php
+++ b/src/Symmetric/Crypto.php
@@ -210,13 +210,6 @@ final class Crypto
(string) $nonce,
(string) $encKey
);
- if (!\is_string($plaintext)) {
- ... | This condition will never happen, a fatal error will instead. |
diff --git a/tests/test_grid.py b/tests/test_grid.py
index <HASH>..<HASH> 100644
--- a/tests/test_grid.py
+++ b/tests/test_grid.py
@@ -76,6 +76,7 @@ def test_grid_append_notdict():
assert False
except TypeError as e:
assert str(e) == 'value must be a dict'
+ assert len(g) == 1
def test_... | WC-<I>: grid tests: Tweak data type assertion tests. |
diff --git a/backtrader/feeds/ibdata.py b/backtrader/feeds/ibdata.py
index <HASH>..<HASH> 100644
--- a/backtrader/feeds/ibdata.py
+++ b/backtrader/feeds/ibdata.py
@@ -333,6 +333,25 @@ class IBData(with_metaclass(MetaIBData, DataBase)):
self.contract = None
self.contractdetails = None
+ # Get ... | Add initialization for timezone and todate (#<I>)
IBData.start() needs to initialize timezone and todate in historical mode |
diff --git a/runtests/mpi/tester.py b/runtests/mpi/tester.py
index <HASH>..<HASH> 100644
--- a/runtests/mpi/tester.py
+++ b/runtests/mpi/tester.py
@@ -290,7 +290,7 @@ class Tester(BaseTester):
parser.addoption("--mpisub-site-dir", default=None, help="site-dir in mpisub")
- def __init__(self, *args, mpi_... | BUG: Extract 'mpi_missing' from kwargs |
diff --git a/xlsxwriter.class.php b/xlsxwriter.class.php
index <HASH>..<HASH> 100644
--- a/xlsxwriter.class.php
+++ b/xlsxwriter.class.php
@@ -43,12 +43,12 @@ class XLSXWriter
}
}
}
-
+
public function setTempDir($dir)
{
$this->temp_dir = $dir;
}
-
+
protected function tempFilename()
{
$temp_... | Fixed issue: Ctrl character in value strings break the final document |
diff --git a/bin/bootstrap.js b/bin/bootstrap.js
index <HASH>..<HASH> 100755
--- a/bin/bootstrap.js
+++ b/bin/bootstrap.js
@@ -150,7 +150,7 @@ if (!phantom.casperLoaded) {
}
}
// trick to locate source file location on error
- scriptCode += ";var __fe__ = new Error('__sourceId__')"... | better display of uncaught CasperError errors |
diff --git a/module/Core/public/scripts/library/codemirror-3.21/addon/search/search.js b/module/Core/public/scripts/library/codemirror-3.21/addon/search/search.js
index <HASH>..<HASH> 100644
--- a/module/Core/public/scripts/library/codemirror-3.21/addon/search/search.js
+++ b/module/Core/public/scripts/library/codemirr... | CodeMirror search addon: open dialogs at the bottom |
diff --git a/influxdb/__init__.py b/influxdb/__init__.py
index <HASH>..<HASH> 100644
--- a/influxdb/__init__.py
+++ b/influxdb/__init__.py
@@ -11,4 +11,4 @@ __all__ = [
]
-__version__ = '2.0.0'
+__version__ = '2.0.1'
diff --git a/influxdb/resultset.py b/influxdb/resultset.py
index <HASH>..<HASH> 100644
--- a/influ... | Fixed recursion issue with raw attribute |
diff --git a/Controller/ResourceController.php b/Controller/ResourceController.php
index <HASH>..<HASH> 100644
--- a/Controller/ResourceController.php
+++ b/Controller/ResourceController.php
@@ -24,7 +24,6 @@ use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpExcept... | [Resource] Use csrf protection in delete actions |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ except ImportError:
from setuptools import setup, find_packages
setup(
- name='pymongo-orchestration',
+ name='mongo-orchestration',
version='0.1',
author='MongoDB, Inc.',
author_ema... | Change name of project in setup.py to "mongo-orchestration". |
diff --git a/views/js/controller/items/action.js b/views/js/controller/items/action.js
index <HASH>..<HASH> 100644
--- a/views/js/controller/items/action.js
+++ b/views/js/controller/items/action.js
@@ -3,12 +3,12 @@ define([
'uri',
'jquery',
'context',
- 'taoItems/preview/preview'
-], function(binder... | Use non-encoded uri for preview |
diff --git a/spacy/about.py b/spacy/about.py
index <HASH>..<HASH> 100644
--- a/spacy/about.py
+++ b/spacy/about.py
@@ -4,13 +4,13 @@
# fmt: off
__title__ = "spacy-nightly"
-__version__ = "2.1.0a9.dev2"
+__version__ = "2.1.0a9"
__summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cyt... | Set version to <I>a9 |
diff --git a/test/unit/basic_test.rb b/test/unit/basic_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/basic_test.rb
+++ b/test/unit/basic_test.rb
@@ -19,14 +19,14 @@ class BasicTest < Test::Unit::TestCase
client.use_oauth2_auth = use_auth
%i[get delete head].each do |method|
stub = stub_requ... | Test handles multiple exception types depending on version of RestClient. |
diff --git a/coconut/command/util.py b/coconut/command/util.py
index <HASH>..<HASH> 100644
--- a/coconut/command/util.py
+++ b/coconut/command/util.py
@@ -257,7 +257,8 @@ def stdin_readable():
return False
try:
return bool(select([sys.stdin], [], [], 0)[0])
- except OSError:
+ except Except... | Fix Cygwin error
Resolves #<I>. |
diff --git a/scripts/lateralus.component.model.js b/scripts/lateralus.component.model.js
index <HASH>..<HASH> 100644
--- a/scripts/lateralus.component.model.js
+++ b/scripts/lateralus.component.model.js
@@ -81,6 +81,14 @@ define([
/**
* This is the same as the `{{#crossLink
+ * "Lateralus.mixins/emit"}}{{/cr... | Add emit mixin method to Lateralus.Component.Model. |
diff --git a/pyfilemail/__main__.py b/pyfilemail/__main__.py
index <HASH>..<HASH> 100755
--- a/pyfilemail/__main__.py
+++ b/pyfilemail/__main__.py
@@ -155,7 +155,7 @@ https://github.com/apetrynet/pyfilemail',
return args
-if __name__ == '__main__':
+def main():
args = parse_args()
pwd = None
@@ -19... | put all logic in a main function as attempt to get console_scripts in setup.py to work |
diff --git a/lib/legacy/init.php b/lib/legacy/init.php
index <HASH>..<HASH> 100644
--- a/lib/legacy/init.php
+++ b/lib/legacy/init.php
@@ -9,7 +9,7 @@
*/
if (!class_exists('Composer\\Autoload\\ClassLoader', false)) {
- require_once(__DIR__.'/autoloader.php');
+ require_once(__DIR__.'/../autoloader.php');
... | Fix bad path into legacy/init.php |
diff --git a/welly/curve.py b/welly/curve.py
index <HASH>..<HASH> 100644
--- a/welly/curve.py
+++ b/welly/curve.py
@@ -77,7 +77,7 @@ class Curve(object):
run=None,
service_company=None,
units=None,
- family=None):
+ log_type=None):
... | change 'family' to 'log_type' attribute to be assigned by user |
diff --git a/gwpy/plotter/core.py b/gwpy/plotter/core.py
index <HASH>..<HASH> 100644
--- a/gwpy/plotter/core.py
+++ b/gwpy/plotter/core.py
@@ -982,7 +982,7 @@ class Plot(figure.Figure):
# -- utilities ------------------------------
@staticmethod
- def _get_axes_data(inputs, sep=False):
+ def _get_axes... | Plot._get_axes_data: added flat utility keyword
just returns a flattened list of data object |
diff --git a/evaluators/melody_eval.py b/evaluators/melody_eval.py
index <HASH>..<HASH> 100755
--- a/evaluators/melody_eval.py
+++ b/evaluators/melody_eval.py
@@ -66,10 +66,10 @@ def evaluate(reference_file, estimated_file):
# Check if missing sample at time 0 and if so add one
if ref_time[0] > 0:
re... | corrected value inserted into time 0 when missing |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ def get_project_path(*args):
return os.path.abspath(os.path.join(this_dir, *args))
PACKAGE_NAME = 'xplenty'
-PACKAGE_VERSION = '1.0.8'
+PACKAGE_VERSION = '1.1.0'
PACKAGE_AUTHOR = 'Xplenty'
PACKAGE_AUTH... | Increase minor version
New functionality (new args for client.get_packages()) requires a
bump in the minor version. |
diff --git a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/tools/Tools.java b/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/tools/Tools.java
index <HASH>..<HASH> 100644
--- a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/tools/Tools.java
+++ b/trunk/JLanguageTool/src/java/de/danielnaber... | don't hardcode \n as line break |
diff --git a/prestans/bin/pride.py b/prestans/bin/pride.py
index <HASH>..<HASH> 100755
--- a/prestans/bin/pride.py
+++ b/prestans/bin/pride.py
@@ -65,7 +65,8 @@ def main():
if __name__ == "__main__":
- prestans_path = os.path.join("..", "..")
+ directory = os.path.dirname(__file__)
+ prestans_path = os.pa... | added relative import of prestans devel package |
diff --git a/public/assets/appCore.js b/public/assets/appCore.js
index <HASH>..<HASH> 100644
--- a/public/assets/appCore.js
+++ b/public/assets/appCore.js
@@ -1066,9 +1066,6 @@ var app = {
/* SET LOADING */
app.setLoading($div);
- /* MENU ACTIVE */
- checkMenuActive();
-
/* VE... | adjust menu active and fix <I> page to pageTransition control |
diff --git a/DependencyInjection/ZendCacheExtension.php b/DependencyInjection/ZendCacheExtension.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/ZendCacheExtension.php
+++ b/DependencyInjection/ZendCacheExtension.php
@@ -22,7 +22,7 @@ class ZendCacheExtension extends Extension
/**
* Loads the cache... | Upgrade DIC extension to latest Symfony2 requirements |
diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/release.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/release.py
index <HASH>..<HASH> 100644
--- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/release.py
+++ b/datadog_checks_dev/datadog_checks/dev/tooling/commands/release.py
@... | Use origin/master instead of master (#<I>) |
diff --git a/src/main/java/org/stripesstuff/plugin/security/SecurityInterceptor.java b/src/main/java/org/stripesstuff/plugin/security/SecurityInterceptor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/stripesstuff/plugin/security/SecurityInterceptor.java
+++ b/src/main/java/org/stripesstuff/plugin/security/Se... | Fixes #<I>. SecurityManager is set in request first.
SecurityManager is set in request as soon as the interceptor is called
in case an exception is thrown before ResolutionExecution. |
diff --git a/lib/firefox/webdriver/firefoxDelegate.js b/lib/firefox/webdriver/firefoxDelegate.js
index <HASH>..<HASH> 100644
--- a/lib/firefox/webdriver/firefoxDelegate.js
+++ b/lib/firefox/webdriver/firefoxDelegate.js
@@ -216,8 +216,14 @@ class FirefoxDelegate {
async afterCollect(index, result) {
for (let i =... | Verify that the FF data exist before deleting it #<I> (#<I>) |
diff --git a/pyqode/python/bootstrapper.py b/pyqode/python/bootstrapper.py
index <HASH>..<HASH> 100644
--- a/pyqode/python/bootstrapper.py
+++ b/pyqode/python/bootstrapper.py
@@ -32,12 +32,21 @@ class PreloadWorker(object):
def __init__(self, modules):
self.modules = modules
- def __call__(self, *arg... | Send preload log message to the main process (may be used in a splash screen) |
diff --git a/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.java b/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.java
index <HASH>..<HASH> 100644
--- a/reactor-core/src/test/java/reactor/core/publisher/FluxGenerateTest.java
+++ b/reactor-core/src/test/java/reactor/core/publisher... | Polish: test coverage of generate throwing in SYNC fusion |
diff --git a/examples/sys_info.py b/examples/sys_info.py
index <HASH>..<HASH> 100644
--- a/examples/sys_info.py
+++ b/examples/sys_info.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python
#
-# !!! Needs psutil installing:
+# !!! Needs psutil (+ dependencies) installing:
#
+# $ sudo apt-get install python-dev
# $ sudo pi... | Add note about python-dev dependency on installing psutil |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -570,7 +570,6 @@ microgear.prototype.resettoken = function(callback) {
result += chunk;
});
res.on('end', function(){
- console.log('result=='+result);
... | remove token from local cache only after the revocation succeeds |
diff --git a/src/client/websocket/packets/handlers/GuildMembersChunk.js b/src/client/websocket/packets/handlers/GuildMembersChunk.js
index <HASH>..<HASH> 100644
--- a/src/client/websocket/packets/handlers/GuildMembersChunk.js
+++ b/src/client/websocket/packets/handlers/GuildMembersChunk.js
@@ -26,7 +26,7 @@ class Guild... | Fix guildMembersChunk documents for <I>-dev (#<I>) |
diff --git a/ampersand-form-view.js b/ampersand-form-view.js
index <HASH>..<HASH> 100644
--- a/ampersand-form-view.js
+++ b/ampersand-form-view.js
@@ -129,7 +129,7 @@ extend(FormView.prototype, BBEvents, {
clear: function (skipValidation) {
for (var key in this._fieldViews) {
- if (this._fiel... | Forgot typeof in check for clear method in child views |
diff --git a/Test/CLI_test.py b/Test/CLI_test.py
index <HASH>..<HASH> 100644
--- a/Test/CLI_test.py
+++ b/Test/CLI_test.py
@@ -12,7 +12,7 @@ import argparse
class CLITest(unittest.TestCase):
def setUp(self):
# create a directory to use in testing the cp command
- self.client = Algorithmia.client('simdylfCeXZ8/M... | Remove test key (#<I>) |
diff --git a/lib/i18n/tasks/data/file_system_base.rb b/lib/i18n/tasks/data/file_system_base.rb
index <HASH>..<HASH> 100644
--- a/lib/i18n/tasks/data/file_system_base.rb
+++ b/lib/i18n/tasks/data/file_system_base.rb
@@ -48,7 +48,7 @@ module I18n::Tasks
router.route locale, tree do |path, tree_slice|
... | revert lonely operator change since we support older rubies |
diff --git a/lib/tetra/version_matcher.rb b/lib/tetra/version_matcher.rb
index <HASH>..<HASH> 100644
--- a/lib/tetra/version_matcher.rb
+++ b/lib/tetra/version_matcher.rb
@@ -38,7 +38,8 @@ module Tetra
[]
end
)
- ... | Refactoring: fixing rubocop LineTooLong offenses |
diff --git a/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java b/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
index <HASH>..<HASH> 100644
--- a/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
+++ b/guava-tests/test/com/google/common/util/concurrent/FuturesTes... | Internal-only changes with some spillover.
-------------
Created by MOE: <URL> |
diff --git a/pkglib/pkglib/multipkg.py b/pkglib/pkglib/multipkg.py
index <HASH>..<HASH> 100644
--- a/pkglib/pkglib/multipkg.py
+++ b/pkglib/pkglib/multipkg.py
@@ -18,17 +18,17 @@ import sys
import subprocess
import config
-import manage
+import cmdline
def setup():
""" Mirror pkglib's setup() method for e... | Fixing imports on clean environment. |
diff --git a/alignak/misc/filter.py b/alignak/misc/filter.py
index <HASH>..<HASH> 100755
--- a/alignak/misc/filter.py
+++ b/alignak/misc/filter.py
@@ -68,26 +68,26 @@ def only_related_to(lst, user):
return lst
# Ok the user is a simple user, we should filter
- r = set()
- for i in lst:
+ res = ... | Enh: Pylint - C<I> on variables names in filter.py |
diff --git a/datasketch/hyperloglog.py b/datasketch/hyperloglog.py
index <HASH>..<HASH> 100644
--- a/datasketch/hyperloglog.py
+++ b/datasketch/hyperloglog.py
@@ -184,7 +184,7 @@ class HyperLogLog(object):
'''
Estimate the cardinality of the data seen so far.
'''
- num_zero = self.reg.... | make hyperloglog compatible with numpy array as reg |
diff --git a/checkpoint.go b/checkpoint.go
index <HASH>..<HASH> 100644
--- a/checkpoint.go
+++ b/checkpoint.go
@@ -4,8 +4,8 @@ package checkpoint
import (
"crypto/rand"
- "encoding/json"
"encoding/binary"
+ "encoding/json"
"fmt"
"io"
"io/ioutil"
@@ -87,6 +87,10 @@ type CheckAlert struct {
// Check check... | Provide a way to disable checkpoint via environment variable |
diff --git a/spyder/widgets/reporterror.py b/spyder/widgets/reporterror.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/reporterror.py
+++ b/spyder/widgets/reporterror.py
@@ -13,6 +13,8 @@ from qtpy.QtCore import Qt, Signal
# Local Imports
from spyder.config.base import _
+from spyder.widgets.sourcecode.codeedi... | Use a CodeEditor in the error dialog.
I personally dislike this change because it makes the error dialog
complex and will be really annoying a failure while trying to report an
error. |
diff --git a/bin/now-deploy.js b/bin/now-deploy.js
index <HASH>..<HASH> 100755
--- a/bin/now-deploy.js
+++ b/bin/now-deploy.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node
// Native
-const { resolve } = require('path')
+const { resolve, basename } = require('path')
// Packages
const Progress = require('progress')
@@ -26... | Display proper error message if path doesn't exist
This closes #<I> |
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index <HASH>..<HASH> 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -623,7 +623,11 @@ def fix_sf_url(url):
def get_sf_ip(_mirrors=[]):
if not _mirrors:
- _mirrors[:] = socket.gethostbyname_ex('dl.sourcef... | Fall back to a reasonable default Sourceforge address if the machine is
unable to obtain the mirror IP list via DNS.
--HG--
branch : setuptools
extra : convert_revision : svn%3A<I>fed2-<I>-<I>-9fe1-9d<I>cc<I>/sandbox/trunk/setuptools%<I> |
diff --git a/lib/clicoder/sites/aoj.rb b/lib/clicoder/sites/aoj.rb
index <HASH>..<HASH> 100644
--- a/lib/clicoder/sites/aoj.rb
+++ b/lib/clicoder/sites/aoj.rb
@@ -40,11 +40,11 @@ module Clicoder
end
def inputs_xpath
- '//pre[preceding-sibling::h2[1][text()="Sample Input"]]'
+ '//pre[preceding-sibl... | Fix AOJ download xpaths |
diff --git a/tests/frontend/org/voltdb/regressionsuites/RegressionSuite.java b/tests/frontend/org/voltdb/regressionsuites/RegressionSuite.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltdb/regressionsuites/RegressionSuite.java
+++ b/tests/frontend/org/voltdb/regressionsuites/RegressionSuite.java
@@ -126,7... | ENG-<I>: Bump the default client timeout for r-suites to <I>min |
diff --git a/lib/veewee/provider/virtualbox/box/helper/version.rb b/lib/veewee/provider/virtualbox/box/helper/version.rb
index <HASH>..<HASH> 100644
--- a/lib/veewee/provider/virtualbox/box/helper/version.rb
+++ b/lib/veewee/provider/virtualbox/box/helper/version.rb
@@ -8,7 +8,9 @@ module Veewee
# For example:... | Windows support for stderr redirecting |
diff --git a/lib/pancake/mixins/request_helper.rb b/lib/pancake/mixins/request_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/pancake/mixins/request_helper.rb
+++ b/lib/pancake/mixins/request_helper.rb
@@ -44,7 +44,7 @@ module Pancake
# @api public
# @author Daniel Neighman
def url(name, opts = {}... | Updates the url helper to use the router url method rather than the raw generate |
diff --git a/spoon-maven-plugin/src/main/java/com/squareup/spoon/SpoonMojo.java b/spoon-maven-plugin/src/main/java/com/squareup/spoon/SpoonMojo.java
index <HASH>..<HASH> 100644
--- a/spoon-maven-plugin/src/main/java/com/squareup/spoon/SpoonMojo.java
+++ b/spoon-maven-plugin/src/main/java/com/squareup/spoon/SpoonMojo.ja... | Add check on android SDK location to prevent NPE.
androidSdk can be null if ANDROID_HOME is not defined, so the
extra check prevents an NPE.
Also added the location of the SDK in the error message when
the location does not exist. |
diff --git a/torrent.go b/torrent.go
index <HASH>..<HASH> 100644
--- a/torrent.go
+++ b/torrent.go
@@ -1091,6 +1091,9 @@ func (t *Torrent) piecePriorityChanged(piece pieceIndex, reason string) {
if !c.peerHasPiece(piece) {
return
}
+ if c.peerChoking && !c.peerAllowedFast.Contains(uint32(piece)) {
+ r... | Filter update requests on piece priority change by peer choking and allowed fast |
diff --git a/liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java b/liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java
index <HASH>..<HASH> 100644
--- a/liquibase-cli/src/main/java/liquibase/integration/commandline/LiquibaseCommandLine.java
+++ b/l... | Make variable final like it was before
DAT-<I> |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -703,7 +703,7 @@ INSTALL_REQUIREMENTS = [
'flask-caching>=1.3.3, <2.0.0',
'flask-login>=0.3, <0.5',
'flask-swagger==0.2.13',
- 'flask-wtf>=0.14.2, <0.15',
+ 'flask-wtf>=0.14.3, <0.15',
'funcsigs>=1.0.... | Update flask_wtf version to work with werkzeug>=<I> (#<I>)
Werkzeug <I> deprecated werkzeug.url_encode, and removed it in <I>, so
we need the fixed version of flask_wtf |
diff --git a/aws/aws_sweeper_test.go b/aws/aws_sweeper_test.go
index <HASH>..<HASH> 100644
--- a/aws/aws_sweeper_test.go
+++ b/aws/aws_sweeper_test.go
@@ -15,12 +15,8 @@ func TestMain(m *testing.M) {
// sharedClientForRegion returns a common AWSClient setup needed for the sweeper
// functions for a given region
func... | tests/provider: Allow AWS_PROFILE environment variable for acceptance test sweepers
The AWS Go SDK will automatically pick up and use the AWS_PROFILE environment variable for credentials if provided. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ setup(
python_requires=">=2.7,!=3.0,!=3.1,!=3.2,!=3.3",
install_requires=[
'wrapt~=1.10',
- 'typing',
+ 'typing;python_version<"3.5"',
'windows-curses;platform_system=... | Make typing dependency conditional < python <I> |
diff --git a/lib/elephrame/bot.rb b/lib/elephrame/bot.rb
index <HASH>..<HASH> 100644
--- a/lib/elephrame/bot.rb
+++ b/lib/elephrame/bot.rb
@@ -71,6 +71,18 @@ module Elephrame
return nil
end
+
+ ##
+ # Checks to see if a user has some form of "#NoBot" in their bio
+ # (so we can make mak... | added no_bot? to BaseBot |
diff --git a/rival-evaluate/src/test/java/net/recommenders/rival/evaluation/metric/NDCGTest.java b/rival-evaluate/src/test/java/net/recommenders/rival/evaluation/metric/NDCGTest.java
index <HASH>..<HASH> 100644
--- a/rival-evaluate/src/test/java/net/recommenders/rival/evaluation/metric/NDCGTest.java
+++ b/rival-evaluat... | Fixed unit test for NDCG (see #<I>) |
diff --git a/test/adapter/http.test.js b/test/adapter/http.test.js
index <HASH>..<HASH> 100644
--- a/test/adapter/http.test.js
+++ b/test/adapter/http.test.js
@@ -13,7 +13,7 @@ var droongaAPI = require('../../lib/adapter/api/droonga');
var groongaAPI = require('../../lib/adapter/api/groonga');
suite('HTTP Adapter',... | Fix a typo
registeration
regist ration
- |
diff --git a/client/html/tests/Client/Html/Basket/Standard/Coupon/DefaultTest.php b/client/html/tests/Client/Html/Basket/Standard/Coupon/DefaultTest.php
index <HASH>..<HASH> 100644
--- a/client/html/tests/Client/Html/Basket/Standard/Coupon/DefaultTest.php
+++ b/client/html/tests/Client/Html/Basket/Standard/Coupon/Defau... | Adapts test to changed coupon HTML |
diff --git a/lib/cxxproject/buildingblocks/binary_library.rb b/lib/cxxproject/buildingblocks/binary_library.rb
index <HASH>..<HASH> 100644
--- a/lib/cxxproject/buildingblocks/binary_library.rb
+++ b/lib/cxxproject/buildingblocks/binary_library.rb
@@ -8,13 +8,15 @@ module Cxxproject
include HasLibraries
includ... | more flexible BinaryLib (now compatible to Lake) |
diff --git a/lib/controllers/actions/oauth2.js b/lib/controllers/actions/oauth2.js
index <HASH>..<HASH> 100644
--- a/lib/controllers/actions/oauth2.js
+++ b/lib/controllers/actions/oauth2.js
@@ -36,6 +36,12 @@ module.exports = function (req, res){
res.serverError();
} else {
var _data = JSON.parse(bo... | Update oauth2.js
If FB respond with an error log it and respond with server error |
diff --git a/src/modules/appProps.js b/src/modules/appProps.js
index <HASH>..<HASH> 100644
--- a/src/modules/appProps.js
+++ b/src/modules/appProps.js
@@ -9,6 +9,11 @@ var app_props = null;
var load = function(cb) {
var doc_url = document.location.href;
var url_params = qs(doc_url);
+ for(var key in url_params)... | sanitized all url params |
diff --git a/Corrfunc/utils.py b/Corrfunc/utils.py
index <HASH>..<HASH> 100644
--- a/Corrfunc/utils.py
+++ b/Corrfunc/utils.py
@@ -75,8 +75,8 @@ def read_catalog(filebase=None):
return x, y, z
def read_fastfood(filename, return_dtype=None, need_header=None):
- if return_dtype is None:
- ... | Added an explanatory message for reading fast-food files |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -377,9 +377,7 @@ PageClass.prototype.waitReady = function() {
var p = new Promise(function(resolve) {
solve = resolve;
});
- // https://github.com/jquery/jquery/issues/2100
- if (document.readyState == "complete" ||
- ... | Fix #<I>: waitReady better return too late than too soon. |
diff --git a/Event/PasswordResetTokenEvent.php b/Event/PasswordResetTokenEvent.php
index <HASH>..<HASH> 100644
--- a/Event/PasswordResetTokenEvent.php
+++ b/Event/PasswordResetTokenEvent.php
@@ -11,7 +11,7 @@
namespace Darvin\UserBundle\Event;
use Darvin\UserBundle\Entity\PasswordResetToken;
-use Symfony\Component\... | Replace deprecated base event class. |
diff --git a/src/Methods/helpers.php b/src/Methods/helpers.php
index <HASH>..<HASH> 100644
--- a/src/Methods/helpers.php
+++ b/src/Methods/helpers.php
@@ -57,3 +57,15 @@ if (! function_exists('take')) {
return new \SebastiaanLuca\Helpers\Pipe\Item($value);
}
}
+
+if (! function_exists('rand_bool')) {
+ ... | Add rand_bool() method |
diff --git a/test/unit/components/validity/lifecycle.test.js b/test/unit/components/validity/lifecycle.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/components/validity/lifecycle.test.js
+++ b/test/unit/components/validity/lifecycle.test.js
@@ -28,7 +28,7 @@ describe('validity component: lifecycle', () => {
... | :shirt: refactor: change instance checking to class name |
diff --git a/jax/interpreters/ad.py b/jax/interpreters/ad.py
index <HASH>..<HASH> 100644
--- a/jax/interpreters/ad.py
+++ b/jax/interpreters/ad.py
@@ -411,15 +411,9 @@ def map_transpose(primitive, params, jaxpr, consts, freevar_vals, args, ct):
all_args = pack((pack(args), pack(consts), ct))
ans = primitive.bind(... | simplify map_transpose summing |
diff --git a/test/json_api_test.rb b/test/json_api_test.rb
index <HASH>..<HASH> 100644
--- a/test/json_api_test.rb
+++ b/test/json_api_test.rb
@@ -16,7 +16,6 @@ class JsonApiTest < MiniTest::Spec
module Singular
include Representable::Hash
- include Roar::Representer::JSON # activates prepare_links
in... | no need to include JSON atm. |
diff --git a/modules/system/assets/js/framework.extras.js b/modules/system/assets/js/framework.extras.js
index <HASH>..<HASH> 100644
--- a/modules/system/assets/js/framework.extras.js
+++ b/modules/system/assets/js/framework.extras.js
@@ -52,7 +52,7 @@
})
if (!!$container.length) {
- $con... | Pass the current context to the selector
This fixes an issue with more than one form on a single page. The messages will be correctly displayed in the container of their corresponding form. |
diff --git a/src/GkSmarty/Smarty/SmartyResolverFactory.php b/src/GkSmarty/Smarty/SmartyResolverFactory.php
index <HASH>..<HASH> 100644
--- a/src/GkSmarty/Smarty/SmartyResolverFactory.php
+++ b/src/GkSmarty/Smarty/SmartyResolverFactory.php
@@ -26,7 +26,7 @@ class SmartyResolverFactory implements FactoryInterface
{
... | fix wrong SM key in SmartyResolverFactory |
diff --git a/spec/active_record/connection_adapters/oracle_enhanced_emulate_oracle_adapter_spec.rb b/spec/active_record/connection_adapters/oracle_enhanced_emulate_oracle_adapter_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/active_record/connection_adapters/oracle_enhanced_emulate_oracle_adapter_spec.rb
+++ b/spec/ac... | remove OracleAdapter constant after emulate OracleAdapter test |
diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -18,7 +18,7 @@
*/
// version of docker images
-const DOCKER_JHIPSTER_REGISTRY = 'jhipster/jhipster-registry:v4.0.2';
+con... | Update to the latest JHipster Registry release |
diff --git a/packages/core/parcel/src/cli.js b/packages/core/parcel/src/cli.js
index <HASH>..<HASH> 100755
--- a/packages/core/parcel/src/cli.js
+++ b/packages/core/parcel/src/cli.js
@@ -116,6 +116,7 @@ var hmrOptions = {
'--cert <path>': 'path to certificate to use with HTTPS',
'--key <path>': 'path to private k... | Add --hmr-host option to set her host (#<I>) |
diff --git a/cmd/ctr/list.go b/cmd/ctr/list.go
index <HASH>..<HASH> 100644
--- a/cmd/ctr/list.go
+++ b/cmd/ctr/list.go
@@ -6,7 +6,7 @@ import (
"text/tabwriter"
"github.com/containerd/containerd"
- "github.com/containerd/containerd/api/services/execution"
+ tasks "github.com/containerd/containerd/api/services/tas... | [ctr] fix tasks service refernce |
diff --git a/heron/common/src/java/com/twitter/heron/common/basics/Communicator.java b/heron/common/src/java/com/twitter/heron/common/basics/Communicator.java
index <HASH>..<HASH> 100644
--- a/heron/common/src/java/com/twitter/heron/common/basics/Communicator.java
+++ b/heron/common/src/java/com/twitter/heron/common/ba... | Increase the minimal queue size for Communicator (#<I>)
Currently we use a strategy tuning the soft capacity of Communicator,
which can trigger back-pressure too easily.
In this pull request, we increase the minimal queue size from 0 to 1,
enhancing the concurrent processing between Gateway and Slave thread. |
diff --git a/menu_launcher.py b/menu_launcher.py
index <HASH>..<HASH> 100755
--- a/menu_launcher.py
+++ b/menu_launcher.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python2.7
import ConfigParser
-import curses
import os
import sys
import termios
@@ -12,6 +11,7 @@ from subprocess import call, check_output, PIPE, Popen
# ... | make curses optional for testing for now |
diff --git a/fastlane/actions/plugin_scores.rb b/fastlane/actions/plugin_scores.rb
index <HASH>..<HASH> 100644
--- a/fastlane/actions/plugin_scores.rb
+++ b/fastlane/actions/plugin_scores.rb
@@ -7,7 +7,9 @@ module Fastlane
plugins = fetch_plugins.sort_by { |v| v.data[:overall_score] }.reverse
- resu... | Add note that available-plugins.md is auto generated & add installation header (#<I>)
Related to <URL> |
diff --git a/lib/lifeguard/infinite_threadpool.rb b/lib/lifeguard/infinite_threadpool.rb
index <HASH>..<HASH> 100644
--- a/lib/lifeguard/infinite_threadpool.rb
+++ b/lib/lifeguard/infinite_threadpool.rb
@@ -18,11 +18,18 @@ module Lifeguard
def async(*args, &block)
return false if @shutdown
+ sleep 0.... | Throttle when queue is larger than 1,<I> |
diff --git a/elk-util-parent/elk-util-common/src/main/java/org/semanticweb/elk/io/IOUtils.java b/elk-util-parent/elk-util-common/src/main/java/org/semanticweb/elk/io/IOUtils.java
index <HASH>..<HASH> 100644
--- a/elk-util-parent/elk-util-common/src/main/java/org/semanticweb/elk/io/IOUtils.java
+++ b/elk-util-parent/elk... | a method to quietly close all output streams (as it's done for input stream). |
diff --git a/lib/parse/model/model.rb b/lib/parse/model/model.rb
index <HASH>..<HASH> 100644
--- a/lib/parse/model/model.rb
+++ b/lib/parse/model/model.rb
@@ -91,8 +91,8 @@ class String
end;
#users for properties: ex. :users -> "_User" or :songs -> Song
- def to_parse_class
- final_class = self.singularize... | The use of singularize is now optional.
Off by default |
diff --git a/lib/test.js b/lib/test.js
index <HASH>..<HASH> 100644
--- a/lib/test.js
+++ b/lib/test.js
@@ -1267,7 +1267,7 @@ class Test extends Base {
}
resolves (promise, message, extra) {
- this.currentAssert = Test.prototype.rejects
+ this.currentAssert = Test.prototype.resolves
if (message && t... | correct currentAssert in t.resolves/resolveMatch |
diff --git a/src/Composer/Compiler.php b/src/Composer/Compiler.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Compiler.php
+++ b/src/Composer/Compiler.php
@@ -118,7 +118,7 @@ class Compiler
$finder = new Finder();
$finder->files()
->ignoreVCS(true)
- ->notPath('/\/(composer... | Fix handling of .mdown files in phar compiler |
diff --git a/src/jquery.fancytree.wide.js b/src/jquery.fancytree.wide.js
index <HASH>..<HASH> 100644
--- a/src/jquery.fancytree.wide.js
+++ b/src/jquery.fancytree.wide.js
@@ -143,7 +143,7 @@ $.ui.fancytree.registerExtension({
}
this._local.measureUnit = iconWidthUnit;
this._local.levelOfs = parseFloat(levelOfs... | Check if the user is using icons or checkboxes
The old version only checked for checkboxes, so if the user had icons disabled it would mess up formatting. This commit fixes that. |
diff --git a/lib/processes.js b/lib/processes.js
index <HASH>..<HASH> 100644
--- a/lib/processes.js
+++ b/lib/processes.js
@@ -156,9 +156,21 @@ function services(srv, callback) {
srvs = srvString.split('|');
}
} catch (f) {
- // allSrv = [];
- ... | added service list on RHEL, CentOS 7.x/8.x |
diff --git a/lib/Doctrine/Hydrate.php b/lib/Doctrine/Hydrate.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Hydrate.php
+++ b/lib/Doctrine/Hydrate.php
@@ -855,9 +855,9 @@ class Doctrine_Hydrate implements Serializable
$relation = $this->_aliasMap[$cache[$key]['alias']]['relation'];
... | Bugfix for parseData2(). Unrelated to the issues mentioned in my previous commit. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.