hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
f43ede5cdda183ba04ab59ffa2ca7ff59916e40e | diff --git a/raiden/api/v1/encoding.py b/raiden/api/v1/encoding.py
index <HASH>..<HASH> 100644
--- a/raiden/api/v1/encoding.py
+++ b/raiden/api/v1/encoding.py
@@ -16,7 +16,7 @@ from werkzeug.exceptions import NotFound
from werkzeug.routing import BaseConverter
from raiden.api.objects import Address, AddressList, Pa... | Do not accept null address input for the AddressField
Fix #<I> | raiden-network_raiden | train |
6cb82a52ee6751f36ef1c2759ca083161ad3f2ff | diff --git a/src/components/connectAdvanced.js b/src/components/connectAdvanced.js
index <HASH>..<HASH> 100644
--- a/src/components/connectAdvanced.js
+++ b/src/components/connectAdvanced.js
@@ -106,6 +106,10 @@ export default function connectAdvanced(
`or explicitly pass "${storeKey}" as a prop to "${displa... | add store context-preservation tests | reduxjs_react-redux | train |
a54efd95c9ac0b87ad24d6d191c467bfddc690a9 | diff --git a/presto-orc/src/test/java/com/facebook/presto/orc/TestDecryption.java b/presto-orc/src/test/java/com/facebook/presto/orc/TestDecryption.java
index <HASH>..<HASH> 100644
--- a/presto-orc/src/test/java/com/facebook/presto/orc/TestDecryption.java
+++ b/presto-orc/src/test/java/com/facebook/presto/orc/TestDecry... | Minor cleanup in TestDecryption | prestodb_presto | train |
ac7bf449143915b86cd8cfa67e531bd3a8ba6ee4 | diff --git a/core-bundle/src/Resources/contao/library/Contao/Automator.php b/core-bundle/src/Resources/contao/library/Contao/Automator.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/library/Contao/Automator.php
+++ b/core-bundle/src/Resources/contao/library/Contao/Automator.php
@@ -98,7 +98,7 @@... | [Core] Add a correct log entry when purging the version table | contao_contao | train |
453071ce348d93a6643900dd5175ec3ba1c5c918 | diff --git a/src/cartesian/XAxis.js b/src/cartesian/XAxis.js
index <HASH>..<HASH> 100644
--- a/src/cartesian/XAxis.js
+++ b/src/cartesian/XAxis.js
@@ -50,6 +50,19 @@ class XAxis extends Component {
'threshold']),
PropTypes.func,
]),
+ label: PropTypes.oneOfType([
+ PropTypes.number, PropTyp... | Adding missing propTypes to XAxis+YAxis
label, tick, axisLine, tickLine, minTickGap, tickSize, interval - these
are in the online docs but were missing. Copied from their definitions
in CartesianAxis. | recharts_recharts | train |
9eb574b6c431ad251ba2a8f6582a60219ce9f47a | diff --git a/src/packet/public_key.js b/src/packet/public_key.js
index <HASH>..<HASH> 100644
--- a/src/packet/public_key.js
+++ b/src/packet/public_key.js
@@ -195,7 +195,7 @@ PublicKey.prototype.getFingerprint = function () {
* @return {Promise<Object} An object of the form {algorithm: String, bits:int, curve:String}... | Hotfix - change var for const | openpgpjs_openpgpjs | train |
3555fa99d1ae2981573c7f178bc5571556e89171 | diff --git a/client/actions/show-heartbeat/index.js b/client/actions/show-heartbeat/index.js
index <HASH>..<HASH> 100644
--- a/client/actions/show-heartbeat/index.js
+++ b/client/actions/show-heartbeat/index.js
@@ -1,6 +1,6 @@
import { Action, registerAction } from '../utils';
-const VERSION = 54; // Increase when c... | Update show-heartbeat to include GA vars in post URL | mozilla_normandy | train |
61af97c0784c1bb3c417895bf09d7a34ac599e1c | diff --git a/skl_groups/features.py b/skl_groups/features.py
index <HASH>..<HASH> 100644
--- a/skl_groups/features.py
+++ b/skl_groups/features.py
@@ -139,8 +139,10 @@ class Features(object):
self.n_pts = n_pts
self.stacked_features = bags
self._boundaries = bounds = np.r_[0, np.c... | Features: make .features an object array, fix __add__
Took away code for adding to an object array, because numpy tries to do
it and then complains that it can't broadcast. | dougalsutherland_skl-groups | train |
a91ecec8db8b0c0846cd5f5c0e2058b594ffcc1f | diff --git a/lib/bolt/cli.rb b/lib/bolt/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/cli.rb
+++ b/lib/bolt/cli.rb
@@ -62,7 +62,7 @@ END
Usage: bolt file <action> [options]
Available actions are:
- upload Upload a local file
+ upload <src> <dest> Upload local file <s... | (TASKS-<I>) Validate upload destination
Validate upload destination is not nil and update usage for file upload to make
it clear that the syntax is different than scp. | puppetlabs_bolt | train |
79e61ea8b8b80b641c9d51054b8f14ae8f8859ef | diff --git a/matrix_client/client.py b/matrix_client/client.py
index <HASH>..<HASH> 100644
--- a/matrix_client/client.py
+++ b/matrix_client/client.py
@@ -26,22 +26,13 @@ logger = logging.getLogger(__name__)
# Cache constants used when instantiating Matrix Client to specify level of caching
-class Enum(object):
- ... | Simplify yet enhance the Enum replacement
So we can have full instances of our enum class instead of bare ints. | matrix-org_matrix-python-sdk | train |
6f43d0223fec0b6b7673dd57ac8de095dc8151aa | diff --git a/src/CoandaCMS/Coanda/Urls/Repositories/Eloquent/EloquentUrlRepository.php b/src/CoandaCMS/Coanda/Urls/Repositories/Eloquent/EloquentUrlRepository.php
index <HASH>..<HASH> 100644
--- a/src/CoandaCMS/Coanda/Urls/Repositories/Eloquent/EloquentUrlRepository.php
+++ b/src/CoandaCMS/Coanda/Urls/Repositories/Eloq... | Bugfix - include the / as part of the replace statment. | CoandaCMS_coanda-core | train |
e815e8f55cf9a82447c70d0b536042e6de095f77 | diff --git a/lib/decode.js b/lib/decode.js
index <HASH>..<HASH> 100644
--- a/lib/decode.js
+++ b/lib/decode.js
@@ -88,26 +88,27 @@ decode.list = function() {
decode.integer = function() {
var end = decode.find( 0x65 )
- var number = decode.data.toString('ascii', decode.position+1, end )
+ var number = decode... | Updated lib/decode: Cosmetics | themasch_node-bencode | train |
de407a62f9e7ba71fa8353f2479fe48d65dde7d3 | diff --git a/WordPress/Sniffs/Arrays/ArrayDeclarationSpacingSniff.php b/WordPress/Sniffs/Arrays/ArrayDeclarationSpacingSniff.php
index <HASH>..<HASH> 100644
--- a/WordPress/Sniffs/Arrays/ArrayDeclarationSpacingSniff.php
+++ b/WordPress/Sniffs/Arrays/ArrayDeclarationSpacingSniff.php
@@ -11,6 +11,7 @@ namespace WordPress... | Sniff::find_array_open_close(): switch over to the PHPCSUtils version | WordPress-Coding-Standards_WordPress-Coding-Standards | train |
f0aaadfd48576c7bcf5cb0e90c45629cedb948a0 | diff --git a/nicta-ner/src/main/java/nicta/ner/util/Dictionary.java b/nicta-ner/src/main/java/nicta/ner/util/Dictionary.java
index <HASH>..<HASH> 100644
--- a/nicta-ner/src/main/java/nicta/ner/util/Dictionary.java
+++ b/nicta-ner/src/main/java/nicta/ner/util/Dictionary.java
@@ -39,60 +39,56 @@ public final class Dictio... | Final small refactorings of Dictionary. | NICTA_nicta-ner | train |
89ac6d3e7759486caeb653a690a9d4e38439290a | diff --git a/lib/request.js b/lib/request.js
index <HASH>..<HASH> 100644
--- a/lib/request.js
+++ b/lib/request.js
@@ -6,7 +6,16 @@ const http = require('http')
const https = require('https')
const httpAgent = new http.Agent({ keepAlive: true })
const httpsAgent = new https.Agent({ keepAlive: true })
-const agent = ... | request: ignore tls errors for hosts known to produce them | maxlath_wikidata-cli | train |
ca98f240402b29486d471ddc8cd9c611baa07d74 | diff --git a/app/controllers/capcoauth/logout_controller.rb b/app/controllers/capcoauth/logout_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/capcoauth/logout_controller.rb
+++ b/app/controllers/capcoauth/logout_controller.rb
@@ -13,7 +13,7 @@ module Capcoauth
# If request JSON, just return th... | JSON check should include api_json? method as well for JSONAPI-vendored content types | arcreative_capcoauth-gem | train |
78133b6b938804e122f80765c4d80eb705c22fc6 | diff --git a/lib/resource.js b/lib/resource.js
index <HASH>..<HASH> 100644
--- a/lib/resource.js
+++ b/lib/resource.js
@@ -61,9 +61,10 @@ function to_json(){
* @example var x = new NAME.Thing({});
*/
Resource = Class(/** @lends module:tastypie.resource.Resource.prototype */{
- mixin:[ Meta, events.EventEmitter, Pa... | make the resource an old style class / factory thing | node-tastypie_tastypie | train |
0ca31bb5d75359fe798b5ead9bbc3fd88cf05616 | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js
+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js
@@ -1... | do not reference window/document globals. Add the editor API to the global name space. | eclipse_orion.client | train |
aa51cea25173b387201c833e34299803a226d3b5 | diff --git a/generators/service/templates/model/knex-user.js b/generators/service/templates/model/knex-user.js
index <HASH>..<HASH> 100644
--- a/generators/service/templates/model/knex-user.js
+++ b/generators/service/templates/model/knex-user.js
@@ -7,18 +7,24 @@
module.exports = function (app) {
const db = app.ge... | Update Knex user model to create table properly (#<I>) | feathersjs_generator-feathers | train |
a470921db90688c38ca628984be82ea6ee8259bc | diff --git a/src/components/DatePicker.jsx b/src/components/DatePicker.jsx
index <HASH>..<HASH> 100644
--- a/src/components/DatePicker.jsx
+++ b/src/components/DatePicker.jsx
@@ -49,7 +49,7 @@ export default class DatePicker extends Component {
month: React.PropTypes.number,
year: React.PropTypes.number,
... | feat(DatePicker): moving weekend info to locale data | nikgraf_belle | train |
a24a1ab9f4be1820bdaa26092ef36dd258ac8b5f | diff --git a/grakn-engine/src/main/java/ai/grakn/engine/GraknEngineServer.java b/grakn-engine/src/main/java/ai/grakn/engine/GraknEngineServer.java
index <HASH>..<HASH> 100644
--- a/grakn-engine/src/main/java/ai/grakn/engine/GraknEngineServer.java
+++ b/grakn-engine/src/main/java/ai/grakn/engine/GraknEngineServer.java
@... | Wait until Spark server truly stops wehn shutting down (#<I>) | graknlabs_grakn | train |
63f0ba770dbe79ae7838ce8491c4b639c4d8c941 | diff --git a/remoto/connection.py b/remoto/connection.py
index <HASH>..<HASH> 100644
--- a/remoto/connection.py
+++ b/remoto/connection.py
@@ -8,14 +8,16 @@ from .lib import execnet
class Connection(object):
- def __init__(self, hostname, logger=None, sudo=False, threads=1, eager=True):
- self.hostname =... | create a sudo detection method to help better detect a need for sudo
Closes #7 | alfredodeza_remoto | train |
e3511a17b66fc1b1878b363e07ac449ded0290b6 | diff --git a/java/client/test/org/openqa/selenium/WindowSwitchingTest.java b/java/client/test/org/openqa/selenium/WindowSwitchingTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/WindowSwitchingTest.java
+++ b/java/client/test/org/openqa/selenium/WindowSwitchingTest.java
@@ -123,10 +123,1... | EranMes: Making the window switching test slightly more accurate.
r<I> | SeleniumHQ_selenium | train |
ff35cd4678ecde7c93b69c778986769ce62105e7 | diff --git a/upload/catalog/model/catalog/product.php b/upload/catalog/model/catalog/product.php
index <HASH>..<HASH> 100644
--- a/upload/catalog/model/catalog/product.php
+++ b/upload/catalog/model/catalog/product.php
@@ -306,7 +306,7 @@ class ModelCatalogProduct extends Model {
public function getPopularProducts($l... | fix for #<I>, because mysql "order by" default is ASC. | opencart_opencart | train |
3b11d251703d355c3334f61b8af4753426d6014a | diff --git a/core/server/services/mega/mega.js b/core/server/services/mega/mega.js
index <HASH>..<HASH> 100644
--- a/core/server/services/mega/mega.js
+++ b/core/server/services/mega/mega.js
@@ -48,7 +48,7 @@ async function listener(model, options) {
return;
}
- if (!post.get('send_email_when_publish... | Fixed check for send_email_when_published
no-issue | TryGhost_Ghost | train |
7a65099b18eb5f3da3d1f8949c8e35b46be83911 | diff --git a/kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/Registration.java b/kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/Registration.java
index <HASH>..<HASH> 100644
--- a/kite-data/kite-data-core/src/main/java/org/kitesdk/data/spi/Registration.java
+++ b/kite-data/kite-data-core/src/ma... | CDK-<I>: Use first dataset URI as canonical form.
This updates the repository pattern to dataset pattern mapping so that
new dataset URIs for a repository URI will not replace existing ones.
The result is that when a repository URI is looked up by URIBuilder to
get the corresponding dataset URI pattern, the first regi... | kite-sdk_kite | train |
31be68c50bae1ec09e716af8be43338225e4d6f2 | diff --git a/OAuth/ResourceOwner/FacebookResourceOwner.php b/OAuth/ResourceOwner/FacebookResourceOwner.php
index <HASH>..<HASH> 100644
--- a/OAuth/ResourceOwner/FacebookResourceOwner.php
+++ b/OAuth/ResourceOwner/FacebookResourceOwner.php
@@ -81,10 +81,10 @@ class FacebookResourceOwner extends GenericOAuth2ResourceOwne... | Use new graph address for FacebookResourceOwner | hwi_HWIOAuthBundle | train |
0b4f6eb759fdfb6b4f2b828e7b7f6f0920663350 | diff --git a/src/ox_modules/module-pdf.js b/src/ox_modules/module-pdf.js
index <HASH>..<HASH> 100644
--- a/src/ox_modules/module-pdf.js
+++ b/src/ox_modules/module-pdf.js
@@ -13,6 +13,7 @@
import OxError from '../errors/OxygenError';
const errHelper = require('../errors/helper');
+const path = require('path');
var... | Allow to use relative path in PDF module. | oxygenhq_oxygen | train |
080ddd1d32dc3d4cd303026044eb350ac43ae536 | diff --git a/src/PermissionMatcher.php b/src/PermissionMatcher.php
index <HASH>..<HASH> 100644
--- a/src/PermissionMatcher.php
+++ b/src/PermissionMatcher.php
@@ -12,33 +12,42 @@ class PermissionMatcher
*
* @param array|object $permissions
* @param array $authzGroups
+ * @param boolean ... | Added option to output reversed priviliges | legalthings_permission-matcher | train |
bb8cc5d2070482a4e737ffde31587865def588ab | diff --git a/polyfill.js b/polyfill.js
index <HASH>..<HASH> 100644
--- a/polyfill.js
+++ b/polyfill.js
@@ -3,7 +3,7 @@
var setPrototypeOf = require('es5-ext/object/set-prototype-of')
, object = require('es5-ext/object/valid-object')
, value = require('es5-ext/object/valid-value')
- , d... | Update up to changes in d package | medikoo_es6-weak-map | train |
41a65d8876911831fd5581cbc7d354e02f5a427c | diff --git a/client/server/middleware/unsupported-browser.js b/client/server/middleware/unsupported-browser.js
index <HASH>..<HASH> 100644
--- a/client/server/middleware/unsupported-browser.js
+++ b/client/server/middleware/unsupported-browser.js
@@ -18,13 +18,32 @@ function isSupportedBrowser( req ) {
} );
}
+// ... | Skip unsupported browser redirect if page is public (#<I>) | Automattic_wp-calypso | train |
612c50fba596c2559968f9aedd7076a847ef922a | diff --git a/core/elements/ons-page.spec.js b/core/elements/ons-page.spec.js
index <HASH>..<HASH> 100644
--- a/core/elements/ons-page.spec.js
+++ b/core/elements/ons-page.spec.js
@@ -32,7 +32,7 @@ describe('ons-page', function() {
var spy = chai.spy();
document.addEventListener('hide', spy);
var element ... | style(ons-page): added missing semi-colons in karma test | OnsenUI_OnsenUI | train |
93522cad1f86b1dc5100a3e9d72c7139858dde2a | diff --git a/test/com/google/javascript/jscomp/ReplaceCssNamesTest.java b/test/com/google/javascript/jscomp/ReplaceCssNamesTest.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/ReplaceCssNamesTest.java
+++ b/test/com/google/javascript/jscomp/ReplaceCssNamesTest.java
@@ -22,7 +22,6 @@ import stat... | [NTI] Convert ReplaceCssNames to run with NTI.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
46d2c3b387bb3662d16929347087fafe1a76ef91 | diff --git a/flask_injector.py b/flask_injector.py
index <HASH>..<HASH> 100644
--- a/flask_injector.py
+++ b/flask_injector.py
@@ -16,7 +16,7 @@ import flask
from injector import Injector
from flask import Config, Request
from werkzeug.local import Local, LocalManager
-from injector import Module, Scope, ScopeDecora... | Refactor, flake8 didn't understand this class nesting | alecthomas_flask_injector | train |
62045c3232de3270c8964a5871cfd79ea714882e | diff --git a/pandas/_libs/algos_common_helper.pxi.in b/pandas/_libs/algos_common_helper.pxi.in
index <HASH>..<HASH> 100644
--- a/pandas/_libs/algos_common_helper.pxi.in
+++ b/pandas/_libs/algos_common_helper.pxi.in
@@ -109,8 +109,6 @@ def ensure_object(object arr):
return arr
else:
re... | <I> follow-up: fix incorrectly accepting iNaT in validate_fill_value (#<I>) | pandas-dev_pandas | train |
7bedbdb6328f3bd3319cff81d983d06af23229a2 | diff --git a/languagetool-language-modules/fr/src/main/java/org/languagetool/rules/fr/PostponedAdjectiveConcordanceFilter.java b/languagetool-language-modules/fr/src/main/java/org/languagetool/rules/fr/PostponedAdjectiveConcordanceFilter.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/fr/src/main/j... | [fr] undo change in PostponedAdjectiveConcordanceFilter | languagetool-org_languagetool | train |
4c8c1cf93f4b9e9e9492dbd0578e66aba3d378fa | diff --git a/lib/reporters/base.js b/lib/reporters/base.js
index <HASH>..<HASH> 100644
--- a/lib/reporters/base.js
+++ b/lib/reporters/base.js
@@ -85,6 +85,13 @@ exports.cursor = {
};
/**
+ * A test is considered slow if it
+ * exceeds the following value in milliseconds.
+ */
+
+exports.slow = 75;
+
+/**
* Outut... | Added exports.slow to tweak what is considered "slow" | mochajs_mocha | train |
e20eaff867001861f35f5629861ff9e80eaeef8a | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -17299,16 +17299,46 @@ const devices = [
model: 'HLU2909K',
vendor: 'Datek',
description: 'APEX smart plug 16A',
- fromZigbee: [fz.electrical_measurement, fz.on_off, fz.metering],
+ ... | Updated Datek APEX and added Datek HAN adapter (#<I>)
* Updated Datek APEX and added Datek HAN adapter
* Fixed trailing spaces
* Update devices.js | Koenkk_zigbee-shepherd-converters | train |
6ec6b5a46d24fad6d55dbfb68382e5bedc58703f | diff --git a/src/Components/RowAction.php b/src/Components/RowAction.php
index <HASH>..<HASH> 100644
--- a/src/Components/RowAction.php
+++ b/src/Components/RowAction.php
@@ -80,6 +80,6 @@ abstract class RowAction
*/
protected function tag($tag, $content, array $attributes = [])
{
- return $this-... | call html builder by getGridHelper | adam-boduch_laravel-grid | train |
df721027d3c36ce8465d66a9b95b3c78fefe0d3e | diff --git a/configgtm-v1_3/asmap_test.go b/configgtm-v1_3/asmap_test.go
index <HASH>..<HASH> 100644
--- a/configgtm-v1_3/asmap_test.go
+++ b/configgtm-v1_3/asmap_test.go
@@ -4,9 +4,8 @@ import (
"testing"
"github.com/akamai/AkamaiOPEN-edgegrid-golang/jsonhooks-v1"
-
+ "github.com/h2non/gock"
"github.com/stretc... | [AT-<I>][Change] Back to github gock | akamai_AkamaiOPEN-edgegrid-golang | train |
650240f2519ce043b899e4aa941c8d021a2cb47c | diff --git a/core/src/elements/ons-carousel.js b/core/src/elements/ons-carousel.js
index <HASH>..<HASH> 100644
--- a/core/src/elements/ons-carousel.js
+++ b/core/src/elements/ons-carousel.js
@@ -340,13 +340,16 @@ export default class CarouselElement extends BaseElement {
}
_compile() {
- if (!this._swiperEle... | fix(ons-carousel): Redirect child insertion to the new swiper. | OnsenUI_OnsenUI | train |
fe41f86e539cf0c10c7a7d97aa77bff1f4cc0192 | diff --git a/pyspider/fetcher/tornado_fetcher.py b/pyspider/fetcher/tornado_fetcher.py
index <HASH>..<HASH> 100644
--- a/pyspider/fetcher/tornado_fetcher.py
+++ b/pyspider/fetcher/tornado_fetcher.py
@@ -148,7 +148,7 @@ class Fetcher(object):
wait_result.release()
wait_result.acquire()
- s... | task should submitted in the main thread
fix #<I> | binux_pyspider | train |
b856d2c0c67c15b8ac405344769852f5a1758839 | diff --git a/src/Validate.php b/src/Validate.php
index <HASH>..<HASH> 100644
--- a/src/Validate.php
+++ b/src/Validate.php
@@ -109,9 +109,17 @@ class Validate
$isWild = strpos($field, '*') !== false;
$overlap = Str::overlapLeft($field, $pattern);
- // Check pattern is present
+ // If ... | [fix] Required If now handles when the required is present but the pattern is not | pdscopes_php-form-validator | train |
a7fbabc4d8b42a3ca8b182b7064d67162e65d42e | diff --git a/src/BoomCMS/Http/Controllers/Auth/AuthController.php b/src/BoomCMS/Http/Controllers/Auth/AuthController.php
index <HASH>..<HASH> 100644
--- a/src/BoomCMS/Http/Controllers/Auth/AuthController.php
+++ b/src/BoomCMS/Http/Controllers/Auth/AuthController.php
@@ -5,13 +5,11 @@ namespace BoomCMS\Http\Controllers\... | Removed duplicate declaration of ValidatesRequests | boomcms_boom-core | train |
39fe008a6bdb082f88cebc377eafe377e3c7df5a | diff --git a/src/Context/TestContext.php b/src/Context/TestContext.php
index <HASH>..<HASH> 100644
--- a/src/Context/TestContext.php
+++ b/src/Context/TestContext.php
@@ -2,5 +2,31 @@
namespace PaulGibbs\WordpressBehatExtension\Context;
use Behat\Behat\Tester\Exception\PendingException;
+
class TestContext extends... | Update TestContext with debug code, to test CLA integration on Github merge requests. | paulgibbs_behat-wordpress-extension | train |
98c33b7144bde1e00cd6c21e1bb81428f9316b5b | diff --git a/lib/swift/adapter.rb b/lib/swift/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/swift/adapter.rb
+++ b/lib/swift/adapter.rb
@@ -55,7 +55,8 @@ module Swift
st = prepare_update(model)
resources.map do |resource|
- binds = [resource.properties(:field).values_at(*supply, *model.key... | some fixes to update and bit more sugar | shanna_swift | train |
436aa17ef24d1b51b036fa5ac972633ea23ce7b9 | diff --git a/classes/Gems/Snippets/Upgrade/UpgradeCompatibilitySnippet.php b/classes/Gems/Snippets/Upgrade/UpgradeCompatibilitySnippet.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Snippets/Upgrade/UpgradeCompatibilitySnippet.php
+++ b/classes/Gems/Snippets/Upgrade/UpgradeCompatibilitySnippet.php
@@ -529,7 +529,7 ... | Filter out use statements just like we filter out class statements | GemsTracker_gemstracker-library | train |
d6ad92158f839143e59d8abc2a6224e33858d3b2 | diff --git a/src/loader/loader.js b/src/loader/loader.js
index <HASH>..<HASH> 100644
--- a/src/loader/loader.js
+++ b/src/loader/loader.js
@@ -392,7 +392,7 @@
* @param {String} resources.name internal name of the resource
* @param {String} resources.type "audio", binary", "image", "json", "tmx", "t... | [documentation] clarify the use and impact of the `stream` option | melonjs_melonJS | train |
c1ab4d6e9ad15d7692e680acf858a3ad428fa9bc | diff --git a/cyphi/subsystem.py b/cyphi/subsystem.py
index <HASH>..<HASH> 100644
--- a/cyphi/subsystem.py
+++ b/cyphi/subsystem.py
@@ -30,8 +30,8 @@ class Subsystem:
"""
Args:
nodes (list(Node)): A list of nodes in this subsystem
- current_state (np.ndarray): The current state ... | Use tuples for subsystem state | wmayner_pyphi | train |
a420cbc0812fa2d8f3b5cbc7584f062cf46673b2 | diff --git a/src/Sanitizer.php b/src/Sanitizer.php
index <HASH>..<HASH> 100644
--- a/src/Sanitizer.php
+++ b/src/Sanitizer.php
@@ -123,8 +123,8 @@ class Sanitizer implements Contracts\Sanitizer
{
$cast = \igorw\get_in($this->casts, (array) $group);
- if ($cast instanceof Contracts\Cast) {
- ... | Allow to lazy-load cast instance. | laravie_codex | train |
821656e6e8a607ed87fef8fc82733f2b540f4c15 | diff --git a/tasks/CleanupGeneratedPdf.php b/tasks/CleanupGeneratedPdf.php
index <HASH>..<HASH> 100644
--- a/tasks/CleanupGeneratedPdf.php
+++ b/tasks/CleanupGeneratedPdf.php
@@ -7,7 +7,7 @@ class CleanupGeneratedPdfBuildTask extends BuildTask {
go to download them. This is most useful when templates have been chang... | BUG Fix incorrect access of private static | silverstripe_cwp | train |
640a6958833d8313ec1f8e67516e5d0ba38b9dbb | diff --git a/kitnirc/client.py b/kitnirc/client.py
index <HASH>..<HASH> 100644
--- a/kitnirc/client.py
+++ b/kitnirc/client.py
@@ -629,7 +629,7 @@ def _parse_msg(client, command, actor, args):
recipient, _, message = args.partition(' :')
chantypes = client.server.features.get("CHANTYPES", "#")
if recipie... | Convert one more instance to get_channel | ayust_kitnirc | train |
ecf6b2577d3857c0061fc8b19e65136e70805a8d | diff --git a/hazelcast/src/test/java/com/hazelcast/jet/core/GracefulShutdownTest.java b/hazelcast/src/test/java/com/hazelcast/jet/core/GracefulShutdownTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/jet/core/GracefulShutdownTest.java
+++ b/hazelcast/src/test/java/com/hazelcast/jet/core... | Fix c.h.jet.core.GracefulShutdownTest (#<I>)
In hazelcast#<I>, I changed a parameter in this test class to test a
forceful shutdown scenario since I thought it was already doing it.
But, this was a completely wrong assumption. In this PR, removed this
forceful shutdown scenario added by mistake. | hazelcast_hazelcast | train |
daa230a3c143c77b2fb8c1225fef65171cae7a12 | diff --git a/discord.go b/discord.go
index <HASH>..<HASH> 100644
--- a/discord.go
+++ b/discord.go
@@ -16,7 +16,7 @@ package discordgo
import "fmt"
// Discordgo Version, follows Symantic Versioning. (http://semver.org/)
-const VERSION = "0.9.0"
+const VERSION = "0.10.0-alpha"
// New creates a new Discord session... | Bump dev version to <I>-alpha | bwmarrin_discordgo | train |
333193797b6571f5b27d4c17cd5c77b67c0b1b96 | diff --git a/src/commands/build/IOSBuilder.js b/src/commands/build/IOSBuilder.js
index <HASH>..<HASH> 100644
--- a/src/commands/build/IOSBuilder.js
+++ b/src/commands/build/IOSBuilder.js
@@ -59,6 +59,10 @@ export default class IOSBuilder extends BaseBuilder {
bundleIdentifierIOS: bundleIdentifier,
} } = awa... | Ensure App ID exists on developer portal before fetching certificates
fbshipit-source-id: b<I>f9b | expo_exp | train |
a4372a9b5fb5a6e3a881996e66ec5d22a0d070f8 | 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
@@ -903,6 +903,7 @@ $string['numattempts'] = '$a failed login attempt(s) ';
$string['numberweeks'] = 'Number of weeks/topics';
$string['numdays'] = '$a days';
$string['numhours'] = '$a h... | To count letters in languages without word separators. | moodle_moodle | train |
dd6c2125639fd9f417e6ca85c710f76e93f00cc7 | diff --git a/jacquard/merge.py b/jacquard/merge.py
index <HASH>..<HASH> 100644
--- a/jacquard/merge.py
+++ b/jacquard/merge.py
@@ -151,12 +151,12 @@ def _compile_metaheaders(incoming_headers,
def _write_metaheaders(file_writer, all_headers):
file_writer.write("\n".join(all_headers) + "\n")
-def _create_reader_l... | ex-<I> (jebene) - hooked up sample validation step to merge | umich-brcf-bioinf_Jacquard | train |
43f83c0c749b6de615ea18a4f64e64ee3cb6cf42 | diff --git a/repository-hdfs/src/itest/java/org/elasticsearch/repositories/hdfs/HdfsSnapshotRestoreTest.java b/repository-hdfs/src/itest/java/org/elasticsearch/repositories/hdfs/HdfsSnapshotRestoreTest.java
index <HASH>..<HASH> 100644
--- a/repository-hdfs/src/itest/java/org/elasticsearch/repositories/hdfs/HdfsSnapshot... | Upgrade HDFS repo tests to ES <I> | elastic_elasticsearch-hadoop | train |
025a3f8e0b995aa4bfa0d9139cc4c6e000d66758 | diff --git a/transport/wseb/src/test/java/org/kaazing/gateway/transport/wseb/DuplicateBindTest.java b/transport/wseb/src/test/java/org/kaazing/gateway/transport/wseb/DuplicateBindTest.java
index <HASH>..<HASH> 100644
--- a/transport/wseb/src/test/java/org/kaazing/gateway/transport/wseb/DuplicateBindTest.java
+++ b/tran... | Changed accept uri scheme to wse in DuplicateBindTest | kaazing_gateway | train |
53308027bb230f7b164448e7ced4b8c78897b464 | diff --git a/src/continuous.js b/src/continuous.js
index <HASH>..<HASH> 100644
--- a/src/continuous.js
+++ b/src/continuous.js
@@ -71,22 +71,22 @@ export default function continuous(deinterpolate, reinterpolate) {
range = unit,
interpolate = interpolateValue,
clamp = false,
+ piecewise,
... | Defer interpolation creation.
This avoids creating interpolators that are unused, such as a scale that is
never inverted and the intermediate state of a scale during copy. | d3_d3-scale | train |
8f7b7b3ea5ab02fac299974588f7756c0af596d5 | diff --git a/pymc/distributions.py b/pymc/distributions.py
index <HASH>..<HASH> 100755
--- a/pymc/distributions.py
+++ b/pymc/distributions.py
@@ -2799,11 +2799,12 @@ def _inject_dist(distname, kwargs={}, ns=locals()):
Reusable function to inject Stochastic subclasses into module
namespace
"""
- dist_... | Fixed bug in _inject_dist | pymc-devs_pymc | train |
b3bd67d82105474be5bcce7c7a107e9de60472c5 | diff --git a/src/Framework/ServiceLocator/Loader/ConsoleConfigLoader.php b/src/Framework/ServiceLocator/Loader/ConsoleConfigLoader.php
index <HASH>..<HASH> 100644
--- a/src/Framework/ServiceLocator/Loader/ConsoleConfigLoader.php
+++ b/src/Framework/ServiceLocator/Loader/ConsoleConfigLoader.php
@@ -5,10 +5,15 @@ namespa... | Added InputInterface and OutputInterface to framework config loader. | extendsframework_extends-console | train |
2894a683268307ce5573b6da6877ba0117b72656 | diff --git a/lib/roar/representer/transport/net_http.rb b/lib/roar/representer/transport/net_http.rb
index <HASH>..<HASH> 100644
--- a/lib/roar/representer/transport/net_http.rb
+++ b/lib/roar/representer/transport/net_http.rb
@@ -31,7 +31,7 @@ module Roar
private
def do_request(what, uri, as, body="")
... | raise an exception when URL invalid in Net::Http. this is a common error when people forget to prepend http:// and prevents them from having to debug "undefined method `request_uri' . | trailblazer_roar | train |
dd772955331830c2143e39f9fba580fb1c08d758 | diff --git a/plugins/guests/smartos/cap/rsync.rb b/plugins/guests/smartos/cap/rsync.rb
index <HASH>..<HASH> 100644
--- a/plugins/guests/smartos/cap/rsync.rb
+++ b/plugins/guests/smartos/cap/rsync.rb
@@ -17,7 +17,7 @@ module VagrantPlugins
end
def self.rsync_post(machine, opts)
- machine.com... | Ensure rsync_post has find permissions on smartos | hashicorp_vagrant | train |
0f94ccffc8a1e57bd976e028e90e6ae5c94dda2a | diff --git a/firenado/session.py b/firenado/session.py
index <HASH>..<HASH> 100644
--- a/firenado/session.py
+++ b/firenado/session.py
@@ -65,7 +65,6 @@ class SessionEngine(object):
session = self.__renew_session(request_handler)
else:
session.id = session_id
- ... | If cookie_secret is set the session_id cookie will be encripted.
Fixes: #<I> | candango_firenado | train |
3ff77426ddabcb2407221b5b40ac4c958439075e | diff --git a/mopidy_alarmclock/alarm_manager.py b/mopidy_alarmclock/alarm_manager.py
index <HASH>..<HASH> 100644
--- a/mopidy_alarmclock/alarm_manager.py
+++ b/mopidy_alarmclock/alarm_manager.py
@@ -4,6 +4,8 @@ from __future__ import unicode_literals
import datetime
import os
import time
+import logging
+import mopi... | Improved fallback and added logging
Fallback to built-in backup alarm will happen if no playback is started
within <I> seconds.
Logging has been added for better troubleshooting. | DavisNT_mopidy-alarmclock | train |
e4f73c99e639e780c42f77b6300c8a4febee53b1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,14 +7,15 @@ with io.open('README.rst', 'rt', encoding='utf8') as f:
setup(
name='pkg-info',
- version='0.1.1',
+ version='0.1.2',
url='https://github.com/acifani/pkg-info',
license='BSD',
author... | Add requests dependency to setup.py | acifani_pkg-info | train |
c7deb2aebe1fe6e297e713aa0acf300c22650451 | diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/resource/ResourceFactory.java b/moco-core/src/main/java/com/github/dreamhead/moco/resource/ResourceFactory.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/resource/ResourceFactory.java
+++ b/moco-core/src/main/java/c... | replaced readFor without optional in version resource | dreamhead_moco | train |
5e47884a641e7e152ed6abd0259c412fe16e8c1b | diff --git a/lib/github.rb b/lib/github.rb
index <HASH>..<HASH> 100644
--- a/lib/github.rb
+++ b/lib/github.rb
@@ -39,7 +39,7 @@ module GitHub
end
def activate(args)
- @options = parse_options(args)
+ parse_options(args)
load 'helpers.rb'
load 'commands.rb'
invoke(args.shift, *args)
@@ -69,... | Parse options before running commands in ui_spec | defunkt_github-gem | train |
eb18846754de1471b12062116a9e181df233e146 | diff --git a/eqcorrscan/utils/stacking.py b/eqcorrscan/utils/stacking.py
index <HASH>..<HASH> 100644
--- a/eqcorrscan/utils/stacking.py
+++ b/eqcorrscan/utils/stacking.py
@@ -120,10 +120,14 @@ def align_traces(trace_list, shift_len, master=False):
master=traces[i]
MAD_master=np.median(... | Add master option to clustering.align_traces, alignment can be forced to this
Former-commit-id: <I>a5a0e6aaadf<I>a1f6b9ea<I>e<I>eb<I> | eqcorrscan_EQcorrscan | train |
8e6def047e149aedb689dde8becc38914e1c9080 | diff --git a/lib/Process/ChannelledProcess.php b/lib/Process/ChannelledProcess.php
index <HASH>..<HASH> 100644
--- a/lib/Process/ChannelledProcess.php
+++ b/lib/Process/ChannelledProcess.php
@@ -37,7 +37,7 @@ class ChannelledProcess implements ProcessContext, Strand {
];
$options = (\PHP_SAPI === "p... | Fixes the constant used
`\PHP_BINARY` will never give phpdbg, but always the full path to the
binary. You meant to use `\PHP_SAPI` here too just like on the previous
line. | amphp_parallel | train |
919723cf4c7dc9272f4a8233ea38b574fe569778 | diff --git a/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java b/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
index <HASH>..<HASH> 100644
--- a/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
+++ b/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
@@ -632,7 +632,7 @@ public cl... | Put "local" type annotations into the Code attribute, not the Method attribute. | wmdietl_jsr308-langtools | train |
cb705b51c5761e65d664ed8f9c344c96f816298d | diff --git a/quilt_server/views.py b/quilt_server/views.py
index <HASH>..<HASH> 100644
--- a/quilt_server/views.py
+++ b/quilt_server/views.py
@@ -307,3 +307,19 @@ def access(auth_user, owner, package_name, user):
db.session.commit()
else:
abort(request.codes.bad_request)
+
+@app.route('/api/acce... | Implement list access
List the users who can access a data package (only allowed for users
who have access). | quiltdata_quilt | train |
68a190c8f7b62ab7b8afd62bf6bcd75248efb260 | diff --git a/templates/web/prod/thesaurus.js b/templates/web/prod/thesaurus.js
index <HASH>..<HASH> 100644
--- a/templates/web/prod/thesaurus.js
+++ b/templates/web/prod/thesaurus.js
@@ -474,7 +474,7 @@ function T_search(menuItem, menu, cmenu, e, label)
v = '*:"' + term.replace("(", "[").replace(")", "]") + '"';
... | Fix #<I> : Thesaurus queries don't work | alchemy-fr_Phraseanet | train |
9f93577cea09e62a678fb812ad5b5edba48c155d | diff --git a/pypot/vrep/__init__.py b/pypot/vrep/__init__.py
index <HASH>..<HASH> 100644
--- a/pypot/vrep/__init__.py
+++ b/pypot/vrep/__init__.py
@@ -14,7 +14,6 @@ import time as sys_time
class vrep_time():
-
def __init__(self, vrep_io):
self.io = vrep_io
@@ -108,8 +107,12 @@ def from_vrep(config,... | Fix a bug in the v-rep checking error.
Also stop the motor controller when resetting the v-rep simulation. | poppy-project_pypot | train |
debadb6a71eb40498a1dd43ed9e53ce78e1e0f8a | diff --git a/src/Console.php b/src/Console.php
index <HASH>..<HASH> 100644
--- a/src/Console.php
+++ b/src/Console.php
@@ -83,11 +83,17 @@ class Console
* Logs current time with optional message
*
* @param string $name
+ * @param float $literalTime
*/
- public function logSpeed($name = '... | Adds option to pass in literal timestamp | jacobemerick_pqp | train |
38677eabfcedf655d4405de6a151edcd72528b1c | diff --git a/aws/resource_aws_route53_record_test.go b/aws/resource_aws_route53_record_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_route53_record_test.go
+++ b/aws/resource_aws_route53_record_test.go
@@ -1079,6 +1079,7 @@ func testAccErrorCheckSkipRoute53(t *testing.T) resource.ErrorCheckFunc {
return ... | tests/route<I>: Skip no such host error | terraform-providers_terraform-provider-aws | train |
0f827b13c9ef3a09083c8cfd173c7094a2a36dad | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ CHANGELOG
* BC: The Session component implements HttpServerInterface instead of WsServerInterface
* BC: PHP 5.3 no longer supported
* BC: Update to newer version of react/socket dependency
... | Remove Topic autoDelete option from WAMP
When a Topic reaches 0 subscribers it will be removed
New subscriptions to Topics that had the same name will create new Topics
refs #<I>, #<I> | ratchetphp_Ratchet | train |
abb21789b2e5c07aa790170f1a34398214399b04 | diff --git a/xray/core/variable.py b/xray/core/variable.py
index <HASH>..<HASH> 100644
--- a/xray/core/variable.py
+++ b/xray/core/variable.py
@@ -410,7 +410,12 @@ class Variable(common.AbstractArray, utils.NdimSizeLenMixin):
If `deep=True`, the data array is loaded into memory and copied onto
the new... | Don't unnecessarily copy dask arrays | pydata_xarray | train |
33713d06e51419c276ed25764c334cb39eb38419 | diff --git a/src/Server.php b/src/Server.php
index <HASH>..<HASH> 100644
--- a/src/Server.php
+++ b/src/Server.php
@@ -29,43 +29,45 @@ class Server extends StandardServer
// JWT?
$jwtKey = $container->getParameter('jwt_key');
- if ($jwtKey[0]=='/') {
- if (!file_exists($jwtKey)) {
... | Allow configurations with empty JWT | linkorb_graphael | train |
c6afa3393095b27a967045b6e9ea03aac11ec6bf | diff --git a/lancet/__init__.py b/lancet/__init__.py
index <HASH>..<HASH> 100644
--- a/lancet/__init__.py
+++ b/lancet/__init__.py
@@ -1639,19 +1639,19 @@ class QLauncher(Launcher):
# Launch Helper #
#===============#
-class using(param.Parameterized):
+class applying(param.Parameterized):
"""
Utility to ... | Renamed 'using' to 'applying' - clearer than both previous names
The name of this utility should now be settled. In common useage
'applying' and 'using' have similar semantics but 'applying' has the
more correct technical term (see Python's apply built-in). | ioam_lancet | train |
83155fce5bb61fb26770d6eb16ad1bae56e29ade | diff --git a/config.php b/config.php
index <HASH>..<HASH> 100644
--- a/config.php
+++ b/config.php
@@ -1,8 +1,8 @@
<?php
// database settings
define('DB_NAME', 'jsbin');
-define('DB_USER', 'root'); // Your MySQL username
-define('DB_PASSWORD', ''); // ...and password
+define('DB_USER', 'jsbin_user'); // Your MySQL... | Some fixes for IE9 (because of bugs in IE9 around testing the console object) | jsbin_jsbin | train |
7ff7e34d90b006a009621635d9552daeb026c096 | diff --git a/presto-kafka/src/main/java/com/facebook/presto/kafka/KafkaInternalFieldDescription.java b/presto-kafka/src/main/java/com/facebook/presto/kafka/KafkaInternalFieldDescription.java
index <HASH>..<HASH> 100644
--- a/presto-kafka/src/main/java/com/facebook/presto/kafka/KafkaInternalFieldDescription.java
+++ b/p... | Allow lookup of KafkaInternalFieldDescription by column name | prestodb_presto | train |
aa580e07e09d4f126c83335ce04a0a19c1890b51 | diff --git a/code/Debug/Block/Config.php b/code/Debug/Block/Config.php
index <HASH>..<HASH> 100644
--- a/code/Debug/Block/Config.php
+++ b/code/Debug/Block/Config.php
@@ -46,7 +46,14 @@ class Magneto_Debug_Block_Config extends Magneto_Debug_Block_Abstract
public function getToggleTranslateHintsUrl($forStore=null... | toggle inline translation functionality updated: allow to toggle per store and on admin | madalinoprea_magneto-debug | train |
d605bb67c8204d09afb5a35ad2d84c37960f4156 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100755
--- a/src/core.js
+++ b/src/core.js
@@ -137,6 +137,15 @@
* @memberOf me.sys
*/
scale : 1.0,
+
+ /**
+ * Global gravity settings <br>
+ * will override entities init value if defined<br>
+ * default value : undefined
+ * @type {Num... | Added a global gravity setting that will override entities default value if defined | melonjs_melonJS | train |
7d2500c2c81a77987fac1f59931200700e377a86 | diff --git a/bulbs/special_coverage/models.py b/bulbs/special_coverage/models.py
index <HASH>..<HASH> 100644
--- a/bulbs/special_coverage/models.py
+++ b/bulbs/special_coverage/models.py
@@ -56,20 +56,10 @@ class SpecialCoverage(models.Model):
}
}
}
- try:
-... | Starting to refactor this a little bit | theonion_django-bulbs | train |
32f7585ec73ace5e420d72af1a38d848869cf434 | diff --git a/src/main/java/de/biomedical_imaging/traJ/simulation/AnomalousDiffusionWMSimulation.java b/src/main/java/de/biomedical_imaging/traJ/simulation/AnomalousDiffusionWMSimulation.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/biomedical_imaging/traJ/simulation/AnomalousDiffusionWMSimulation.java
+++ b/s... | Step increments are now scaled in such a way, that the
for alpha = 1 the msd curve has a slope of 4 D. | thorstenwagner_TraJ | train |
b78f34e391c97afd2a58df746923ded494c2e019 | diff --git a/spikeextractors/extractors/axonaunitrecordingextractor/axonaunitrecordingextractor.py b/spikeextractors/extractors/axonaunitrecordingextractor/axonaunitrecordingextractor.py
index <HASH>..<HASH> 100644
--- a/spikeextractors/extractors/axonaunitrecordingextractor/axonaunitrecordingextractor.py
+++ b/spikeex... | get_traces: consider case where user requests seg smaller than a single waveform | SpikeInterface_spikeextractors | train |
ec62838bb22a8b1bbf85c2bb1daf318df41d5a91 | diff --git a/cmd/inspect_test.go b/cmd/inspect_test.go
index <HASH>..<HASH> 100644
--- a/cmd/inspect_test.go
+++ b/cmd/inspect_test.go
@@ -51,7 +51,7 @@ func TestDoInspect(t *testing.T) {
res := `{
"manifest": {"revision": "rev", "roots": ["foo", "bar", "fuz", "baz", "a", "x"]},
"signatures_config": {},
- ... | cmd/inspect: Add namespace for data file at root
Earlier we used an empty namespace for data file located
at bundle root. This change now uses "data" as the
namespace for a data file at root.
Fixes: #<I> | open-policy-agent_opa | train |
fcc0af9f5b2751b2a7a281e9f691575df74ac05d | diff --git a/docker.go b/docker.go
index <HASH>..<HASH> 100644
--- a/docker.go
+++ b/docker.go
@@ -76,10 +76,9 @@ func (docker *Docker) Destroy(container *Container) error {
if err := container.Mountpoint.Umount(); err != nil {
log.Printf("Unable to umount container %v: %v", container.Id, err)
}
-
- if err :... | Fix undeleted mountpoint on destroy
Issue #<I>, Now mountpoints are always deleted even when not currently mounted. | containers_storage | train |
e7e587fad2b6200f365ab44e89f7a322aa91a821 | diff --git a/src/Extensions.php b/src/Extensions.php
index <HASH>..<HASH> 100644
--- a/src/Extensions.php
+++ b/src/Extensions.php
@@ -276,16 +276,53 @@ class Extensions
{
$name = $extension->getName();
- // Attempt to get extension YAML config
+ try {
+ $this->loadExtensionConf... | Refactor Extensions::initializeExtension() | bolt_bolt | train |
a973f924748502349e495ec8e9cb11449eff9a92 | diff --git a/src/main/java/io/resourcepool/ssdp/client/request/SsdpDiscovery.java b/src/main/java/io/resourcepool/ssdp/client/request/SsdpDiscovery.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/resourcepool/ssdp/client/request/SsdpDiscovery.java
+++ b/src/main/java/io/resourcepool/ssdp/client/request/SsdpDisc... | Added a missing newline character after the headers, and fixed the null or empty check while setting a custom user agent. | resourcepool_ssdp-client | train |
ecd9fd151d0ab454f9a7326d46856ce19cb54990 | diff --git a/test/datetimepicker.spec.js b/test/datetimepicker.spec.js
index <HASH>..<HASH> 100644
--- a/test/datetimepicker.spec.js
+++ b/test/datetimepicker.spec.js
@@ -359,7 +359,7 @@ describe('datepicker directive with initial date of 2013-01-22 1:15 and startVie
selectedElement.trigger('click');
... | Update tests to account for changes in time zone handling. | dalelotts_angularjs-bootstrap-datetimepicker | train |
9b565e3a6e0465936eee8e9e606685f05a0291e5 | diff --git a/python_modules/dagster-graphql/dagster_graphql_tests/client_tests/test_reload_repository_location.py b/python_modules/dagster-graphql/dagster_graphql_tests/client_tests/test_reload_repository_location.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster-graphql/dagster_graphql_tests/client_tests/tes... | Add a way to run the python graphql client against the existing graphql_context fixtures (using the real graphql schema)
Summary: this adds a test that <URL> | dagster-io_dagster | train |
64e0553032ee2f7e92f0ee1ff0d0070fde317442 | diff --git a/src/Keboola/OAuth/OAuth20.php b/src/Keboola/OAuth/OAuth20.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/OAuth/OAuth20.php
+++ b/src/Keboola/OAuth/OAuth20.php
@@ -18,7 +18,9 @@ class OAuth20 extends AbstractOAuth
{
$url = $this->authUrl;
$url = str_replace('%%redirect_uri%%', $cal... | feat: replaced client_id by app_key for oauth_<I> | keboola_php-oauth | train |
33f31232c9ea441d0d368c0a9e364b4d9dee41db | diff --git a/lib/rich/i18n/actionpack/action_controller/dispatcher.rb b/lib/rich/i18n/actionpack/action_controller/dispatcher.rb
index <HASH>..<HASH> 100644
--- a/lib/rich/i18n/actionpack/action_controller/dispatcher.rb
+++ b/lib/rich/i18n/actionpack/action_controller/dispatcher.rb
@@ -8,7 +8,7 @@ unless defined?(Rich:... | Corrected the to_prepare hook within the Rails 3 ActionController Dispatcher | archan937_rich_i18n | train |
1d343163373ad5f9fa7fe5e11e44d4f7af9eabae | diff --git a/dist.py b/dist.py
index <HASH>..<HASH> 100644
--- a/dist.py
+++ b/dist.py
@@ -294,15 +294,16 @@ class Distribution:
def parse_config_files (self, filenames=None):
from ConfigParser import ConfigParser
+ from distutils.core import DEBUG
if filenames is None:
fi... | Only print debugging output if DEBUG true (and deleted some of the more
extraneous debug prints). | pypa_setuptools | train |
dac50ecfa9a71e56840982c22cb1f3fd1ec215c1 | diff --git a/src/core/renderers/webgl/managers/MaskManager.js b/src/core/renderers/webgl/managers/MaskManager.js
index <HASH>..<HASH> 100644
--- a/src/core/renderers/webgl/managers/MaskManager.js
+++ b/src/core/renderers/webgl/managers/MaskManager.js
@@ -34,12 +34,17 @@ export default class MaskManager extends WebGLMan... | added check for root (#<I>)
* added check for root
* Added note to future us.. | pixijs_pixi.js | train |
fad92778d059cf2503d485335fed4e7200b8aeab | diff --git a/abydos/phonetic.py b/abydos/phonetic.py
index <HASH>..<HASH> 100644
--- a/abydos/phonetic.py
+++ b/abydos/phonetic.py
@@ -3131,7 +3131,7 @@ def phonet(word, ml=1):
letters_a_to_z = 'abcdefghijklmnopqrstuvwxyz'
# Output debug information if set True.
- trace = False
+ trace = True
pho... | fixed debugging output for phonet | chrislit_abydos | train |
ec859ed9af546214e62e5b6f066e47dbc62d6865 | diff --git a/lib/acquire.js b/lib/acquire.js
index <HASH>..<HASH> 100644
--- a/lib/acquire.js
+++ b/lib/acquire.js
@@ -142,7 +142,7 @@
// // …
//
// return myPackage;
-// })
+// })();
//
// /* lib/myPackage/subModule.js */
// (function(){
@@ -151,4 +151,50 @@
// // …
//... | Some basic structure for acquire.js | ELLIOTTCABLE_from | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.