hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
9e1efebe16d4c7f52683859ae68c5622f0e90474 | diff --git a/test-local/cli-flame-collect-only.test.js b/test-local/cli-flame-collect-only.test.js
index <HASH>..<HASH> 100644
--- a/test-local/cli-flame-collect-only.test.js
+++ b/test-local/cli-flame-collect-only.test.js
@@ -11,7 +11,7 @@ test('clinic flame --collect-only - no issues', function (t) {
'--', 'node... | Fix test-local tests (#<I>) | nearform_node-clinic | train |
2915835df83ac4472a0a25d0724d22802e52a62c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,20 @@
Drops consecutively repeated values from a
[Flyd](https://github.com/paldepind/flyd) stream.
+## API
+
+### dropRepeats(s)
+
+Drops repeated values from stream `s`. Equality is determined by reference.
+
... | revamp API with dropRepeatsWith | raine_flyd-droprepeats | train |
b663c742ce4ac90f2a21a8183b11c4336a8201fd | diff --git a/tests/test.py b/tests/test.py
index <HASH>..<HASH> 100644
--- a/tests/test.py
+++ b/tests/test.py
@@ -41,7 +41,7 @@ class DaemonizeTest(unittest.TestCase):
class LockingTest(unittest.TestCase):
def setUp(self):
self.pidfile = mkstemp()[1]
- print "First daemonize process started"
+ ... | Attempt to fix LockingTest in <I> and <I>. | thesharp_daemonize | train |
4c672929bd02a168a43baf10bc31c3cbb6f32d13 | diff --git a/quick_start/kusto_sample_app.py b/quick_start/kusto_sample_app.py
index <HASH>..<HASH> 100644
--- a/quick_start/kusto_sample_app.py
+++ b/quick_start/kusto_sample_app.py
@@ -319,7 +319,7 @@ class KustoSampleApp:
data_format: DataFormat,
) -> bool:
if not use_existing_mapping:
- ... | Fix mapping_required to _mapping_required (#<I>) | Azure_azure-kusto-python | train |
f8d21fbf73f388c8046866635e19956d0830ebb4 | diff --git a/src/main/java/com/theisenp/harbor/utils/HarborUtils.java b/src/main/java/com/theisenp/harbor/utils/HarborUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/theisenp/harbor/utils/HarborUtils.java
+++ b/src/main/java/com/theisenp/harbor/utils/HarborUtils.java
@@ -5,6 +5,8 @@ import static java.ut... | Added validations for period and timeout to HarborUtils | theisenp_harbor | train |
acf79deec4e00901e5584dc23d86d0e95de7f0a3 | diff --git a/src/main/java/org/cryptomator/frontend/webdav/mount/WindowsMounter.java b/src/main/java/org/cryptomator/frontend/webdav/mount/WindowsMounter.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cryptomator/frontend/webdav/mount/WindowsMounter.java
+++ b/src/main/java/org/cryptomator/frontend/webdav/mou... | tuned windows mounting timeouts [ci skip] | cryptomator_webdav-nio-adapter | train |
21539d08a8c5b3c64d782eaa1c2eb2de04af8d84 | diff --git a/helper/resource/map.go b/helper/resource/map.go
index <HASH>..<HASH> 100644
--- a/helper/resource/map.go
+++ b/helper/resource/map.go
@@ -42,11 +42,18 @@ func (m *Map) Apply(
}
}
+ var result *terraform.ResourceState
+ var err error
if s.ID == "" {
- return r.Create(s, d, meta)
+ result, err = r... | helper/resource: add id to attributes | hashicorp_terraform | train |
ca3a439b05a3f82f1f95b77faf33ffdc6a1cbe3c | diff --git a/scripts/automated_initial_analysis.py b/scripts/automated_initial_analysis.py
index <HASH>..<HASH> 100644
--- a/scripts/automated_initial_analysis.py
+++ b/scripts/automated_initial_analysis.py
@@ -84,12 +84,14 @@ def process_lane(info, fastq_dir, fc_name, fc_date, config, config_file):
config = _upda... | Update analysis pipeline for latest GATK release | bcbio_bcbio-nextgen | train |
6d0588d3b76e62d004ae44f1f339c606d25cb464 | diff --git a/extra/src/org/droidparts/net/ImageFetcher.java b/extra/src/org/droidparts/net/ImageFetcher.java
index <HASH>..<HASH> 100644
--- a/extra/src/org/droidparts/net/ImageFetcher.java
+++ b/extra/src/org/droidparts/net/ImageFetcher.java
@@ -45,7 +45,6 @@ import android.graphics.drawable.TransitionDrawable;
impor... | ImageFetcher: runOnUiThread() protected; View => ImageView. | droidparts_droidparts | train |
b2914803510665bd44b4ada3c814e0b53fd727a2 | diff --git a/setup.php b/setup.php
index <HASH>..<HASH> 100644
--- a/setup.php
+++ b/setup.php
@@ -100,6 +100,7 @@ set_include_path(WT_ROOT.'library'.PATH_SEPARATOR.get_include_path());
require_once 'Zend/Loader/Autoloader.php';
Zend_Loader_Autoloader::getInstance()->registerNamespace('WT_');
require 'includes/funct... | Fix: missing dependency in setup.php | fisharebest_webtrees | train |
2de06af9887b6941f73a6610a5485d98cf7f353f | diff --git a/lib/mongoat.js b/lib/mongoat.js
index <HASH>..<HASH> 100644
--- a/lib/mongoat.js
+++ b/lib/mongoat.js
@@ -8,6 +8,15 @@ var hooks = {
after: {}
};
+(function(){
+ var opArray = ['insert', 'update', 'remove'];
+ var colPrototype = Mongoat.Collection.prototype;
+
+ for (var i = 0; i < opArray.length;... | Update save methods strategy
- Use anonymous function to save collection methods before overwrite | dial-once_node-mongoat | train |
bb143d6abd08da88e18b3cc317af6d191bb8781e | diff --git a/src/ebussola/job/Schedule.php b/src/ebussola/job/Schedule.php
index <HASH>..<HASH> 100644
--- a/src/ebussola/job/Schedule.php
+++ b/src/ebussola/job/Schedule.php
@@ -90,6 +90,10 @@ class Schedule {
public function getJob($job_id) {
if (!$this->job_pool->has($job_id)) {
$job = $th... | fix of backslash of runner_class error | ebussola_job-schedule | train |
54ed7bd35652e9645ce1b1bcd6b86821def6897c | diff --git a/src/ftscroller.js b/src/ftscroller.js
index <HASH>..<HASH> 100755
--- a/src/ftscroller.js
+++ b/src/ftscroller.js
@@ -418,7 +418,7 @@ var FTScroller, CubicBezier;
targetPosition = Math.min(0, Math.max(_metrics.scrollEnd[axis], targetPosition));
// Snap if appropriate
- if (_instanceOption... | Fix startup edge cases with snapping enabled
Certain startup orders with snapping options enabled resulted in a NaN
original position, preventing the very first scroll from functioning. | ftlabs_ftscroller | train |
f6c83dc7e645dd2f1b3e7978e3ea86408a117d29 | diff --git a/pycrfsuite/_pycrfsuite.pyx b/pycrfsuite/_pycrfsuite.pyx
index <HASH>..<HASH> 100644
--- a/pycrfsuite/_pycrfsuite.pyx
+++ b/pycrfsuite/_pycrfsuite.pyx
@@ -575,7 +575,7 @@ cdef class Tagger(object):
def open_inmemory(self, bytes value):
self._check_inmemory_model(value)
- cdef char *v ... | Minor tweaks: missing const; pep8 blank lines. | scrapinghub_python-crfsuite | train |
a641cf5ce186bf0c62926b125ee5438c90b109e6 | diff --git a/lib/braintree/transaction_gateway.js b/lib/braintree/transaction_gateway.js
index <HASH>..<HASH> 100644
--- a/lib/braintree/transaction_gateway.js
+++ b/lib/braintree/transaction_gateway.js
@@ -29,12 +29,16 @@ var TransactionGateway = function(gateway) {
};
return {
- sale: function(attributes, ... | Implemented submitting transactions for settlement | braintree_braintree_node | train |
385c86ccc648a4cfe1936c1cecb5130eb18674d4 | diff --git a/src/DatabaseRepository.php b/src/DatabaseRepository.php
index <HASH>..<HASH> 100644
--- a/src/DatabaseRepository.php
+++ b/src/DatabaseRepository.php
@@ -119,7 +119,7 @@ abstract class DatabaseRepository implements Contracts\Repository, Contracts\Has
$fields = explode('.', $relation);
$... | Snake casing relation whereHasIn query | ethical-jobs_laravel-storage | train |
1c6131105ec7b113dfd83deba1a06dfe27b5b119 | diff --git a/src/org/opencms/xml/CmsXmlUtils.java b/src/org/opencms/xml/CmsXmlUtils.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/xml/CmsXmlUtils.java
+++ b/src/org/opencms/xml/CmsXmlUtils.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/xml/CmsXmlUtils.java,v $
- * Date : ... | Cirrected spelling mistak in JavaDoc. | alkacon_opencms-core | train |
eb8bdd81befdd16b9c5c1241cc4cc5213b97de2e | diff --git a/lib/modules/apostrophe-assets/public/js/always.js b/lib/modules/apostrophe-assets/public/js/always.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-assets/public/js/always.js
+++ b/lib/modules/apostrophe-assets/public/js/always.js
@@ -60,7 +60,7 @@ _.extend(apos, {
log: function(msg) {
i... | Remove some rogue console logs on the frontend. | apostrophecms_apostrophe | train |
b3ae99014c7fffdb6138fd7549f9d5c6df797b01 | diff --git a/webroot/js/reportGraphs.js b/webroot/js/reportGraphs.js
index <HASH>..<HASH> 100644
--- a/webroot/js/reportGraphs.js
+++ b/webroot/js/reportGraphs.js
@@ -99,9 +99,13 @@
$.ajax({
url: this.ajax.url,
- type: 'get',
- dataType: 'json',
- ... | Adjusted ajax request type and headers (task #<I>) | QoboLtd_cakephp-search | train |
72b655d254524e3d00d83d74ee6eb72ce14e96b0 | diff --git a/AUTHORS.txt b/AUTHORS.txt
index <HASH>..<HASH> 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -1,2 +1,3 @@
Anderson <self.anderson@gmail.com>
Stavros Korokithakis <stavros@korokithakis.net>
+Viktoria Galkina <viktoria.galkina93@gmail.com>
diff --git a/annoying/decorators.py b/annoying/decorators.py
index ... | back author in setup.py and added to AUTHORS.txt, fixed pep in decorators.py | skorokithakis_django-annoying | train |
57ce51d4effb201dae66e121e4c4140b3d434804 | diff --git a/instaloader/__main__.py b/instaloader/__main__.py
index <HASH>..<HASH> 100644
--- a/instaloader/__main__.py
+++ b/instaloader/__main__.py
@@ -1,6 +1,7 @@
"""Download pictures (or videos) along with their captions and other metadata from Instagram."""
import ast
+import datetime
import os
import sys
... | Support datetime objects in filter strings
Now --only-if="date_utc<datetime(<I>,1,1,hour=<I>)" is possible. | instaloader_instaloader | train |
1801f5ba77aef40657dbf049e83e500bc8ea55ed | diff --git a/HARKutilities.py b/HARKutilities.py
index <HASH>..<HASH> 100644
--- a/HARKutilities.py
+++ b/HARKutilities.py
@@ -1113,9 +1113,7 @@ def plotFuncs(functions,bottom,top,N=1000,legend_kwds = None):
plt.legend(**legend_kwds)
plt.show()
-
-
-def plotFuncsDer(functions,bottom,top,N=1000):
+def pl... | Fixed missing input in plotFuncsDer
Legend functionality added by DCL was incompletely incorporated into
plotFuncsDer, one line fix. | econ-ark_HARK | train |
892da6a051ac2048aad39c7f3f549e6392013229 | diff --git a/lang/en/moodle.php b/lang/en/moodle.php
index <HASH>..<HASH> 100644
--- a/lang/en/moodle.php
+++ b/lang/en/moodle.php
@@ -496,6 +496,8 @@ $string['movedown'] = "Move down";
$string['movefilestohere'] = "Move files to here";
$string['movefull'] = "Move \$a to this location";
$string['movehere'] = "Move t... | Strings to move activities left and right | moodle_moodle | train |
1398ce43ea8a8cb743d1efd57cd9846b83f29e36 | diff --git a/src/sortablejs.js b/src/sortablejs.js
index <HASH>..<HASH> 100644
--- a/src/sortablejs.js
+++ b/src/sortablejs.js
@@ -25,6 +25,10 @@ function init(Survey) {
{ name: "storeOthersAsComment", visible: false },
{ name: "hasNone", visible: false },
{ name: "renderAs", visible: f... | sortable list text changing not working on typing or on blur #<I> | surveyjs_widgets | train |
73634d8547b789d4099af52a4db7febc2fb1466e | diff --git a/examples/index.php b/examples/index.php
index <HASH>..<HASH> 100644
--- a/examples/index.php
+++ b/examples/index.php
@@ -39,7 +39,13 @@ if(isset($_GET['highlight']) && isset($features[$_GET['highlight']])) {
}
require_once(__DIR__ . '/../src/PhpConsole/__autoload.php');
-$isActiveClient = \PhpConsole\... | fix: different server configurations on same page conflict in /examples/index.php | barbushin_php-console | train |
bf91016fa9f5e5346e20e9762407f5c93d2568c8 | diff --git a/src/org/jgroups/util/Util.java b/src/org/jgroups/util/Util.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/util/Util.java
+++ b/src/org/jgroups/util/Util.java
@@ -1,4 +1,4 @@
-// $Id: Util.java,v 1.3 2004/02/25 20:46:23 belaban Exp $
+// $Id: Util.java,v 1.4 2004/02/25 21:07:17 belaban Exp $
pack... | added computeFragOffsets() | belaban_JGroups | train |
d81c64f68aa47581aa8207f858aec8af1bb805d9 | diff --git a/wallace/sources.py b/wallace/sources.py
index <HASH>..<HASH> 100644
--- a/wallace/sources.py
+++ b/wallace/sources.py
@@ -9,14 +9,14 @@ class Source(Node):
uuid = Column(String(32), ForeignKey("node.uuid"), primary_key=True)
- def create_information(self, what=None, to_whom=None):
+ def crea... | Fix bug that arose through grammar tweaking | Dallinger_Dallinger | train |
d4e857a7998c2d30ce401787e2b0da635c412609 | diff --git a/src/main/java/com/box/sdk/BoxFile.java b/src/main/java/com/box/sdk/BoxFile.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/box/sdk/BoxFile.java
+++ b/src/main/java/com/box/sdk/BoxFile.java
@@ -214,6 +214,24 @@ public class BoxFile extends BoxItem {
}
/**
+ * Moves this file to anot... | Add move method to BoxFile
Closes #<I>. | box_box-java-sdk | train |
b77c02fce0ac336d1de6c63d2d7da783f9597d76 | diff --git a/lib/axlsx/workbook/worksheet/cell.rb b/lib/axlsx/workbook/worksheet/cell.rb
index <HASH>..<HASH> 100644
--- a/lib/axlsx/workbook/worksheet/cell.rb
+++ b/lib/axlsx/workbook/worksheet/cell.rb
@@ -282,7 +282,7 @@ module Axlsx
end
def run_xml_string
- str = []
+ str = ""
if is_text... | benchmarking shows << to be faster than "%s" % x | randym_axlsx | train |
fbcedb0dd88bbb65408a1bd7b19bfbe448299ed5 | diff --git a/rangeparser.py b/rangeparser.py
index <HASH>..<HASH> 100644
--- a/rangeparser.py
+++ b/rangeparser.py
@@ -588,7 +588,17 @@ class Range:
# AJo+, AJs+, A5o-, A5s-, 7Xs+, 76s+
elif len(token) == 4:
- pass
+ smaller, bigger = self._get_ordered(Rank, tok... | Added 'KJo+', 'KJo-' parsing. | pokerregion_poker | train |
04af6bc5629e309e9ae0e32f5199b29ad974c8be | diff --git a/spec/javascripts/ajax_spec.js b/spec/javascripts/ajax_spec.js
index <HASH>..<HASH> 100644
--- a/spec/javascripts/ajax_spec.js
+++ b/spec/javascripts/ajax_spec.js
@@ -3,5 +3,51 @@ describe('Ajax', function () {
it('should be defined', function () {
expect($.ajax).toBeDefined();
... | Basic examples for all ajax functions | madrobby_zepto | train |
5c15b3732ca4a9913da8be1131189083faaf3409 | diff --git a/src/joint.dia.cell.js b/src/joint.dia.cell.js
index <HASH>..<HASH> 100644
--- a/src/joint.dia.cell.js
+++ b/src/joint.dia.cell.js
@@ -138,23 +138,22 @@ joint.dia.Cell = Backbone.Model.extend({
}
},
- embed: function(cell) {
+ embed: function(cell) {
- if(this.get('parent') == cell.id)... | fix indentation of embed() in joint.dia.cell.js | clientIO_joint | train |
c56550e715e756de5bec3bff7aa874a259f56353 | diff --git a/AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/ApplicationLifecycleTest.java b/AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/ApplicationLifecycleTest.java
index <HASH>..<HASH> 100644
--- a/AndroidE2E/app/src/androidTest/java/com/reactnativenaviga... | all tests green, pre-refactor | wix_react-native-navigation | train |
480b30c3fd3f05e5dd57ec1b96ee7e51a054f823 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -244,6 +244,35 @@ __::pluck($a, 'foo');
// >> ['bar', 'bar2']
```
+##### [__::reduce](src/__/collections/reduce.php)
+Reduces a collection to a value which is the accumulator result of running each
+element in the coll... | WIP: add reduce function for collections | maciejczyzewski_bottomline | train |
6359e1cf7e8fbec4a5ccacc299afb494ee8ab27c | diff --git a/commerce-checkout-web/src/main/java/com/liferay/commerce/checkout/web/internal/util/CommerceCheckoutStepHelper.java b/commerce-checkout-web/src/main/java/com/liferay/commerce/checkout/web/internal/util/CommerceCheckoutStepHelper.java
index <HASH>..<HASH> 100644
--- a/commerce-checkout-web/src/main/java/com... | COMMERCE-<I> changed how billing address checkout step is considered active | liferay_com-liferay-commerce | train |
68a65fa44eefc7a136a87133fca98df69dabe064 | diff --git a/autofit/optimize/grid_search.py b/autofit/optimize/grid_search.py
index <HASH>..<HASH> 100644
--- a/autofit/optimize/grid_search.py
+++ b/autofit/optimize/grid_search.py
@@ -224,5 +224,6 @@ class GridSearch(object):
phase_folders=self.phase_folders,
... | not overwritting variable, constant and phase path attributes when copying optimizer in grid search | rhayes777_PyAutoFit | train |
a4a06868e33637b2fe607e8196a1204b78210bde | diff --git a/astrobase/checkplot.py b/astrobase/checkplot.py
index <HASH>..<HASH> 100644
--- a/astrobase/checkplot.py
+++ b/astrobase/checkplot.py
@@ -1433,16 +1433,16 @@ def _pkl_finder_objectinfo(objectinfo,
if ((300.0 - annotatex) > 50.0):
offx = annota... | lcproc: add neighbor stuff to parallel_cp workers and driver | waqasbhatti_astrobase | train |
0416d4c5c78d4e88c20771910bf075601d97ff6d | diff --git a/js/cex.js b/js/cex.js
index <HASH>..<HASH> 100644
--- a/js/cex.js
+++ b/js/cex.js
@@ -104,8 +104,8 @@ module.exports = class cex extends Exchange {
'max': market['maxLotSize'],
},
'price': {
- 'min': market['minPrice'... | cex price limits → floats | ccxt_ccxt | train |
5cd61ae95c0a5cd733b9657facf9759d7b5fbbd2 | diff --git a/ykman/piv.py b/ykman/piv.py
index <HASH>..<HASH> 100644
--- a/ykman/piv.py
+++ b/ykman/piv.py
@@ -34,6 +34,7 @@ from cryptography.utils import int_to_bytes, int_from_bytes
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
from cryptography.hazmat.primitives.constant_time import... | Add import cert and set PIN retries. | Yubico_yubikey-manager | train |
1caf804fa143d9bbdb5b9659c0dcba97e0874598 | diff --git a/pydle/features/rfc1459/client.py b/pydle/features/rfc1459/client.py
index <HASH>..<HASH> 100644
--- a/pydle/features/rfc1459/client.py
+++ b/pydle/features/rfc1459/client.py
@@ -320,8 +320,8 @@ class RFC1459Support(BasicClient):
## IRC helpers.
- def normalize(self, s):
- return parsing.... | Also set registration completed on missing MOTD. | Shizmob_pydle | train |
946e4c34a7a503034ac4638f1b3cd355e075ed4b | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -71,6 +71,8 @@ Mongoid::Tree doesn't order children by default. To enable ordering of tree node
node.move_above(other)
node.move_below(other)
+ node.move_up
+ node.move_down
node.move_to_top
node.mo... | Added #move_up and #move_down to Mongoid::Tree::Ordering. | benedikt_mongoid-tree | train |
9aa6685d58f478aface35a9d909bc8dad0136e2e | diff --git a/components/confirm-ng/confirm-ng.js b/components/confirm-ng/confirm-ng.js
index <HASH>..<HASH> 100644
--- a/components/confirm-ng/confirm-ng.js
+++ b/components/confirm-ng/confirm-ng.js
@@ -29,35 +29,28 @@ import Dialog from '../dialog-ng/dialog-ng';
const angularModule = angular.module('Ring.confirm', ... | RG-<I>: Fixed. confirmNg: get rid of ng-include in confirmNg (to support new focusIn event in dialogNg)
Former-commit-id: bee<I>ee0a<I>d1ec7a<I>b<I>c7aa<I>c<I>dfcde1 | JetBrains_ring-ui | train |
8ace808de7e41885fe0e2c4c71b46c77ac502b24 | diff --git a/lib/heroku/command/labs.rb b/lib/heroku/command/labs.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/command/labs.rb
+++ b/lib/heroku/command/labs.rb
@@ -88,6 +88,7 @@ class Heroku::Command::Labs < Heroku::Command::Base
#
# $ heroku labs:enable user_env_compile
# Enabling user_env_compile for myap... | update labs:enable example to include docs hint | heroku_legacy-cli | train |
ea4cd7476d6b3f9f489ed7a5004c65f7a96d8c72 | diff --git a/src/rules/color-no-invalid-hex/__tests__/index.js b/src/rules/color-no-invalid-hex/__tests__/index.js
index <HASH>..<HASH> 100644
--- a/src/rules/color-no-invalid-hex/__tests__/index.js
+++ b/src/rules/color-no-invalid-hex/__tests__/index.js
@@ -7,6 +7,8 @@ testRule(null, tr => {
tr.ok("a { color: pink;... | color-no-invalid-hex 4 and 8 digit tests | stylelint_stylelint | train |
ac60759510d2599b1ba94acfc16ed5096b9eb6ce | diff --git a/src/main/java/com/qiniu/storage/BucketManager.java b/src/main/java/com/qiniu/storage/BucketManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/qiniu/storage/BucketManager.java
+++ b/src/main/java/com/qiniu/storage/BucketManager.java
@@ -420,6 +420,18 @@ public final class BucketManager {
... | [ISSUE-<I>] add chgm for batch operation | qiniu_java-sdk | train |
d2795bc32578286d47b9f617758a7eb8ef0601e3 | diff --git a/OpenPNM/Utilities/transformations.py b/OpenPNM/Utilities/transformations.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Utilities/transformations.py
+++ b/OpenPNM/Utilities/transformations.py
@@ -1908,3 +1908,11 @@ def _import_module(name, package=None, warn=True, prefix='_py_', ignore='_'):
... | Still failing tests...trying some things | PMEAL_OpenPNM | train |
1c0313794e1590ff35ef4bc0ff661022ea0eaf14 | diff --git a/lib/auth/apiserver_test.go b/lib/auth/apiserver_test.go
index <HASH>..<HASH> 100644
--- a/lib/auth/apiserver_test.go
+++ b/lib/auth/apiserver_test.go
@@ -21,8 +21,6 @@ import (
"fmt"
"net/http/httptest"
"net/url"
- "os"
- "path/filepath"
"time"
"github.com/gravitational/roundtrip"
diff --git a/... | Removing un-used imports. | gravitational_teleport | train |
917794b99f69360e0fb8642ba776016b5a9f0098 | diff --git a/test/db/mssql/types_test.rb b/test/db/mssql/types_test.rb
index <HASH>..<HASH> 100644
--- a/test/db/mssql/types_test.rb
+++ b/test/db/mssql/types_test.rb
@@ -37,7 +37,7 @@ class MSSQLDateTimeTypesTest < Test::Unit::TestCase
TABLE_DEFINITION.replace "CREATE TABLE date_and_times (" <<
"[id] int... | reproducing issue #<I> (invalid rescue syntax at MSSQL's `string_to_time`) | jruby_activerecord-jdbc-adapter | train |
43e10393326d28d86667a7c5a61c93bd080ce0d5 | diff --git a/lib/paper_trail.rb b/lib/paper_trail.rb
index <HASH>..<HASH> 100644
--- a/lib/paper_trail.rb
+++ b/lib/paper_trail.rb
@@ -1,6 +1,6 @@
require 'request_store'
-# Require core library
+# Require files in lib/paper_trail, but not its subdirectories.
Dir[File.join(File.dirname(__FILE__), 'paper_trail', '*.... | Fully qualified class name is not necessary
.. because we are (correctly) using nested module syntax. | paper-trail-gem_paper_trail | train |
aa65b92474bf56920ffea488b53e6a4acaac1578 | diff --git a/Command/InstallCommand.php b/Command/InstallCommand.php
index <HASH>..<HASH> 100644
--- a/Command/InstallCommand.php
+++ b/Command/InstallCommand.php
@@ -151,6 +151,9 @@ EOT
->setPlainPassword($password)
->setEmail($email)
->setGroup($group)
+ ->setGender('... | First super admin is John Doe. | ekyna_AdminBundle | train |
74414d17b0ce9c10c0024e7063f5ae14cc984db0 | diff --git a/robolectric/src/main/java/org/robolectric/res/Fs.java b/robolectric/src/main/java/org/robolectric/res/Fs.java
index <HASH>..<HASH> 100644
--- a/robolectric/src/main/java/org/robolectric/res/Fs.java
+++ b/robolectric/src/main/java/org/robolectric/res/Fs.java
@@ -7,6 +7,7 @@ import java.io.BufferedInputStrea... | Fix FileNotFoundException when offline=true and deps directory contains spaces. | robolectric_robolectric | train |
86b8b0a3f84b750ce4098855f6d1fdcf9ef86814 | diff --git a/feets/extractors.py b/feets/extractors.py
index <HASH>..<HASH> 100644
--- a/feets/extractors.py
+++ b/feets/extractors.py
@@ -226,9 +226,11 @@ class Extractor(object):
def __str__(self):
if not hasattr(self, "__str"):
- if self.params:
+ params = dict(self._conf.params... | better __str__ in extractors | carpyncho_feets | train |
9d15d314e81ed25eee3f197b2cebdace4ff9a642 | diff --git a/slack_notify/notify.go b/slack_notify/notify.go
index <HASH>..<HASH> 100644
--- a/slack_notify/notify.go
+++ b/slack_notify/notify.go
@@ -12,6 +12,7 @@ import (
type sendNotification struct {
Message string `cli:"arg required"`
Command []string `cli:"arg required"`
+ Channel string `cli:"opt -c --... | made channel configurable in slack notifier | dynport_dgtk | train |
5dfaffb6fa360e6af340ac236f4077f59d3fec1e | diff --git a/picoweb.py b/picoweb.py
index <HASH>..<HASH> 100644
--- a/picoweb.py
+++ b/picoweb.py
@@ -10,6 +10,11 @@ def render(writer, tmpl_name, args=()):
for s in tmpl(*args):
yield from writer.awrite(s)
+def render_str(tmpl_name, args=()):
+ #TODO: bloat
+ tmpl = template_loader.load(tmpl_nam... | Add render_str() to render template as a string.
TODO: implement more efficiently. | pfalcon_picoweb | train |
3541e049e1298db53efc4f63245768353001c3bf | diff --git a/plotnine/stats/stat_quantile.py b/plotnine/stats/stat_quantile.py
index <HASH>..<HASH> 100644
--- a/plotnine/stats/stat_quantile.py
+++ b/plotnine/stats/stat_quantile.py
@@ -20,7 +20,7 @@ class stat_quantile(stat):
Parameters
----------
{common_parameters}
- quatiles : tuple, optional (de... | DOC: Fix Mispelling of quantile (#<I>) | has2k1_plotnine | train |
bbc0a9b0273d76850eb07208c7816411ed88818f | diff --git a/src/com/opencms/core/CmsMultipartRequest.java b/src/com/opencms/core/CmsMultipartRequest.java
index <HASH>..<HASH> 100755
--- a/src/com/opencms/core/CmsMultipartRequest.java
+++ b/src/com/opencms/core/CmsMultipartRequest.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/co... | corrected handling of additional parameters in multipart request | alkacon_opencms-core | train |
f5c387e6409259a28f6e8b0b43b39fc3addc2605 | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog
---------
+`1.1.2`_ - 2017/02/03
+~~~~~~~~~~~~~~~~~~~~~
+
+**Fixed**
+
+* `#15`_ When logging to ``/dev/log`` with python 2.7, the connection was permanently lost when the local ... | Version updated from <I> to <I> | jobec_rfc5424-logging-handler | train |
9fc5fbc78d24b41dc14e449828d6cef0fcc613fc | diff --git a/src/extensions/cytoscape.renderer.canvas.js b/src/extensions/cytoscape.renderer.canvas.js
index <HASH>..<HASH> 100644
--- a/src/extensions/cytoscape.renderer.canvas.js
+++ b/src/extensions/cytoscape.renderer.canvas.js
@@ -1461,6 +1461,9 @@
/**
* Calculates rectangular bounds of a given compound node... | fixed a bug related to compound node bounds calculation for hidden nodes | cytoscape_cytoscape.js | train |
4bf9537631225cc790990ec2bb0236c0800fc85e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,10 @@ LibraryDirs = None
if os.name == 'nt' or sys.platform == 'win32':
Libraries = ['eay32', 'Ws2_32']
# Try to find it...
- for path in ["C:\\Python25\\libs\\", "C:\\Python26\\libs\\", "C:\\OpenSSL\\l... | Use ctypes to find libeay<I>.dll | pyca_pyopenssl | train |
f5fc06ae26abc7ba25d6d3b4468c1353431b5777 | diff --git a/theanets/recurrent.py b/theanets/recurrent.py
index <HASH>..<HASH> 100644
--- a/theanets/recurrent.py
+++ b/theanets/recurrent.py
@@ -45,6 +45,16 @@ class Network(ff.Network):
"hidden" layer with 20 units, and one "output" layer with 3 units. That
is, inputs should be of length 10, and ou... | Add a docstring for upcoming recurrent layers param. | lmjohns3_theanets | train |
169e66835d061195e453225634aedb601b3d15c8 | diff --git a/examples/side-by-side.js b/examples/side-by-side.js
index <HASH>..<HASH> 100644
--- a/examples/side-by-side.js
+++ b/examples/side-by-side.js
@@ -24,7 +24,7 @@ var webglMap = new ol.Map({
renderer: ol.RendererHint.WEBGL,
target: 'webglMap'
});
-webglMap.bindTo('layers', domMap);
+webglMap.bindTo('la... | Bind to layergroup instead of layers | openlayers_openlayers | train |
087bcd6826308d55a9a18b508b987efc1bd7be41 | diff --git a/go/relog/relog.go b/go/relog/relog.go
index <HASH>..<HASH> 100644
--- a/go/relog/relog.go
+++ b/go/relog/relog.go
@@ -106,11 +106,16 @@ func (logger *Logger) Fatal(format string, args ...interface{}) {
os.Exit(1)
}
-// Redactor is an interface for types that may contain sensitive information, which sh... | Documentation for relog.Redactor. | vitessio_vitess | train |
6344f7a02e4243949e892ddc02ffd142de6890d7 | diff --git a/ddl/ddl.go b/ddl/ddl.go
index <HASH>..<HASH> 100644
--- a/ddl/ddl.go
+++ b/ddl/ddl.go
@@ -592,6 +592,7 @@ func (d *ddl) doDDLJob(ctx sessionctx.Context, job *model.Job) error {
}
if historyJob.Error != nil {
+ logutil.BgLogger().Info("[ddl] DDL job is failed", zap.Int64("jobID", jobID))
retur... | ddl: quickly process the next job after processing the cancelled DDL job (#<I>) | pingcap_tidb | train |
9b9a948b966237b357f725b6735756a53e0e1f80 | diff --git a/src/org/parosproxy/paros/network/SSLConnector.java b/src/org/parosproxy/paros/network/SSLConnector.java
index <HASH>..<HASH> 100644
--- a/src/org/parosproxy/paros/network/SSLConnector.java
+++ b/src/org/parosproxy/paros/network/SSLConnector.java
@@ -29,6 +29,7 @@
// ZAP: 2014/08/14 Issue 1184: Improve sup... | Fixes zaproxy/zaproxy#<I> RC4-SHA SSL cipher suite not supported.
OpenJDK and Sun/Oracle JDK now default disable some weak ciphers (such
as RC4). This change enables all supported cipher suites in ZAP to
maximize connectivity success. | zaproxy_zaproxy | train |
a13e6124bd7117d2b6485699928882c42de3d9a8 | diff --git a/concrete/src/Validation/BannedWord/Service.php b/concrete/src/Validation/BannedWord/Service.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Validation/BannedWord/Service.php
+++ b/concrete/src/Validation/BannedWord/Service.php
@@ -163,10 +163,12 @@ class Service
{
$out = 0;
$banne... | Fix hasBannedWords to keep backward compatibility | concrete5_concrete5 | train |
8d3b578ba726bf9f2e337a77042ef38900e9cb21 | diff --git a/lib/xcflushd/reporter.rb b/lib/xcflushd/reporter.rb
index <HASH>..<HASH> 100644
--- a/lib/xcflushd/reporter.rb
+++ b/lib/xcflushd/reporter.rb
@@ -3,40 +3,63 @@ require '3scale_client'
module Xcflushd
class Reporter
+ class ReporterError < RuntimeError
+ def initialize(service_id, transaction,... | reporter: use more descriptive messages in the exceptions | 3scale_xcflushd | train |
bd5365e3f8092af45883e18122ef87e7702d234c | diff --git a/lib/flor/core/node.rb b/lib/flor/core/node.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/core/node.rb
+++ b/lib/flor/core/node.rb
@@ -147,24 +147,17 @@ class Flor::Node
def lookup(name)
- cat, mod, key = key_split(name)
- key, pth = key.split('.', 2)
-
- val =
- if [ cat, mod, key ] ==... | Rework lookup dispatch in node.rb | floraison_flor | train |
cced0fa71920fb537b36a139dacd950a0f8f41f4 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,14 @@ The dot and wildcard characters can be escaped with '\\'.
```
You can also query an array for the first match by using `#[...]`, or find all matches with `#[...]#`.
-Queries support the `==`, `!=`, `<... | Added not like operator support to query | tidwall_gjson | train |
016593021d280481dea88047f4e980c7dcab5306 | diff --git a/src/foremast/__main__.py b/src/foremast/__main__.py
index <HASH>..<HASH> 100644
--- a/src/foremast/__main__.py
+++ b/src/foremast/__main__.py
@@ -14,15 +14,16 @@ LOG = logging.getLogger(__name__)
def add_infra(subparsers):
"""Infrastructure subcommands."""
- infra_parser = subparsers.add_parser(... | feat: print-environment is now a subcommand | foremast_foremast | train |
1e4e413c5fc33965091891bff914f1cf2a89ea3a | diff --git a/core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java b/core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/testcontainers/utility/TestcontainersConfiguration.java
+++ b/core/src/main/java/org/testc... | Use latest available VNC recorder image (#<I>)
This updates us to use `quay.io/testcontainers/vnc-recorder:<I>`, rather than the legacy `richnorth/vnc-recorder` image as the default VNC recorder.
This new base image is based upon testcontainers/vnc-recorder#1 and is intended to avoid an apparent segfault bug with t... | testcontainers_testcontainers-java | train |
852922a551cc6f74ce4d6ef6cf6dff3cfed25a41 | diff --git a/docs/rtd/conf.py b/docs/rtd/conf.py
index <HASH>..<HASH> 100644
--- a/docs/rtd/conf.py
+++ b/docs/rtd/conf.py
@@ -15,7 +15,6 @@
import sys
import os
-import sphinx_rtd_theme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If ... | Updated Sphinx config [ci skip] | s9e_TextFormatter | train |
d672bfbfe81eeceb434ad18b18d9a0ba5b9e29e0 | diff --git a/grapheneapi/grapheneapi.py b/grapheneapi/grapheneapi.py
index <HASH>..<HASH> 100644
--- a/grapheneapi/grapheneapi.py
+++ b/grapheneapi/grapheneapi.py
@@ -126,7 +126,7 @@ class GrapheneAPI(object):
try:
response = requests.post("http://{}:{}/rpc".format(self.host,
... | [utf-8] properly format and send utf8 strings via RPC connection | xeroc_python-graphenelib | train |
9c37c905aacfe9dc4cdaf57a8934c01b30005966 | diff --git a/src/notifier.js b/src/notifier.js
index <HASH>..<HASH> 100644
--- a/src/notifier.js
+++ b/src/notifier.js
@@ -616,7 +616,7 @@ NotifierPrototype._internalCheckIgnore = function(isUncaught, callerArgs, payloa
try {
// The jQuery plugin adds in this key. Return true if it exists since
// we... | Fix jQuery ignoreAjaxErrors. Bug found by @joker-<I>, thanks so much! | rollbar_rollbar.js | train |
48a9381b4ff8c771d4768efffbc4f1f5c761e2ad | diff --git a/test/perf/benchmark.js b/test/perf/benchmark.js
index <HASH>..<HASH> 100644
--- a/test/perf/benchmark.js
+++ b/test/perf/benchmark.js
@@ -47,7 +47,7 @@ suite
console.log(String(event.target));
})
.on('complete', function() {
- console.log('\nFastest is ' + this.filter('fastest').pluck('name')... | Fixes #<I> by calling map() instead of pluck() | EventEmitter2_EventEmitter2 | train |
36bc4f0f4b09113de93b212b9c35c0da165f088f | diff --git a/gorush/notification_apns.go b/gorush/notification_apns.go
index <HASH>..<HASH> 100644
--- a/gorush/notification_apns.go
+++ b/gorush/notification_apns.go
@@ -201,6 +201,10 @@ func iosAlertDictionary(payload *payload.Payload, req PushNotification) *payload
payload.AlertTitle(req.Title)
}
+ if len(req... | iOS: Allow message and title to be used together, without using the alert-payload (#<I>)
This PR will allow callers to use the Message & Title without the need of setting any values in the alert-payload, essentially making it easier to build cross-device-push for regular title+message pushes on different platforms. | appleboy_gorush | train |
2dc9e0af3ff60d84575c18ba2b8c887bcf96a587 | diff --git a/provisioner/ansible/adapter.go b/provisioner/ansible/adapter.go
index <HASH>..<HASH> 100644
--- a/provisioner/ansible/adapter.go
+++ b/provisioner/ansible/adapter.go
@@ -52,6 +52,7 @@ func (c *adapter) Serve() {
conn, err := c.l.Accept()
select {
case <-c.done:
+ close(errc)
return
defaul... | fix `go vet` identified issues | hashicorp_packer | train |
cfc7ecf5f153a78f3911156a30b830fb3df9504d | diff --git a/eZ/Publish/API/Repository/Tests/SectionServiceTest.php b/eZ/Publish/API/Repository/Tests/SectionServiceTest.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/API/Repository/Tests/SectionServiceTest.php
+++ b/eZ/Publish/API/Repository/Tests/SectionServiceTest.php
@@ -34,15 +34,15 @@ class SectionServiceTest ... | Fixed: Failures in SectionService tests after new data dump. | ezsystems_ezpublish-kernel | train |
d55d6a9e131fd0d221f7b3ac356aed7ea1280f15 | diff --git a/test/jsdom/index.js b/test/jsdom/index.js
index <HASH>..<HASH> 100644
--- a/test/jsdom/index.js
+++ b/test/jsdom/index.js
@@ -1104,21 +1104,6 @@ exports.tests = {
test.done();
},
- parser_failure_broken_markup : function(test) {
- var thrown = false;
- var doc;
- try {
- doc = jsdo... | Remove test that shouldn't exist.
This markup is not invalid; browsers, and now htmlparser2, can deal fine. | jsdom_jsdom | train |
434fd34e0b76ac26c91576f30c29c247a527d041 | diff --git a/pkg/kubelet/cm/topologymanager/socketmask/socketmask.go b/pkg/kubelet/cm/topologymanager/socketmask/socketmask.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/cm/topologymanager/socketmask/socketmask.go
+++ b/pkg/kubelet/cm/topologymanager/socketmask/socketmask.go
@@ -39,6 +39,12 @@ type SocketMask interf... | Add NewEmtpySocketMask() call to TopologyManager socketmask abstraction | kubernetes_kubernetes | train |
cdacd60d767ccbddf3e45d89682a5dc667f2d256 | diff --git a/lib/cuke_modeler/example.rb b/lib/cuke_modeler/example.rb
index <HASH>..<HASH> 100644
--- a/lib/cuke_modeler/example.rb
+++ b/lib/cuke_modeler/example.rb
@@ -53,8 +53,9 @@ module CukeModeler
@parameters = row.keys
@row_elements << Row.new("|#{row.keys.join('|')}|")
end
... | Sanitize hashes before adding them as rows | enkessler_cuke_modeler | train |
573d5fd091dfa492801c0d7d4955e63986c1b08e | diff --git a/src/Trace/Propagator/HttpHeaderPropagator.php b/src/Trace/Propagator/HttpHeaderPropagator.php
index <HASH>..<HASH> 100644
--- a/src/Trace/Propagator/HttpHeaderPropagator.php
+++ b/src/Trace/Propagator/HttpHeaderPropagator.php
@@ -76,8 +76,13 @@ class HttpHeaderPropagator implements PropagatorInterface
... | Propagator is responsible for injecting, not the RequestHandler (#<I>) | census-instrumentation_opencensus-php | train |
deb2c40b20b49ee46cf35bf20de1e1665fb5878b | diff --git a/src/MediawikiApi.php b/src/MediawikiApi.php
index <HASH>..<HASH> 100644
--- a/src/MediawikiApi.php
+++ b/src/MediawikiApi.php
@@ -60,34 +60,6 @@ class MediawikiApi {
}
/**
- * @since 0.1
- *
- * @param string $action
- * @param array $params
- *
- * @return mixed
- *
- * @deprecated since 0.2... | Remove deprecated get and post Action methods | addwiki_addwiki | train |
bffc3d59f7f57608d140dfd99ef2f7e90c46707d | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,9 @@ const Fastify = require('fastify')
async function build () {
const fastify = Fastify()
- await fastify.register(require('middie'))
+ await fastify.register(require('middie'), {
+ hook: 'onRequest'... | Support hooking middie in multiple hooks (#<I>) | fastify_middie | train |
17ca8473ca983ff71ce1f14c698f87f833cb0599 | diff --git a/cmd/viewcore/html.go b/cmd/viewcore/html.go
index <HASH>..<HASH> 100644
--- a/cmd/viewcore/html.go
+++ b/cmd/viewcore/html.go
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build !aix
+// (https://golang.org/issue/32839)
+
p... | cmd/viewcore: skip build on aix
./cmd/viewcore depends on github.com/chzyer/readline,
which doesn't build on aix yet.
Updates golang/go#<I>
Change-Id: I<I>fcbc<I>a2ed5e8bb<I>be<I>ccc<I>d
Reviewed-on: <URL> | golang_debug | train |
eaeac492e40762dfa9e45ba625f375ad611c0580 | diff --git a/libraries/joomla/html/html/number.php b/libraries/joomla/html/html/number.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/html/html/number.php
+++ b/libraries/joomla/html/html/number.php
@@ -35,7 +35,6 @@ abstract class JHtmlNumber
*/
public static function bytes($bytes, $unit = 'auto', $precis... | Fix issue #<I> - By removing the explicit cast we allow PHP to automatically convert to float when needed in order to avoid overflowing on <I>-bit systems | joomla_joomla-framework | train |
d20770ee0a7e9ced7d555c9047920a9ddb06d34a | diff --git a/src/component/Component.js b/src/component/Component.js
index <HASH>..<HASH> 100644
--- a/src/component/Component.js
+++ b/src/component/Component.js
@@ -102,7 +102,7 @@ class Component {
* @return {string} A string e.g. `"session"`
*/
static get kind () {
- return this.constructor.type
+ ... | Fix issue with accessing component `kind` | stencila_node | train |
2dba6bfea1052bac94568bed08c16ecbe9f3529f | diff --git a/lib/puppet/pops/validation/checker3_1.rb b/lib/puppet/pops/validation/checker3_1.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/validation/checker3_1.rb
+++ b/lib/puppet/pops/validation/checker3_1.rb
@@ -109,7 +109,7 @@ class Puppet::Pops::Validation::Checker3_1
# Can not assign to anything else... | (maint) Fix issue after optimizing validation calls; renamed var
Instead of passing *args for a single argumet it was made explicit.
When refactoring, the rename was missed in one place. This corrects the
mistake. | puppetlabs_puppet | train |
ba82dd3134f818edc69ac399def597d7637b9e48 | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -4051,7 +4051,7 @@ function get_users_by_capability($context, $capability, $fields='', $sort='',
* @param bool gethidden - whether to fetch hidden enrolments too
* @return array()
*/
-... | group should probably be passed into get_role_users() | moodle_moodle | train |
a6d8862f33fd243f379ec4dfa7ab2d887b9f2b92 | diff --git a/lxd/container_lxc.go b/lxd/container_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/container_lxc.go
+++ b/lxd/container_lxc.go
@@ -1442,7 +1442,7 @@ func (c *containerLXC) Restore(sourceContainer container) error {
// Restart the container
if wasRunning {
- c.Start()
+ return c.Start()
}
retur... | report errors if the restore call's start command fails | lxc_lxd | train |
8fd55f3a05b5227ab86b6adaff1a7132729e90c1 | diff --git a/pout/__init__.py b/pout/__init__.py
index <HASH>..<HASH> 100644
--- a/pout/__init__.py
+++ b/pout/__init__.py
@@ -46,7 +46,7 @@ import inspect
from .compat import is_py2, is_py3, unicode, basestring, inspect, range
-__version__ = '0.7.3'
+__version__ = '0.7.4'
logger = logging.getLogger(__name__)... | <I>. Closes #<I>, which I could duplicate in an interactive terminal but not in a test, but I wrapped the failing call in a _get_unicode call and that should fix it even without me being able to replicate the problem | Jaymon_pout | train |
15608ce309c90ddbc84dbc3d39f7a0edf5725b25 | diff --git a/invenio_communities/assets/js/invenio_communities/search/SearchMain/SearchMain.js b/invenio_communities/assets/js/invenio_communities/search/SearchMain/SearchMain.js
index <HASH>..<HASH> 100644
--- a/invenio_communities/assets/js/invenio_communities/search/SearchMain/SearchMain.js
+++ b/invenio_communities... | assets-search: event listener for query changes | inveniosoftware_invenio-communities | train |
9fb23013f78d11a5f76ef745398c436a4acf781b | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2010-2014, Coda Hale, Yammer Inc.'
# built documents.
#
# The short X.Y version.
-version = '3.2'
+version = '@parsedVersion.majorVersion@.@parsedVers... | Refer to the current version in the docs | dropwizard_metrics | train |
a798c3cc9cf364b529406ea1753e3d03532c53b6 | diff --git a/js/feature/featureFileReader.js b/js/feature/featureFileReader.js
index <HASH>..<HASH> 100644
--- a/js/feature/featureFileReader.js
+++ b/js/feature/featureFileReader.js
@@ -239,7 +239,9 @@ FeatureFileReader.prototype.loadFeaturesWithIndex = async function (chr, start,
const slicedFeature... | pad queried features with 1 feature before and after interval | igvteam_igv.js | train |
fe2ff4f9b98408bb6e0e7b80d2e85e26254d9ea9 | diff --git a/lib/Caxy/HtmlDiff/Table/TableDiff.php b/lib/Caxy/HtmlDiff/Table/TableDiff.php
index <HASH>..<HASH> 100644
--- a/lib/Caxy/HtmlDiff/Table/TableDiff.php
+++ b/lib/Caxy/HtmlDiff/Table/TableDiff.php
@@ -248,11 +248,11 @@ class TableDiff extends AbstractDiff
break;
case 'd... | Additional clean-up to remove unused params | caxy_php-htmldiff | train |
8e8ab9cebe024938a4bd29a5ee85f92ae244b14f | diff --git a/lib/bud.rb b/lib/bud.rb
index <HASH>..<HASH> 100644
--- a/lib/bud.rb
+++ b/lib/bud.rb
@@ -870,7 +870,7 @@ module Bud
# instance that hasn't been started yet.
return if @instance_id == ILLEGAL_INSTANCE_ID
$signal_lock.synchronize {
- raise unless $bud_instances.has_key? @instance_id
+ ... | Reject attempts to import a class.
Import must be used with a Ruby Module. The old module rewriting system
implemented this check, so this commit restores the same behavior. | bloom-lang_bud | train |
c789e21ce4116f80a729a17141bab63d5d4aba61 | diff --git a/bin/send_file.py b/bin/send_file.py
index <HASH>..<HASH> 100644
--- a/bin/send_file.py
+++ b/bin/send_file.py
@@ -6,9 +6,9 @@ c = Connection()
import sys
video = Video()
-video.name = sys.argv[1][:60]
-video.shortDescription = sys.argv[1]
-
+video.name = sys.argv[1]
+video.shortDescription = sys.argv[1... | documentation was wrong, <I> is the limit for shortDescription | studionow_pybrightcove | train |
6b11270b5171e72c1a2a07e8f43aa98fe9fb729a | diff --git a/src/LaragramServiceProvider.php b/src/LaragramServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/LaragramServiceProvider.php
+++ b/src/LaragramServiceProvider.php
@@ -30,7 +30,14 @@ class LaragramServiceProvider extends ServiceProvider
public function register()
{
$this->app->sing... | Fix ServiceProvider for Laravel | jonnywilliamson_laragram | train |
e86838b1b6b029dd240032da612d0071b414ad1a | diff --git a/Gemfile b/Gemfile
index <HASH>..<HASH> 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,4 +6,5 @@ group :development, :test do
gem 'rake', '~> 10.0'
gem 'rspec'
gem 'rubocop'
+ gem 'timecop'
end
diff --git a/lib/increments/schedule.rb b/lib/increments/schedule.rb
index <HASH>..<HASH> 100644
--- a/lib/in... | Refactor definition of enumeration methods | increments_increments-schedule | train |
aee09c1fc4b8298219bcf788996782bfc786cff1 | diff --git a/Examples/Calculator/features/lib/alternative/roles/calculating_web_user.rb b/Examples/Calculator/features/lib/alternative/roles/calculating_web_user.rb
index <HASH>..<HASH> 100644
--- a/Examples/Calculator/features/lib/alternative/roles/calculating_web_user.rb
+++ b/Examples/Calculator/features/lib/alterna... | Dynamic Tasks: Our tasks read much more cleanly and everything is GREEN | RiverGlide_CukeSalad | train |
1c03d4c163c2de9ec4a1c4348d3d585a95356bb2 | diff --git a/www/saml2/idp/SSOService.php b/www/saml2/idp/SSOService.php
index <HASH>..<HASH> 100644
--- a/www/saml2/idp/SSOService.php
+++ b/www/saml2/idp/SSOService.php
@@ -104,15 +104,28 @@ $isPassive = FALSE;
* from the request into the session object to be used later.
*
*/
-if (isset($_GET['SAMLRequest'])) {... | idp/SSOService: Use SAML2 library for parsing authentication requests. | simplesamlphp_saml2 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.