hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
422ce6ebd92a1019b6e7ed26171640263fd7bf02 | diff --git a/misc/plugin/amazon.rb b/misc/plugin/amazon.rb
index <HASH>..<HASH> 100644
--- a/misc/plugin/amazon.rb
+++ b/misc/plugin/amazon.rb
@@ -92,7 +92,7 @@ def amazon_fetch( url, limit = 10 )
case res
when Net::HTTPSuccess
res.body
- when Net::HTTPRedirection
+ when Net::HTTPRedirection, Net::HTTPFound
a... | amazon plugin: support HTTP Found response and discard wrong stored cache | tdiary_tdiary-core | train |
ae2c897a03109b1c33e1287faf052ccdc4a3ab87 | diff --git a/salt/modules/tomcat.py b/salt/modules/tomcat.py
index <HASH>..<HASH> 100644
--- a/salt/modules/tomcat.py
+++ b/salt/modules/tomcat.py
@@ -429,11 +429,10 @@ def deploy_war(war, context, force='no', url='http://localhost:8080/manager', en
tfile = war
if war[0] != '/':
tfile = os.path.join(... | error handling when executing war_deployed when the war file is missing | saltstack_salt | train |
d70660673fc4f56b2a31d761e50fa6ed0cb38942 | diff --git a/suds/__init__.py b/suds/__init__.py
index <HASH>..<HASH> 100644
--- a/suds/__init__.py
+++ b/suds/__init__.py
@@ -31,7 +31,7 @@ import socket
__version__ = '0.3.7'
-properties = dict(version=__version__, build="(beta) R564-20090901")
+properties = dict(version=__version__, build="(beta) R567-20091009"... | update epydocs and bump beta release information. | suds-community_suds | train |
a9d1c72d2a4d133f0b2976f3057c3e5b5eacdf47 | diff --git a/library/src/main/java/com/alexvasilkov/gestures/GestureControllerForPager.java b/library/src/main/java/com/alexvasilkov/gestures/GestureControllerForPager.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/alexvasilkov/gestures/GestureControllerForPager.java
+++ b/library/src/main/java/com/al... | Fixed issue when view pager is not specified | alexvasilkov_GestureViews | train |
dbfdce005a6e468c7d3a1ca4d03b4a7b142b8cab | diff --git a/classes/search/class.tx_solr_search_sortingcomponent.php b/classes/search/class.tx_solr_search_sortingcomponent.php
index <HASH>..<HASH> 100644
--- a/classes/search/class.tx_solr_search_sortingcomponent.php
+++ b/classes/search/class.tx_solr_search_sortingcomponent.php
@@ -52,6 +52,18 @@ class tx_solr_sear... | [TASK] Move sorting to a search component
Change-Id: I<I>d<I>c8c5e6b<I>fc3dfee<I>ba<I>dc8f6eaeeb7 | TYPO3-Solr_ext-solr | train |
17dd731e32d9d10ad2c486bd3354c368aebb3f48 | diff --git a/openid/fetchers.py b/openid/fetchers.py
index <HASH>..<HASH> 100644
--- a/openid/fetchers.py
+++ b/openid/fetchers.py
@@ -198,9 +198,6 @@ class Urllib2Fetcher(HTTPFetcher):
headers.setdefault(
'User-Agent',
"%s Python-urllib/%s" % (USER_AGENT, urllib2.__version__,))
- ... | [project @ Remove range headers from requests] | necaris_python3-openid | train |
bae6a9175f8e04f223836a71083e0cb0b641faac | diff --git a/test/pngmin_test.js b/test/pngmin_test.js
index <HASH>..<HASH> 100644
--- a/test/pngmin_test.js
+++ b/test/pngmin_test.js
@@ -125,7 +125,7 @@ exports.pngmin = {
quality_test: function(test) {
test.expect(2);
- var actual = grunt.file.read('tmp/quality_test/pngquant-logo-qual1.png');
+ var a... | Changed test to pass also on linux | zauni_pngmin | train |
4575e0002bcaa49267ff3104c5fec332602bfb88 | diff --git a/src/components/body/ScrollerDirective.js b/src/components/body/ScrollerDirective.js
index <HASH>..<HASH> 100644
--- a/src/components/body/ScrollerDirective.js
+++ b/src/components/body/ScrollerDirective.js
@@ -23,9 +23,14 @@ export function ScrollerDirective($timeout){
};
function update(){... | (perf): fix memory leak on scroll tear down, remove duplicate elm find, apply offsetX faster and only when needed | swimlane_angular-data-table | train |
043a1633bb6b9b1268990a8f603865f543a98e16 | diff --git a/go/vt/tabletserver/cache_pool.go b/go/vt/tabletserver/cache_pool.go
index <HASH>..<HASH> 100644
--- a/go/vt/tabletserver/cache_pool.go
+++ b/go/vt/tabletserver/cache_pool.go
@@ -142,10 +142,10 @@ func (cache *Cache) Recycle() {
func CacheCreator(dbconfig dbconfigs.DBConfig) CreateCacheFunc {
if dbconf... | bug fix: Use cachePool.IsClosed to check if rowcache is enabled | vitessio_vitess | train |
205d711d40eec55ebab1f09eb921e72ff2f458a9 | diff --git a/Siel/Acumulus/Helpers/Translator.php b/Siel/Acumulus/Helpers/Translator.php
index <HASH>..<HASH> 100644
--- a/Siel/Acumulus/Helpers/Translator.php
+++ b/Siel/Acumulus/Helpers/Translator.php
@@ -32,9 +32,7 @@ class Translator implements TranslatorInterface {
}
/**
- * Returns the current (2 charac... | getLanguage now also part of the translator interface | SIELOnline_libAcumulus | train |
f2a053a3cf018750a87e0aa2e9abeba572cdc3d4 | diff --git a/tests/test_parser.py b/tests/test_parser.py
index <HASH>..<HASH> 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -13,7 +13,7 @@ from conllu.parser import (
)
-class TestParse(unittest.TestCase):
+class TestParseTokenAndMetadata(unittest.TestCase):
def test_empty(self):
wi... | Clarify test name, it doesn't test parse(). | EmilStenstrom_conllu | train |
c0666e4dc8708ead5e179d8ed086473134b4166d | diff --git a/safe/gui/tools/test/test_osm_downloader_dialog.py b/safe/gui/tools/test/test_osm_downloader_dialog.py
index <HASH>..<HASH> 100644
--- a/safe/gui/tools/test/test_osm_downloader_dialog.py
+++ b/safe/gui/tools/test/test_osm_downloader_dialog.py
@@ -39,6 +39,7 @@ LOGGER = logging.getLogger('InaSAFE')
class ... | change docstring in the osm downloader | inasafe_inasafe | train |
faccaf9473a2c7f544c4ca350ebab8124d194d8a | diff --git a/app/templates/src/main/webapp/_app.js b/app/templates/src/main/webapp/_app.js
index <HASH>..<HASH> 100644
--- a/app/templates/src/main/webapp/_app.js
+++ b/app/templates/src/main/webapp/_app.js
@@ -5,15 +5,17 @@ angular.module('<%=angularAppName%>', ['LocalStorageModule', 'tmh.dynamicLocale'
.run(fu... | fix small bugs
- login is displayed even if the page is not protected. | jhipster_generator-jhipster | train |
67ab1aecfb6e1babee249f3c41c98532c740f047 | diff --git a/admin/index.php b/admin/index.php
index <HASH>..<HASH> 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -512,6 +512,7 @@
/// Set up the admin user
if (empty($CFG->rolesactive)) {
+ build_context_path();
create_admin_user();
} | admin/index: Populate the context path JIT for the new admin user
With this call to build_context_path() the admin rights of the new
user are loaded just before they are first needed. | moodle_moodle | train |
27defc432bb2c44ee77c78e27476ed87eaa9dad3 | diff --git a/src/main/java/org/junit/Assume.java b/src/main/java/org/junit/Assume.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/junit/Assume.java
+++ b/src/main/java/org/junit/Assume.java
@@ -16,7 +16,7 @@ import org.hamcrest.Matcher;
* For example:
* <pre>
* // only provides information if database is... | @ displayed incorrectly in javadocs
This is how it's displayed when rendered: <URL> | junit-team_junit4 | train |
84254a0585207ae6653e4e03a50f93e517b9da8f | diff --git a/src/Htmlizer.js b/src/Htmlizer.js
index <HASH>..<HASH> 100755
--- a/src/Htmlizer.js
+++ b/src/Htmlizer.js
@@ -39,15 +39,7 @@
}
//HTML 4 and 5 void tags
- var voidTags = unwrap('area,base,basefont,br,col,command,embed,frame,hr,img,input,keygen,link,meta,param,source,track,wbr'),
- rege... | Made several bindings behave as close as possible to KO <I>.
Also fixed some bindings like attr,css,style to remove properties when value is "falsy". | Munawwar_htmlizer | train |
3daac74ae37db7aa3a32ad06f926b6a3a8ac7b60 | diff --git a/spyder/plugins/editor/widgets/codeeditor.py b/spyder/plugins/editor/widgets/codeeditor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor/widgets/codeeditor.py
+++ b/spyder/plugins/editor/widgets/codeeditor.py
@@ -590,8 +590,8 @@ class CodeEditor(TextEditBaseWidget):
self.show_hint_for... | Kite: Tiny refactoring for clarity | spyder-ide_spyder | train |
0a945dc741613f966a67fcf4a3558f0cb1c31e29 | diff --git a/setup_libuv.py b/setup_libuv.py
index <HASH>..<HASH> 100644
--- a/setup_libuv.py
+++ b/setup_libuv.py
@@ -93,8 +93,8 @@ def prepare_windows_env(env):
class libuv_build_ext(build_ext):
libuv_dir = os.path.join('deps', 'libuv')
libuv_repo = 'https://github.com/joyent/libuv.git'
- libuv... | core: raised libuv revision and switched to v1.x branch | saghul_pyuv | train |
70fc1040ee40faf129604557107cc59fd51c4fe2 | diff --git a/torchtext/__init__.py b/torchtext/__init__.py
index <HASH>..<HASH> 100644
--- a/torchtext/__init__.py
+++ b/torchtext/__init__.py
@@ -4,7 +4,7 @@ import os
from torchtext import _extension # noqa: F401
_TEXT_BUCKET = "https://download.pytorch.org/models/text/"
-_CACHE_DIR = os.path.expanduser("~/.torc... | Change root directory for datasets (#<I>) | pytorch_text | train |
ac0fec1ad1fb05365eb695ccb08a6d76fab330b7 | diff --git a/lib/rnes/cpu.rb b/lib/rnes/cpu.rb
index <HASH>..<HASH> 100644
--- a/lib/rnes/cpu.rb
+++ b/lib/rnes/cpu.rb
@@ -1003,9 +1003,14 @@ module Rnes
end
# @return [Integer]
+ # @raise [Rnes::Errors::StackPointerOverflowError]
def pop
- @registers.stack_pointer += 1
- read(@registers.s... | Raise error on stack pointer overflow | r7kamura_rnes | train |
2cccc6f73e1817d82ec06a89d9e525187c34af4e | diff --git a/erizo_controller/erizoClient/src/Stream.js b/erizo_controller/erizoClient/src/Stream.js
index <HASH>..<HASH> 100644
--- a/erizo_controller/erizoClient/src/Stream.js
+++ b/erizo_controller/erizoClient/src/Stream.js
@@ -84,6 +84,14 @@ const Stream = (altConnectionHelpers, specInput) => {
const transla... | Fix issues with setMaxVideoBW and updateSimulcastLayersBitrate (#<I>) | lynckia_licode | train |
9fb136bb042e318f73191c466923fc22402f99b6 | diff --git a/src/main/java/smartrics/ant/git/GitTasksContainer.java b/src/main/java/smartrics/ant/git/GitTasksContainer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/smartrics/ant/git/GitTasksContainer.java
+++ b/src/main/java/smartrics/ant/git/GitTasksContainer.java
@@ -1,9 +1,10 @@
package smartrics.ant.git;
... | Using a queue instead of an array list for the task container | rimerosolutions_ant-git-tasks | train |
4af160ecbf6f17458d7feee49792a44fe985cbcc | diff --git a/src/internal/fragments/utils/Evaluator.js b/src/internal/fragments/utils/Evaluator.js
index <HASH>..<HASH> 100644
--- a/src/internal/fragments/utils/Evaluator.js
+++ b/src/internal/fragments/utils/Evaluator.js
@@ -133,8 +133,8 @@
update: function () {
var value = this.root.get( this.keypath );
- ... | allow expression functions to be used in multiple instances of the same subclass with the correct context | ractivejs_ractive | train |
c71d1ad066f494fdcb17755fd95171dde26632c9 | diff --git a/mpop/instruments/seviri.py b/mpop/instruments/seviri.py
index <HASH>..<HASH> 100644
--- a/mpop/instruments/seviri.py
+++ b/mpop/instruments/seviri.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (c) 2010, 2011.
+# Copyright (c) 2010, 2011, 2013.
# Author(s):
@@ -104,6 ... | Adding a new convection RGB with co2 correction for SEVIRI | pytroll_satpy | train |
bbc33383d4011f8e8ab5498547bfebe57649103d | diff --git a/cycy/compiler.py b/cycy/compiler.py
index <HASH>..<HASH> 100644
--- a/cycy/compiler.py
+++ b/cycy/compiler.py
@@ -74,8 +74,10 @@ class __extend__(ast.Block):
class __extend__(ast.BinaryOperation):
def compile(self, context):
- self.left.compile(context=context)
+ # compile RHS then LH... | fix subtraction
(seriously @tompko???) | Magnetic_cycy | train |
4f274c847b67f3eb0ce134ac2c7bc5b6bdc59a8e | diff --git a/notif.go b/notif.go
index <HASH>..<HASH> 100644
--- a/notif.go
+++ b/notif.go
@@ -1,6 +1,8 @@
package dht
import (
+ ma "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
+
inet "github.com/jbenet/go-ipfs/p2p/net"
)
@@ -31,3 +33,5 @@ func (nn *netNotifiee) Disconnecte... | p2p/net: notify on listens
Network now signals when it successfully listens on some address
or when an address shuts down. This will be used to establish and
close nat port mappings. It could also be used to notify peers
of address changes. | libp2p_go-libp2p-kad-dht | train |
80cf31dd48d872200e22199d04862fd95a5c6ca1 | diff --git a/openprocurement_client/tests/tests.py b/openprocurement_client/tests/tests.py
index <HASH>..<HASH> 100644
--- a/openprocurement_client/tests/tests.py
+++ b/openprocurement_client/tests/tests.py
@@ -379,6 +379,7 @@ class UserTestCase(unittest.TestCase):
setup_routing(self.app, routs=['tender_patch_... | check 'data' key in response | openprocurement_openprocurement.client.python | train |
2accdb215de61966abb5e9b154eacbc0d35908d5 | diff --git a/lib/plangrade/resources/notice.rb b/lib/plangrade/resources/notice.rb
index <HASH>..<HASH> 100644
--- a/lib/plangrade/resources/notice.rb
+++ b/lib/plangrade/resources/notice.rb
@@ -2,7 +2,7 @@ module Plangrade
module Resources
class Notice < Plangrade::Resources::Base
- attr_accessor_deffer... | forgot to include other calls in attr_accessor_deferred | plangrade_plangrade-ruby | train |
a8894e5cb818246ed78ed15f862406c750977f16 | diff --git a/websockets/src/main/java/io/undertow/websockets/protocol/AbstractFrameSinkChannel.java b/websockets/src/main/java/io/undertow/websockets/protocol/AbstractFrameSinkChannel.java
index <HASH>..<HASH> 100644
--- a/websockets/src/main/java/io/undertow/websockets/protocol/AbstractFrameSinkChannel.java
+++ b/webs... | Need to flip the end buffer before try to write it | undertow-io_undertow | train |
f9fe70b39dc207606c5388ace7a1eef4af0a8eb6 | diff --git a/src/registry/node-catalog.js b/src/registry/node-catalog.js
index <HASH>..<HASH> 100644
--- a/src/registry/node-catalog.js
+++ b/src/registry/node-catalog.js
@@ -194,7 +194,10 @@ class NodeCatalog {
this.registry.updateMetrics();
- this.logger.warn(`Node '${node.id}' disconnected${isUnexpected ? ... | Raising an info log event instead of warning on node expected disconnection | moleculerjs_moleculer | train |
0102b9e178dfbd914edcc3fc8505400982747af7 | diff --git a/bin/starscope.rb b/bin/starscope.rb
index <HASH>..<HASH> 100755
--- a/bin/starscope.rb
+++ b/bin/starscope.rb
@@ -53,6 +53,12 @@ END
end.parse!
+def print_summary(db)
+ db.summary.each do |name, count|
+ printf("%-8s %5d keys\n", name, count)
+ end
+end
+
# Load the database
db = StarScope::DB.... | More eliminating puts from the DB api | eapache_starscope | train |
af856cfd43c12f077cede081c7252bb112870b61 | diff --git a/lib/phantomjs/core.js b/lib/phantomjs/core.js
index <HASH>..<HASH> 100644
--- a/lib/phantomjs/core.js
+++ b/lib/phantomjs/core.js
@@ -125,27 +125,40 @@ function phantomExit (code) {
}
function extractFullCssFromPage (doneStatus, originalCss) {
- originalCss = decodeURIComponent(originalCss)
- var css... | handle case for media rules when normalising css | pocketjoso_penthouse | train |
b1b0aac6430020e80a809de7d62197dc0e22053f | diff --git a/kvdb/etcd/db.go b/kvdb/etcd/db.go
index <HASH>..<HASH> 100644
--- a/kvdb/etcd/db.go
+++ b/kvdb/etcd/db.go
@@ -132,7 +132,7 @@ type db struct {
var _ walletdb.DB = (*db)(nil)
// newEtcdBackend returns a db object initialized with the passed backend
-// config. If etcd connection cannot be estabished, th... | kvdb+lncfg: fix some typos in comments | lightningnetwork_lnd | train |
6fad4d6b46f4066076a18446d8ccd16b9bc3b48d | diff --git a/vote.js b/vote.js
index <HASH>..<HASH> 100644
--- a/vote.js
+++ b/vote.js
@@ -14,6 +14,19 @@ exports.create = function (api) {
return { message: {
action: function (msg, context) {
var expression = 'yup'
+ function setState () {
+ var c = 0
+ pull(
+ api.sbot.link... | use query, render, requery pattern | patchless_patchapp-vote | train |
28ffc68606b3795aaf128354b77d3cb70e5c6566 | diff --git a/news-bundle/src/Resources/contao/config/config.php b/news-bundle/src/Resources/contao/config/config.php
index <HASH>..<HASH> 100644
--- a/news-bundle/src/Resources/contao/config/config.php
+++ b/news-bundle/src/Resources/contao/config/config.php
@@ -18,7 +18,9 @@ array_insert($GLOBALS['BE_MOD']['content'],... | [News] Register the CSV import in the news and calendar modules (see #<I>) | contao_contao | train |
504dbcba2d12db8c6451364e0b28473ce1e39281 | diff --git a/lib/heroku/jsplugin.rb b/lib/heroku/jsplugin.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/jsplugin.rb
+++ b/lib/heroku/jsplugin.rb
@@ -145,7 +145,7 @@ class Heroku::JSPlugin
File.delete bin
raise 'SHA mismatch for heroku-cli'
end
- $stderr.puts " done\nFor more information on Toolb... | take out install message about v4
it has been out long enough to serve its purpose
Fixes <URL> | heroku_legacy-cli | train |
40cb4e344884578cabdfa237d56beb93ff0cc40f | diff --git a/src/Building/Builder.php b/src/Building/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Building/Builder.php
+++ b/src/Building/Builder.php
@@ -62,6 +62,7 @@ class Builder
public function build($name, array $args = array())
{
$process = $this->processes[$name];
+ $this->context(... | Set context name in Builder::build | nicmart_Building | train |
cc2af38a9b93ac7cde99840050912dd60e2a8873 | diff --git a/framework/Parsers/PathParser.php b/framework/Parsers/PathParser.php
index <HASH>..<HASH> 100644
--- a/framework/Parsers/PathParser.php
+++ b/framework/Parsers/PathParser.php
@@ -163,8 +163,12 @@ REGEX;
$replacement = '(\w+)';
break;
default :
+ ... | Updating path parser to allow for brackets within regex part of segments. | valkyrjaio_valkyrja | train |
fcb8e39ec7a12e7b8af3b69247df88f3b6054f67 | diff --git a/test/simple.rb b/test/simple.rb
index <HASH>..<HASH> 100644
--- a/test/simple.rb
+++ b/test/simple.rb
@@ -46,14 +46,22 @@ module MigrationSetup
end
def self.teardown!
- CreateCustomPkName.down
- CreateThings.down
- CreateValidatesUniquenessOf.down
- CreateAutoIds.down
- CreateUsers.d... | attempt to tear-down all migrations - even when error occurs on some
... helps test setup/teardown on DBs where database is not re-created | jruby_activerecord-jdbc-adapter | train |
b8e992027b58fda1bccda4d4c0ba1e0818306022 | diff --git a/gossip/stats.py b/gossip/stats.py
index <HASH>..<HASH> 100644
--- a/gossip/stats.py
+++ b/gossip/stats.py
@@ -66,6 +66,23 @@ class Stats(object):
raise AttributeError("no metric of type %r", attr)
+ def get_stats(self, metrics=[]):
+ """
+ Return a dictionary with current valu... | Provide ability to retrieve current metrics from stats module
This was derived directly from Mic Bowen's implementation. | hyperledger_sawtooth-core | train |
ac88148559d14c7492163c25c1eb20927347d5c9 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -77,10 +77,14 @@ function monitor(interval, timeoutCb, pingTimeout) {
var _this2 = this;
pingTimeout = pingTimeout || interval;
- var currentTimeout = undefined;
- var currentInterval = undefined;
+ ... | fix multiple calls to onTimeoutExpired when monitoring (#2) | itajaja_websocket-monkeypatch | train |
b71f5068ec8d85dc0edf854d6b1d199bbc7300b2 | diff --git a/src/network/connection.js b/src/network/connection.js
index <HASH>..<HASH> 100644
--- a/src/network/connection.js
+++ b/src/network/connection.js
@@ -50,6 +50,7 @@ module.exports = class Connection {
this.correlationId = 0
this.pendingQueue = {}
this.authHandlers = null
+ this.authExpectR... | Allow connection to buffer data for auth requests expecting a response | tulios_kafkajs | train |
dfcf414111a5959df0b9438ab284d6087ac6f3f5 | diff --git a/telethon/client/uploads.py b/telethon/client/uploads.py
index <HASH>..<HASH> 100644
--- a/telethon/client/uploads.py
+++ b/telethon/client/uploads.py
@@ -414,32 +414,30 @@ class UploadMethods(MessageParseMethods, UserMethods):
os.path.basename(file))
}
... | Fix hachoir don't close files by itself (#<I>) | LonamiWebs_Telethon | train |
42154f07775887ce0b48aec03c73f15cd0836d0f | diff --git a/lib/engineyard.rb b/lib/engineyard.rb
index <HASH>..<HASH> 100644
--- a/lib/engineyard.rb
+++ b/lib/engineyard.rb
@@ -6,6 +6,9 @@ module EY
class Error < StandardError; end
+ class EnvironmentError < Error; end
+ class BranchMismatch < Error; end
+
autoload :Account, 'engineyard/account'
aut... | Deploy errors now inherit from EY::Error, and have better messages
Change-Id: I4c<I>b<I>e<I>a9d<I>bd<I>feff<I>d<I>c9c
Reviewed-on: <URL> | engineyard_engineyard | train |
aac1a786f4e5acaed282a731ca9ec7cfda258e15 | diff --git a/lib/formtastic-bootstrap/helpers.rb b/lib/formtastic-bootstrap/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/formtastic-bootstrap/helpers.rb
+++ b/lib/formtastic-bootstrap/helpers.rb
@@ -1,13 +1,14 @@
-require "formtastic-bootstrap/helpers/fieldset_wrapper"
+# require "formtastic-bootstrap/helpers/field... | Additional work on ActionsHelper. | mjbellantoni_formtastic-bootstrap | train |
90c270560e1485d8e0656103ee8655f87b8e485a | diff --git a/bin/server-cloud-elections b/bin/server-cloud-elections
index <HASH>..<HASH> 100755
--- a/bin/server-cloud-elections
+++ b/bin/server-cloud-elections
@@ -15,8 +15,7 @@ remote_base_name = schema.options.remote_base.split('::')[-1].camelcase
remoter_base = PoolParty::Remote.module_eval(remote_base_name)
... | Added update_from_schema to cloud for server tasks
Explicitly set key in the dr_configure when on server | auser_poolparty | train |
8233ca1963fd072bfae5a4e267b9046b50a5786e | diff --git a/libdokan/fs.go b/libdokan/fs.go
index <HASH>..<HASH> 100644
--- a/libdokan/fs.go
+++ b/libdokan/fs.go
@@ -251,6 +251,11 @@ func (f *FS) open(ctx context.Context, oc *openContext, ps []string) (dokan.File
// Unfortunately sometimes we end up in this case while using
// reparse points.
case PublicName ... | libdokan: Also deny public directories when there are generic errors | keybase_client | train |
b957bf952ee71a732022b152d896b5a322d0b951 | diff --git a/cmd.go b/cmd.go
index <HASH>..<HASH> 100644
--- a/cmd.go
+++ b/cmd.go
@@ -26,9 +26,9 @@ type PassiveCmd struct {
// PeriodicConfig holds a cron specification for periodically notifying the configured channels
type PeriodicConfig struct {
- CronSpec string // CronSpec that schedules some function
- ... | Removes Goconvey from Periodic and Disabled commands tests (#<I>) | go-chat-bot_bot | train |
957411a3205626fecc3122e43dca21adb09eddf0 | diff --git a/lib/statsd.js b/lib/statsd.js
index <HASH>..<HASH> 100644
--- a/lib/statsd.js
+++ b/lib/statsd.js
@@ -178,7 +178,10 @@ Client.prototype.sendAll = function(stat, value, type, sampleRate, tags, callbac
return;
}
- sentBytes += bytes;
+ if (bytes) {
+ sentBytes += bytes;
+ }
+
... | Do not add bytes to sentBytes when it is undefined | brightcove_hot-shots | train |
e07b14bcfe9b374df5e1d129b83ee3b49292379d | diff --git a/src/grid/PurseGridView.php b/src/grid/PurseGridView.php
index <HASH>..<HASH> 100644
--- a/src/grid/PurseGridView.php
+++ b/src/grid/PurseGridView.php
@@ -11,8 +11,10 @@
namespace hipanel\modules\finance\grid;
+use hipanel\modules\client\widgets\combo\ContactCombo;
use hipanel\helpers\FontIcon;
use h... | + ComboXEditable for purse requisite | hiqdev_hipanel-module-finance | train |
ad002dda71f14ee0e6c9f45d6c97e42972212859 | diff --git a/spec/support/pedant/pedant_config.rb b/spec/support/pedant/pedant_config.rb
index <HASH>..<HASH> 100644
--- a/spec/support/pedant/pedant_config.rb
+++ b/spec/support/pedant/pedant_config.rb
@@ -21,7 +21,8 @@
################################################################################
# You MUST speci... | Allow Pedant to run if port <I> is blocked | chef_chef | train |
d331df24f5fcfbd3bc0972ca356f2f40858db569 | diff --git a/js/gateio.js b/js/gateio.js
index <HASH>..<HASH> 100644
--- a/js/gateio.js
+++ b/js/gateio.js
@@ -856,10 +856,20 @@ module.exports = class gateio extends Exchange {
const market = this.market (symbol);
const request = {
'currency_pair': market['id'],
+ // 'limit': ... | gateio fetchMyTrades since | ccxt_ccxt | train |
0a88ca7b8ff84ee4463c91aa3c1d4fce797c2ffb | diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java
+++ b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtex... | [xtext] don't accidentely resolve AbstractMetamodelDeclaration#getEPackage, since it will leave an empty XMIResource behind. (see <URL>)
Change-Id: I<I>a2df4fcd<I>d<I>eba1a0b7bfd<I>dd<I>ca | eclipse_xtext-core | train |
492b666266c9b67a695476ead616a06e1f92c0d0 | diff --git a/src/werkzeug/middleware/shared_data.py b/src/werkzeug/middleware/shared_data.py
index <HASH>..<HASH> 100644
--- a/src/werkzeug/middleware/shared_data.py
+++ b/src/werkzeug/middleware/shared_data.py
@@ -35,7 +35,7 @@ class SharedDataMiddleware(object):
environments or simple server setups. Usage is qui... | Update documentation of SharedDataMiddleware
Let the doc of SharedDataMiddleware reflect its move to middleware.shared_data | pallets_werkzeug | train |
c1e4feaa8eabfdd30672ca680665deba2fbbec74 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
},
"name": "hdb",
"description": "SAP HANA Database Client for Node",
- "version": "0.2.0",
+ "version": "0.3.0",
"repository": {
"type": "git",
"url": "git://github.com/SAP... | bumped to version <I> | SAP_node-hdb | train |
d76e83074195b6ea1ab6d49a8c8c104a32284cb3 | diff --git a/word2vec-client/main.go b/word2vec-client/main.go
index <HASH>..<HASH> 100644
--- a/word2vec-client/main.go
+++ b/word2vec-client/main.go
@@ -16,6 +16,8 @@ import (
var addr string
var addListA, subListA string
var addListB, subListB string
+var sim bool
+var n int
func init() {
flag.StringVar(&add... | And similarity query to client tool. | sajari_word2vec | train |
befed23924c10253ca98a532f3c44f1e4f83fa02 | diff --git a/src/Command/Route/RouteListCommand.php b/src/Command/Route/RouteListCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Route/RouteListCommand.php
+++ b/src/Command/Route/RouteListCommand.php
@@ -8,6 +8,7 @@ use Platformsh\Cli\Model\Route;
use Platformsh\Cli\Service\Table;
use Symfony\Component\Con... | Read routes from the deployments API in route:list command (#<I>) | platformsh_platformsh-cli | train |
16b1ae21a31cdb47e1c42170899b549afa83193f | diff --git a/src/jobTreeSlave.py b/src/jobTreeSlave.py
index <HASH>..<HASH> 100644
--- a/src/jobTreeSlave.py
+++ b/src/jobTreeSlave.py
@@ -273,7 +273,8 @@ def main():
environment = cPickle.load(fileHandle)
fileHandle.close()
for i in environment:
- os.environ[i] = environment[i]
+ if i not ... | Fix to jobTree to prevent it overriding TMPDIR | DataBiosphere_toil | train |
947c1a248bca1c34e826338d661aec93b4034f4d | diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index <HASH>..<HASH> 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.14.3
+current_version = 0.14.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+\d+))?
serialize =
{major}.{minor}.{... | Fix issue #<I> with error during constructing of url with regex parts | aio-libs_aiohttp | train |
d0bffdeabd3f94ff3b5b0dc8a18d9fcf8a00403c | diff --git a/index.html b/index.html
index <HASH>..<HASH> 100755
--- a/index.html
+++ b/index.html
@@ -175,6 +175,9 @@
<div class="clear-both"></div>
<div class="content square-panel-wrapper"><!-- dynamic content --></div>
</div>
+
+ <div class="clear-both"></div>
+ <br />
</div>
... | Show <I> playlists by default; allow force-token to kill tokens | jaedb_spotmop | train |
78439416c0dccaf3edaed00a970b6278bf762baa | diff --git a/htlcswitch/circuit_test.go b/htlcswitch/circuit_test.go
index <HASH>..<HASH> 100644
--- a/htlcswitch/circuit_test.go
+++ b/htlcswitch/circuit_test.go
@@ -483,8 +483,9 @@ func TestCircuitMapPersistence(t *testing.T) {
// Removing already-removed circuit should return an error.
err = circuitMap.DeleteC... | htlcswitch/circuit_test: test for relaxed DeleteCircuits
Modify unit tests to expect success when removing
already-deleted circuits, as well as test that extra
circuit deletions are ignored. | lightningnetwork_lnd | train |
b5d2b806550583dd342eb4c641b1edcc511e0475 | diff --git a/spec/stoplight/light_spec.rb b/spec/stoplight/light_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/stoplight/light_spec.rb
+++ b/spec/stoplight/light_spec.rb
@@ -6,7 +6,7 @@ require 'spec_helper'
describe Stoplight::Light do
before do
@notifiers = Stoplight.notifiers
- Stoplight.notifiers = []
... | Configure IO notifier in tests
This would prevent stuff like 9a0b<I>e1a6d<I>c4d<I>eb1ff<I>f<I>b<I>f. | orgsync_stoplight | train |
83e6cf2f822cac2bd64cdfd52c42828d396331ee | diff --git a/blocks/admin_tree/block_admin_tree.php b/blocks/admin_tree/block_admin_tree.php
index <HASH>..<HASH> 100644
--- a/blocks/admin_tree/block_admin_tree.php
+++ b/blocks/admin_tree/block_admin_tree.php
@@ -37,7 +37,7 @@ class block_admin_tree extends block_base {
global $CFG;
$strfolderopened... | "MDL-<I>, change js function name toggle() to menu_toggle(), to be friendly with prototype.js, merged from MOODLE_<I>_STABLE" | moodle_moodle | train |
03f5efc4dc6ce01861f84be96ca48bc33e075174 | diff --git a/openquake/baselib/hdf5.py b/openquake/baselib/hdf5.py
index <HASH>..<HASH> 100644
--- a/openquake/baselib/hdf5.py
+++ b/openquake/baselib/hdf5.py
@@ -173,13 +173,17 @@ class PickleableSequence(collections.Sequence):
return repr(self._objects)
def __toh5__(self):
- dic = {
- ... | Stored the number of bytes used | gem_oq-engine | train |
bbe5bad5759e438877ffb111949a5e62063cff51 | diff --git a/mod/scorm/report/interactions/report.php b/mod/scorm/report/interactions/report.php
index <HASH>..<HASH> 100644
--- a/mod/scorm/report/interactions/report.php
+++ b/mod/scorm/report/interactions/report.php
@@ -153,7 +153,7 @@ class scorm_interactions_report extends scorm_default_report {
}
... | MDL-<I> SCORM Fixing Sql errors in interraction reporting | moodle_moodle | train |
340e58be31567f7c93b27cba22ca1c7cb49f5dce | diff --git a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java b/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java
index <HASH>..<HASH> 100644
--- a/structr-db-driver-api/src/main/java/org/structr/api/config/Settings.java
+++ b/structr-db-driver-api/src/main/java/org/struct... | Enhancement: Sets default value for 'application.keystore.path' to 'domain.key.keystore' so it fits the default value of letsencrypt.domain.key.filename which is 'domain.key'. | structr_structr | train |
eb4c6b3e88883c1625c1b0df4b058c117c8634f3 | diff --git a/lib/trouble.rb b/lib/trouble.rb
index <HASH>..<HASH> 100644
--- a/lib/trouble.rb
+++ b/lib/trouble.rb
@@ -19,7 +19,26 @@ module Trouble
#
def self.notify(exception, metadata = nil)
exception.set_backtrace(caller) unless exception.backtrace
- notify! exception, metadata
+ notify_error_servi... | Separate log method for just logging and metric #2 | bukowskis_trouble | train |
d464f090d2b1f7cee06c4d451778a11c10e8bbfe | diff --git a/util/files.js b/util/files.js
index <HASH>..<HASH> 100644
--- a/util/files.js
+++ b/util/files.js
@@ -15,7 +15,7 @@ module.exports = function (files) {
var toProcess = '';
if (files instanceof Array) {
files.forEach(function (f) {
- toProcess += '"' + f + '" ';
+ toProcess += '"' + f.r... | Escaping special characters in file/folder paths | quentinrossetti_node-7z | train |
fa094cd3ec3491dfa1bedfadcdaa2f29853e875a | diff --git a/modules/@apostrophecms/area/index.js b/modules/@apostrophecms/area/index.js
index <HASH>..<HASH> 100644
--- a/modules/@apostrophecms/area/index.js
+++ b/modules/@apostrophecms/area/index.js
@@ -211,6 +211,7 @@ module.exports = {
});
deep(doc, `${path}._rendered`, areaRendered);
+ ... | Awaits method and removes unecessary property | apostrophecms_apostrophe | train |
d2a824e4b66f15141dba117d0921789341b6a828 | diff --git a/tfatool/_version.py b/tfatool/_version.py
index <HASH>..<HASH> 100644
--- a/tfatool/_version.py
+++ b/tfatool/_version.py
@@ -1,2 +1,2 @@
-__version__ = "v2.2.2"
+__version__ = "v2.2.3" | merging in bugfix branch. This fixes issue #7. | TadLeonard_tfatool | train |
2687b69a16bd7fa8b4d311df532a7738f2b7bf40 | diff --git a/lib/origen/pins/pin_collection.rb b/lib/origen/pins/pin_collection.rb
index <HASH>..<HASH> 100755
--- a/lib/origen/pins/pin_collection.rb
+++ b/lib/origen/pins/pin_collection.rb
@@ -8,6 +8,7 @@ module Origen
attr_accessor :endian
attr_accessor :description
+ attr_accessor :group
... | Added group reference so that the pin collection can match bus reference and took out unneeded fail statement. | Origen-SDK_origen | train |
fa10849c4063391f2be4c61c32bd9cc82f3ddb57 | diff --git a/format.go b/format.go
index <HASH>..<HASH> 100644
--- a/format.go
+++ b/format.go
@@ -237,8 +237,8 @@ func NewStringFormatter(format string) (Formatter, error) {
Id: 12345,
Time: t,
Module: "logger",
+ Args: []interface{}{"go"},
fmt: "hello %s",
- args: []interface{}{"go"},
}
... | Make Record.Args public so can be accessed by backends | ckeyer_go-log | train |
0237f372bbce904801510bdb977788f3b5216ee0 | diff --git a/ui/admin/media_button.php b/ui/admin/media_button.php
index <HASH>..<HASH> 100644
--- a/ui/admin/media_button.php
+++ b/ui/admin/media_button.php
@@ -6,11 +6,15 @@
/**
* Add a button to the media buttons context
*/
+
+$current_page = basename($_SERVER['PHP_SELF']);
+
function pods_media_button($conte... | Restricted shortcode form to only show up on post/page pages | pods-framework_pods | train |
926071e07e0c5da441d9b9615a1a140fab268827 | diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal/version.rb
+++ b/lib/appsignal/version.rb
@@ -1,5 +1,5 @@
require 'yaml'
module Appsignal
- VERSION = '1.2.0.alpha.4'
+ VERSION = '1.2.0.alpha.5'
end | Bump to <I>.alpha<I> [ci skip] | appsignal_appsignal-ruby | train |
7de291d0a99fb687d5a61ab689c53aa5af91c623 | diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js
index <HASH>..<HASH> 100644
--- a/js/bootstrap-select.js
+++ b/js/bootstrap-select.js
@@ -1815,6 +1815,7 @@
text.className = 'text';
a.className = 'dropdown-item ' + (firstOption ? firstOption.className : '');
newElement.className = this.... | set width of newElement when calculating menu size (fixes issue introduced in <I> when select has form-control class) | snapappointments_bootstrap-select | train |
bf4ed5ec6d6a209a08fbd40c7a1aa5e4aff09ad6 | diff --git a/src/VersionParser.php b/src/VersionParser.php
index <HASH>..<HASH> 100644
--- a/src/VersionParser.php
+++ b/src/VersionParser.php
@@ -178,7 +178,7 @@ class VersionParser
*/
public function parseNumericAliasPrefix($branch)
{
- if (preg_match('/^(?<version>(\d+\\.)*\d+)(?:\.x)?-dev$/i'... | Add the P character to the regex pattern
According to <URL>: Compilation failed: unrecognized character after (?< at offset 4
Exception trace:
() at phar:///var/www/git/smmqa/app/admin/composer.phar/src/Composer/Package/Version/VersionParser.php:<I> | composer_semver | train |
ca447f22fb6ac563365d3effce33e57e71aedf08 | diff --git a/lib/json_translate/translates/instance_methods.rb b/lib/json_translate/translates/instance_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/json_translate/translates/instance_methods.rb
+++ b/lib/json_translate/translates/instance_methods.rb
@@ -14,25 +14,18 @@ module JSONTranslate
attr_reader :enab... | Refactor read_json_translation | cfabianski_json_translate | train |
cb0d14d597da4e8831601a34fee61b34391b63c4 | diff --git a/app/controllers/admin/categories_controller.rb b/app/controllers/admin/categories_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/admin/categories_controller.rb
+++ b/app/controllers/admin/categories_controller.rb
@@ -18,7 +18,7 @@ class Admin::CategoriesController < Admin::BaseController
... | after creating a category you are taken back to the category listing instead of the detail view (robbyonrails)
git-svn-id: <URL> | publify_publify | train |
ba9e1a65e0f7975f055d50a2c0201c50d941c24c | diff --git a/panicwrap.go b/panicwrap.go
index <HASH>..<HASH> 100644
--- a/panicwrap.go
+++ b/panicwrap.go
@@ -68,6 +68,13 @@ type WrapConfig struct {
// Catch and igore these signals in the parent process, let the child
// handle them gracefully.
IgnoreSignals []os.Signal
+
+ // Catch these signals in the parent... | allow specifying signals to forward to the child process | mitchellh_panicwrap | train |
7eb1df15d722929f118e210af05cb34b849f8046 | diff --git a/safe/report/processors/default.py b/safe/report/processors/default.py
index <HASH>..<HASH> 100644
--- a/safe/report/processors/default.py
+++ b/safe/report/processors/default.py
@@ -27,7 +27,8 @@ from qgis.core import (
QgsLegendRenderer,
QgsComposerLegendStyle,
QgsComposerMap,
- QgsCompo... | transform extent's crs to mapcomposer crs (#<I>) | inasafe_inasafe | train |
470f415fb4a17c200f109c464f709e236147a339 | diff --git a/airflow/configuration.py b/airflow/configuration.py
index <HASH>..<HASH> 100644
--- a/airflow/configuration.py
+++ b/airflow/configuration.py
@@ -139,6 +139,7 @@ class AirflowConfigParser(ConfigParser):
'celery': {
# Remove these keys in Airflow 1.11
'worker_concurrency':... | [AIRFLOW-<I>] Make celery_result_backend conf Backwards compatible (#<I>)
(#<I>) Renamed `celery_result_backend` to `result_backend` and broke backwards compatibility. | apache_airflow | train |
997c650c1c43139847b4e82871925ed31db514ef | diff --git a/src/Symfony/Component/DomCrawler/Crawler.php b/src/Symfony/Component/DomCrawler/Crawler.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/DomCrawler/Crawler.php
+++ b/src/Symfony/Component/DomCrawler/Crawler.php
@@ -66,7 +66,7 @@ class Crawler extends \SplObjectStorage
*/
public functi... | Deprecate methods inherited from SplObjectStorage | symfony_symfony | train |
5330328efec816491368256fa345769e6d426b25 | diff --git a/tests/Asana/OAuthDispatcherTest.php b/tests/Asana/OAuthDispatcherTest.php
index <HASH>..<HASH> 100644
--- a/tests/Asana/OAuthDispatcherTest.php
+++ b/tests/Asana/OAuthDispatcherTest.php
@@ -18,7 +18,8 @@ class OAuthDispatcherTest extends \PHPUnit_Framework_TestCase
{
protected function setUp()
{... | Fix more broken-ness travis catches but local build does not | Asana_php-asana | train |
bfabb9ef0b22862966766d1bff8e30e15681b373 | diff --git a/pysat/instruments/cosmic2013_gps.py b/pysat/instruments/cosmic2013_gps.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/cosmic2013_gps.py
+++ b/pysat/instruments/cosmic2013_gps.py
@@ -113,14 +113,14 @@ def load(cosmicFiles, tag=None, sat_id=None, altitude_bin=None):
for key in keys:
... | fixed scipy netCDF routine endianness issue in cosmic loading routine | rstoneback_pysat | train |
fe8f96e9981376e26984bfa4812916d14856dc05 | diff --git a/osmnx/distance.py b/osmnx/distance.py
index <HASH>..<HASH> 100644
--- a/osmnx/distance.py
+++ b/osmnx/distance.py
@@ -169,6 +169,8 @@ def get_nearest_edge(G, point, return_geom=False, return_dist=False):
"""
Find the nearest edge to a point by minimum Euclidean distance.
+ For best results, ... | update get nearest edge function to accommodate new edges index structure | gboeing_osmnx | train |
f4414bba32ea42c325c0ec0a1d23076e9d89fee7 | diff --git a/src/org/datasift/PushDefinition.java b/src/org/datasift/PushDefinition.java
index <HASH>..<HASH> 100644
--- a/src/org/datasift/PushDefinition.java
+++ b/src/org/datasift/PushDefinition.java
@@ -54,7 +54,7 @@ public class PushDefinition implements Serializable {
*
* @param User user The user creating... | PushDefinition constructor needs to be public. | datasift_datasift-java | train |
477273a72bb19862588a4707ab0641acf4f0da71 | diff --git a/lib/corser.js b/lib/corser.js
index <HASH>..<HASH> 100644
--- a/lib/corser.js
+++ b/lib/corser.js
@@ -133,7 +133,7 @@ exports.create = function (options) {
// Origin is not one of the simple request headers. Therefore, the header is
... | Remove redundant case-sensitive matching, requestHeader is already lowercase. | agrueneberg_Corser | train |
855ba0abbfee4a4a01d80065adb4bef51e5fe856 | diff --git a/state/watcher.go b/state/watcher.go
index <HASH>..<HASH> 100644
--- a/state/watcher.go
+++ b/state/watcher.go
@@ -700,6 +700,9 @@ func (w *MachineUnitsWatcher) mergeChange(changes *MachineUnitsChange, ch watche
doc := &unitDoc{}
if _, ok := w.knownUnits[name]; !ok {
err = w.st.units.FindId(name).... | state: find units by known ids in the machine units watcher | juju_juju | train |
dc19198e25d53a7b9d22160adcf5a048314f411e | diff --git a/steam/core/cm.py b/steam/core/cm.py
index <HASH>..<HASH> 100644
--- a/steam/core/cm.py
+++ b/steam/core/cm.py
@@ -85,10 +85,12 @@ class CMClient(EventEmitter):
self._recv_loop.kill()
self._init_attributes()
- self.emit('disconnected')
if reconnect:
+ self.em... | CMCLient: emit reconnect when about to reconnect | ValvePython_steam | train |
327b861dd68b38cb6be31918541a25dac03a150b | diff --git a/src/lib/Supra/Remote/Server/RemoteCommandController.php b/src/lib/Supra/Remote/Server/RemoteCommandController.php
index <HASH>..<HASH> 100644
--- a/src/lib/Supra/Remote/Server/RemoteCommandController.php
+++ b/src/lib/Supra/Remote/Server/RemoteCommandController.php
@@ -133,6 +133,9 @@ class RemoteCommandCo... | Issue red #<I>;
* Add more debug to remote command controller; | sitesupra_sitesupra | train |
a72e4fda0bf7178272b2a30c1ec977a69577b072 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/wal/cas/OCASDiskWriteAheadLog.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/wal/cas/OCASDiskWriteAheadLog.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnolog... | fixed LSN lookup from the WAL for the case when there is no LSN | orientechnologies_orientdb | train |
d0a0849a25015681a2f3f5b78d217aace5e0e46b | diff --git a/climlab/constants.py b/climlab/constants.py
index <HASH>..<HASH> 100644
--- a/climlab/constants.py
+++ b/climlab/constants.py
@@ -45,3 +45,5 @@ seconds_per_year = seconds_per_day * days_per_year
area_earth = 4 * np.math.pi * a**2
+# present-day orbital parameters, in the same format generated by orbit... | Added present-day orbital parameters to constants.py | brian-rose_climlab | train |
69cc48cb0f34576903a4f0cb095113d54d48314d | diff --git a/test/com/opera/core/systems/OperaFilePreferencesTest.java b/test/com/opera/core/systems/OperaFilePreferencesTest.java
index <HASH>..<HASH> 100644
--- a/test/com/opera/core/systems/OperaFilePreferencesTest.java
+++ b/test/com/opera/core/systems/OperaFilePreferencesTest.java
@@ -89,9 +89,10 @@ public class O... | Actually, all products _apart_ from desktop does not support -pd | operasoftware_operaprestodriver | train |
dfc59866e896122cbf80cbad858093a8f12d38f6 | diff --git a/agent.go b/agent.go
index <HASH>..<HASH> 100644
--- a/agent.go
+++ b/agent.go
@@ -34,6 +34,9 @@ type Agent struct {
// Interval at which to flush data
FlushInterval Duration
+ // FlushRetries is the number of times to retry each data flush
+ FlushRetries int
+
// TODO(cam): Remove UTC and Precision... | Add support for retrying output writes, using independent threads
Fixes #<I> | influxdata_telegraf | train |
dd9eb9cc4641138faf3e50cd1e9425ef467a1b92 | diff --git a/tests/vcr_config.py b/tests/vcr_config.py
index <HASH>..<HASH> 100644
--- a/tests/vcr_config.py
+++ b/tests/vcr_config.py
@@ -37,6 +37,9 @@ uber_vcr = vcr.VCR(
serializer='yaml',
cassette_library_dir='tests/fixtures',
+ # disable gzip
+ decode_compressed_response=True,
+
# you can re... | Forced disabled gzip responses in fixtures | uber_rides-python-sdk | train |
0bf48006870c6fa70076ad02c6b7b904a7b1f82a | diff --git a/TemplateMailer.js b/TemplateMailer.js
index <HASH>..<HASH> 100644
--- a/TemplateMailer.js
+++ b/TemplateMailer.js
@@ -7,7 +7,11 @@ let _template = require('lodash/template')
let _forEach = require('lodash/forEach')
let nodemailer = require('nodemailer')
let showdown = require('showdown')
-let converter ... | feat(Markdown): enable support for strike-through, auto-links and tables | ResourcefulHumans_template-mailer-aws-lambda | train |
79067b600a67e4eae45c935b1f279d69878c99e2 | diff --git a/src/v2/commands/setup.js b/src/v2/commands/setup.js
index <HASH>..<HASH> 100644
--- a/src/v2/commands/setup.js
+++ b/src/v2/commands/setup.js
@@ -47,13 +47,17 @@ const validators = {
}
};
+function getUserHome() {
+ return process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME'];
+}
+
fu... | Using home directory for storing shared tasks | findmypast_usher | train |
1cfef1cefbc3406c56cd4cf8a0fcc245ab04ea46 | diff --git a/client-hc/src/test/java/com/graphhopper/api/GraphHopperWebIT.java b/client-hc/src/test/java/com/graphhopper/api/GraphHopperWebIT.java
index <HASH>..<HASH> 100644
--- a/client-hc/src/test/java/com/graphhopper/api/GraphHopperWebIT.java
+++ b/client-hc/src/test/java/com/graphhopper/api/GraphHopperWebIT.java
@... | improve stability of client integration test regarding alternative route | graphhopper_graphhopper | train |
44d01cff48578e5ea9083d10851649ebc700e461 | diff --git a/snackbar/src/main/java/com/github/mrengineer13/snackbar/SnackBar.java b/snackbar/src/main/java/com/github/mrengineer13/snackbar/SnackBar.java
index <HASH>..<HASH> 100644
--- a/snackbar/src/main/java/com/github/mrengineer13/snackbar/SnackBar.java
+++ b/snackbar/src/main/java/com/github/mrengineer13/snackbar... | Fix Snack not showing when use of custom color. | MrEngineer13_SnackBar | train |
f6f9d38482c24a6088542a02e7d30ed592741858 | diff --git a/lib/IXF/ApiRequestor.php b/lib/IXF/ApiRequestor.php
index <HASH>..<HASH> 100644
--- a/lib/IXF/ApiRequestor.php
+++ b/lib/IXF/ApiRequestor.php
@@ -171,6 +171,9 @@ class ApiRequestor
$absUrl = self::utf8($absUrl);
$opts[CURLOPT_URL] = $absUrl;
+ if( IXF::getDebug() )
+ e... | More sync fixes, cruft removal | euro-ix_ixf-client-php | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.