hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
0a4f24ab290f846ab65689d2ca678253b01c6cc9 | diff --git a/connection.go b/connection.go
index <HASH>..<HASH> 100644
--- a/connection.go
+++ b/connection.go
@@ -207,6 +207,7 @@ func (c *Connection) shutdown() {
for key := range c.subs {
close(c.subs[key])
}
+ c.connected = false
c.subsLock.Unlock()
c.log("SHUTDOWN", "ends")
return
@@ -220,8 +221,10 @@... | Fix data races. All local race tests now pass. | gmallard_stompngo | train |
6e293a9112600e0fa845b6eed0ee9f9f69c32528 | diff --git a/views/js/test/ui/themes/test.js b/views/js/test/ui/themes/test.js
index <HASH>..<HASH> 100644
--- a/views/js/test/ui/themes/test.js
+++ b/views/js/test/ui/themes/test.js
@@ -96,7 +96,7 @@ define([
assert.deepEqual(themesHandler.get('items', 'ns1'), config[itemsNs1], 'returns "items_ns" entry if na... | Added some QUnit tests; | oat-sa_tao-core | train |
b55b2e7e4077fc5e14f2168e19b225b02af1f5c7 | diff --git a/src/Model/Seasonal/Seasonal.php b/src/Model/Seasonal/Seasonal.php
index <HASH>..<HASH> 100755
--- a/src/Model/Seasonal/Seasonal.php
+++ b/src/Model/Seasonal/Seasonal.php
@@ -15,12 +15,12 @@ class Seasonal
/**
* @var string
*/
- public $season_name;
+ public $seasonName;
/**
... | [Seasonal] add `later` support #<I> | jikan-me_jikan | train |
ae77a06319378ff0a6232aecbd7755b8d941bc51 | diff --git a/openid/association.py b/openid/association.py
index <HASH>..<HASH> 100644
--- a/openid/association.py
+++ b/openid/association.py
@@ -451,7 +451,7 @@ class Association(object):
raise ValueError('Unknown version: %r' % version)
issued = int(issued)
lifetime = int(lifetime)
- ... | Fix deserialization of Association
It returned the 'secret' field, which should be str, as bytes. | necaris_python3-openid | train |
c9e1d98a1da2f27cfb86483bb97c923a094c62e3 | diff --git a/src/es5.js b/src/es5.js
index <HASH>..<HASH> 100644
--- a/src/es5.js
+++ b/src/es5.js
@@ -4,7 +4,6 @@
import {
is,
isProxyable,
- isProxy,
PROXY_STATE,
shallowCopy,
RETURNED_AND_MODIFIED_ERROR,
@@ -206,11 +205,6 @@ function hasArrayChanges(state) {
}
export function produce... | nit: dedupe some code | immerjs_immer | train |
f5a26c30a405b35e5a9de34b8b6b576dc9efe63c | diff --git a/pippo-jetty/src/main/java/ro/pippo/jetty/JettyServer.java b/pippo-jetty/src/main/java/ro/pippo/jetty/JettyServer.java
index <HASH>..<HASH> 100644
--- a/pippo-jetty/src/main/java/ro/pippo/jetty/JettyServer.java
+++ b/pippo-jetty/src/main/java/ro/pippo/jetty/JettyServer.java
@@ -23,12 +23,12 @@ import org.ec... | little refactoring after merge #<I> | pippo-java_pippo | train |
18c2e5ef0d0eb5b1050b003ef160fe97d2238fb8 | diff --git a/src/styles/text/canvas_text.js b/src/styles/text/canvas_text.js
index <HASH>..<HASH> 100644
--- a/src/styles/text/canvas_text.js
+++ b/src/styles/text/canvas_text.js
@@ -46,8 +46,7 @@ export default class CanvasText {
return FontManager.loadFonts().then(() => {
return Task.add({
... | generalize task to accept a plain function, instead of a target/method name (function can be bound to a target if needed) | tangrams_tangram | train |
26eee53575f6844f408cbd8ac15a97a106985ce2 | diff --git a/lib/sequential_executor.js b/lib/sequential_executor.js
index <HASH>..<HASH> 100644
--- a/lib/sequential_executor.js
+++ b/lib/sequential_executor.js
@@ -114,8 +114,6 @@ AWS.SequentialExecutor = AWS.util.inherit({
listener.apply(this, args);
this.callListeners(listeners, args, doneCal... | Don't need to throw on hardError anymore | aws_aws-sdk-js | train |
c41c00095410f18c404c0238400929b7b3fcc95a | diff --git a/xbee.py b/xbee.py
index <HASH>..<HASH> 100644
--- a/xbee.py
+++ b/xbee.py
@@ -2,6 +2,7 @@
xbee.py
By Paul Malmsten, 2010
+Inspired by code written by Amit Synderman and Marco Sangalli
pmalmsten@gmail.com
XBee superclass module
diff --git a/xbee1.py b/xbee1.py
index <HASH>..<HASH> 100644
--- a/xbee1... | Updated module commentation to refer to orgininal python-xbee authors | niolabs_python-xbee | train |
c2e59fc9d81a5e68904ab5ab901138c836f8abe4 | diff --git a/src/loading-bar.js b/src/loading-bar.js
index <HASH>..<HASH> 100644
--- a/src/loading-bar.js
+++ b/src/loading-bar.js
@@ -41,7 +41,7 @@ angular.module('chieffancypants.loadingBar', [])
/**
* The amount of time spent fetching before showing the loading bar
*/
- var latencyThresho... | issue #<I>: now actually configurable | chieffancypants_angular-loading-bar | train |
36510392447e8a369da0b8a26862c10a5a2b0282 | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js
+++ b/bundles/org.eclipse.orion.client.editor/web... | fix text buffer for old content assist API (need the contents of the model instead of projection model) | eclipse_orion.client | train |
cb90fac5c04146e563c8c80a854a4c1aa4895c60 | diff --git a/bin/run.js b/bin/run.js
index <HASH>..<HASH> 100755
--- a/bin/run.js
+++ b/bin/run.js
@@ -19,6 +19,7 @@ const isTTY = process.stdin.isTTY || process.env._TAP_IS_TTY === '1'
const tsNode = require.resolve(
'ts-node/' + require('ts-node/package.json').bin['ts-node']
)
+const esm = require.resolve('esm')... | Pull in esm based on resolved location, not just 'esm' | tapjs_node-tap | train |
3c4170a7fedbaca22e8e2c6a273e92a37770c9f3 | diff --git a/couch-login.js b/couch-login.js
index <HASH>..<HASH> 100644
--- a/couch-login.js
+++ b/couch-login.js
@@ -114,12 +114,23 @@ function changePass (auth, cb) {
this.get(u, function (er, res, data) {
if (er || res.statusCode !== 200) return cb(er, res, data)
+ // copy any other keys we're setting ... | Support setting arbitrary keys in changePass | npm_couch-login | train |
c00c069bffe5c1c8f1e9542d302321e46b75ad06 | diff --git a/zounds/acquire/urlsndfile.py b/zounds/acquire/urlsndfile.py
index <HASH>..<HASH> 100644
--- a/zounds/acquire/urlsndfile.py
+++ b/zounds/acquire/urlsndfile.py
@@ -4,6 +4,11 @@ from tempfile import NamedTemporaryFile
class UrlSndFile(object):
+ '''
+ Wrap scikits.audiolab.Sndfile so it can str... | Added BKTree class, which should make hamming distance searches marginally faster | JohnVinyard_zounds | train |
2b369fd3a6bc8d9bd330603ecab2164b8bdda667 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@
* [#3969](https://github.com/bbatsov/rubocop/issues/3969): Handle multiline method call alignment for arguments to methods. ([@jonas054][])
* [#4304](https://github.com/bbatsov/rubocop/pull/430... | Treat files containing invalid byte sequences as non-matches
If a file path contains a non-UTF8 character and we are matching
against a regular expression, an ArgumentError is thrown,
failing the entire operation. Since it is not a valid byte
sequence for the encoding, we can assume it is not a match and
return false ... | rubocop-hq_rubocop | train |
61af14eba08b668f8d39848451c0db09ee453036 | diff --git a/evm/vm/forks/sharding/vmc_handler.py b/evm/vm/forks/sharding/vmc_handler.py
index <HASH>..<HASH> 100644
--- a/evm/vm/forks/sharding/vmc_handler.py
+++ b/evm/vm/forks/sharding/vmc_handler.py
@@ -80,6 +80,8 @@ class VMC(Contract):
self.default_privkey = default_privkey
self.default_sender_a... | Add TODO comment in vmc_handler
- Maybe we can use one `log_handler` for all shards
- Re-run `GUESS_HEAD` when every new block arrives, to solve the problem
of `fetch_candidate_head` | ethereum_py-evm | train |
0fbc387b3577d1d409979f147c368164be20eb8c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ Some additional resources for addons and writing `gyp` files:
* ["Hello World" node addon example](https://github.com/joyent/node/tree/master/test/addons/hello-world)
* [gyp user documentation](https:/... | Update repository URLs.
The project was moved from <URL> | janeasystems_nodejs-mobile-gyp | train |
9824b335739d4303b68aa1c69320d6dcd801400a | diff --git a/lib/multirepo/commands/checkout.rb b/lib/multirepo/commands/checkout.rb
index <HASH>..<HASH> 100644
--- a/lib/multirepo/commands/checkout.rb
+++ b/lib/multirepo/commands/checkout.rb
@@ -15,17 +15,18 @@ module MultiRepo
super
ensure_multirepo_initialized
- config_entries = ConfigF... | [<I>] Running multi checkout for a first time raises, but succeeds when running the exact same command right afterwards (only if there was a re-init between the current commit and the checked-out commit). | fortinmike_git-multirepo | train |
5c84804a687d5a794bba9b701b132b67d01d1c9e | diff --git a/starter.js b/starter.js
index <HASH>..<HASH> 100644
--- a/starter.js
+++ b/starter.js
@@ -5,7 +5,8 @@ exports.starter = function(urlOfDB){
_ = require('underscore');
var users = {};
- var movies = {};
+ var moviesArray = [];
+ var moviesHash = {};
var headers;
mongoose.connect(urlOfDB);
... | Added callback functionality on the newUser function and the importLib function so that we are able to nest the callback when creating a user and trying to query. Otherwise the client would query before the user has been fully inserted. | guymorita_recommendationRaccoon | train |
2f8d71c655339b096fca5026629f554fe6bb0e58 | diff --git a/rebound/simulation.py b/rebound/simulation.py
index <HASH>..<HASH> 100644
--- a/rebound/simulation.py
+++ b/rebound/simulation.py
@@ -95,8 +95,11 @@ class reb_collision(Structure):
_fields_ = [("p1", c_int),
("p2", c_int),
("gb", reb_ghostbox),
- ("time... | Fixed collision struct in python | hannorein_rebound | train |
3b65ac367fce26a4c87f81debb15a5cc08959162 | diff --git a/tests/library/SSRSTest/Soap/NTLMTest.php b/tests/library/SSRSTest/Soap/NTLMTest.php
index <HASH>..<HASH> 100755
--- a/tests/library/SSRSTest/Soap/NTLMTest.php
+++ b/tests/library/SSRSTest/Soap/NTLMTest.php
@@ -115,6 +115,8 @@ class NTLMTest extends \PHPUnit_Framework_TestCase {
'Connection: Ke... | Make sure we don't send content-length, curl will | ChartBlocks_php-ssrs | train |
e450a75be449b36f77594a3aae1c0d534fbb5b5b | diff --git a/drivers/virtualbox/virtualbox.go b/drivers/virtualbox/virtualbox.go
index <HASH>..<HASH> 100644
--- a/drivers/virtualbox/virtualbox.go
+++ b/drivers/virtualbox/virtualbox.go
@@ -339,10 +339,18 @@ func (d *Driver) Create() error {
}
func (d *Driver) Start() error {
- if err := vbm("startvm", d.MachineNa... | virtualbox: check state before attempting start | docker_machine | train |
dad321ac120de0b1ac375410494c28d1c8877ac7 | diff --git a/pgdbpy/tools.py b/pgdbpy/tools.py
index <HASH>..<HASH> 100644
--- a/pgdbpy/tools.py
+++ b/pgdbpy/tools.py
@@ -170,7 +170,7 @@ class PgDbPy(object):
newsql = "SELECT COUNT(*) FROM ({}) AS q".format(sql)
return self.execute('one', newsql, None)[0]
- def fetch_data_window_endposts(tablename, primkey, ... | fixed 'self is not defined' bug | phenicle_pgdbpy | train |
c01f609033aeb1d63933a943f8a05ff0c0ff6cbc | diff --git a/lib/tokenizer/index.js b/lib/tokenizer/index.js
index <HASH>..<HASH> 100644
--- a/lib/tokenizer/index.js
+++ b/lib/tokenizer/index.js
@@ -1238,12 +1238,15 @@ _[SCRIPT_DATA_DOUBLE_ESCAPED_DASH_STATE] = function scriptDataDoubleEscapedDashS
}
else if (cp === $.NULL) {
+ this._err(ERR.unexp... | Add Script data double escaped dash state | inikulin_parse5 | train |
531151b5825c43e68115138d31ecf56256c28cab | diff --git a/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configuration.php b/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configuration.php
+++ b/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configurati... | FIX EZP-<I>: allow overriding/extending ezpublish.siteaccess.match in yml files. | ezsystems_ezpublish-kernel | train |
881a9c410014450773a609c110ea4cd288e7733c | diff --git a/src/Node/Directory.php b/src/Node/Directory.php
index <HASH>..<HASH> 100644
--- a/src/Node/Directory.php
+++ b/src/Node/Directory.php
@@ -120,7 +120,21 @@ class Directory implements NodeInterface, DirectoryInterface, GenericOperationIn
*/
public function create($mode = AdapterInterface::CREATION... | Make sure the directory exists after creating it, it might sometimes take a little while before showing up | reactphp_filesystem | train |
56e8fbe7eba0b4c24d9b0fc9245bfb28597f4946 | diff --git a/retrieve-and-rank/src/main/java/com/ibm/watson/developer_cloud/retrieve_and_rank/v1/model/SolrClusterOptions.java b/retrieve-and-rank/src/main/java/com/ibm/watson/developer_cloud/retrieve_and_rank/v1/model/SolrClusterOptions.java
index <HASH>..<HASH> 100644
--- a/retrieve-and-rank/src/main/java/com/ibm/wat... | Do not set upper bound for R&R cluster size | watson-developer-cloud_java-sdk | train |
2b3d745253416f3b9708a62269d5deda0153ff16 | diff --git a/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java
index <HASH>..<HASH> 100644
--- a/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java
+++ b/aeron-samples/sr... | [Java] Check for unexpected image close. | real-logic_aeron | train |
d3f6bd0208a6cf896884cbee02280f07c1cda55c | diff --git a/test/sql/postgres/run_shared-tests.js b/test/sql/postgres/run_shared-tests.js
index <HASH>..<HASH> 100644
--- a/test/sql/postgres/run_shared-tests.js
+++ b/test/sql/postgres/run_shared-tests.js
@@ -1,3 +1,5 @@
+require('./__helper');
+
testPG('aggregate_function', [
'CREATE TABLE users(id serial primar... | require __helper on tests | PhilWaldmann_openrecord | train |
89159e8032df73fbc74c8a2d124387afee4f0233 | diff --git a/airtest/aircv/aircv.py b/airtest/aircv/aircv.py
index <HASH>..<HASH> 100644
--- a/airtest/aircv/aircv.py
+++ b/airtest/aircv/aircv.py
@@ -1,14 +1,17 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-
+import os
import sys
import cv2
import numpy as np
+from .error import FileNotExistError
from airtes... | raise FileNotExistError in cv_match if tpl does not exist | AirtestProject_Airtest | train |
ad3ff49bea81d7a9499523ea805bf0cab1a2e037 | diff --git a/core/client/controllers/post-settings-menu.js b/core/client/controllers/post-settings-menu.js
index <HASH>..<HASH> 100644
--- a/core/client/controllers/post-settings-menu.js
+++ b/core/client/controllers/post-settings-menu.js
@@ -13,6 +13,33 @@ var PostSettingsMenuController = Ember.ObjectController.extend... | Add Author dropdown to PostSettingsMenu
Ref #<I>
This PR does NOT hide the dropdown as required to close <I>.
- `EditorNewRoute` creates post with the author set to the current user
- added `authors` ArrayPromiseProxy (whoa, what?) to PSM
- added `changeAuthor` function that sets author and saves model when the user ... | TryGhost_Ghost | train |
111c2b6b2a6294db9f86d782231d19bcf8b70a09 | diff --git a/lib/twilio-ruby/rest/instance_resource.rb b/lib/twilio-ruby/rest/instance_resource.rb
index <HASH>..<HASH> 100644
--- a/lib/twilio-ruby/rest/instance_resource.rb
+++ b/lib/twilio-ruby/rest/instance_resource.rb
@@ -105,10 +105,8 @@ module Twilio
def dependent(dep, path_params)
dep_instance... | Fixes the way methods are attached to the parent | twilio_twilio-ruby | train |
9c2f08849cad254609a94b09a108e74d9a8caa8d | diff --git a/lib/jsduck/doc_type.rb b/lib/jsduck/doc_type.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/doc_type.rb
+++ b/lib/jsduck/doc_type.rb
@@ -33,6 +33,8 @@ module JsDuck
:cfg
elsif doc_map[:constructor]
:method
+ elsif doc_map[:param] || doc_map[:return]
+ :method
el... | Detect doc-comments with @param and @return as methods. | senchalabs_jsduck | train |
5bc35db357794f5e3a2b98ad9ca07b8193638f66 | diff --git a/src/contains.js b/src/contains.js
index <HASH>..<HASH> 100644
--- a/src/contains.js
+++ b/src/contains.js
@@ -7,9 +7,7 @@ function contains(actualAdapter, expectedAdapter, actual, expected, equal, optio
const result = containsContent(actualAdapter, expectedAdapter, actual, expected, equal, options);
... | Add bestMatch/bestMatchItem to found:true
We need the bestMatch in order to output the located match when performing a
`not to contain` check. The bestMatch may contain extra attributes or wrappers that
the caller had not expected, and it is therefore helpful to display the matched output. | bruderstein_unexpected-htmllike | train |
2d6ac792f41b56084fcd4300569ecc37092039c8 | diff --git a/err-handler.js b/err-handler.js
index <HASH>..<HASH> 100644
--- a/err-handler.js
+++ b/err-handler.js
@@ -4,13 +4,12 @@ module.exports = errHandler;
function errHandler(handler, cb){
return function(){
- var args = [].slice.call(arguments);
- var err = args[0];
+ var err = arguments[0];
... | Avoid calling .slice when there is an error. | jsdevel_node-err-handler | train |
287a9ff006642a2f3b895f9044fb1951d171d8ab | diff --git a/pycast/tests/methodtest.py b/pycast/tests/methodtest.py
index <HASH>..<HASH> 100644
--- a/pycast/tests/methodtest.py
+++ b/pycast/tests/methodtest.py
@@ -515,7 +515,7 @@ class HoltWintersMethodTest(unittest.TestCase):
data = [362.0, 385.0, 432.0, 341.0, 382.0, 409.0, 498.0, 387.0, 473.0, 513.0, ... | HoltWinters Implemention done with testing | T-002_pycast | train |
399ba490870139e916f93090d32393630abd27fa | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -45,6 +45,11 @@ func (c *Client) SetBackoff(h backoffFunc) {
c.backoff = h
}
+// SetTsize sets flag to indicate if tsize should be requested.
+func (c *Client) SetTsize(s bool) {
+ c.tsize = s
+}
+
type Client struc... | Add SetTsize method to client. | pin_tftp | train |
5835910c67a7050a2d3dc1e8c8a203a29a6dbe0f | diff --git a/lib/lxc/container.rb b/lib/lxc/container.rb
index <HASH>..<HASH> 100644
--- a/lib/lxc/container.rb
+++ b/lib/lxc/container.rb
@@ -59,6 +59,13 @@ module LXC
status
end
+ # Restart container
+ # @return [Hash] container status hash
+ def restart
+ stop
+ start
+ end
+
... | Add restart command
- lxc-restart is not implemented yet, but this command is a functional
alias until it is implemented
- <URL> | sosedoff_lxc-ruby | train |
16d10e81d9fb17e8cc23f2c42f7cef6a090856e0 | diff --git a/method.py b/method.py
index <HASH>..<HASH> 100755
--- a/method.py
+++ b/method.py
@@ -31,6 +31,8 @@ class Method(object):
self.createobjects()
# Run the genesipping analyses
self.methods()
+ for sample in self.runmetadata.samples:
+ logging.critical(sample.name)... | Added relative path and ~ support to arguments | OLC-Bioinformatics_sipprverse | train |
7b16f464c661b9445af2b598bdbcd80dfc771774 | diff --git a/index.d.ts b/index.d.ts
index <HASH>..<HASH> 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -161,6 +161,7 @@ export interface OidcClientSettings {
readonly clockService?: ClockService;
readonly stateStore?: StateStore;
readonly userInfoJwtIssuer?: 'ANY' | 'OP' | string;
+ readonly mergeClaims?: bool... | add merge claims (with default to false) to deal with merging objects from user info #<I> | IdentityModel_oidc-client-js | train |
7f70ce3e8720de50ab7dacbd3ab07a826a304b84 | diff --git a/examples/simple.js b/examples/simple.js
index <HASH>..<HASH> 100644
--- a/examples/simple.js
+++ b/examples/simple.js
@@ -1,12 +1,12 @@
-(function() {
- goog.provide('app');
+goog.provide('app');
- goog.require('go_map_directive');
- goog.require('ol.Map');
- goog.require('ol.layer.Tile');
- goog.re... | goog.provide and goog.require at head of file | camptocamp_ngeo | train |
4f67f84567415300a2b421d352190d5656ac2584 | diff --git a/lib/firering/instantiator.rb b/lib/firering/instantiator.rb
index <HASH>..<HASH> 100644
--- a/lib/firering/instantiator.rb
+++ b/lib/firering/instantiator.rb
@@ -15,13 +15,9 @@ module Firering
if instance.respond_to?(setter)
instance.send(setter, value)
else
- warning ... | conn is required, we'll have one | EmmanuelOga_firering | train |
4ea8c2270f461fcf6a118603d71f4269f6aaeb54 | diff --git a/tests/asserts.py b/tests/asserts.py
index <HASH>..<HASH> 100644
--- a/tests/asserts.py
+++ b/tests/asserts.py
@@ -73,9 +73,12 @@ def assert_equals(original, expected, stream=real_stdout):
A new version of assert_equals that does coloured differences
"""
- # replace \s with space, this makes ... | Handle assert_equals not being used for strings | aloetesting_aloe_django | train |
6c71d658cdacacdf756482a3f5ef8784c4b7d38d | diff --git a/tracking_fields/tracking.py b/tracking_fields/tracking.py
index <HASH>..<HASH> 100644
--- a/tracking_fields/tracking.py
+++ b/tracking_fields/tracking.py
@@ -7,6 +7,7 @@ import logging
from django.core.exceptions import ObjectDoesNotExist
from django.db.models import Model, ManyToManyField
from django.d... | fix: huge performance improvment, do not get all foreign keys objects | makinacorpus_django-tracking-fields | train |
df87fd5a1190f3c69e2b79c406905495fbb226f4 | diff --git a/model/ListDecorator.php b/model/ListDecorator.php
index <HASH>..<HASH> 100644
--- a/model/ListDecorator.php
+++ b/model/ListDecorator.php
@@ -1,25 +1,27 @@
<?php
/**
* A base class for decorators that wrap around a list to provide additional
- * functionality. It extends {@link DataObjectSet} so that p... | API CHANGE: Updated SS_ListDecorator to implement the list inteface and extend ViewableData, rather than DataObjectSet. | silverstripe_silverstripe-framework | train |
c283d6ec4d7d9898489915d325e2925b8a33b542 | diff --git a/Lib/glyphsLib/builder.py b/Lib/glyphsLib/builder.py
index <HASH>..<HASH> 100644
--- a/Lib/glyphsLib/builder.py
+++ b/Lib/glyphsLib/builder.py
@@ -132,10 +132,6 @@ def to_ufos(data, include_instances=False, family_name=None, debug=False):
# in the font are appended after the listed glyphs, in t... | Remove warning about glyph names with dashes
Since <I>, the OpenType Feature File Syntax allows for glyph names
with dashes. The removed regexp was even more restrictive than just
prohibiting dashes. But glyphsLib is not in a good position to say
whether a feature file is valid, so I'm removing the check altogether.
... | googlefonts_glyphsLib | train |
9469d97552f2381078ea1b54aa8dea97fe5f5c25 | diff --git a/src/Parser.php b/src/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -100,7 +100,14 @@ class Parser
$results = [];
foreach ($this->output as $account) {
- $results[] = $this->parseAccount($account);
+ $account = $this->parseAccou... | Return the account itself from `parseAccount()` | stevebauman_WinPerm | train |
a6bc3ce582846ae4a5c62a70194b5243498b9d6b | diff --git a/src/container/class-container.php b/src/container/class-container.php
index <HASH>..<HASH> 100644
--- a/src/container/class-container.php
+++ b/src/container/class-container.php
@@ -161,6 +161,12 @@ class Container implements ContainerContract, ArrayAccess {
// If we can't build an object, assume we s... | If we don't actually have anything stored for `$abstract` in the container, we should return `false`. | justintadlock_hybrid-core | train |
f4ce23ef75f5acd63e74efe666baf65d131a598a | diff --git a/ui/src/utils/private/global-dialog.js b/ui/src/utils/private/global-dialog.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/private/global-dialog.js
+++ b/ui/src/utils/private/global-dialog.js
@@ -130,16 +130,29 @@ export default function (DefaultComponent, supportsCustomComponent, parentApp) {
let... | feat(Dialog): handle custom Dialog components written in "script setup" format #<I> | quasarframework_quasar | train |
a1c15934dbcc4ba94518e245e2332fbbc39ae1b3 | diff --git a/hooks/hook_frontpage.php b/hooks/hook_frontpage.php
index <HASH>..<HASH> 100644
--- a/hooks/hook_frontpage.php
+++ b/hooks/hook_frontpage.php
@@ -8,7 +8,7 @@ function aggregator_hook_frontpage(&$links) {
assert('is_array($links)');
assert('array_key_exists("links", $links)');
- $links['links'][] = ar... | Restructured frontpage. Moved auth sourc test into core. Improved the portal module (started using it on the frontpage). frontpage hook is adjusted to fit new frontpage structure, and links updated.
git-svn-id: <URL> | simplesamlphp_simplesamlphp-module-aggregator | train |
93e0be26c8ccd41a6ea9ab206e78d90ed794735d | diff --git a/ET_Client.php b/ET_Client.php
index <HASH>..<HASH> 100644
--- a/ET_Client.php
+++ b/ET_Client.php
@@ -10,7 +10,11 @@ class ET_Client extends SoapClient {
function __construct($getWSDL = false, $debug = false, $params = null) {
$tenantTokens = array();
- $config = @include 'config.php';
+ $confi... | Check to see if the config file exists before including it | salesforce-marketingcloud_FuelSDK-PHP | train |
657ecaf20b348977399da728b65f3727cc6ef161 | diff --git a/mr/src/main/java/org/elasticsearch/hadoop/rest/RestService.java b/mr/src/main/java/org/elasticsearch/hadoop/rest/RestService.java
index <HASH>..<HASH> 100644
--- a/mr/src/main/java/org/elasticsearch/hadoop/rest/RestService.java
+++ b/mr/src/main/java/org/elasticsearch/hadoop/rest/RestService.java
@@ -221,6... | Abort execution if multiple es-jars are found in the classpath
Closes #<I> | elastic_elasticsearch-hadoop | train |
5d672986a9d4b1c69070e301d7951805d2593cad | diff --git a/src/Elements/Html.php b/src/Elements/Html.php
index <HASH>..<HASH> 100644
--- a/src/Elements/Html.php
+++ b/src/Elements/Html.php
@@ -37,8 +37,17 @@ class Html extends Element
public function display()
{
return sprintf(
- '<tr><td></td><td colspan="2">%s</td></tr>',
- ... | fix(HTML): apply field attributes | laravolt_semantic-form | train |
28e5484f3b0f325ac9648eb816eb54c2c048a626 | diff --git a/restnuage/__init__.py b/restnuage/__init__.py
index <HASH>..<HASH> 100644
--- a/restnuage/__init__.py
+++ b/restnuage/__init__.py
@@ -7,14 +7,6 @@ from ConfigParser import ConfigParser
config = ConfigParser()
config.read('./settings.cfg')
-try:
- DEFAULT_USER = config.get('default', 'user')
- DEF... | remove settings management. this is a lib ;) | nuagenetworks_bambou | train |
ed480ceede5f82e8f4ed635a5a8a3251fd8716a3 | diff --git a/src/main/com/mongodb/DefaultDBCallback.java b/src/main/com/mongodb/DefaultDBCallback.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/DefaultDBCallback.java
+++ b/src/main/com/mongodb/DefaultDBCallback.java
@@ -19,6 +19,8 @@
package com.mongodb;
// Bson
+import java.util.Deque;
+import java.... | Fixed JAVA-<I> bug, added test cases | mongodb_mongo-java-driver | train |
1eac5c1ba5e6dabf95fe1eb65cc6fab8628e464f | diff --git a/tests/system/Throttle/ThrottleTest.php b/tests/system/Throttle/ThrottleTest.php
index <HASH>..<HASH> 100644
--- a/tests/system/Throttle/ThrottleTest.php
+++ b/tests/system/Throttle/ThrottleTest.php
@@ -16,20 +16,19 @@ class ThrottleTest extends \CIUnitTestCase
{
$throttler = new Throttler($this->cache... | Update ThrottleTest to accept $tokenTime of value 1 or greater. | codeigniter4_CodeIgniter4 | train |
4c9c06488aa368ec35c01feea25b79b1c5025eab | diff --git a/lib/tests/accesslib_test.php b/lib/tests/accesslib_test.php
index <HASH>..<HASH> 100644
--- a/lib/tests/accesslib_test.php
+++ b/lib/tests/accesslib_test.php
@@ -2484,10 +2484,11 @@ class accesslib_testcase extends advanced_testcase {
$pagecm = get_coursemodule_from_instance('page', $testpages[7... | MDL-<I> libraries: added another PHPUnit test to ensure deprecated function returns the same as the replacement | moodle_moodle | train |
81be4deffafb51346cfc2f913c31aa5e92a1c670 | diff --git a/art/art.py b/art/art.py
index <HASH>..<HASH> 100644
--- a/art/art.py
+++ b/art/art.py
@@ -39,13 +39,18 @@ def art(artname,number=1,text=""):
except Exception:
print("[Error] Return Faild!")
def tprint(text):
+ '''
+ This function split function by \n then call text2art function
+ :p... | doc : text2art and tprint functions documents added | sepandhaghighi_art | train |
a31555e10c73f84d835a8e6eafd10702ef769782 | diff --git a/views/js/qtiItem/core/Element.js b/views/js/qtiItem/core/Element.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiItem/core/Element.js
+++ b/views/js/qtiItem/core/Element.js
@@ -263,15 +263,15 @@ define(['jquery', 'class', 'lodash', 'taoQtiItem/qtiItem/helper/util', 'taoQtiIt
},
postRende... | allow postRendering of composing body elements with its own assigned renderer | oat-sa_extension-tao-itemqti | train |
e48995ba007e6c04b3bf18db061482337b10ddc4 | diff --git a/spec/juicy_app_spec.rb b/spec/juicy_app_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/juicy_app_spec.rb
+++ b/spec/juicy_app_spec.rb
@@ -1,6 +1,10 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe Juicy::App do
+ after(:all) do
+ Juicy::App.shutdown
+ end
+
it "inst... | Ensure it's really dead after testing | richo_juici | train |
8be905e60a42b5d902ec6db29b208e4e652cc3d0 | diff --git a/src/TestSuite/ConsoleIntegrationTestCase.php b/src/TestSuite/ConsoleIntegrationTestCase.php
index <HASH>..<HASH> 100644
--- a/src/TestSuite/ConsoleIntegrationTestCase.php
+++ b/src/TestSuite/ConsoleIntegrationTestCase.php
@@ -62,11 +62,21 @@ class ConsoleIntegrationTestCase extends TestCase
* Runs cl... | Added input mocking to cli integration test case | cakephp_cakephp | train |
c87a58d78e7a6044247b7f6c66f71e7dc3ffd472 | diff --git a/src/main/org/openscience/cdk/graph/GraphUtil.java b/src/main/org/openscience/cdk/graph/GraphUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/graph/GraphUtil.java
+++ b/src/main/org/openscience/cdk/graph/GraphUtil.java
@@ -165,7 +165,8 @@ public class GraphUtil {
*
* @par... | When putting vertices in a cycle - start and end vertices are now the same. | cdk_cdk | train |
e3bd90af0806c9ffd4b9a044d560ae5184be5bc2 | diff --git a/alerta/aws/daemon.py b/alerta/aws/daemon.py
index <HASH>..<HASH> 100644
--- a/alerta/aws/daemon.py
+++ b/alerta/aws/daemon.py
@@ -41,6 +41,10 @@ class AwsDaemon(Daemon):
LOG.error('Could not read AWS credentials file %s: %s', CONF.fog_file, e)
sys.exit(1)
+ if not self.fo... | exit alert-aws if no credentials | alerta_alerta | train |
c5e2f54b0ca0b2483a080e1bef6e3ef5eabbde69 | diff --git a/commerce-openapi-admin/src/main/java/com/liferay/commerce/openapi/admin/internal/resource/util/v1_0/PriceListHelper.java b/commerce-openapi-admin/src/main/java/com/liferay/commerce/openapi/admin/internal/resource/util/v1_0/PriceListHelper.java
index <HASH>..<HASH> 100644
--- a/commerce-openapi-admin/src/ma... | COMMERCE-<I> Fix for the bug caught by the new test | liferay_com-liferay-commerce | train |
b73d1605f8f7ccc7f8f86e46e8460c0c78f3b3ee | diff --git a/wandb/__init__.py b/wandb/__init__.py
index <HASH>..<HASH> 100644
--- a/wandb/__init__.py
+++ b/wandb/__init__.py
@@ -103,7 +103,10 @@ def hook_torch(*args, **kwargs):
"DEPRECATED: wandb.hook_torch is deprecated, use `wandb.watch`")
return watch(*args, **kwargs)
+
_global_watch_idx = 0
+
+... | Handle case where people pass in a string to tags field instead of an array of strings | wandb_client | train |
168715ad7d2bd8a703b1ddb99c0fa06c706930f3 | diff --git a/plugins/pushes/harmony/config.rb b/plugins/pushes/harmony/config.rb
index <HASH>..<HASH> 100644
--- a/plugins/pushes/harmony/config.rb
+++ b/plugins/pushes/harmony/config.rb
@@ -33,12 +33,21 @@ module VagrantPlugins
# @return [Boolean]
attr_accessor :vcs
+ # The path to the uploader bi... | push/harmony: ability to set uploader path | hashicorp_vagrant | train |
0a47f6f4eb9c5a741a52a9d531333542cd75946e | diff --git a/lib/commands/execute.js b/lib/commands/execute.js
index <HASH>..<HASH> 100644
--- a/lib/commands/execute.js
+++ b/lib/commands/execute.js
@@ -28,16 +28,16 @@ extensions.executeAsync = async function (script, args, sessionId) {
// Overrides the 'executeMobile' function defined in appium-ios-driver
extensi... | Fix value return from ‘mobile:’ command (#<I>) | appium_appium-xcuitest-driver | train |
dbc890bea566bf2d6f8e3dcaa1d7ff949a3a40a7 | diff --git a/lib/teamlab/response.rb b/lib/teamlab/response.rb
index <HASH>..<HASH> 100644
--- a/lib/teamlab/response.rb
+++ b/lib/teamlab/response.rb
@@ -21,7 +21,13 @@ module Teamlab
"#{http_response.request.http_method} #{http_response.request.path}\nbody: "\
"#{JSON.pretty_generate(http_response.reque... | Fix generate_err_msg, html now can be handled as api response
fix errors like: "\xEF" from ASCII-8BIT to UTF-8 | ONLYOFFICE_onlyoffice_api_gem | train |
6b416c8507c5071bd94b4829c912f81504e4f52f | diff --git a/src/frontend/org/voltdb/utils/CSVLoader.java b/src/frontend/org/voltdb/utils/CSVLoader.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/utils/CSVLoader.java
+++ b/src/frontend/org/voltdb/utils/CSVLoader.java
@@ -37,6 +37,7 @@ import org.voltdb.client.ClientFactory;
import org.voltdb.client.C... | Add delimiter, skipline, quotechar, escape, strictQuotes, ignoreLeadingWhiteSpace | VoltDB_voltdb | train |
3cef0823d7553b4885c12501609a976510f83f96 | diff --git a/cordova-lib/src/cordova/compile.js b/cordova-lib/src/cordova/compile.js
index <HASH>..<HASH> 100644
--- a/cordova-lib/src/cordova/compile.js
+++ b/cordova-lib/src/cordova/compile.js
@@ -17,7 +17,8 @@
under the License.
*/
-var cordova_util = require('./util'),
+var Q = require('q'),
... | CB-<I> Fixing rebase/merge issues | apache_cordova-lib | train |
5b11f64c642deb75780772ed3d794d28a5b0a85b | diff --git a/src/main/java/com/tumblr/jumblr/types/Post.java b/src/main/java/com/tumblr/jumblr/types/Post.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/tumblr/jumblr/types/Post.java
+++ b/src/main/java/com/tumblr/jumblr/types/Post.java
@@ -4,7 +4,6 @@ import java.io.IOException;
import java.text.DateFormat;... | Edited Post.java to handle concers about copying and nulls
Maddalab suggested (<URL>) that because I didn't actually use the reflection, it would be better to use System.arrayCopy. jay-to-the-dee suggested (<URL>) that when notes is null, it would throw a NullPointerException. I believe I have fixed both of these issu... | tumblr_jumblr | train |
b39aeff323736ac0c98886dc840e32abc364f7b8 | diff --git a/src/api.js b/src/api.js
index <HASH>..<HASH> 100644
--- a/src/api.js
+++ b/src/api.js
@@ -14,10 +14,11 @@ import now from './routes/now';
// models
import Authentication from './models/authentication';
-import User from './models/user';
+import GlobalMedia from './models/globalmedia';
import Playlist ... | add GlobalMedia table. resolves #<I> | u-wave_http-api | train |
81669efa4ad00f7038705d2570d055d3e802b3be | diff --git a/definition.js b/definition.js
index <HASH>..<HASH> 100644
--- a/definition.js
+++ b/definition.js
@@ -27,6 +27,17 @@ var isArrayOfLength = ValidationUtils.isArrayOfLength;
var isValidAddress = ValidationUtils.isValidAddress;
var isValidBase64 = ValidationUtils.isValidBase64;
+function pathIncludesOneOf... | faster validation of "address" clause | byteball_ocore | train |
8f884f2b3e6e43ce4aee17d70c3b3f5b296ebecd | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ setup(
"recommonmark",
],
"dev": ["black==18.4a4", "mypy", "flake8", "isort"],
+ "vis": ["desdeo-vis"],
},
setup_requires=setup_requirements,
test_suite="test... | Add desdeo-vis as extra dependency | industrial-optimization-group_DESDEO | train |
5667c64caa131ecb46772129e2a6ba0aa23bb84c | diff --git a/deliver/lib/deliver/upload_screenshots.rb b/deliver/lib/deliver/upload_screenshots.rb
index <HASH>..<HASH> 100644
--- a/deliver/lib/deliver/upload_screenshots.rb
+++ b/deliver/lib/deliver/upload_screenshots.rb
@@ -75,6 +75,10 @@ module Deliver
screenshots = []
extensions = '{png,jpg,jpeg}'
... | Allow for case insensitive screenshot directory names (#<I>) | fastlane_fastlane | train |
89cb01a399e17ef1009b070ae81208f4a266db46 | diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/responsive-webapp.js
+++ b/lib/components/app/responsive-webapp.js
@@ -29,6 +29,7 @@ import {
} from '../../util/query'
import { isMobile } from '../../util/ui'
import {... | feat(mobile): Auto-advance to results screen in mobile when itinerary is first populated | opentripplanner_otp-react-redux | train |
3ca0a1f4620b839c302a611cdcedf057bed18603 | diff --git a/greenhouse/compat.py b/greenhouse/compat.py
index <HASH>..<HASH> 100644
--- a/greenhouse/compat.py
+++ b/greenhouse/compat.py
@@ -1,6 +1,6 @@
try:
from greenlet import greenlet
-except ImportError:
+except ImportError: #pragma: no cover
from py.magic import greenlet
diff --git a/greenhouse/s... | add appropriate pragmas for coverage.py in new code | teepark_greenhouse | train |
b6a433fe2dc9b1a331caac1a8cd9a604383f759c | diff --git a/structr-ui/src/main/resources/structr/js/schema.js b/structr-ui/src/main/resources/structr/js/schema.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/schema.js
+++ b/structr-ui/src/main/resources/structr/js/schema.js
@@ -46,11 +46,14 @@ var _Schema = {
if (reload) {
retu... | keep scroll position upon schema reload | structr_structr | train |
8e77e341e2be57bfc7ad8d5efe7ca43cdb16d11d | diff --git a/src/main/java/apoc/util/Util.java b/src/main/java/apoc/util/Util.java
index <HASH>..<HASH> 100644
--- a/src/main/java/apoc/util/Util.java
+++ b/src/main/java/apoc/util/Util.java
@@ -11,6 +11,7 @@ import org.neo4j.graphdb.*;
import org.neo4j.internal.helpers.collection.Iterators;
import org.neo4j.internal... | throw an exception if tx meta data signals "failed" | neo4j-contrib_neo4j-apoc-procedures | train |
218d358dd11d19593feae744944e9dadf4155c2b | diff --git a/mgmt/rest/client/client.go b/mgmt/rest/client/client.go
index <HASH>..<HASH> 100644
--- a/mgmt/rest/client/client.go
+++ b/mgmt/rest/client/client.go
@@ -185,8 +185,17 @@ func httpRespToAPIResp(rsp *http.Response) (*rbody.APIResponse, error) {
return nil, err
}
jErr := json.Unmarshal(b, resp)
+ // I... | Added error for non-Json responses to client requests. | intelsdi-x_snap | train |
f939812dd491d24b4bfa0cf144d40c1f696d5d4f | diff --git a/lib/graphql/schema/interface.rb b/lib/graphql/schema/interface.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/schema/interface.rb
+++ b/lib/graphql/schema/interface.rb
@@ -63,7 +63,7 @@ module GraphQL
elsif child_class < GraphQL::Schema::Object
# Add all definition methods of this... | Exclude GraphQL::Schema::Interface::DefinitionMethods from extend | rmosolgo_graphql-ruby | train |
c4fea2e14760c5202dd0c1a4038bccc3c7674d91 | diff --git a/lib/rules/yoda.js b/lib/rules/yoda.js
index <HASH>..<HASH> 100644
--- a/lib/rules/yoda.js
+++ b/lib/rules/yoda.js
@@ -94,6 +94,8 @@ function same(a, b) {
// x[y] = x[y]
// x.y = x.y
return same(a.object, b.object) && same(a.property, b.property);
+ case "ThisEx... | Fix: yoda range exceptions with this (fixes #<I>) | eslint_eslint | train |
b7740e0409452fb8f14bad2b35b71d97ca3fdec3 | diff --git a/src/org/opencms/jsp/CmsJspTagScaleImage.java b/src/org/opencms/jsp/CmsJspTagScaleImage.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/jsp/CmsJspTagScaleImage.java
+++ b/src/org/opencms/jsp/CmsJspTagScaleImage.java
@@ -285,8 +285,8 @@ public class CmsJspTagScaleImage extends CmsJspImageScalerTagSupp... | Added check to ScaleImageTag. | alkacon_opencms-core | train |
ef92193ad818a9559571f8f933ac762b421156b8 | diff --git a/pyaxmlparser/core.py b/pyaxmlparser/core.py
index <HASH>..<HASH> 100644
--- a/pyaxmlparser/core.py
+++ b/pyaxmlparser/core.py
@@ -4,28 +4,25 @@ from pyaxmlparser.utils import get_zip_file
class APK:
- def __init__(self, resource):
- self.resource = resource
- self.zip_file = get_zip_f... | Stored extracted resources for futher usage | appknox_pyaxmlparser | train |
fe13d8a1d1d697fdd3ae012dc8f5b0b1aa63038b | diff --git a/modules/system/models/PluginVersion.php b/modules/system/models/PluginVersion.php
index <HASH>..<HASH> 100644
--- a/modules/system/models/PluginVersion.php
+++ b/modules/system/models/PluginVersion.php
@@ -13,8 +13,6 @@ use System\Classes\PluginManager;
*/
class PluginVersion extends Model
{
- use \... | Convert purgeable attributes to class properties
This fixes #<I> where developers might enter custom values in the pluginDetails() method | octobercms_october | train |
e0136c8fa15f119faeef232c03d1ba11129aaf4e | diff --git a/lib/Parser.js b/lib/Parser.js
index <HASH>..<HASH> 100644
--- a/lib/Parser.js
+++ b/lib/Parser.js
@@ -33,6 +33,7 @@ var EXP_TYPE_MATCH = 0, // waits for byte array match
function Parser() {
this.debug = undefined;
+ this._hmacBuf = new Buffer(9);
this.reset();
}
inherits(Parser, EventEmitter);
... | don't create a new Buffer on every HMAC verification | mscdex_ssh2 | train |
38c2eabee8071cfe89bc79662622a1e87ddf4533 | diff --git a/lib/cryptophoto-node.js b/lib/cryptophoto-node.js
index <HASH>..<HASH> 100644
--- a/lib/cryptophoto-node.js
+++ b/lib/cryptophoto-node.js
@@ -6,25 +6,49 @@ var
url = require('url'),
ip;
+function proxy(urlString) {
+ var options, header;
+
+ if (!exports.proxy.host) {
+ return urlString;
+ }
... | v. <I>: better proxy handling | octavian-nita_cryptophoto-node | train |
dd38eeb87677141ef23deb6fdf4abd635c556254 | diff --git a/annis-utilsgui/src/main/resources/annis/gui/visualizers/media/media_control.js b/annis-utilsgui/src/main/resources/annis/gui/visualizers/media/media_control.js
index <HASH>..<HASH> 100644
--- a/annis-utilsgui/src/main/resources/annis/gui/visualizers/media/media_control.js
+++ b/annis-utilsgui/src/main/reso... | set endTime back to null, otherwise we can not play througth the media file | korpling_ANNIS | train |
12d3028c4b7a16b992111551aa62105b8daab26f | diff --git a/bl/__init__.py b/bl/__init__.py
index <HASH>..<HASH> 100644
--- a/bl/__init__.py
+++ b/bl/__init__.py
@@ -1,2 +0,0 @@
-import os
-JARS = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'jars')
\ No newline at end of file | JARS not needed in bl | BlackEarth_bl | train |
00c6ca4327130f3b478ef91365788faf48739cf6 | diff --git a/lib/Skriv/Markup/Html/Config.php b/lib/Skriv/Markup/Html/Config.php
index <HASH>..<HASH> 100644
--- a/lib/Skriv/Markup/Html/Config.php
+++ b/lib/Skriv/Markup/Html/Config.php
@@ -174,7 +174,7 @@ class Config extends \WikiRenderer\Config {
$text = preg_replace('#&([A-za-z]{2})(?:lig);#', '\1', $text); //... | identifier with "." not work in javascript selectors | Amaury_SkrivMarkup | train |
aaeba8859fe26219e70e8e6ee59ac26b4604c95f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,27 +1,35 @@
export default class toColor {
HUE_MAX = 360;
+ PASSING_DISTANCE = 10;
constructor(seed, options) {
this.options = options || {};
this.seed = typeof seed === 'string' ? this._stringToInteger(... | Try a euclideanDistance | mapbox_to-color | train |
3889d1e84e3d0e20a2a6a3a53ed69e645fde24de | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ README = open('README.rst', 'rt').read()
setup(
name='vncdotool',
- version='0.2.0',
+ version='0.3.0.dev0',
description='Command line VNC client',
install_requires=[
'Twisted', | Back to development: <I> | sibson_vncdotool | train |
b76004a6feaf101fd0fe9b880f1eb19df850821c | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+0.14.0
+ Added some ability to selectively manage symlinks when doing file management
+ Many bug fixes
+ Variables can now be used as the test values in case statements and selectors
+ Bumping a ... | Fixing yum listing bug, and caching the "latest" value so it is not asked for so many times; this fixes #<I>.
git-svn-id: <URL> | puppetlabs_puppet | train |
ba106a9844f5b79251ee76074cc76bf4c3699859 | diff --git a/tests/test_federal_senate_dataset.py b/tests/test_federal_senate_dataset.py
index <HASH>..<HASH> 100644
--- a/tests/test_federal_senate_dataset.py
+++ b/tests/test_federal_senate_dataset.py
@@ -1,6 +1,7 @@
from tempfile import gettempdir
from unittest import TestCase
from unittest.mock import patch
+fro... | skip translation test because it is failing in Travis CI | okfn-brasil_serenata-toolbox | train |
0ceb7d1b612617c1aa275bd381254416bd615063 | diff --git a/src/app/drivers/options.py b/src/app/drivers/options.py
index <HASH>..<HASH> 100644
--- a/src/app/drivers/options.py
+++ b/src/app/drivers/options.py
@@ -142,10 +142,10 @@ shared_options = {
'action': 'store_const', 'const': 'average', 'default': 'median',
'required': False, 'help... | Option name change, more correct since we take log2 of intensities even when not creating ratios | glormph_msstitch | train |
a8c76f6119600c90176078e76ef4ebde06a0da59 | diff --git a/fundamentals/mysql/convert_dictionary_to_mysql_table.py b/fundamentals/mysql/convert_dictionary_to_mysql_table.py
index <HASH>..<HASH> 100644
--- a/fundamentals/mysql/convert_dictionary_to_mysql_table.py
+++ b/fundamentals/mysql/convert_dictionary_to_mysql_table.py
@@ -399,6 +399,8 @@ def convert_dictionar... | removing zero len strings from sql insert commands | thespacedoctor_fundamentals | train |
ca5462b2b339f9ebc6464219a835c7549f918939 | diff --git a/inc/admin/fonts/namespace.php b/inc/admin/fonts/namespace.php
index <HASH>..<HASH> 100644
--- a/inc/admin/fonts/namespace.php
+++ b/inc/admin/fonts/namespace.php
@@ -12,9 +12,8 @@ use Pressbooks\Container;
* Compile Sass for everything that has to do with dynamically generated font stacks
*/
function ... | Webbooks with (deprecated) Custom CSS theme should revert to McLuhan (#<I>)
Fixes pressbooks/pressbooks-book#<I> | pressbooks_pressbooks | train |
605fc6502abbde271f3d3ccd6e5c61300942c2b8 | diff --git a/spyder/plugins/application/container.py b/spyder/plugins/application/container.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/application/container.py
+++ b/spyder/plugins/application/container.py
@@ -285,8 +285,7 @@ class ApplicationContainer(PluginMainContainer):
missing_deps = (missing... | Application: Make missing dependencies dialog non-modal | spyder-ide_spyder | train |
7757b827c46fd93c7a796c996dcb77dd99df8f10 | diff --git a/logger/logger.go b/logger/logger.go
index <HASH>..<HASH> 100644
--- a/logger/logger.go
+++ b/logger/logger.go
@@ -15,7 +15,7 @@ func New(w io.Writer) *zap.Logger {
}
return zap.New(zapcore.NewCore(
zapcore.NewConsoleEncoder(config),
- zapcore.AddSync(w),
+ zapcore.Lock(zapcore.AddSync(w)),
zapc... | Lock the zap write output to avoid race conditions when logging | influxdata_influxdb | train |
7116ea4388099c036b73792fccd2aec7c0466e3a | diff --git a/lib/url_parser.js b/lib/url_parser.js
index <HASH>..<HASH> 100644
--- a/lib/url_parser.js
+++ b/lib/url_parser.js
@@ -2,9 +2,10 @@
var ReadPreference = require('./read_preference'),
parser = require('url'),
- f = require('util').format;
+ f = require('util').format,
+ assign = require('./utils').a... | fix(url-parser): ensure user options are applied to parsing | mongodb_node-mongodb-native | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.