hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
550ef5aeb24bfc799a23091afc60ebbba7808793 | diff --git a/src/you_get/extractors/acfun.py b/src/you_get/extractors/acfun.py
index <HASH>..<HASH> 100644
--- a/src/you_get/extractors/acfun.py
+++ b/src/you_get/extractors/acfun.py
@@ -18,9 +18,9 @@ def get_srt_json(id):
def acfun_download_by_vid(vid, title, output_dir='.', merge=True, info_only=False, **kwargs):
... | [acfun] fix #<I> (get and only get the specified part) | soimort_you-get | train |
f663655b7a82dcf87622c28cc1f49b9cabe2fcb6 | diff --git a/inc/setup.php b/inc/setup.php
index <HASH>..<HASH> 100644
--- a/inc/setup.php
+++ b/inc/setup.php
@@ -91,6 +91,9 @@ if ( ! function_exists ( 'understrap_setup' ) ) {
// Set up the WordPress Theme logo feature.
add_theme_support( 'custom-logo' );
+
+ // Add support for responsive embedded content... | Add responsive embed support
Related to <URL> | understrap_understrap | train |
a45ac4df29575ab296f7b8d57532796f0479fb5e | diff --git a/commons/components/commons-xml/src/main/java/org/soitoolkit/commons/xml/XPathUtil.java b/commons/components/commons-xml/src/main/java/org/soitoolkit/commons/xml/XPathUtil.java
index <HASH>..<HASH> 100644
--- a/commons/components/commons-xml/src/main/java/org/soitoolkit/commons/xml/XPathUtil.java
+++ b/comm... | Update issue <I>
Added method static public Document createDocument(String content); | soi-toolkit_soi-toolkit-mule | train |
a3e5e4876cf6ddb28e9896867517759fba4146ef | diff --git a/buffer/src/main/java/io/netty/buffer/FixedCompositeByteBuf.java b/buffer/src/main/java/io/netty/buffer/FixedCompositeByteBuf.java
index <HASH>..<HASH> 100644
--- a/buffer/src/main/java/io/netty/buffer/FixedCompositeByteBuf.java
+++ b/buffer/src/main/java/io/netty/buffer/FixedCompositeByteBuf.java
@@ -49,7 ... | FixedCompositeByteBuf.isDirect() may return wrong value when constructed with empty array (#<I>)
Motivation:
FixedCompositeByteBuf.isDirect() should return the same value as EMPTY_BUFFER.isDirect() when constructed via an empty array
Modifications:
- Return correct value when constructed via empty array.
- A... | netty_netty | train |
6b8440e17452b09778d61b48fe00310507769acc | diff --git a/examples/multicolored.py b/examples/multicolored.py
index <HASH>..<HASH> 100644
--- a/examples/multicolored.py
+++ b/examples/multicolored.py
@@ -84,7 +84,7 @@ class Node(object):
def run_tests(manager, tests=100):
"""
Simulate a test program
- Tests will error (white), fail (red), or succeed... | Fix docstrings (#<I>) | Rockhopper-Technologies_enlighten | train |
8a5085e03ed378f8cb9f9d70fbaf7695f5d41bea | diff --git a/lib/yard/code_objects/namespace_object.rb b/lib/yard/code_objects/namespace_object.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/code_objects/namespace_object.rb
+++ b/lib/yard/code_objects/namespace_object.rb
@@ -51,12 +51,13 @@ module YARD::CodeObjects
end
def mixin_meths(opts = {})
- ... | If a mixin overrides a method from another mixin, only return one method in #mixin_meths | lsegal_yard | train |
0800722c85f3351e4d848fb4e9b8fc08ea9fd090 | diff --git a/strings.go b/strings.go
index <HASH>..<HASH> 100644
--- a/strings.go
+++ b/strings.go
@@ -3,21 +3,38 @@ package golib
import (
"bytes"
+ "golang.org/x/text/width"
+
"github.com/lunixbochs/vtclean"
- "golang.org/x/text/unicode/norm"
)
// Return the number of normalized utf8-runes within the clean... | Fixed strings.go for wide characters. | antongulenko_golib | train |
c33abd9e8db1cc71972fb701102b140cb9eef7fe | diff --git a/packages/ringcentral-integration/modules/DetailedPresence/getDetailedPresenceReducer.js b/packages/ringcentral-integration/modules/DetailedPresence/getDetailedPresenceReducer.js
index <HASH>..<HASH> 100644
--- a/packages/ringcentral-integration/modules/DetailedPresence/getDetailedPresenceReducer.js
+++ b/p... | Refactors (#<I>)
* optimize detailed presence notification
* optimize DialerUI reducer inheritance | ringcentral_ringcentral-js-widgets | train |
8e6d560c862da0d034a0b7b9dda6d6e002c18b08 | diff --git a/perf/micro/index.js b/perf/micro/index.js
index <HASH>..<HASH> 100644
--- a/perf/micro/index.js
+++ b/perf/micro/index.js
@@ -92,7 +92,12 @@ Observable.create(function (observer) {
})
.filter(function (filePath) {
if (testArgument !== undefined) {
- return testArgument.some(function (val) {
+ va... | chore(micro perf): ensure csv arg not treated like filename | ReactiveX_rxjs | train |
9c56655a783586232e2c8800b3c565af35d961d7 | diff --git a/qpass/__init__.py b/qpass/__init__.py
index <HASH>..<HASH> 100644
--- a/qpass/__init__.py
+++ b/qpass/__init__.py
@@ -1,7 +1,7 @@
# qpass: Frontend for pass (the standard unix password manager).
#
# Author: Peter Odding <peter@peterodding.com>
-# Last Change: July 16, 2017
+# Last Change: July 18, 2017
... | Don't print superfluous whitespace for `empty' entries | xolox_python-qpass | train |
a9e81c17fd7e343d096ebefc9b4699c8f6fb3ef4 | diff --git a/javascript/TreeDropdownField.js b/javascript/TreeDropdownField.js
index <HASH>..<HASH> 100644
--- a/javascript/TreeDropdownField.js
+++ b/javascript/TreeDropdownField.js
@@ -53,6 +53,8 @@
},
setValue: function(val) {
this.find(':input:hidden').val(val);
+
+ this.trigger('change');
}... | MINOR Triggering change event on setValue() in TreeDropdownField.js (necessary for "insert image" form in the cms) | silverstripe_silverstripe-framework | train |
cbbc26b69a41fa344718de855dc726bdc3c9d495 | diff --git a/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableOptionsFactory.java b/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableOptionsFactory.java
index <HASH>..<HASH> 100644
--- a/bigtable-hbase/src/main/java/com/google/cloud/bigtable/hbase/BigtableOptionsFactory.java
+++ ... | Make read partial row timeout configurable. | googleapis_cloud-bigtable-client | train |
fb50ea9704a603cb42e33df4bd789228cbbf8ef2 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/config.js b/packages/node_modules/@webex/plugin-meetings/src/config.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/config.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/config.js
@@ -1,11 +1,13 @@
export def... | fix(plugin-meetings): add config support | webex_spark-js-sdk | train |
042904b37fdfc97db4a2edd3c4da61937e934dcd | diff --git a/src/Services/CustomerService.php b/src/Services/CustomerService.php
index <HASH>..<HASH> 100644
--- a/src/Services/CustomerService.php
+++ b/src/Services/CustomerService.php
@@ -107,7 +107,7 @@ final class CustomerService extends Service
*
* @return LeadSource
*/
- public function putL... | Rename PUT method in lead source service (#<I>) | Rebilly_rebilly-php | train |
6935510e83a267a60a62c4ba29ad9ed08a7c6dfc | diff --git a/astroplan/constraints.py b/astroplan/constraints.py
index <HASH>..<HASH> 100644
--- a/astroplan/constraints.py
+++ b/astroplan/constraints.py
@@ -420,7 +420,6 @@ class LocalTimeConstraint(Constraint):
Examples
--------
-
Constrain the observations to targets that are observable... | Trying to fix indentation errors in sphinx | astropy_astroplan | train |
e3900073e5906237c575bd1a3e3b7097c1ada6bf | diff --git a/testem.browserstack.js b/testem.browserstack.js
index <HASH>..<HASH> 100644
--- a/testem.browserstack.js
+++ b/testem.browserstack.js
@@ -48,7 +48,7 @@ const BrowserStackLaunchers = {
'--os',
'OS X',
'--osv',
- 'Mojave',
+ 'Big Sur',
'--b',
'safari',
'--b... | Remove IE<I>, increase Safari versions | kategengler_ember-cli-browserstack | train |
fcfaf93f6ca6b631d8c0c8b96f0ab334e0aecc16 | diff --git a/lib/heroku/cli.rb b/lib/heroku/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/cli.rb
+++ b/lib/heroku/cli.rb
@@ -44,7 +44,7 @@ class Heroku::CLI
if ENV["HEROKU_DEBUG"]
styled_error(e)
else
- error("Command cancelled.")
+ error("Command cancelled.", false)
end
rescue ... | skip reporting to rollbar on ctrl-c | heroku_legacy-cli | train |
c9680fdb8a8ffe7d643a734f383eb44ff64eba46 | diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/deployment/EJBSecurityDomainService.java b/ejb3/src/main/java/org/jboss/as/ejb3/deployment/EJBSecurityDomainService.java
index <HASH>..<HASH> 100644
--- a/ejb3/src/main/java/org/jboss/as/ejb3/deployment/EJBSecurityDomainService.java
+++ b/ejb3/src/main/java/org/jboss/as... | WFLY-<I> EJBDefaultSecurityDomainProcessor creates services with a non unique name | wildfly_wildfly | train |
115868457ad0bdc0dcd0627709f7509ee872ab6a | diff --git a/gwpy/tests/test_detector.py b/gwpy/tests/test_detector.py
index <HASH>..<HASH> 100644
--- a/gwpy/tests/test_detector.py
+++ b/gwpy/tests/test_detector.py
@@ -374,6 +374,7 @@ class TestChannel(object):
assert getattr(c, key) == pdict[key]
assert c.ndsname == name
+ @utils.skip_mis... | tests: added skip for missing ligo.org package | gwpy_gwpy | train |
a1fa214902e6018f77cd6e4ac737b6a219ea3bb7 | diff --git a/pkg/oauthserver/oauthserver/auth.go b/pkg/oauthserver/oauthserver/auth.go
index <HASH>..<HASH> 100644
--- a/pkg/oauthserver/oauthserver/auth.go
+++ b/pkg/oauthserver/oauthserver/auth.go
@@ -247,6 +247,7 @@ func ensureOAuthClient(client oauthapi.OAuthClient, oauthClients oauthclient.OAu
// getCSRF return... | Add comments for enforcing HTTPS on all cookies
We need to move the CSRF and session cookie logic to always use
secure cookies. In general I do not think we have ever supported a
non-HTTPS OAuth server. | openshift_origin | train |
6d1de86563d2d0cb1771c8a5fe588bcfe0d83d15 | diff --git a/pyani/scripts/parsers.py b/pyani/scripts/parsers.py
index <HASH>..<HASH> 100644
--- a/pyani/scripts/parsers.py
+++ b/pyani/scripts/parsers.py
@@ -170,6 +170,67 @@ def build_parser_classify(subparsers, parents=None):
parser.set_defaults(func=subcommands.subcmd_classify)
+def build_parser_index(... | add framework for commands to CLI parser | widdowquinn_pyani | train |
09bd0bb84941c73afab6812f653f9baf537c8782 | diff --git a/tests/faults/mfd/test_anderson_luco_arbitrary.py b/tests/faults/mfd/test_anderson_luco_arbitrary.py
index <HASH>..<HASH> 100644
--- a/tests/faults/mfd/test_anderson_luco_arbitrary.py
+++ b/tests/faults/mfd/test_anderson_luco_arbitrary.py
@@ -39,9 +39,9 @@
# (hazard@globalquakemodel.org).
#
# The Hazar... | Changed the path to data files in tests | gem_oq-engine | train |
6e561c534381019885c3af0bf87b7cc080516f18 | diff --git a/lib/role_model/roles.rb b/lib/role_model/roles.rb
index <HASH>..<HASH> 100644
--- a/lib/role_model/roles.rb
+++ b/lib/role_model/roles.rb
@@ -14,10 +14,15 @@ module RoleModel
model_instance.roles = roles if model_instance
self
end
+
alias_method :<<, :add
def delete(role)
- ... | Add delete array of roles feature and new specs. | martinrehfeld_role_model | train |
8c78719ae2c585a22d2dca23a818a2285ddadbdf | diff --git a/src/script.js b/src/script.js
index <HASH>..<HASH> 100644
--- a/src/script.js
+++ b/src/script.js
@@ -321,7 +321,7 @@ export default class Script extends EventPropagator {
} else {
//On the off chance the function factory is a promise, run it through again if need be
- re... | src: Reordered loading/exports stuff to be within a try-catch block to forward immediate errors to listeners. | novacrazy_scriptor | train |
cb502c7d6472fd1c048d0e7574217731dcec2937 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -42,7 +42,6 @@ function doBundle(target, name, dest) {
}
function watchBundle(target, name, dest) {
- doBundle(target, name, dest);
return watchify(target)
.on('update', function (scriptIds) {
scriptId... | Updating gulp build process | HubSpot_react-select-plus | train |
b5edce1a638388a223e9b5fcb52edb068ccad0a4 | diff --git a/Klein/ResponseCookie.php b/Klein/ResponseCookie.php
index <HASH>..<HASH> 100644
--- a/Klein/ResponseCookie.php
+++ b/Klein/ResponseCookie.php
@@ -143,7 +143,7 @@ class ResponseCookie
*/
public function setName($name)
{
- (string) $this->name = $name;
+ $this->name = (string) $... | Haha, #oopsbigtime. Fixing casts so they actually work | klein_klein.php | train |
528841163ef594f9e1777d519f6faefd00b9bb91 | diff --git a/txtorcon/torstate.py b/txtorcon/torstate.py
index <HASH>..<HASH> 100644
--- a/txtorcon/torstate.py
+++ b/txtorcon/torstate.py
@@ -17,6 +17,7 @@ from txtorcon.torcontrolprotocol import parse_keywords
from interface import ITorControlProtocol, IRouterContainer, ICircuitListener, ICircuitContainer, IStreamLi... | ns/all was confusing descriptor parser with dangling OK line | meejah_txtorcon | train |
85cdbdf408c57650e43d3e36f0786aa4b772bf26 | diff --git a/HACKING.rst b/HACKING.rst
index <HASH>..<HASH> 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -373,6 +373,11 @@ OpenStack Licensing
# License for the specific language governing permissions and limitations
# under the License.
+ Alternately also check for the
+ `SPDX license header <https://... | Add support for detecting SPDX license headers
SPDX license headers are recognized as a short form of reference to specific
licenses. [<URL> | openstack_hacking | train |
7ec42b4820953395f22b0063036b32eea8fa68b0 | diff --git a/h2o-algos/src/main/java/hex/kmeans/KMeans.java b/h2o-algos/src/main/java/hex/kmeans/KMeans.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/main/java/hex/kmeans/KMeans.java
+++ b/h2o-algos/src/main/java/hex/kmeans/KMeans.java
@@ -315,7 +315,7 @@ public class KMeans extends ClusteringModelBuilder<KMeans... | Pubdev <I> maxruntime tests (#<I>)
* Relaxed time bound for PCA as algo spends time in preparation before checking max_runtime_secs requirement.
* PUBDEV-<I>: max runtime. Pass max_runtime_secs from PCA to SVD.
PUBDEV-<I>: max runtime. Added correct method to check max_runtime_secs to kmeans.java | h2oai_h2o-3 | train |
408909eeebd05ceea7301dfd940ce7494ee0d342 | diff --git a/txspinneret/test/test_resource.py b/txspinneret/test/test_resource.py
index <HASH>..<HASH> 100644
--- a/txspinneret/test/test_resource.py
+++ b/txspinneret/test/test_resource.py
@@ -297,9 +297,9 @@ class SpinneretResourceTests(TestCase):
result = getChildForRequest(resource, request)
requ... | Make the tests pass on Twisted trunk. | jonathanj_txspinneret | train |
7b6bb5c890b41bc7aa36d26ab1dd123a04e8a043 | diff --git a/lib/typhoeus/hydra/cacheable.rb b/lib/typhoeus/hydra/cacheable.rb
index <HASH>..<HASH> 100644
--- a/lib/typhoeus/hydra/cacheable.rb
+++ b/lib/typhoeus/hydra/cacheable.rb
@@ -4,6 +4,9 @@ module Typhoeus
def add(request)
if request.cacheable? && response = Typhoeus::Config.cache.get(request)
... | Adding requests after a cached request finishes
#<I> | typhoeus_typhoeus | train |
f71928b95621c7e168f5762b8954a8a490f5d5c4 | diff --git a/lib/formtastic/inputs/boolean_input.rb b/lib/formtastic/inputs/boolean_input.rb
index <HASH>..<HASH> 100644
--- a/lib/formtastic/inputs/boolean_input.rb
+++ b/lib/formtastic/inputs/boolean_input.rb
@@ -34,12 +34,12 @@ module Formtastic
def to_html
input_wrapping do
- hidden... | refactored BooleanInput a bit more | justinfrench_formtastic | train |
9d54f3449d1190fc320c267f35782f8355f6f3c7 | diff --git a/src/Aws/DynamoDb/Session/LockingStrategy/AbstractLockingStrategy.php b/src/Aws/DynamoDb/Session/LockingStrategy/AbstractLockingStrategy.php
index <HASH>..<HASH> 100644
--- a/src/Aws/DynamoDb/Session/LockingStrategy/AbstractLockingStrategy.php
+++ b/src/Aws/DynamoDb/Session/LockingStrategy/AbstractLockingSt... | Fix for issue #<I>
When last session variable is unset, delete `data` attribute instead of setting it to ''. | aws_aws-sdk-php | train |
1dbffe25983ed1c611d01b5159bfea01a86bf1c0 | diff --git a/test/segments_verify.py b/test/segments_verify.py
index <HASH>..<HASH> 100644
--- a/test/segments_verify.py
+++ b/test/segments_verify.py
@@ -57,7 +57,7 @@ def iscoalesced(l):
def set1():
- return [
+ return (
segments.segment(-2, 2),
segments.segment(-2, 2),
segments.segment(-2, 2),
@@ -72,1... | Update for removal of continuous() and order() methods from segment class. | gwastro_pycbc-glue | train |
0155523202a969a2376284ddd02841c4d3ad7938 | diff --git a/src/Controller/Component/CapabilityComponent.php b/src/Controller/Component/CapabilityComponent.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Component/CapabilityComponent.php
+++ b/src/Controller/Component/CapabilityComponent.php
@@ -44,6 +44,27 @@ class CapabilityComponent extends Component
}... | move public method on top (task #<I>) | QoboLtd_cakephp-roles-capabilities | train |
4148609045d4a012c079b59a58f7e1098e050f3d | diff --git a/core/src/main/java/com/orientechnologies/common/concur/lock/OReadersWriterSpinLock.java b/core/src/main/java/com/orientechnologies/common/concur/lock/OReadersWriterSpinLock.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/common/concur/lock/OReadersWriterSpinLock.java
+++ b/c... | Issue #<I> was refixed. | orientechnologies_orientdb | train |
9548247251399a4fbe7a140c5d8db64e8dd71b46 | diff --git a/cobe/instatrace.py b/cobe/instatrace.py
index <HASH>..<HASH> 100644
--- a/cobe/instatrace.py
+++ b/cobe/instatrace.py
@@ -56,4 +56,3 @@ class Instatrace:
extra = " " + repr(userData)
self._fd.write("%s %d%s\n" % (statName, statValue, extra))
- self._fd.flush() | Remove a debugging flush() after every trace | pteichman_cobe | train |
dfe04a1beffefd99629312c75b984642cabc5899 | diff --git a/functions/filters.php b/functions/filters.php
index <HASH>..<HASH> 100644
--- a/functions/filters.php
+++ b/functions/filters.php
@@ -48,7 +48,7 @@ function hybrid_excerpt_more( $text ) {
* Wraps the output of `wp_link_pages()` with `<p class="page-links">` if it's simply wrapped in a
* `<p>` tag.
*... | Correct @since in PHPDoc. | justintadlock_hybrid-core | train |
8f703e78d3230e945c2b1c98a7f2a0559014dd9f | diff --git a/src/ActiveQuery.php b/src/ActiveQuery.php
index <HASH>..<HASH> 100644
--- a/src/ActiveQuery.php
+++ b/src/ActiveQuery.php
@@ -106,16 +106,17 @@ class ActiveQuery extends Query implements ActiveQueryInterface
* @param Connection $db the DB connection used to create the DB command.
* ... | ActiveQuery::all - added second argument that will be passed to Command::search | hiqdev_yii2-hiart | train |
ece2ab6817f7486e542d16db7e2db940044e2f0c | diff --git a/lib/tdiary/plugin/00default.rb b/lib/tdiary/plugin/00default.rb
index <HASH>..<HASH> 100644
--- a/lib/tdiary/plugin/00default.rb
+++ b/lib/tdiary/plugin/00default.rb
@@ -213,9 +213,9 @@ add_header_proc do
#{icon_tag}
#{default_ogp}
#{description_tag}
+ #{css_tag.chomp}
#{jquery_tag.chomp}
#{scrip... | change order loading CSS and JS
load CSS files ahead of JavaScript files | tdiary_tdiary-core | train |
bc05f351c8f072ee813c394449ede2102fbb63ff | diff --git a/patchwork/connection.py b/patchwork/connection.py
index <HASH>..<HASH> 100644
--- a/patchwork/connection.py
+++ b/patchwork/connection.py
@@ -126,6 +126,7 @@ class Connection():
rpyc_dirname = os.path.dirname(rpyc.__file__)
rnd_id = ''.join(random.choice(string.ascii_lowercase) fo... | connection.py: further debugging localhost connect | RedHatQE_python-stitches | train |
770c5eb5ac196c02824a074caffe9e8c9acd9d94 | diff --git a/client/handlers_test.go b/client/handlers_test.go
index <HASH>..<HASH> 100644
--- a/client/handlers_test.go
+++ b/client/handlers_test.go
@@ -17,7 +17,7 @@ func TestPING(t *testing.T) {
// Test the handler for 001 / RPL_WELCOME
func Test001(t *testing.T) {
- _, c := setUp(t)
+ m, c := setUp(t)
// S... | Use ExpectNothing() to make sure handlers don't generate unexpected output. | fluffle_goirc | train |
4a518751796e8687f894099b385d5689c20c33ff | diff --git a/server/server_test.go b/server/server_test.go
index <HASH>..<HASH> 100644
--- a/server/server_test.go
+++ b/server/server_test.go
@@ -594,14 +594,15 @@ func TestAuthenticate_3rd_party_JWTs(t *testing.T) {
},
}
- ctx := context.Background()
-
for _, testData := range tests {
testDataCopy := test... | fix: test race (#<I>) | argoproj_argo-cd | train |
3ca42d01bebf28a2ff97658bd5d8791a0d9c3679 | diff --git a/change.log b/change.log
index <HASH>..<HASH> 100644
--- a/change.log
+++ b/change.log
@@ -1,3 +1,5 @@
+- Add Array boxing/unboxing methods for short/Short.
+
Jenetics-1.2.0
- Marking some Array constructors as deprecated.
- Add some additional random helper functions.
diff --git a/org.jenetics/src/main/... | Add Array boxing/unboxing methods for short/Short. | jenetics_jenetics | train |
99b1e50722af932fb0d53b2b3c2242c6169c0e1e | diff --git a/packet_handler_map.go b/packet_handler_map.go
index <HASH>..<HASH> 100644
--- a/packet_handler_map.go
+++ b/packet_handler_map.go
@@ -202,7 +202,7 @@ func (h *packetHandlerMap) parsePacket(
var rest []byte
if hdr.IsLongHeader {
- if protocol.ByteCount(len(data)) < hdr.Length {
+ if protocol.Byt... | fix length check for too short packets | lucas-clemente_quic-go | train |
196f1d161ffce2867dc5fa23093839542e5ead26 | diff --git a/plenum/server/monitor.py b/plenum/server/monitor.py
index <HASH>..<HASH> 100644
--- a/plenum/server/monitor.py
+++ b/plenum/server/monitor.py
@@ -1,4 +1,5 @@
import time
+from abc import ABCMeta
from datetime import datetime
from statistics import mean, median_low, median, median_high
from typing impor... | [INDY-<I>] add strategy for getting average values for backup replicas | hyperledger_indy-plenum | train |
9586f0ce3ec289b2185f85ba263909c1b156d635 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/PlanOptimizers.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/PlanOptimizers.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/PlanOptimizers.java
+++ b/presto-main/src/main/java/com/f... | Improve strategy for replacing legacy optimizers with new rules
IterativeOptimizer can now take a list of legacy rules and a set
of new rules that are expected to replace them. When the new optimizer
is enabled, the legacy rule is skipped and the new rules are run. | prestodb_presto | train |
17a3f4eef4d09f26e33b66c78990892f73cce52d | diff --git a/sciunit/utils.py b/sciunit/utils.py
index <HASH>..<HASH> 100644
--- a/sciunit/utils.py
+++ b/sciunit/utils.py
@@ -17,6 +17,7 @@ import re
import sys
import traceback
import unittest.mock
+from urllib.request import urlopen
import warnings
from datetime import datetime
@@ -280,6 +281,7 @@ class Noteb... | Added fix for unit testing notebooks with shell commands | scidash_sciunit | train |
b54dd5ece153eea6d8badebe8e9f9f0cc72731a8 | diff --git a/angr/analyses/cfg.py b/angr/analyses/cfg.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/cfg.py
+++ b/angr/analyses/cfg.py
@@ -146,7 +146,7 @@ class CFG(Analysis, CFGBase):
@property
def unconstrained(self):
- self._unconstrained_states
+ return self._unconstrained_states
def _push_un... | added code to monitor unconstrained states | angr_angr | train |
8964595692766444fb84445931889677af5f55eb | diff --git a/cli/command/system/info.go b/cli/command/system/info.go
index <HASH>..<HASH> 100644
--- a/cli/command/system/info.go
+++ b/cli/command/system/info.go
@@ -16,6 +16,7 @@ import (
"github.com/docker/cli/templates"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/swarm"
+ "github.... | info: skip client-side warning about seccomp profile on API >= <I>
This warning will be moved to the daemon-side, similar to how it returns
other warnings. There's work in progress to change the name of the default
profile, so we may need to backport this change to prevent existing clients
from printing an incorrect w... | docker_cli | train |
1698a4933a52db998a684ca990602d9a49a37af2 | diff --git a/pycbc/workflow/legacy_ihope.py b/pycbc/workflow/legacy_ihope.py
index <HASH>..<HASH> 100644
--- a/pycbc/workflow/legacy_ihope.py
+++ b/pycbc/workflow/legacy_ihope.py
@@ -436,7 +436,7 @@ class LegacyCohPTFInjfinder(LegacyAnalysisExecutable):
node._add_input(inj_file)
node.add_opt('--... | Fixing typo in injfinder class in legacy_ihope
Also noting that the inspiral job class should be set up more elegantly | gwastro_pycbc | train |
bd970440270cba15ff17c1e8ff10ef36a4bc12f5 | diff --git a/lib/nuggets/array/mean_mixin.rb b/lib/nuggets/array/mean_mixin.rb
index <HASH>..<HASH> 100644
--- a/lib/nuggets/array/mean_mixin.rb
+++ b/lib/nuggets/array/mean_mixin.rb
@@ -52,7 +52,7 @@ module Nuggets
weights += weight
}
- (total / weights.to_f) ** (1 / exponent) unless weights.zero?
+ ... | lib/nuggets/array/mean_mixin.rb (generalized_mean): [FIX] Float division. | blackwinter_nuggets | train |
77cb1ea6d8a3e1f8d54dbcf2690034bf3aa83a83 | diff --git a/roaring/roaring.go b/roaring/roaring.go
index <HASH>..<HASH> 100644
--- a/roaring/roaring.go
+++ b/roaring/roaring.go
@@ -3961,7 +3961,10 @@ func (op *op) UnmarshalBinary(data []byte) error {
_, _ = h.Write(data[0:9])
if op.typ > 1 {
- if 1152921504606847000 < int(op.value) {
+ // The maximum integ... | Claified the arithmetic behind the max op.value | pilosa_pilosa | train |
7307657a6bf306c16873cdb3884323e31f1dfd19 | diff --git a/resources/gulpfile.js b/resources/gulpfile.js
index <HASH>..<HASH> 100644
--- a/resources/gulpfile.js
+++ b/resources/gulpfile.js
@@ -13,11 +13,15 @@ elixir(function (mix) {
mix.sass(['app.scss'])
.browserify('app.js')
- .exec('sereno build --dir="../" --env=' + env, [
- 'docs/*',
-... | :construction: Update gulp config (#<I>) | serenohq_core | train |
5a6b4127a71e12c6b9d96276a0e207fa12f78dff | diff --git a/lxd-agent/main_agent.go b/lxd-agent/main_agent.go
index <HASH>..<HASH> 100644
--- a/lxd-agent/main_agent.go
+++ b/lxd-agent/main_agent.go
@@ -8,6 +8,7 @@ import (
"io/ioutil"
"os"
"os/signal"
+ "strings"
"time"
"github.com/pkg/errors"
@@ -211,10 +212,16 @@ func (c *cmdAgent) mountHostShares() {... | lxd-agent/main/agent: Fix 9p mount when relative target path is supplied
Convert to absolute from /.
Skip if mount point doesn't exist and can't be created. | lxc_lxd | train |
edf59a300cf98687b41af57fbf6675c0d0dff953 | diff --git a/app.js b/app.js
index <HASH>..<HASH> 100644
--- a/app.js
+++ b/app.js
@@ -80,6 +80,7 @@ db.connect({}, function(err) {
app.use(express.query());
app.use(express.methodOverride());
app.use(express.session({secret: (config.secret || "activitypump")}));
+ app.use(express.favi... | Move favicon.ico higher up the chain | pump-io_pump.io | train |
b1b5a2ed04fe9d37541d695bc2696f7eca33b51f | diff --git a/lib/webmock/http_lib_adapters/net_http.rb b/lib/webmock/http_lib_adapters/net_http.rb
index <HASH>..<HASH> 100644
--- a/lib/webmock/http_lib_adapters/net_http.rb
+++ b/lib/webmock/http_lib_adapters/net_http.rb
@@ -98,7 +98,7 @@ module WebMock
after_request.call(response)
}
... | Allow filtering based on `net_http_connect_on_start` | bblimke_webmock | train |
2d91bfd1cc4e6001a8cfb52276624d38fef7ca5f | diff --git a/pyked/tests/test_chemked.py b/pyked/tests/test_chemked.py
index <HASH>..<HASH> 100644
--- a/pyked/tests/test_chemked.py
+++ b/pyked/tests/test_chemked.py
@@ -380,32 +380,57 @@ class TestConvertToReSpecTh(object):
'volume history.' in str(excinfo.value)
)
- @pytest.mar... | Add tests for d/dt max extrapolated ignition type conversion | pr-omethe-us_PyKED | train |
b027cc9b513ff6b735e071e378e9799536e253c5 | diff --git a/spyder/app/tests/test_mainwindow.py b/spyder/app/tests/test_mainwindow.py
index <HASH>..<HASH> 100644
--- a/spyder/app/tests/test_mainwindow.py
+++ b/spyder/app/tests/test_mainwindow.py
@@ -25,6 +25,8 @@ from qtpy.QtWidgets import QApplication, QFileDialog, QLineEdit
from spyder.app.cli_options import g... | Testing: Add a test for dedicated consoles | spyder-ide_spyder | train |
b53308b5c2e27a689046df74fcbc4d669f7807f1 | diff --git a/src/I18n/Translator.php b/src/I18n/Translator.php
index <HASH>..<HASH> 100644
--- a/src/I18n/Translator.php
+++ b/src/I18n/Translator.php
@@ -119,7 +119,6 @@ class Translator implements TranslatorInterface
public function translate($key, array $tokensValues = [])
{
$message = $this->getM... | Empty message strings should return the key
context based messages should return the key when the translated value
is ''. This mirrors the behavior of context-less messages. Returning ''
was incorrectly added in #<I>
Refs #<I> | cakephp_cakephp | train |
7a9fb144783e3c2e79f1634af858bc2888686fbe | diff --git a/src/utils/Canvas.js b/src/utils/Canvas.js
index <HASH>..<HASH> 100644
--- a/src/utils/Canvas.js
+++ b/src/utils/Canvas.js
@@ -151,7 +151,8 @@ Z.Canvas = {
if (Z.node) {
imageTexture = resources.getImage([imgUrl, null, strokeWidth]);
} else {
- imageTexture = resour... | fixed texture's width in linePattern | maptalks_maptalks.js | train |
ce079556730a00cfbf3fd6655d17ea2c97ade5e6 | diff --git a/state/application.go b/state/application.go
index <HASH>..<HASH> 100644
--- a/state/application.go
+++ b/state/application.go
@@ -197,7 +197,6 @@ func (a *Application) destroyOps() ([]txn.Op, error) {
}
ops = append(ops, relOps...)
}
- // TODO(ericsnow) Use a generic registry instead.
resOps, err... | Drive-by removal of obsolete todo | juju_juju | train |
42b52b853213cb5d3f4f6846049b5f6bb3beeee4 | diff --git a/lib/reports_kit/reports/generate_autocomplete_results.rb b/lib/reports_kit/reports/generate_autocomplete_results.rb
index <HASH>..<HASH> 100644
--- a/lib/reports_kit/reports/generate_autocomplete_results.rb
+++ b/lib/reports_kit/reports/generate_autocomplete_results.rb
@@ -14,6 +14,7 @@ module ReportsKit
... | Validate that autocomplete filters have models | tombenner_reports_kit | train |
2ecf6be3ef620afaf5144067cde7915e37e88003 | diff --git a/server/events.go b/server/events.go
index <HASH>..<HASH> 100644
--- a/server/events.go
+++ b/server/events.go
@@ -866,6 +866,15 @@ func (s *Server) processRemoteServerShutdown(sid string) {
v.(*Account).removeRemoteServer(sid)
return true
})
+ // Update any state in nodeInfo.
+ s.nodeToInfo.Range(f... | Mark raft node as offline when server is removed | nats-io_gnatsd | train |
9bce38c01aae2ed93c467d7ceb75ae4eef2994d8 | diff --git a/f90nml/namelist.py b/f90nml/namelist.py
index <HASH>..<HASH> 100644
--- a/f90nml/namelist.py
+++ b/f90nml/namelist.py
@@ -143,7 +143,13 @@ class Namelist(OrderedDict):
def __contains__(self, key):
"""Case-insensitive interface to OrderedDict."""
- return super(Namelist, self).__conta... | Check cogroups list for key existence
Checking for the existence of a key would fail if the key was a cogroup,
since cogroup keys were renamed to the internal format (`_grp_..._###`).
This was resolved by searching both the namelist dict keys and the
internal cogroup list.
This also fixed a bug with removal of eleme... | marshallward_f90nml | train |
93a4136a2ccc5fa52da1235b221d168cfc5ce01c | diff --git a/src/PhpTus/Server.php b/src/PhpTus/Server.php
index <HASH>..<HASH> 100644
--- a/src/PhpTus/Server.php
+++ b/src/PhpTus/Server.php
@@ -17,6 +17,8 @@ use Predis\Client as PredisClient;
class Server
{
+ const TIMEOUT = 30;
+
const POST = 'POST';
const HEAD = 'HEAD';
const PATCH = 'PATC... | Write the patch method for the server (git add src/PhpTus/Server.php! without testing) | Orajo_zf2-tus-server | train |
f5d151ac08a3962bdd8408bc363b4efbfa14b05a | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -15,6 +15,8 @@ function renderTemplate(template, data) {
content = hogan.compile(template).render(data);
} else if (typeof template === 'function') {
content = template(data);
+ } else {
+ thro... | fix(template): throw when no way to deal with the template type | algolia_instantsearch.js | train |
25bafe4157a16c18e29f0b6d83c9c443e3727735 | diff --git a/src/resources/views/admin/_form.blade.php b/src/resources/views/admin/_form.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/admin/_form.blade.php
+++ b/src/resources/views/admin/_form.blade.php
@@ -29,9 +29,12 @@
<div class="form-group">
{!! BootForm::hidden('activated')->value(0) !!}
-... | Only superusers can view and change the superuser status | TypiCMS_Users | train |
5fd598f2ac239e19b59f5ed35ccba676b49eb298 | diff --git a/spyder/plugins/variableexplorer/widgets/collectionsdelegate.py b/spyder/plugins/variableexplorer/widgets/collectionsdelegate.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/variableexplorer/widgets/collectionsdelegate.py
+++ b/spyder/plugins/variableexplorer/widgets/collectionsdelegate.py
@@ -161,6 +16... | Variable Explorer: Emit sig_editor_shown in some cases to stop spinner | spyder-ide_spyder | train |
c832e9334244660284d49c7dcc43cda70323fdb5 | diff --git a/lib/neo4j/node.rb b/lib/neo4j/node.rb
index <HASH>..<HASH> 100644
--- a/lib/neo4j/node.rb
+++ b/lib/neo4j/node.rb
@@ -3,6 +3,7 @@ require 'neo4j/events'
require 'lucene'
require 'neo4j/transactional'
+require 'neo4j/dynamic_accessor'
module Neo4j
@@ -429,6 +430,7 @@ module Neo4j
class BaseN... | Fixed rspecs, they all work now | neo4jrb_neo4j | train |
43492a08d75c048378967132e30deb9c1d033b87 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -59,13 +59,13 @@ setup(
],
install_requires=[
'argparse>=1.2.1',
- 'numpy>=1.7.0',
- 'naarad>=1.0.8',
- 'paramiko>=1.15.1',
- 'pytz>=2014.7',
+ 'numpy>=1.6.2',
+ 'naarad>=1.0.15',
+ ... | change dependency versions to be in sync with minimum requirement for naarad | linkedin_Zopkio | train |
db355ad5bd63602fe0b52fe40e1dc5937bd37275 | diff --git a/BackofficeBundle/Controller/AdminController.php b/BackofficeBundle/Controller/AdminController.php
index <HASH>..<HASH> 100644
--- a/BackofficeBundle/Controller/AdminController.php
+++ b/BackofficeBundle/Controller/AdminController.php
@@ -24,10 +24,6 @@ class AdminController extends Controller
*/
... | remove js catch from admin controller | open-orchestra_open-orchestra-cms-bundle | train |
2f78bfa6585bed90fbce869c6af5f141581599c3 | diff --git a/clients/unshaded/src/main/java/tachyon/client/TachyonFile.java b/clients/unshaded/src/main/java/tachyon/client/TachyonFile.java
index <HASH>..<HASH> 100644
--- a/clients/unshaded/src/main/java/tachyon/client/TachyonFile.java
+++ b/clients/unshaded/src/main/java/tachyon/client/TachyonFile.java
@@ -246,9 +24... | [SMALLFIX] Add back a method required | Alluxio_alluxio | train |
f0ed5d6c07a7baa90f0964e1d5efe0595683ceda | diff --git a/talon/quotations.py b/talon/quotations.py
index <HASH>..<HASH> 100644
--- a/talon/quotations.py
+++ b/talon/quotations.py
@@ -31,7 +31,9 @@ RE_ON_DATE_SMB_WROTE = re.compile(
# French
'Le',
# Polish
- 'W dniu'
+ 'W dniu',
+ # Dutch
+ ... | New splitter pattern for Dutch mail replies | mailgun_talon | train |
8af90b743ea2977103dbe4dc121add0c2ee1f23a | diff --git a/mqlight/src/main/java/com/ibm/mqlight/api/impl/engine/Engine.java b/mqlight/src/main/java/com/ibm/mqlight/api/impl/engine/Engine.java
index <HASH>..<HASH> 100644
--- a/mqlight/src/main/java/com/ibm/mqlight/api/impl/engine/Engine.java
+++ b/mqlight/src/main/java/com/ibm/mqlight/api/impl/engine/Engine.java
@... | Ensure engineConnection is open before processing data | mqlight_java-mqlight | train |
2c91cff93909169217f7734665c728fa2ad6936d | diff --git a/infra/azure/vm/lib/networks.js b/infra/azure/vm/lib/networks.js
index <HASH>..<HASH> 100644
--- a/infra/azure/vm/lib/networks.js
+++ b/infra/azure/vm/lib/networks.js
@@ -69,7 +69,7 @@ const networks = {
params.subnets = options.params.subnets;
}
- reso... | Bug fix in create/update network in azure native driver | soajs_soajs.core.drivers | train |
a532d03fd7ddd4051dcb1ee36e987f468dba4c29 | diff --git a/spec/rubocop/cop/style/documentation_spec.rb b/spec/rubocop/cop/style/documentation_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/rubocop/cop/style/documentation_spec.rb
+++ b/spec/rubocop/cop/style/documentation_spec.rb
@@ -194,5 +194,44 @@ describe RuboCop::Cop::Style::Documentation do
end
... | Add tests to cover subclasses with `#:nodoc:` | rubocop-hq_rubocop | train |
e97f660abe6c0d2a9da8f10be507da93312e05d4 | diff --git a/lib/generators/rails/observer_generator.rb b/lib/generators/rails/observer_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/rails/observer_generator.rb
+++ b/lib/generators/rails/observer_generator.rb
@@ -9,10 +9,20 @@ module Rails
end
def include_observable_mixin
- line = "cl... | fix(Generator): Dynamically set ActiveRecord class
Rails 5 models inherit from ApplicationRecord rather than ActiveRecord::Base as
in previous versions. This checks the Rails::VERSION::MAJOR and sets the class
accordingly in the generator.
Tested it manually, couldn't think of an obvious way to write spec coverage.
H... | platanus_power-types | train |
feeeac33d645547b565eb47d907e957a148ac5d6 | diff --git a/bind_test.go b/bind_test.go
index <HASH>..<HASH> 100644
--- a/bind_test.go
+++ b/bind_test.go
@@ -12,4 +12,7 @@ func TestBind(t *testing.T) {
for _, testCase := range multipartFormTestCases {
performMultipartFormTest(t, Bind, testCase)
}
+ for _, testCase := range fileTestCases {
+ performFileTest(... | Bind tests now perform file tests too | martini-contrib_binding | train |
28254ffd6d6830668f73f4cbcb49188b10c5fe3d | diff --git a/consumer.go b/consumer.go
index <HASH>..<HASH> 100644
--- a/consumer.go
+++ b/consumer.go
@@ -237,6 +237,11 @@ func (cnsmr *Consumer) ContainerMetrics(appGuid string, authToken string) ([]*ev
break
}
proto.Unmarshal(buffer.Bytes(), msg)
+
+ if msg.GetEventType() == events.Envelope_LogMessage {
+... | Handle error messages in ContainerMetrics
TrafficController can sometimes push LogMessage-typed events down the connection, even though we expect only ContainerMetric-typed events. In this case, we present the message as an error and discard all ContainerMetrics received.
[#<I>] | cloudfoundry_noaa | train |
790a3fb21ca0b7aa9054a5bb06ef9a1d0ce3caf7 | diff --git a/SMTP.php b/SMTP.php
index <HASH>..<HASH> 100644
--- a/SMTP.php
+++ b/SMTP.php
@@ -116,51 +116,6 @@ class Net_SMTP extends PEAR {
}
/**
- * Attempt to connect to the SMTP server.
- *
- * @return mixed Returns a PEAR_Error with an error message on any
- * kind of fai... | Move the connect() and disconnect() methods down below the private
network-handling methods. | pear_Net_SMTP | train |
2b45fee0ed25035796de4c21d477fdbcbe3dbda7 | diff --git a/src/connection-manager/index.js b/src/connection-manager/index.js
index <HASH>..<HASH> 100644
--- a/src/connection-manager/index.js
+++ b/src/connection-manager/index.js
@@ -182,7 +182,6 @@ class ConnectionManager extends EventEmitter {
this.emit('peer:connect', connection)
}
- this._libp2... | fix: onConnect should not add addr to the addressBook | libp2p_js-libp2p | train |
d947d5d25d2df677f4f04c6a26aae169634965a4 | diff --git a/encode.go b/encode.go
index <HASH>..<HASH> 100644
--- a/encode.go
+++ b/encode.go
@@ -77,7 +77,7 @@ func (e Encoder) EncodeFloat(v float64) (err error) {
return e.Emitter.EmitFloat(v, 64)
}
-// EncodeString uses e to encode string value v.
+// EncodeString uses e to encode the string value v.
func (e... | optimize the encoder + expose encoder methods for more types | segmentio_objconv | train |
34bd34691b8bc4962fbd25fe96254e1df77c7372 | diff --git a/gwpy/plotter/timeseries.py b/gwpy/plotter/timeseries.py
index <HASH>..<HASH> 100644
--- a/gwpy/plotter/timeseries.py
+++ b/gwpy/plotter/timeseries.py
@@ -37,11 +37,13 @@ class TimeSeriesPlot(Plot):
kwargs.setdefault('figsize', [12,6])
# generate figure
super(TimeSeriesPlot, self)... | plotter.TimeSeriesPlot: supered add_timeseries
- now add_timeseries will plot and set epoch | gwpy_gwpy | train |
58511d52b7f3b30ff43cb1be546992a1bfd7a32a | diff --git a/ext/lanterna/src/main/java/org/minimalj/frontend/impl/lanterna/Lanterna.java b/ext/lanterna/src/main/java/org/minimalj/frontend/impl/lanterna/Lanterna.java
index <HASH>..<HASH> 100644
--- a/ext/lanterna/src/main/java/org/minimalj/frontend/impl/lanterna/Lanterna.java
+++ b/ext/lanterna/src/main/java/org/min... | Lanterna Frontend: exit on close window | BrunoEberhard_minimal-j | train |
0bb350e58f7f85e84d1db09696f46ce6a3bb4b36 | diff --git a/src/utils/domain.js b/src/utils/domain.js
index <HASH>..<HASH> 100644
--- a/src/utils/domain.js
+++ b/src/utils/domain.js
@@ -37,12 +37,15 @@ export function domainFromPercent(newDomain, oldDomain, rangeExtent) {
/**
* Base check that value is within the range of extent (up to and including start and ... | hotfix: guard against missing or malformed extents in isWithinRange | ihmeuw_ihme-ui | train |
cd8674867832c2a63ab2a97a49cbd750b58a0d21 | 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,3 +1,7 @@
+# This needs to go before all requires to be able to record full coverage
+require 'coveralls'
+Coveralls.wear!
+# Now the application requires.
require 'hawkular'
re... | Move coveralls to the top to pick up all app code. | hawkular_hawkular-client-ruby | train |
f183dda33596d039326e0a2cf15a6234514362be | diff --git a/src/Model/Behavior/UploadBehavior.php b/src/Model/Behavior/UploadBehavior.php
index <HASH>..<HASH> 100644
--- a/src/Model/Behavior/UploadBehavior.php
+++ b/src/Model/Behavior/UploadBehavior.php
@@ -120,9 +120,9 @@ class UploadBehavior extends Behavior
continue;
}
- ... | AfterDelete doesn't detect path of file correctly
it tried to get path from $entity->dir but by default it empty and file path is 'dir' . $entity->{$field}.
instead of that we're going to use pathProcessor to detect correct path to the file. | FriendsOfCake_cakephp-upload | train |
617907d85bf659a97c59883be2bc1d37eed0e911 | diff --git a/server/src/main/java/com/metamx/druid/master/BalancerCostAnalyzer.java b/server/src/main/java/com/metamx/druid/master/BalancerCostAnalyzer.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/com/metamx/druid/master/BalancerCostAnalyzer.java
+++ b/server/src/main/java/com/metamx/druid/master/Balance... | move empty server holder list check outside of loop | apache_incubator-druid | train |
32e7cd18571200c41736e70daa4815893e9ea8c3 | diff --git a/src/core/lombok/eclipse/handlers/HandleNonNull.java b/src/core/lombok/eclipse/handlers/HandleNonNull.java
index <HASH>..<HASH> 100644
--- a/src/core/lombok/eclipse/handlers/HandleNonNull.java
+++ b/src/core/lombok/eclipse/handlers/HandleNonNull.java
@@ -40,7 +40,6 @@ import org.eclipse.jdt.internal.compile... | [bugfix] eclipse version differences in constants for registering operator type | rzwitserloot_lombok | train |
071963473bbd279c948b829d07f0fc13e11785f6 | diff --git a/can-view-live.js b/can-view-live.js
index <HASH>..<HASH> 100644
--- a/can-view-live.js
+++ b/can-view-live.js
@@ -1,3 +1,4 @@
+"use strict";
var live = require("./lib/core");
require("./lib/attr");
require("./lib/attrs");
diff --git a/lib/attr.js b/lib/attr.js
index <HASH>..<HASH> 100644
--- a/lib/attr.... | Adds use strict. Fixes canjs/canjs#<I> | canjs_can-view-live | train |
8be4565ce88c1a99cf7cecd58beb8fa4469d3416 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ from setuptools import setup, find_packages
setup(
name='pyjks',
- version='0.3.1',
+ version='0.4.0',
author="Kurt Rose",
author_email="kurt@kurtrose.com",
description='Pure-Python ... | version bump for <I> release | kurtbrose_pyjks | train |
d0ff356be1e58ae97b486cc0e5da27ded1bafb55 | diff --git a/test/file.js b/test/file.js
index <HASH>..<HASH> 100644
--- a/test/file.js
+++ b/test/file.js
@@ -6,9 +6,11 @@ var fs = require('fs');
var indexFile = require('..').file
test('\nindexing file with one root declaration', function (t) {
- var src = fs.readFileSync(__dirname + '/fixtures/one-roo... | testing file without loading fixture to isolate testling problem | thlorenz_findex | train |
738c5bf85509b959d8304f0a41ed74eeb27dcf12 | diff --git a/spec/sauce_helper.rb b/spec/sauce_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/sauce_helper.rb
+++ b/spec/sauce_helper.rb
@@ -16,7 +16,7 @@ def select_browsers
if !PLATFORM || PLATFORM == "desktop"
browsers += [
["Windows 10", "chrome", 56], # chrome 57 has a bug where iframes can't have... | Upgrade firefox driver to latest version (#<I>) | braintree_braintree-web-drop-in | train |
d53bb3e0c826132ccb82a1afbd37637a0f135de5 | diff --git a/fsm/deciders.go b/fsm/deciders.go
index <HASH>..<HASH> 100644
--- a/fsm/deciders.go
+++ b/fsm/deciders.go
@@ -204,17 +204,6 @@ func OnStarted(deciders ...Decider) Decider {
}
}
-func OnContinued(deciders ...Decider) Decider {
- return func(ctx *FSMContext, h swf.HistoryEvent, data interface{}) Outcome... | remove Continued* deciders, forgot you done ever actually see those in fsms | sclasen_swfsm | train |
004debea83e5a3f8e5608922eff97d4f67106b66 | diff --git a/blueocean-pipeline-api-impl/src/main/java/io/jenkins/blueocean/rest/impl/pipeline/ScmResourceImpl.java b/blueocean-pipeline-api-impl/src/main/java/io/jenkins/blueocean/rest/impl/pipeline/ScmResourceImpl.java
index <HASH>..<HASH> 100644
--- a/blueocean-pipeline-api-impl/src/main/java/io/jenkins/blueocean/re... | [JENKINS-<I>] Check permissions against the item where the pipeline is in (#<I>)
* [JENKINS-<I>] Check permissions against the item where the pipeline is in
* [JENKINS-<I>] Fix failing test | jenkinsci_blueocean-plugin | train |
8bf85a788595a72324445f1cf1f5abc4e4a8d551 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,6 @@ setup(name='ofxclient',
zip_safe=False,
install_requires=[
"ofxparse>0.8",
- "simplejson",
"BeautifulSoup>=3.0",
],
test_suite='tests', | remove json as a req | captin411_ofxclient | train |
b4ba66d9bb1de6a26b8eb0842755b918fd7ef40f | diff --git a/src/PharStreamWrapper.php b/src/PharStreamWrapper.php
index <HASH>..<HASH> 100644
--- a/src/PharStreamWrapper.php
+++ b/src/PharStreamWrapper.php
@@ -495,14 +495,15 @@ class PharStreamWrapper
private function restoreInternalSteamWrapper()
{
- if (PHP_VERSION_ID < 80000) {
+ if (PH... | [BUGFIX] Address changed behavior in PHP's stream_wrapper_restore()
* since PHP <I>-RC1
* since PHP <I>
* since PHP <I>
* see <URL> | TYPO3_phar-stream-wrapper | train |
66439e36ce8c4f6d48ed6b50f2f10c14e4bce8e0 | diff --git a/lib/adminlib.php b/lib/adminlib.php
index <HASH>..<HASH> 100644
--- a/lib/adminlib.php
+++ b/lib/adminlib.php
@@ -232,16 +232,20 @@ function upgrade_db($version, $release) {
require_once($CFG->libdir.'/environmentlib.php');
print_heading(get_string('environment', 'admin'));
... | MDL-<I> Allow translators to disable automatic language update during Moodle upgrade.
One needs just add $CFG->skiplangupgrade = true; to their config.php and keep their language pack up-to-date manually. This is intended for lang pack maintainers with CVS access only.
This is backpported from MOODLE_<I>_STABLE admin... | moodle_moodle | train |
593ca7138b5d268a855ee27754b1ac18ecfb72ae | diff --git a/abilian/services/vocabularies/admin.py b/abilian/services/vocabularies/admin.py
index <HASH>..<HASH> 100644
--- a/abilian/services/vocabularies/admin.py
+++ b/abilian/services/vocabularies/admin.py
@@ -6,7 +6,7 @@ from __future__ import absolute_import
from flask import g, request, current_app, render_t... | vocabularies: fix edit view for vocabularies without a group | abilian_abilian-core | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.