hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
5e6af5747cc2e795fd5ac4cc84ef07c9976851fc | diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -281,8 +281,14 @@ class Character(Card):
def attack(self, target):
assert target.zone == Zone.PLAY
assert self.controller.currentPlayer
- self.game.broadcast("BEFORE_ATTACK", self, ... | Allow for attacks to be interrupted
If the source or target of an attack is no longer in play, consider
the attack interrupted.
This can happen with Freezing Trap and Vaporize.
The ordering is not quite there yet as numAttacks still increases... | jleclanche_fireplace | train |
9411ee3d204f8251d3d495e41742141f88dafa62 | diff --git a/packages/neos-ui-editors/src/DateTime/index.js b/packages/neos-ui-editors/src/DateTime/index.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui-editors/src/DateTime/index.js
+++ b/packages/neos-ui-editors/src/DateTime/index.js
@@ -26,7 +26,7 @@ class DateTime extends PureComponent {
const mappe... | BUGFIX: make DateTime editor save minutes correctly | neos_neos-ui | train |
50f0fffdfe9dabfaa4edb0a6b20bcd0b7beb0edd | diff --git a/pac4j-oidc/src/main/java/org/pac4j/oidc/client/OidcClient.java b/pac4j-oidc/src/main/java/org/pac4j/oidc/client/OidcClient.java
index <HASH>..<HASH> 100644
--- a/pac4j-oidc/src/main/java/org/pac4j/oidc/client/OidcClient.java
+++ b/pac4j-oidc/src/main/java/org/pac4j/oidc/client/OidcClient.java
@@ -326,6 +32... | Storing the string representation of the "ID Token" on the `OidcProfile`. | pac4j_pac4j | train |
fa527b64772f7e3a4e5b85ceaec784e9ca202ca7 | diff --git a/build/ol3-contextmenu-debug.js b/build/ol3-contextmenu-debug.js
index <HASH>..<HASH> 100644
--- a/build/ol3-contextmenu-debug.js
+++ b/build/ol3-contextmenu-debug.js
@@ -829,12 +829,6 @@ var Base = (function (superclass) {
return Base.Internal.opened;
};
- Base.prototype.updatePosition = functio... | Removed erroneous update to built file. | jonataswalker_ol-contextmenu | train |
3c119c8416b27a83d543e8b3cf0f5ffea932712f | diff --git a/core/Config.php b/core/Config.php
index <HASH>..<HASH> 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -40,9 +40,9 @@ use Exception;
*/
class Config extends Singleton
{
- public static $defaultLocalConfigPath = '/config/config.ini.php';
- public static $defaultCommonConfigPath = '/config/co... | Do not use static variables for config paths since they can now be specified upon construction. | matomo-org_matomo | train |
8e348d6f184db9cd802cb81bf7b4a9dbb338fb74 | diff --git a/internal/pkg/table/table.go b/internal/pkg/table/table.go
index <HASH>..<HASH> 100644
--- a/internal/pkg/table/table.go
+++ b/internal/pkg/table/table.go
@@ -117,14 +117,6 @@ func (t *Table) deleteRTCPathsByVrf(vrf *Vrf, vrfs map[string]*Vrf) []*Path {
return pathList
}
-func (t *Table) deleteDestByNl... | table: delete unused deleteDestByNlri() | osrg_gobgp | train |
542c9b9d7fdac8e3a361906122e8ca59525f110f | diff --git a/app/controllers/admin/sidebar_controller.rb b/app/controllers/admin/sidebar_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/admin/sidebar_controller.rb
+++ b/app/controllers/admin/sidebar_controller.rb
@@ -4,7 +4,6 @@ class Admin::SidebarController < Admin::BaseController
@active = act... | Cleanup controller. No more need of placeholder | publify_publify | train |
d7f4b842d1d3109652192af5de01cfbe69a09e2a | diff --git a/template/www/cordova.js b/template/www/cordova.js
index <HASH>..<HASH> 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -19,7 +19,7 @@
under the License.
*/
;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.4.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.5.0-dev';
// file: sr... | CB-<I> Update JS snapshot to version <I>-dev (via coho) | apache_cordova-windows | train |
59df7e8556fbfd5b5784d13e15692b8b4b9644d2 | diff --git a/lib/environment.js b/lib/environment.js
index <HASH>..<HASH> 100644
--- a/lib/environment.js
+++ b/lib/environment.js
@@ -15,6 +15,8 @@ module.exports = {
url: {preferBuiltin: true, glob: true},
punycode: {preferBuiltin: true, glob: true},
querystring: {preferBuiltin: true, glob:... | Bundle os(and fs) with bootcode | postmanlabs_postman-sandbox | train |
4c6d79b15cfadccd1eafb132ae922d9d515b16f1 | diff --git a/lib/handlers/user.js b/lib/handlers/user.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/user.js
+++ b/lib/handlers/user.js
@@ -13,19 +13,10 @@ var prototype = Steam.SteamClient.prototype;
Steam.servers = require('../servers');
-prototype.logOn = function(username, password, hash, code) {
+prototype... | In logOn, replace positional args with an object
This allows for future extensibility | seishun_node-steam | train |
2a16e71f9db8b9c9b45619569b31b7f31f19f2e4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ requirements = (
setup(
name='combine',
- version='0.0.23.dev0',
+ version='0.0.23',
description='A helpful, simple static site generator.',
long_description=long_description,
long_d... | Preparing release <I> | dropseed_combine | train |
0526b5f04a1ff8866a37f42497c887a72f0cb939 | diff --git a/tensorflow_probability/python/distributions/beta.py b/tensorflow_probability/python/distributions/beta.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/distributions/beta.py
+++ b/tensorflow_probability/python/distributions/beta.py
@@ -144,8 +144,8 @@ class Beta(distribution.Distribution)... | Remove default `None` initializations for Beta and LogNormal parameters.
These defaults are not actually viable:
`d = tfd.Beta()`
=> ValueError Attempt to convert a value (None) with an unsupported type (<type 'NoneType'>) to a Tensor.
I believe they're residual from the days of BetaWithSoftplusConcentration, which ... | tensorflow_probability | train |
c18d9fcb15e3d2e346ba98ffd54131c988c29d09 | diff --git a/src/chart/sankey/sankeyLayout.js b/src/chart/sankey/sankeyLayout.js
index <HASH>..<HASH> 100644
--- a/src/chart/sankey/sankeyLayout.js
+++ b/src/chart/sankey/sankeyLayout.js
@@ -458,6 +458,7 @@ function relaxLeftToRight(nodesByBreadth, alpha, orient) {
if (node.inEdges.length) {
... | Fix sankey link value is 0, node will disappear | apache_incubator-echarts | train |
53205ba078fae56baca0996b4b99680bf49f742d | diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
index <HASH>..<HASH> 100644
--- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
+++ b/mongodb/src/main/java/org/hiber... | OGM-<I> Suppress warnings for missing type in generic | hibernate_hibernate-ogm | train |
0f7d4a8d844112da2ef9f951c92a82ad6dc26fb3 | diff --git a/widget/magicTable.js b/widget/magicTable.js
index <HASH>..<HASH> 100644
--- a/widget/magicTable.js
+++ b/widget/magicTable.js
@@ -322,7 +322,6 @@ sb.widget.magicTable.prototype = {
rows.reverse();
}
-
var tbody = this.table.$('tbody').nodes[0];
rows.forEach(function(row,k,a){
var tr ... | rewrote sort by US date to use native Date | surebert_surebert-framework | train |
64c34f20091602536e3e4f0bd4fe00bfc2c08dde | diff --git a/sources/scalac/symtab/Type.java b/sources/scalac/symtab/Type.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/symtab/Type.java
+++ b/sources/scalac/symtab/Type.java
@@ -2623,9 +2623,9 @@ public class Type implements Modifiers, Kinds, TypeTags, EntryTags {
if (vparams.length != vparams0.length)
... | - Fixed typo (replaced "i" by "j") | scala_scala | train |
61b863b7ba57ffc631aa56c010746e15ad381398 | diff --git a/src/Symfony/Component/Yaml/Parser.php b/src/Symfony/Component/Yaml/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Yaml/Parser.php
+++ b/src/Symfony/Component/Yaml/Parser.php
@@ -240,6 +240,10 @@ class Parser
if ($isRef) {
$this->refs[$isRef] = $data... | Also transform inline mappings to objects | symfony_symfony | train |
5e5e0a34faa218de32b5bf7a2358d12a3fd6493d | diff --git a/engineio/payload.py b/engineio/payload.py
index <HASH>..<HASH> 100644
--- a/engineio/payload.py
+++ b/engineio/payload.py
@@ -24,8 +24,11 @@ class Payload(object):
while packet_len != 0:
binary_len = six.int2byte(packet_len % 10) + binary_len
packe... | Correct generation of binary xhr2 packets | miguelgrinberg_python-engineio | train |
61e2cf93b935461109c259188baf25fb6d804171 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(
version='0.7.6',
packages=find_packages(exclude=['tests']),
install_requires=[
- 'pushbullet.py >= 0.11.0', 'click==7.0', 'keyring>=15.1.0', 'keyrings.alt==3.1'
+ 'pushbullet.... | 🔧 Pin keyring version for now | GustavoKatel_pushbullet-cli | train |
85d68a35c4955646d57dd598f01ae81a79fc62af | diff --git a/.travis/complementary/api_file_generation.py b/.travis/complementary/api_file_generation.py
index <HASH>..<HASH> 100644
--- a/.travis/complementary/api_file_generation.py
+++ b/.travis/complementary/api_file_generation.py
@@ -16,6 +16,7 @@ from PyFunceble.cli.filesystem.dir_structure.restore import (
... | Upgrade to new multiprocessing API. | funilrys_PyFunceble | train |
c545005df9ba0d290071f34b2aa9e95977130d4d | diff --git a/lib/forever-monitor/monitor.js b/lib/forever-monitor/monitor.js
index <HASH>..<HASH> 100644
--- a/lib/forever-monitor/monitor.js
+++ b/lib/forever-monitor/monitor.js
@@ -80,6 +80,11 @@ var Monitor = exports.Monitor = function (script, options) {
this._hideEnv = {};
//
+ // Allow for custom stdio ... | [api] Add stdio option to monitor instances. | foreverjs_forever-monitor | train |
e1411f64fb26cb998b2d5eecc161eeac96a5ae74 | diff --git a/.rubocop.yml b/.rubocop.yml
index <HASH>..<HASH> 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -53,9 +53,6 @@ PredicateName:
DefaultScope:
Enabled: false # remove me?
-IndentationConsistency:
- Enabled: false # remove me
-
TrailingComma:
Enabled: false # remove me
diff --git a/app/lib/katell... | Fixes #<I> - Turn on IndentationConsistency cop | Katello_katello | train |
39e5063c91a6539c1e43aef296d829777db67474 | diff --git a/lenstronomy/Sampling/sampler.py b/lenstronomy/Sampling/sampler.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/Sampling/sampler.py
+++ b/lenstronomy/Sampling/sampler.py
@@ -109,7 +109,7 @@ class Sampler(object):
sampler.run_mcmc(p0, n_burn + n_run, progress=progress)
flat_samples = sam... | bug fix length of the logL chain | sibirrer_lenstronomy | train |
b85979e987559d08b0c6bc3ad2e97f3e8de56d3f | diff --git a/fedmsg/crypto/__init__.py b/fedmsg/crypto/__init__.py
index <HASH>..<HASH> 100644
--- a/fedmsg/crypto/__init__.py
+++ b/fedmsg/crypto/__init__.py
@@ -235,8 +235,11 @@ def validate(message, **config):
# versions, attempt to guess the backend to use
elif 'certificate' in message:
backend =... | Handle gpg more explicitly. | fedora-infra_fedmsg | train |
2894058532e2b1671293b30542418d095b8de4fc | diff --git a/tests/setup.php b/tests/setup.php
index <HASH>..<HASH> 100644
--- a/tests/setup.php
+++ b/tests/setup.php
@@ -50,8 +50,13 @@ try {
// Acquire the access token
echo "Acquiring access token...\r\n";
+
$OAuth->getAccessToken();
- $token = serialize($storage->get());
+ $token = serialize(array(
+ 't... | Store consumer key and secret with access token | BenExile_Dropbox | train |
1464784ce25355de4a27a70606235fed9b7ebdf3 | diff --git a/harvestingkit/pos_package.py b/harvestingkit/pos_package.py
index <HASH>..<HASH> 100644
--- a/harvestingkit/pos_package.py
+++ b/harvestingkit/pos_package.py
@@ -65,13 +65,6 @@ class PosPackage(object):
print >> sys.stderr, "Can't find language"
return ''
- def _get_descripti... | pos_package: Fixes for PoS
* Adds 'PoS' classifier to the subjects.
* Removes field <I>. | inspirehep_harvesting-kit | train |
8d1bc4e255a8be78750c71506e877d806f7359fa | diff --git a/spring-mobile-device/src/main/java/org/springframework/mobile/device/LiteDeviceResolver.java b/spring-mobile-device/src/main/java/org/springframework/mobile/device/LiteDeviceResolver.java
index <HASH>..<HASH> 100644
--- a/spring-mobile-device/src/main/java/org/springframework/mobile/device/LiteDeviceResolv... | MOBILE-<I> identifying iPad as mobile in LiteDeviceResolver | spring-projects_spring-mobile | train |
faef98637f9b4bb53fe68086e25b0d28fef22599 | diff --git a/concrete/src/Entity/Board/InstanceItem.php b/concrete/src/Entity/Board/InstanceItem.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Entity/Board/InstanceItem.php
+++ b/concrete/src/Entity/Board/InstanceItem.php
@@ -144,7 +144,8 @@ class InstanceItem implements \JsonSerializable, ItemProviderInterface
... | Making items come in in the right time zone | concrete5_concrete5 | train |
c3416cd54803b2ef1556d3ba6445aa0114408101 | diff --git a/tests/FiniteStateMachine/VerifyLog/ReasonTest.php b/tests/FiniteStateMachine/VerifyLog/ReasonTest.php
index <HASH>..<HASH> 100644
--- a/tests/FiniteStateMachine/VerifyLog/ReasonTest.php
+++ b/tests/FiniteStateMachine/VerifyLog/ReasonTest.php
@@ -349,48 +349,13 @@ class Fsm_VerifyLog_ReasonTest extends Fsm_... | #<I>: Fsm_VerifyLog_ReasonTest::provideLogsWithNotWakepAfterSleep() has been refactored | tourman_fsm | train |
2d7bef939ebc866e2a3fb11f8da4139996747791 | diff --git a/tests/LinkTest.php b/tests/LinkTest.php
index <HASH>..<HASH> 100644
--- a/tests/LinkTest.php
+++ b/tests/LinkTest.php
@@ -2,57 +2,75 @@
namespace Tests;
+use JumpGate\Menu\Link;
use PHPUnit\Framework\TestCase;
class LinkTest extends TestCase
{
- function it_is_initializable()
+ /**
+ * ... | Converted link tests to phpunit | JumpGateio_Menu | train |
f2018e7e4f13df293212c7e0e4b559a492275e57 | diff --git a/lib/mini_readline/version.rb b/lib/mini_readline/version.rb
index <HASH>..<HASH> 100644
--- a/lib/mini_readline/version.rb
+++ b/lib/mini_readline/version.rb
@@ -1,4 +1,4 @@
module MiniReadline
#The current version of the mini_readline gem.
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end | Version <I> build is foobar. Missing a file somehow. | PeterCamilleri_mini_readline | train |
eba3bd68dff2bc11186936e7c984fb67dfaef03e | diff --git a/app/helpers/godmin/resource_helper.rb b/app/helpers/godmin/resource_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/godmin/resource_helper.rb
+++ b/app/helpers/godmin/resource_helper.rb
@@ -36,10 +36,14 @@ module Godmin
end
def batch_action_url_for(resource_class)
- url_for(
- ... | Preserve backwards compatibility for the sake of verbum | varvet_godmin | train |
44619ddefc123141303b55526bfc1fa90767e56e | diff --git a/parameters.go b/parameters.go
index <HASH>..<HASH> 100644
--- a/parameters.go
+++ b/parameters.go
@@ -1,10 +1,12 @@
package imageserver
import (
+ "bytes"
"crypto/sha256"
"encoding/hex"
"fmt"
"io"
+ "sort"
)
// Parameters represents parameters used in imageserver package
@@ -25,9 +27,26 @@ ... | The string representation of Parameters is now stable (ordered alphabetically) | pierrre_imageserver | train |
552aa47643d1a50b6a21564d7e3023dcc7d27905 | diff --git a/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/QName.js b/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/QName.js
index <HASH>..<HASH> 100644
--- a/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/QName.js
+++ b/scripts/src/main/javascript/org/hisrc/jsonix/Json... | Fixed formatting as JSLint does not like it. | highsource_jsonix | train |
18259d4fd31414d5543dd31abc1477c58c93ff2f | diff --git a/config-dist.php b/config-dist.php
index <HASH>..<HASH> 100644
--- a/config-dist.php
+++ b/config-dist.php
@@ -219,6 +219,21 @@ $CFG->admin = 'admin';
// a phrase occurs in a given page. Otherwise all are matched.
// $CFG->filtermatchoneperpage = true;
//
+// Enabling this will allow custom scripts... | Adding the capability to replace existing scripts with customised versions.
See config-dist.php for more info.
Will add an admin interface for this later.
Shane. | moodle_moodle | train |
3b83a4ae89c99cc93fd0fea2b7937fe81c5a4618 | diff --git a/python/herald/core.py b/python/herald/core.py
index <HASH>..<HASH> 100644
--- a/python/herald/core.py
+++ b/python/herald/core.py
@@ -31,6 +31,21 @@ _logger = logging.getLogger(__name__)
# ------------------------------------------------------------------------------
+class LoopTimer(threading._Timer)... | Added a garbage collection process for WaitingPost objects | cohorte_cohorte-herald | train |
2fc96eed7011a81646943085ee16e028e04a0812 | diff --git a/tests/JsCodeExtractorTest.php b/tests/JsCodeExtractorTest.php
index <HASH>..<HASH> 100644
--- a/tests/JsCodeExtractorTest.php
+++ b/tests/JsCodeExtractorTest.php
@@ -6,14 +6,17 @@ class JsCodeExtractorTest extends PHPUnit_Framework_TestCase
{
//Extract translations
$translations = Ge... | Added new js usage that break extractor test and asserts that catch it. | oscarotero_Gettext | train |
092fa04a76a8d10ff48c77611f19a3cbf9b85187 | diff --git a/cdk-morphlines/cdk-morphlines-core/src/main/java/com/cloudera/cdk/morphline/stdio/AbstractParser.java b/cdk-morphlines/cdk-morphlines-core/src/main/java/com/cloudera/cdk/morphline/stdio/AbstractParser.java
index <HASH>..<HASH> 100644
--- a/cdk-morphlines/cdk-morphlines-core/src/main/java/com/cloudera/cdk/m... | allocate smaller tmp buffers for log lines for better performance | kite-sdk_kite | train |
b329b2359fd980c3cd771cd1c2fb6064090fb5dd | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
}
},
"require": {
- "catlabinteractive/charon": "^1.3.8",
+ "catlabinteractive/charon": "^1.3.9",
"catlabinteractive/base-laravel": "^5.2"
},
... | Make PropertyResolver and QueryAdapter slightly more permissive so that the tests work again. | CatLabInteractive_charon-laravel | train |
916e7839e562e9bf011727a7e97e3f87a173581d | diff --git a/tests/unit/test_serialize.py b/tests/unit/test_serialize.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_serialize.py
+++ b/tests/unit/test_serialize.py
@@ -31,4 +31,5 @@ def test_deserialize_new_json_cassette():
side_effect=UnicodeDecodeError('utf-8', b'unicode error in serializat... | Actually use pytest.raises in test. | kevin1024_vcrpy | train |
0378326db98fbe7e36ab0d54d3b8353bc3c29e7f | diff --git a/Exedra/Application/DI.php b/Exedra/Application/DI.php
index <HASH>..<HASH> 100644
--- a/Exedra/Application/DI.php
+++ b/Exedra/Application/DI.php
@@ -34,11 +34,30 @@ class Di
}
/**
+ * Magically alias to get.
+ * @param string dependency
+ * @return this->get(dependency)
+ */
+ public function __... | added __get and __call method to DI container
hopefully not be used for evil doing. | Rosengate_exedra | train |
50816fd4bbefe85c774413333c837b57dc0ab85a | diff --git a/AUTHORS b/AUTHORS
index <HASH>..<HASH> 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,5 +14,6 @@ generally made django-autoslug better:
* Johan Charpentier
* Nicolás Echániz
* Aaron VanDerlip
+* Thomas Woolford
* Jannis Leidel
* Your Name Here ;)
diff --git a/autoslug/fields.py b/autoslug/fields.py
index <... | Fixed issue #<I>, thanks to Thomas Woolford. | justinmayer_django-autoslug | train |
39356e18378cf82770245c578b229c4902a3eaa8 | diff --git a/blocks/blog_tags/block_blog_tags.php b/blocks/blog_tags/block_blog_tags.php
index <HASH>..<HASH> 100644
--- a/blocks/blog_tags/block_blog_tags.php
+++ b/blocks/blog_tags/block_blog_tags.php
@@ -83,6 +83,7 @@ class block_blog_tags extends block_base {
FROM {tag} t, {tag_instance} ti, {po... | MDL-<I>: restrict block/blog_tags to showing blog tags. (merge from <I>) | moodle_moodle | train |
1a27da75600dd19880d17bc472789c7cffc2bb0d | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -3556,7 +3556,8 @@
var sel = cm.doc.sel, modifier = mac ? e.metaKey : e.ctrlKey, contained;
if (cm.options.dragDrop && dragAndDrop && !isReadOnly(cm) &&
type == "single" &... | Allow starting a drag selection directly next to existing selection | codemirror_CodeMirror | train |
b8d449e15cfc165e21038634d4f571edafd39e9b | diff --git a/lib/redis-client.js b/lib/redis-client.js
index <HASH>..<HASH> 100644
--- a/lib/redis-client.js
+++ b/lib/redis-client.js
@@ -1,6 +1,7 @@
var RSVP = require('rsvp');
var redis = require('then-redis');
var SilentError = require('ember-cli/lib/errors/silent');
+var tunnel = require('tunnel-ssh');
func... | add missing require for tunnel-ssh O.o | LevelbossMike_ember-deploy-redis | train |
f2bc35866364372aa1b078f1fd36519696e34f21 | diff --git a/SimplOn/Elements/Element.php b/SimplOn/Elements/Element.php
index <HASH>..<HASH> 100644
--- a/SimplOn/Elements/Element.php
+++ b/SimplOn/Elements/Element.php
@@ -581,13 +581,26 @@ class Element extends BaseObject {
}
- function processAdmin(){
+ function processAdmin($start,$limit){... | methods: showAdmin and processAdmin modified to use pagination when is necessary | SimplOnPHP_simplon-php | train |
da177dd8a4651dfaa0f0fe6b417b14dd8963666c | diff --git a/lib/Model.php b/lib/Model.php
index <HASH>..<HASH> 100644
--- a/lib/Model.php
+++ b/lib/Model.php
@@ -158,7 +158,7 @@ class Model implements ArrayAccess
$isValid = true;
foreach ($this->metadata->properties() as $name => $metadata) {
$value = $this->__get($name);
- ... | Allow model to pass context to validators | jacksleight_coast | train |
2ddcc2b16b420c30f47918e5866ff2f7eda2553e | diff --git a/ddl/ddl_db_change_test.go b/ddl/ddl_db_change_test.go
index <HASH>..<HASH> 100644
--- a/ddl/ddl_db_change_test.go
+++ b/ddl/ddl_db_change_test.go
@@ -28,7 +28,7 @@ import (
"github.com/pingcap/tidb/kv"
"github.com/pingcap/tidb/model"
"github.com/pingcap/tidb/parser"
- "github.com/pingcap/tidb/store/l... | *: don't use localstore for test. (#<I>) | pingcap_tidb | train |
b3ea7674ea7b905570a28d382f223ba2b6f10a93 | diff --git a/src/main/java/io/vlingo/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailbox.java b/src/main/java/io/vlingo/actors/plugin/mailbox/agronampscarrayqueue/ManyToOneConcurrentArrayQueueMailbox.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/vlingo/actors/plugin/mailbox/agronam... | Redesigned stow and suspend. | vlingo_vlingo-actors | train |
cf5a07297d5aa962db75d5a89154ec0b4826d60c | diff --git a/src/main/java/org/cactoos/func/CallableOf.java b/src/main/java/org/cactoos/func/CallableOf.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cactoos/func/CallableOf.java
+++ b/src/main/java/org/cactoos/func/CallableOf.java
@@ -43,7 +43,7 @@ import org.cactoos.Proc;
* @param <X> Type of input
* @... | Fixed CallableOf puzzle (#<I>) | yegor256_cactoos | train |
ed3bb2b6f3e5cc997ce7a017fa1e09f83013be59 | diff --git a/src/Zicht/Tool/Container/Container.php b/src/Zicht/Tool/Container/Container.php
index <HASH>..<HASH> 100644
--- a/src/Zicht/Tool/Container/Container.php
+++ b/src/Zicht/Tool/Container/Container.php
@@ -162,6 +162,16 @@ class Container
// ------------------------------------------------------------... | add defaults method, which can be used like:
```
# z2.yaml
globals:
php_bin:
testing: php<I>
```
and then in an plugin:
```
# foo.yml
taks:
foo
do: $(defaults("php_bin", "testing", "php")) -v
```
and gives you the possibility to for example change bins based on envs | zicht_z | train |
316f790b375d5598253d0929b4183b491ccfb4bb | diff --git a/lib/atomy/pattern/attribute.rb b/lib/atomy/pattern/attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/atomy/pattern/attribute.rb
+++ b/lib/atomy/pattern/attribute.rb
@@ -14,7 +14,8 @@ class Atomy::Pattern
end
def assign(scope, val)
- @receiver.send(:"#{@attribute}=", val)
+ # don't us... | attribute pattern uses #__send__, not #send
...because some things override that, which is very confusing (e.g.
CodeTools::Generator) | vito_atomy | train |
7d510e9c69ec3d79f534a91b6dddb11387411070 | diff --git a/src/ansiblelint/__main__.py b/src/ansiblelint/__main__.py
index <HASH>..<HASH> 100755
--- a/src/ansiblelint/__main__.py
+++ b/src/ansiblelint/__main__.py
@@ -111,7 +111,7 @@ def initialize_options(arguments: list[str] | None = None) -> None:
os.makedirs(options.cache_dir, exist_ok=True)
options.c... | Increase lock timeout to <I>s (#<I>)
We observed that GHA is failing very often with a timeout of only <I>s. | ansible_ansible-lint | train |
c0bd8d1d8ed392a7bd5854d9783b61225bc41250 | diff --git a/expr/parse.go b/expr/parse.go
index <HASH>..<HASH> 100644
--- a/expr/parse.go
+++ b/expr/parse.go
@@ -133,7 +133,7 @@ func ParseMany(targets []string) ([]*expr, error) {
}
func skipWhitespace(s string) string {
- for len(s) > 1 && s[0] == ' ' {
+ for len(s) >= 1 && s[0] == ' ' {
s = s[1:]
}
retu... | Skip all whitespace
Previously, if the last character in a string was a whitespace, it was
not skipped. Now it is skipped and an empty string is returned. This
fixes cases where queries have trailing whitespaces - these are now seen
as valid. | grafana_metrictank | train |
d8cc24f86ec902a4e498566b852aebe2eaea8b2e | diff --git a/builder/openstack/ssh.go b/builder/openstack/ssh.go
index <HASH>..<HASH> 100644
--- a/builder/openstack/ssh.go
+++ b/builder/openstack/ssh.go
@@ -22,7 +22,7 @@ func CommHost(
// If we have a specific interface, try that
if sshinterface != "" {
- if addr := sshAddrFromPool(s, sshinterface, port); ... | builder/openstack: no more port | hashicorp_packer | train |
eb056bea0048502f87e9e2006ef47cebdce8295f | diff --git a/test/base.js b/test/base.js
index <HASH>..<HASH> 100644
--- a/test/base.js
+++ b/test/base.js
@@ -15,7 +15,7 @@ require.config({
this.mocha.setup({
ui: 'bdd',
ignoreLeaks: true,
- timeout: 5000 // ms
+ timeout:... | Bump timeout to prevent `weighted()` tests in #<I> from timing out | chancejs_chancejs | train |
baa773a52015220b0e7437b42e82d7121b4b34b6 | diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb
index <HASH>..<HASH> 100644
--- a/actionmailer/test/abstract_unit.rb
+++ b/actionmailer/test/abstract_unit.rb
@@ -11,7 +11,6 @@ end
require 'active_support/testing/autorun'
require 'action_mailer'
require 'action_mailer/test_case'
-... | not require mail file
```
it added in this commit (<URL>), now no warnings occur.
``` | rails_rails | train |
6551e86a03f5fa1f499386c96faa4587bdfac24e | diff --git a/lib/puppet/parser/lexer.rb b/lib/puppet/parser/lexer.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/lexer.rb
+++ b/lib/puppet/parser/lexer.rb
@@ -171,7 +171,7 @@ class Puppet::Parser::Lexer
[self,value]
end
- TOKENS.add_token :REGEX, %r{/[^/]*/} do |lexer, value|
+ TOKENS.add_... | Fix #<I> - Mathematic expressions mis-lexed as Regex
This is not the real fix. It is just an hot-fix to limit
the issue.
The issue is that the lexer regexes have precedences over simple
'/' (divide).
In the following expression:
$var = <I> / 4
$var2 = "/tmp/file"
The / 4... part is mis-lexed as a regex instead of a m... | puppetlabs_puppet | train |
ae1057f3577a19c6099a4d325e5fa84cad8c0796 | diff --git a/app/Elements/NoteStructure.php b/app/Elements/NoteStructure.php
index <HASH>..<HASH> 100644
--- a/app/Elements/NoteStructure.php
+++ b/app/Elements/NoteStructure.php
@@ -169,4 +169,25 @@ class NoteStructure extends SubmitterText
$html .
'</div>';
}
+
+ /**
+ * Display ... | Fix: #<I> - level 1 shared notes shown only as links | fisharebest_webtrees | train |
404b01159f8fc3b06273bd711c41e752518fd3aa | diff --git a/benchmarks/__init__.py b/benchmarks/__init__.py
index <HASH>..<HASH> 100644
--- a/benchmarks/__init__.py
+++ b/benchmarks/__init__.py
@@ -57,6 +57,11 @@ benchmarks = {
sequence = ''.join(random.choice('ATCG' * 5 + 'N') for _i in xrange(90)),
max_dist = 3,
),
+ 'random_kevin_partia... | yet another benchmark for Kevin Rue's use case | taleinat_fuzzysearch | train |
83dc8edbbf22c8a23707a006689f05bde57b309c | diff --git a/website/pages/en/index.js b/website/pages/en/index.js
index <HASH>..<HASH> 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index.js
@@ -126,7 +126,7 @@ const Features = props => (
},
{
content:
- 'Gesture Handler library ships with a set of components that aims... | Fix typo and grammar in docs (#<I>) | kmagiera_react-native-gesture-handler | train |
91b639cdd4f79f744dac8f67670c8316b631e805 | diff --git a/lib/brcobranca/retorno/cnab400/base.rb b/lib/brcobranca/retorno/cnab400/base.rb
index <HASH>..<HASH> 100644
--- a/lib/brcobranca/retorno/cnab400/base.rb
+++ b/lib/brcobranca/retorno/cnab400/base.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
-
+require 'active_support/core_ext/object/blank'
require 'pa... | Hotfix/arquivo retorno (#<I>)
* added activesupport
* fixed file.blank is not a method
* fixing code style
* optimized imports
* removed unused | kivanio_brcobranca | train |
edf13c19cf04e07bf410552129dc749c52b102f5 | diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/monkey_patches.rb
+++ b/lib/puppet/util/monkey_patches.rb
@@ -160,7 +160,7 @@ class Range
end
end unless method_defined? :intersection
- alias_method :&, :intersection unless m... | Fix range intersection monkey patch :& alias
I made a last minute change to the original pull request to not monkey
patch Range to have an intersection method if it was already defined.
However, I also added `unless method_defined? :intersection` to the &
alias after intersection had been defined, so the alias never g... | puppetlabs_puppet | train |
934d32a97eca7f1737ff1cb2232983e73059b6fb | diff --git a/limpyd/database.py b/limpyd/database.py
index <HASH>..<HASH> 100644
--- a/limpyd/database.py
+++ b/limpyd/database.py
@@ -14,9 +14,6 @@ DEFAULT_CONNECTION_SETTINGS = dict(
db=0
)
-TEST_CONNECTION_SETTINGS = DEFAULT_CONNECTION_SETTINGS.copy()
-TEST_CONNECTION_SETTINGS['db'] = 15
-
def redis_conne... | Move TEST_CONNECTION_SETTINGS to tests/base.py | limpyd_redis-limpyd | train |
91b3891078b889db98d3832f0c06e465a86e52ef | diff --git a/django_tenants/staticfiles/storage.py b/django_tenants/staticfiles/storage.py
index <HASH>..<HASH> 100644
--- a/django_tenants/staticfiles/storage.py
+++ b/django_tenants/staticfiles/storage.py
@@ -15,12 +15,12 @@ class TenantStaticFilesStorage(TenantStorageMixin, StaticFilesStorage):
if hasattr(s... | Fix regression in path handling of TenantStaticFileStorage.
Fixes #<I>. | tomturner_django-tenants | train |
f255aefccfafef05048f531792a778ac4f8056ce | diff --git a/lib/less/browser.js b/lib/less/browser.js
index <HASH>..<HASH> 100644
--- a/lib/less/browser.js
+++ b/lib/less/browser.js
@@ -103,12 +103,12 @@ function loadStyles() {
new(less.Parser)().parse(styles[i].innerHTML || '', function (e, tree) {
var css = tree.toCSS();
... | Shift the type setting in order to work with Webkit, and fix typo for IE. | less_less.js | train |
2f1b0130cf2ac87c4695c4fe2079208f95e7784c | diff --git a/python_utils/__init__.py b/python_utils/__init__.py
index <HASH>..<HASH> 100644
--- a/python_utils/__init__.py
+++ b/python_utils/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.5.0'
+__version__ = '1.5.1'
__author__ = 'Rick van Hattem'
__author_email__ = 'Rick.van.Hattem@Fawo.nl'
__description__ = ('Pyth... | added string/unicode conversion functions | WoLpH_python-utils | train |
883712395c9a41a43a8a666109781d57d36bf3fd | diff --git a/lib/reports_kit/reports/data/utils.rb b/lib/reports_kit/reports/data/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/reports_kit/reports/data/utils.rb
+++ b/lib/reports_kit/reports/data/utils.rb
@@ -111,9 +111,10 @@ module ReportsKit
def self.dimension_to_dimension_ids_dimension_instances(dimensi... | don't crash on models with primary key not named id | tombenner_reports_kit | train |
4b8357c06f92f9cba04eb62622b4c7ee2e6328ce | diff --git a/code/extensions/CDNFile.php b/code/extensions/CDNFile.php
index <HASH>..<HASH> 100644
--- a/code/extensions/CDNFile.php
+++ b/code/extensions/CDNFile.php
@@ -325,6 +325,10 @@ class CDNFile extends DataExtension {
$mtime = @filemtime($path);
$name = trim($file->getFilename(), '/');
+ if ... | new(CDNFile) On change of CDN, copy items
When a user changes the StoreInCDN flag of a folder, find all contained items
and copy them across to that CDN
Includes moving of FileVersions | symbiote_silverstripe-cdncontent | train |
50d88b0bad5c3f0a5386572e3e32483168e421f2 | diff --git a/src/drop.js b/src/drop.js
index <HASH>..<HASH> 100644
--- a/src/drop.js
+++ b/src/drop.js
@@ -226,7 +226,7 @@
var promises = [upload.emptyPromise()];
if (includeDir) {
var file = {type: 'directory'};
- file.name = file.path = (path || '') + entry.name +... | make sure the directoryname is not double | danialfarid_ng-file-upload | train |
4dcbc370d96485faa7c76917866a97b70423c243 | diff --git a/src/scs_core/gas/afe_calib.py b/src/scs_core/gas/afe_calib.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/gas/afe_calib.py
+++ b/src/scs_core/gas/afe_calib.py
@@ -48,7 +48,7 @@ class CalibCurrency(object):
age = rec - calibrated_noon
- return age.total_seconds()
+ return int(a... | Refactored CalibCurrency class | south-coast-science_scs_core | train |
825aa07877cdfc76f72ebca99169cb52b23c72ad | diff --git a/services/httpd/handler_test.go b/services/httpd/handler_test.go
index <HASH>..<HASH> 100644
--- a/services/httpd/handler_test.go
+++ b/services/httpd/handler_test.go
@@ -5,6 +5,7 @@ import (
"errors"
"fmt"
"io"
+ "log"
"mime/multipart"
"net/http"
"net/http/httptest"
@@ -593,6 +594,23 @@ func Te... | Use X-Forwarded-For IP address in HTTP logger if present | influxdata_influxdb | train |
77ef217707e32d66830e912ab13caada8a9c8bc0 | diff --git a/kubernetes/client/configuration.py b/kubernetes/client/configuration.py
index <HASH>..<HASH> 100644
--- a/kubernetes/client/configuration.py
+++ b/kubernetes/client/configuration.py
@@ -156,6 +156,9 @@ class Configuration(object):
self.proxy = None
"""Proxy URL
"""
+ self.... | add no_proxy support to configuration and REST client. | kubernetes-client_python | train |
cfc6175c879dfd82670baee8b12722d42b528ca1 | diff --git a/tests/Common/BranchComponentTest.php b/tests/Common/BranchComponentTest.php
index <HASH>..<HASH> 100644
--- a/tests/Common/BranchComponentTest.php
+++ b/tests/Common/BranchComponentTest.php
@@ -198,7 +198,7 @@ class BranchComponentTest extends StorageApiTestCase
$this->assertNotEmpty($branchMain1D... | Test when config and config row was create by create dev branch has version 0 after update version 1 | keboola_storage-api-php-client | train |
0e61547ea9b7d50d4e1880f1a62a7ff3f343b0c5 | diff --git a/enrol/guest/lang/en/enrol_guest.php b/enrol/guest/lang/en/enrol_guest.php
index <HASH>..<HASH> 100644
--- a/enrol/guest/lang/en/enrol_guest.php
+++ b/enrol/guest/lang/en/enrol_guest.php
@@ -24,6 +24,8 @@
$string['allowguests'] = 'This course allows guest users to enter';
$string['guest:config'] = 'Conf... | MDL-<I> Guest Enrol: new language string for with key icon
AMOS BEGIN
CPY [pluginname,enrol_guest], [guestaccess_withpassword,enrol_guest]
CPY [pluginname,enrol_guest], [guestaccess_withoutpassword,enrol_guest]
AMOS END | moodle_moodle | train |
282736bed7ab71e72a5f56df6d3b21d8d4340ab2 | diff --git a/convert.py b/convert.py
index <HASH>..<HASH> 100755
--- a/convert.py
+++ b/convert.py
@@ -26,8 +26,8 @@ import sys
if len(sys.argv) < 3:
sys.stderr.write('Usage: sys.argv[0] import-file export-file\n')
- sys.stderr.write('import-file: *.dbc|*.dbf|*.kcd|*.arxml\n')
- sys.stderr.write('export-f... | xlsx support bugfix
xls and xlsx: Grouping of Signals in Frames support | ebroecker_canmatrix | train |
b68f0360f56b01c7c3c5432e4a99c2c4c101d549 | diff --git a/resweb/server.py b/resweb/server.py
index <HASH>..<HASH> 100644
--- a/resweb/server.py
+++ b/resweb/server.py
@@ -1,5 +1,5 @@
import os
-from itty import Redirect, get, post, serve_static_file, run_itty
+from itty import Redirect, get, post, serve_static_file, run_itty, handle_request
from pyres import R... | add WSGI callable function to be able to run application under uwsgi | binarydud_pyres | train |
cde0646fda519c5a30f40b16ab76ef69694b0555 | diff --git a/lib/Instance.js b/lib/Instance.js
index <HASH>..<HASH> 100644
--- a/lib/Instance.js
+++ b/lib/Instance.js
@@ -299,5 +299,7 @@ function Instance(opts) {
opts.changes = Object.keys(opts.data);
}
+ Hook.trigger(instance, opts.hooks.loaded);
+
return instance;
} | Adding a instance loaded hook
Adding a hook that is trigger once the model instance has been loaded, allows extra "calculated" attributes to be set | dresende_node-orm2 | train |
fdab2627c39de8a4fc37b423096236bf920e031b | diff --git a/application.go b/application.go
index <HASH>..<HASH> 100644
--- a/application.go
+++ b/application.go
@@ -46,7 +46,7 @@ func NewApplication() *Application {
// The handler receives the Primitive to which the key is originally redirected,
// the one which has focus, or nil if it was not directed to a Prim... | Calling Application.Draw() for global key handlers which steal the event. | rivo_tview | train |
4ab6212ad5eb79f2206e29a8d40de42fb5506033 | diff --git a/backend/controllers/ProductController.php b/backend/controllers/ProductController.php
index <HASH>..<HASH> 100644
--- a/backend/controllers/ProductController.php
+++ b/backend/controllers/ProductController.php
@@ -73,7 +73,6 @@ class ProductController extends Controller
{
return [
... | Fixes accessControll settings in ProductController. | black-lamp_blcms-shop | train |
a948fe7e30286fad2c6ac647f4eb3726c441e22f | diff --git a/libraries/joomla/event/dispatcher.php b/libraries/joomla/event/dispatcher.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/event/dispatcher.php
+++ b/libraries/joomla/event/dispatcher.php
@@ -111,7 +111,7 @@ class JDispatcher extends JObject
}
else
{
- throw new Exception(JText::sprintf('J... | Changing error handling of JDispatcher as requested | joomla_joomla-framework | train |
27481544ee0882f8ef59c6c4aa5ba8239fc0dd74 | diff --git a/src/Authenticator/UnauthenticatedException.php b/src/Authenticator/UnauthenticatedException.php
index <HASH>..<HASH> 100644
--- a/src/Authenticator/UnauthenticatedException.php
+++ b/src/Authenticator/UnauthenticatedException.php
@@ -18,7 +18,25 @@ use RuntimeException;
/**
* An exception that signals... | Add <I> status code to unauthenticated errors
Previously these responses would have <I> status code. Now they reflect
a more reasonable status code. This is not a perfect solution as the <I>
status code should contain a `WWW-Authorization` header value, but we
don't currently have a way to fetch authenticators that co... | cakephp_authentication | train |
d058be25ad93bf6a0c206ac33ed7db07d1479573 | diff --git a/bridge/api/api.go b/bridge/api/api.go
index <HASH>..<HASH> 100644
--- a/bridge/api/api.go
+++ b/bridge/api/api.go
@@ -102,6 +102,14 @@ func (b *Api) handleMessages(c echo.Context) error {
func (b *Api) handleStream(c echo.Context) error {
c.Response().Header().Set(echo.HeaderContentType, echo.MIMEApplic... | Respond with message on connect (api) (#<I>)
fix #<I> | 42wim_matterbridge | train |
cce41715184db8e417fdc79b4918a4a056a0c9df | diff --git a/src/InternalServer.php b/src/InternalServer.php
index <HASH>..<HASH> 100644
--- a/src/InternalServer.php
+++ b/src/InternalServer.php
@@ -45,16 +45,38 @@ class InternalServer {
$this->tmpPath = $tmpPath;
- $this->logRequest($request);
+ $count = self::incrementRequestCounter($this->tmpPath);
+ $t... | Correct a microtome ordering issue by not using microtime | donatj_mock-webserver | train |
eb88314c87a81af7841c145f32951c1980846fd5 | diff --git a/src/application.js b/src/application.js
index <HASH>..<HASH> 100644
--- a/src/application.js
+++ b/src/application.js
@@ -61,12 +61,9 @@ export default class Application {
* @return {Object}
*/
getPackage() {
- if (!this.package) {
- this.package = JSON.parse(
- fs.readFileSync(`.... | Cancel memoizing action's package.json
Because it may be updated in runtime | fluct_fluct | train |
39b268c999dac17d2022ebdb7bc56282b6752ce4 | diff --git a/bin/publish.py b/bin/publish.py
index <HASH>..<HASH> 100755
--- a/bin/publish.py
+++ b/bin/publish.py
@@ -76,7 +76,7 @@ def which_(exe):
def construct_publish_comands(additional_steps=None, nightly=False):
'''Get the shell commands we'll use to actually build and publish a package to PyPI.'''
pu... | publish fixes attempt 2
Test Plan: comment out the twine upload and git check and run publish
Reviewers: max
Reviewed By: max
Differential Revision: <URL> | dagster-io_dagster | train |
efaf3c731ff1ab151d34b8cc26aa03777e5fbed1 | diff --git a/pypet/tests/integration/environment_test.py b/pypet/tests/integration/environment_test.py
index <HASH>..<HASH> 100644
--- a/pypet/tests/integration/environment_test.py
+++ b/pypet/tests/integration/environment_test.py
@@ -141,6 +141,7 @@ class EnvironmentTest(TrajectoryComparator):
self.niceness =... | Added time to test runs to avoir restoring exisiting trajectories; | SmokinCaterpillar_pypet | train |
1c64a02c509b8c633e43d5292281c67adc6579f6 | diff --git a/src/Types/Response/Authenticated/CoinbaseAccount.php b/src/Types/Response/Authenticated/CoinbaseAccount.php
index <HASH>..<HASH> 100644
--- a/src/Types/Response/Authenticated/CoinbaseAccount.php
+++ b/src/Types/Response/Authenticated/CoinbaseAccount.php
@@ -185,7 +185,7 @@ class CoinbaseAccount implements ... | Fix for CoinbaseAccount exception "Unknown fields in response"
- Create setters and getters that match data returned from GDAX
- Left old setters and getters in place for backwards compat | benfranke_gdax-php | train |
715c3012bb24e2763242d4490c76155aee025a71 | diff --git a/lib/search_engine_query_parser.py b/lib/search_engine_query_parser.py
index <HASH>..<HASH> 100644
--- a/lib/search_engine_query_parser.py
+++ b/lib/search_engine_query_parser.py
@@ -582,6 +582,14 @@ class SpiresToInvenioSyntaxConverter:
'coden' : 'journal:',
'journal-coden' : 'journal:',
... | WebSearch: add more SPIRES->Invenio codes
* Adds a few more SPIRES syntax codes to the dictinary
mapping from SPIRES to Invenio search syntax.
* Adds tests for above additions. | inveniosoftware_invenio-records | train |
d8e864a994e638eafd36a6bc2d9e4c6b0f4375ad | diff --git a/shinken/objects/module.py b/shinken/objects/module.py
index <HASH>..<HASH> 100644
--- a/shinken/objects/module.py
+++ b/shinken/objects/module.py
@@ -35,8 +35,6 @@ class Module(Item):
'module_type': StringProp(),
'modules' : ListProp(default=''),
})
-
- running_properties =... | fix: removed reset of running_properties dict in module object. was raising key error configurations_errors when some modules get a configuration error. | Alignak-monitoring_alignak | train |
61cad0f1fc0609469643303b1704b89d855650f1 | diff --git a/Tone/source/BufferSource.js b/Tone/source/BufferSource.js
index <HASH>..<HASH> 100644
--- a/Tone/source/BufferSource.js
+++ b/Tone/source/BufferSource.js
@@ -178,10 +178,11 @@ define(["Tone/core/Tone", "Tone/core/Buffer", "Tone/source/Source", "Tone/core/G
this._startTime = time + fadeInTime;
- i... | BufferSource uses context's setTimeout method for onended
removed source.stop method. stopping now relies entirely on the gain
node.
fixes #<I>
fixes #<I> | Tonejs_Tone.js | train |
427cb162ce82110ec5b4878e6ca772a66f1cc25e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -239,7 +239,7 @@ metadata = dict(
'matplotlib',
'msmtools',
'bhmm',
- 'joblib',
+ 'joblib==0.8.4',
... | [setup] require joblib=<I> | markovmodel_PyEMMA | train |
fed16aa3a5ccf52e8cb0bb46c4a813c1612fbf78 | diff --git a/pw.py b/pw.py
index <HASH>..<HASH> 100644
--- a/pw.py
+++ b/pw.py
@@ -12,7 +12,7 @@ import termcolor
def main():
- VERSION = '%prog 0.2.1'
+ VERSION = '%prog 0.2.2'
DATABASE_PATH = os.path.join('~', '.passwords.yaml.asc')
HAVE_COLOR_TERM = os.getenv('COLORTERM') or 'color' in os.getenv('TERM',... | * forgot py_modules
* bumped version to <I> | catch22_pw | train |
cef14886b9b9fe22683b19952b0c601ad5ae0d46 | diff --git a/gwpy/plotter/gps.py b/gwpy/plotter/gps.py
index <HASH>..<HASH> 100644
--- a/gwpy/plotter/gps.py
+++ b/gwpy/plotter/gps.py
@@ -270,7 +270,9 @@ class GPSFormatter(GPSMixin, ticker.Formatter):
if isinstance(t, Time):
t = t.gps
f = trans.transform(t)
- return re.sub('.0+\Z... | plotter.gps: fix regex sub issue | gwpy_gwpy | train |
642f7b5794c12f4ea6053e2eec9ed8bb1974bb74 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -26,6 +26,7 @@ var COMPONENT_NAME = 'Hammer';
var DEPENDENCIES = [
'hammerjs',
+ 'prop-types',
'react',
'react-dom',
]; | fixing build to exclude prop-types | JedWatson_react-hammerjs | train |
1549733f35a4628d43ee4f7c2edee6e6ef049efa | diff --git a/app/controllers/concerns/sufia/homepage_controller_behavior.rb b/app/controllers/concerns/sufia/homepage_controller_behavior.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/concerns/sufia/homepage_controller_behavior.rb
+++ b/app/controllers/concerns/sufia/homepage_controller_behavior.rb
@@ -34,6 +34,... | Sufia homepage should gracefully handle solr going away | samvera_hyrax | train |
f0081c36abb9c86301b5174edeedc797b4bc8414 | diff --git a/windows/lib/WixSDK.js b/windows/lib/WixSDK.js
index <HASH>..<HASH> 100644
--- a/windows/lib/WixSDK.js
+++ b/windows/lib/WixSDK.js
@@ -47,7 +47,6 @@ function(path) {
* 'manufacturer' - product manufacturer
* Optional fields:
* ... | Windows: Create product name from vendor and app name (#<I>)
Previously the app name was used for product name as well. But there is
a limitation for the latter, it does not accept a name made only of
numeric digits. To mitigate this, always create the product name by
combining vendor and app name.
BUG=APPTOOLS-... | crosswalk-project_crosswalk-app-tools | train |
8f080727f219ccd17cf01a73184b3e55ec3a7a33 | diff --git a/tests/inspectdb/tests.py b/tests/inspectdb/tests.py
index <HASH>..<HASH> 100644
--- a/tests/inspectdb/tests.py
+++ b/tests/inspectdb/tests.py
@@ -7,6 +7,8 @@ from typing import Dict
import os
import re
import unittest
+from salesforce.backend import DJANGO_30_PLUS
+from salesforce.backend.test_helpers i... | Add a test that OneToOneField is detected by inspectdb in Django >= <I> | django-salesforce_django-salesforce | train |
539d0e0d1f83ab08717c5eddb564e1449ca35477 | diff --git a/hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducer.java b/hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducer.java
index <HASH>..<HASH> 100644
--- a/hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducer.java
+++ b/hollow/src/main/java/com/netflix/hollow/api/pr... | enablePrimaryProducer to alter runCycle behavior | Netflix_hollow | train |
0157ed67acf4fc4732a2d9fb28aa95b539aa7cfb | diff --git a/sre/io.janusproject/io.janusproject.plugin/src/io/janusproject/kernel/bic/internaleventdispatching/BehaviorGuardEvaluatorRegistry.java b/sre/io.janusproject/io.janusproject.plugin/src/io/janusproject/kernel/bic/internaleventdispatching/BehaviorGuardEvaluatorRegistry.java
index <HASH>..<HASH> 100644
--- a/s... | [sre] Do not generate exception when guard evaluator is not found when unregistered.
see #<I> | sarl_sarl | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.