hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
2b98c21138ea3a9eddc3d322b75a1ed50ec0246c | diff --git a/src/Type/ContextDynamicReturnTypeExtension.php b/src/Type/ContextDynamicReturnTypeExtension.php
index <HASH>..<HASH> 100644
--- a/src/Type/ContextDynamicReturnTypeExtension.php
+++ b/src/Type/ContextDynamicReturnTypeExtension.php
@@ -9,20 +9,13 @@ use PHPStan\Reflection\ParametersAcceptorSelector;
use PHP... | Use FQCN instead of use statements to allow compatibility with TYPO <I> | sascha-egerer_phpstan-typo3 | train |
91f8974826a2257384e9270ffd15c8aa7d62a16d | diff --git a/lib/govuk_tech_docs/api_reference.rb b/lib/govuk_tech_docs/api_reference.rb
index <HASH>..<HASH> 100644
--- a/lib/govuk_tech_docs/api_reference.rb
+++ b/lib/govuk_tech_docs/api_reference.rb
@@ -1,31 +1,21 @@
module GovukTechDocs
- # Helper included
- module ApiReferenceHelper
- def api_reference
- ... | GTD-<I> Add support for loading the config file and checking api_path is set | alphagov_tech-docs-gem | train |
a3e2aba7dee756391de4d2bbdd866864ea8b47e0 | diff --git a/src/insicht.js b/src/insicht.js
index <HASH>..<HASH> 100644
--- a/src/insicht.js
+++ b/src/insicht.js
@@ -172,6 +172,20 @@ export default class InSicht {
}
/**
+ * Remove an item from the observer, only if autoRefresh is false
+ * @param {HTMLElement} item - item to be removed
+ * @return {O... | add method to remove item from observer | iamso_insicht | train |
5bf891d321848e1983a82353a337418beafd0f58 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -97,11 +97,10 @@ class Client implements ClientInterface
if (extension_loaded('curl')) {
$config = [
- 'select_timepout' => isset($_SERVER['GUZZLE_CURL_SELECT_TIME... | Using getenv() rather than $_SERVER | guzzle_guzzle | train |
85f918deb65317e7c4b910b3e6b03e964a8cc43b | diff --git a/core/metrics.go b/core/metrics.go
index <HASH>..<HASH> 100644
--- a/core/metrics.go
+++ b/core/metrics.go
@@ -24,11 +24,9 @@ var StandardMetrics = []Metric{
MetricUptime,
MetricCpuUsage,
MetricCpuLimit,
- MetricCpuRequest,
MetricMemoruUsage,
MetricMemoryWorkingSet,
MetricMemoryLimit,
- MetricMe... | Fixed nil pointer in core/metrics.go | kubernetes-retired_heapster | train |
539244c32acf72027c2d92a87c938b15bf39490b | diff --git a/src/Plugin/AddPathPlugin.php b/src/Plugin/AddPathPlugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin/AddPathPlugin.php
+++ b/src/Plugin/AddPathPlugin.php
@@ -42,17 +42,42 @@ final class AddPathPlugin implements Plugin
}
/**
+ * Adds a prefix in the beginning of the URL's path.
+ *
+... | Add the fix to spl_object_hash from last version to a version compatible php <I> | php-http_client-common | train |
0e48871b268f15b804a56526fc9dcafacf855c99 | diff --git a/impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentValidator.java b/impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentValidator.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentValidator.java
+++ b/impl/src/main/java/org/jboss/weld/bootstrap/ConcurrentVali... | WELD-<I> ConcurrentValidator should use concurrent version of SetMultimap. | weld_core | train |
5c09417a4bdf2700bcdbe5660a485aea9b50f0b8 | diff --git a/src/ngrest/base/ActiveWindowView.php b/src/ngrest/base/ActiveWindowView.php
index <HASH>..<HASH> 100644
--- a/src/ngrest/base/ActiveWindowView.php
+++ b/src/ngrest/base/ActiveWindowView.php
@@ -21,6 +21,7 @@ class ActiveWindowView extends \yii\base\View
* - params: array, Add additional parameters wh... | added reload ability as option for callback button | luyadev_luya-module-admin | train |
41dc25510a07cc3174c7354194f5dd2f4a751cc5 | diff --git a/packages/table/src/Column.js b/packages/table/src/Column.js
index <HASH>..<HASH> 100644
--- a/packages/table/src/Column.js
+++ b/packages/table/src/Column.js
@@ -1,10 +1,12 @@
import PropTypes from "prop-types";
-const Column = props => props.cell(props.rowData);
+const Column = props => null;
Column... | feat(cell render): support for 2 types of text cell renderers
affects: @crave/farmblocks-table
normal and featured
BREAKING CHANGE:
this drops the initial cell property of columns in favor of text for simple text cells or customCell
for custom cell renderers | CraveFood_farmblocks | train |
fcd46c7d984fdf8690b2d82c2c978cc24320f880 | diff --git a/lib/ClientException.php b/lib/ClientException.php
index <HASH>..<HASH> 100644
--- a/lib/ClientException.php
+++ b/lib/ClientException.php
@@ -11,7 +11,7 @@ namespace Aerys;
* ClientException indicates that the requesting client has (or will be) closed
* the incoming data stream. [if thrown on a reading... | Fix some various bugs/replacements from v2 changes | amphp_http-server | train |
b4114531a98aab5e739681711918b0a90dc415af | diff --git a/tests/Applications/WeWork/Agent/ClientTest.php b/tests/Applications/WeWork/Agent/ClientTest.php
index <HASH>..<HASH> 100644
--- a/tests/Applications/WeWork/Agent/ClientTest.php
+++ b/tests/Applications/WeWork/Agent/ClientTest.php
@@ -12,7 +12,6 @@
namespace EasyWeChat\Tests\Applications\WeWork\Agent;
u... | Apply fixes from StyleCI (#<I>) | overtrue_wechat | train |
caf883f0a5bda74a54610443ee94e703aaed37ae | diff --git a/src/js/core.js b/src/js/core.js
index <HASH>..<HASH> 100644
--- a/src/js/core.js
+++ b/src/js/core.js
@@ -119,7 +119,18 @@ var _mfpOn = function(name, f) {
}
return false;
- };
+ },
+ // CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and... | removalDelay now only works if CSS transitions supported | dimsemenov_Magnific-Popup | train |
5d39d63c9e8043de10a34b780b916abb7b6aa572 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -128,7 +128,7 @@ function _make_generateLog(metrics, func, start_time, config, context) {
}
if (config.debug) {
- console.log('IOPIPE-DEBUG: ', response_body)
+ console.log('IOPIPE-DEBUG: ... | Repair stat reading so that keys are not undefined,
and are numerical values | iopipe_iopipe-js-core | train |
b9f7748e6c160bea306ccb3cbf97a8960d822e62 | diff --git a/src/persistence/org/codehaus/groovy/grails/metaclass/DomainClassMethods.java b/src/persistence/org/codehaus/groovy/grails/metaclass/DomainClassMethods.java
index <HASH>..<HASH> 100644
--- a/src/persistence/org/codehaus/groovy/grails/metaclass/DomainClassMethods.java
+++ b/src/persistence/org/codehaus/groov... | added constraints property as a domain class property
git-svn-id: <URL> | grails_grails-core | train |
f21ebf0c9859291a84f017d449f27a8c99b65414 | diff --git a/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/runtime/RuntimeTask.java b/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/runtime/RuntimeTask.java
index <HASH>..<HASH> 100644
--- a/nephele/nephele-server/src/main/java/eu/stratosphere/nephele/taskmanager/ru... | Changed logic of cancelling thread to join with executing thread. | stratosphere_stratosphere | train |
7ce1692eef82880e60c921196862a2b01db42c77 | diff --git a/src/ocrmypdf/subprocess/_windows.py b/src/ocrmypdf/subprocess/_windows.py
index <HASH>..<HASH> 100644
--- a/src/ocrmypdf/subprocess/_windows.py
+++ b/src/ocrmypdf/subprocess/_windows.py
@@ -51,7 +51,7 @@ def registry_path_ghostscript(env=None) -> Iterator[Path]:
with winreg.OpenKey(
w... | windows: default version to '0' when looking for Ghostscript
To avoid ValueError: max() arg is an empty sequence
As suggested by @meet<I> in #<I>. | jbarlow83_OCRmyPDF | train |
078a0e9af283b8c490eb76d78f2122d2daf6f68f | diff --git a/docs/plot_compound.py b/docs/plot_compound.py
index <HASH>..<HASH> 100644
--- a/docs/plot_compound.py
+++ b/docs/plot_compound.py
@@ -9,9 +9,9 @@ from regions import CircleSkyRegion, make_example_dataset
# load example dataset to get skymap
config = dict(crval=(0, 0),
- crpix=(8, 8),
+ ... | Update MPL plot examples in docs | astropy_regions | train |
49f6913bb50ed05bfe22d8c2dd1702a2d6acfdec | diff --git a/src/Clients/TokenAuthenticatedRestClient.php b/src/Clients/TokenAuthenticatedRestClient.php
index <HASH>..<HASH> 100644
--- a/src/Clients/TokenAuthenticatedRestClient.php
+++ b/src/Clients/TokenAuthenticatedRestClient.php
@@ -68,7 +68,7 @@ class TokenAuthenticatedRestClient extends BasicAuthenticatedRestCl... | Refactoring token authenticated rest client to make it easier to extend | RhubarbPHP_Module.RestApi | train |
b9953181bac05ad3bd12ad8f4d1586cd6a2e9892 | diff --git a/seriously/SeriouslyCommands.py b/seriously/SeriouslyCommands.py
index <HASH>..<HASH> 100755
--- a/seriously/SeriouslyCommands.py
+++ b/seriously/SeriouslyCommands.py
@@ -825,7 +825,8 @@ def N_fn(srs):
srs.push(NinetyNineBottles())
else:
a = srs.pop()
- srs.push(a[-1])
+ ... | improve performance of N and F for large iterables | Mego_Seriously | train |
b73ab8ef934d64a7300fe7aa566132786b0acc28 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -1389,6 +1389,24 @@ class Hydra extends EventEmitter {
});
});
}
+
+ /**
+ * @name _hasServicePresence
+ * @summary Indicate if a service has presence.
+ * @description Indicates if a service has presen... | Add utility hasServicePresence method (#<I>)
The new method allows high performance checks for service presence availability, intended to be used by load-balancers, routers, watchdogs, etc... | flywheelsports_hydra | train |
45c268a0036543a5f115e04963663022404747a6 | diff --git a/js/indodax.js b/js/indodax.js
index <HASH>..<HASH> 100644
--- a/js/indodax.js
+++ b/js/indodax.js
@@ -36,7 +36,7 @@ module.exports = class indodax extends Exchange {
'fetchBorrowRatesPerSymbol': false,
'fetchClosedOrders': true,
'fetchDeposit': false,
- ... | unify-fetch-transactions | ccxt_ccxt | train |
ac3c1711963ba875eeb0de90f890cdd69605e2b4 | diff --git a/core/Pimf/Route/Target.php b/core/Pimf/Route/Target.php
index <HASH>..<HASH> 100644
--- a/core/Pimf/Route/Target.php
+++ b/core/Pimf/Route/Target.php
@@ -49,7 +49,7 @@ class Target
}
/**
- * @param sting $action
+ * @param string $action
*/
public function setAction($action)
{ | make #scrutinizerci happy and fix incompatible with the declared type | gjerokrsteski_pimf-framework | train |
283b9edeea55c9ee03cd9c021dd249cf8b31b880 | diff --git a/UITable/__tests__/unit.js b/UITable/__tests__/unit.js
index <HASH>..<HASH> 100644
--- a/UITable/__tests__/unit.js
+++ b/UITable/__tests__/unit.js
@@ -10,6 +10,7 @@ import conformanceChecker from '../../UIUtils/conform';
import noop from '../../UIUtils/noop';
import sinon from 'sinon';
+import {times} f... | UITable: use correct index for pulling data to construct the aria string | enigma-io_boundless | train |
72fe8a690de61ad19779cc9c68ba698a80fcf810 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -43,7 +43,8 @@ function serve(root, opts) {
return function *(next){
yield next;
- if (!this.idempotent || this.body) return;
+ // response is already handled
+ if (!this.idempotent || this.body != null || t... | don't bother responding if response already "handled" | koajs_static | train |
b8a367180c39bc78573f91fe7a66c4a68cd82e7c | diff --git a/lib/schemaobject.js b/lib/schemaobject.js
index <HASH>..<HASH> 100644
--- a/lib/schemaobject.js
+++ b/lib/schemaobject.js
@@ -381,10 +381,12 @@ function normalizeProperties(properties, name) {
properties.objectType = properties.type;
properties.type = 'object';
} else if(_.isObject(pro... | <I> [BREAKING] - toObject not inherited by shorthand nested sub-schema | scotthovestadt_schema-object | train |
3ab23942d7496e5e4638f567b83e1381c3709f52 | diff --git a/lib/fortitude/rendering_context.rb b/lib/fortitude/rendering_context.rb
index <HASH>..<HASH> 100644
--- a/lib/fortitude/rendering_context.rb
+++ b/lib/fortitude/rendering_context.rb
@@ -2,27 +2,23 @@ require 'fortitude/instance_variable_set'
module Fortitude
class RenderingContext
- attr_reader :o... | Dereference the output buffer every time we need it, so we don't have to continually worry about when it changes. | ageweke_fortitude | train |
e26860ea3a95ea651f89f1742c3c2f557548454f | diff --git a/tests/dummy/config/deprecation-workflow.js b/tests/dummy/config/deprecation-workflow.js
index <HASH>..<HASH> 100644
--- a/tests/dummy/config/deprecation-workflow.js
+++ b/tests/dummy/config/deprecation-workflow.js
@@ -3,7 +3,6 @@
window.deprecationWorkflow = window.deprecationWorkflow || {};
window.depre... | Remove silenced deprecation
With the latest update to ESA we're no longer seeing this deprecation
message. | ilios_common | train |
7ff8fef1739f20466b1b9e9330a99fe4f7ca83e9 | diff --git a/lib/sass/script/tree/list_literal.rb b/lib/sass/script/tree/list_literal.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/script/tree/list_literal.rb
+++ b/lib/sass/script/tree/list_literal.rb
@@ -25,19 +25,21 @@ module Sass::Script::Tree
# @see Node#children
def children; elements; end
- # @se... | Handle the split between script values and nodes for bug #<I> | sass_ruby-sass | train |
9754903eafaf5402658643656d22f3a27b9d956f | diff --git a/ok.dollarview.js b/ok.dollarview.js
index <HASH>..<HASH> 100644
--- a/ok.dollarview.js
+++ b/ok.dollarview.js
@@ -1,4 +1,24 @@
-(function (ok, $) {
+(function (factory, ok, $) {
+
+// amd
+if (typeof define === 'function' && define.amd) {
+ define('ok.dollarview', ['ok', 'jquery'], factory);
+}
+// commonj... | Implemented UMD pattern on view files | j-_ok | train |
b8e25607482a050e934ade65a1f1581f4871f8d2 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ data/timit
data/na/
data/griko/
data/chatino/
+data/japhug/
exp/
*.swp
*.pyc
diff --git a/src/datasets/na.py b/src/datasets/na.py
index <HASH>..<HASH> 100644
--- a/src/datasets/na.py
+++ b/src/datase... | Na Corpus yielding translation prefixes. | persephone-tools_persephone | train |
ea81d0fbf17c2768e6680b3d7cc6f1cc5842f1e0 | diff --git a/revproxy/response.py b/revproxy/response.py
index <HASH>..<HASH> 100644
--- a/revproxy/response.py
+++ b/revproxy/response.py
@@ -14,8 +14,7 @@ class HttpProxyResponse(HttpResponse):
headers = proxy_response.headers
status = proxy_response.getcode()
- content_type = headers.get('... | Fixed bug caused by no mimetype set | TracyWebTech_django-revproxy | train |
b89609dc2e5583e66f892a3130264e8b6bb7d820 | diff --git a/cmd/xl-v1-object.go b/cmd/xl-v1-object.go
index <HASH>..<HASH> 100644
--- a/cmd/xl-v1-object.go
+++ b/cmd/xl-v1-object.go
@@ -259,8 +259,14 @@ func (xl xlObjects) getObjectInfo(bucket, object string) (objInfo ObjectInfo, er
MD5Sum: xlMetaMap["md5Sum"],
ContentType: xlMetaMap["content-typ... | XL: Filter out md5Sum from user defined headers (#<I>) | minio_minio | train |
6386cfb7dad6854d67db4cd353cccd1cd8b45907 | diff --git a/src/components/pull-to-refresh/QPullToRefresh.js b/src/components/pull-to-refresh/QPullToRefresh.js
index <HASH>..<HASH> 100644
--- a/src/components/pull-to-refresh/QPullToRefresh.js
+++ b/src/components/pull-to-refresh/QPullToRefresh.js
@@ -43,12 +43,12 @@ export default {
message () {
switch ... | Fix i<I>n for QPullToRefresh (#<I>) | quasarframework_quasar | train |
48c8444b48e7194662783ab383dd9fa8705e6563 | diff --git a/theme/anomaly/layout/general.php b/theme/anomaly/layout/general.php
index <HASH>..<HASH> 100644
--- a/theme/anomaly/layout/general.php
+++ b/theme/anomaly/layout/general.php
@@ -31,6 +31,8 @@ echo $OUTPUT->doctype() ?>
<div id="page">
<?php if ($hasheading || $hasnavbar) { ?>
<div id="page-header">
... | theme-anomaly MDL-<I> Fixed up minor rounded corner alignment issues in anomaly. | moodle_moodle | train |
642d79191732d8e132cf435a8cf303b356953dc8 | diff --git a/js/coinone.js b/js/coinone.js
index <HASH>..<HASH> 100644
--- a/js/coinone.js
+++ b/js/coinone.js
@@ -498,70 +498,6 @@ module.exports = class coinone extends Exchange {
return result;
}
- async fetchClosedOrders (symbol = undefined, since = undefined, limit = undefined, params = {}) {
- ... | coinone fetchClosedOrders removed | ccxt_ccxt | train |
2722a14ae9e3a9a66964dffe97c1e2205cdf5801 | diff --git a/go/vt/vttablet/tabletmanager/rpc_external_reparent.go b/go/vt/vttablet/tabletmanager/rpc_external_reparent.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/tabletmanager/rpc_external_reparent.go
+++ b/go/vt/vttablet/tabletmanager/rpc_external_reparent.go
@@ -21,6 +21,9 @@ import (
"sync"
"time"
+ ... | Add startup argument to stop tablet from reparent | vitessio_vitess | train |
b325ea352df686ff27ac11dc02e43120283ed662 | diff --git a/salt/matchers/confirm_top.py b/salt/matchers/confirm_top.py
index <HASH>..<HASH> 100644
--- a/salt/matchers/confirm_top.py
+++ b/salt/matchers/confirm_top.py
@@ -18,9 +18,10 @@ def confirm_top(match, data, nodegroups=None):
Takes the data passed to a top file environment and determines if the
dat... | Check the type of the data passed to salt.matcher.confirm_top is a list instead of assuming an implicit false is a "bad data" error. | saltstack_salt | train |
68d780958bfcbb2a7288b5cefe3cb91fd0e149d4 | diff --git a/commonjs.php b/commonjs.php
index <HASH>..<HASH> 100644
--- a/commonjs.php
+++ b/commonjs.php
@@ -199,8 +199,12 @@ return call_user_func(function()
* @param callable $moduleDefinition
* @public
*/
- $define = function ($definitionPath, \Closure $moduleDefinition) use (&$_definitionsReg... | Module definition update bug fix
When "$define()" is called with a previously defined module path, the previous module result is now cleared from the results cache | DrBenton_CommonJSForPHP | train |
b551913d4af056e21aef591d1a8138c019f02a44 | diff --git a/src/angularjs-dropdown-multiselect.js b/src/angularjs-dropdown-multiselect.js
index <HASH>..<HASH> 100644
--- a/src/angularjs-dropdown-multiselect.js
+++ b/src/angularjs-dropdown-multiselect.js
@@ -288,7 +288,7 @@ directiveModule.directive('ngDropdownMultiselect', ['$filter', '$document', '$co
return... | Fixed an issue with selectionLimit 1 and idProp closes #<I> | dotansimha_angularjs-dropdown-multiselect | train |
58849aa000971617081e27cf0c5b2b8678fe22a9 | diff --git a/structure/src/main/java/org/biojava/bio/structure/align/ce/StartupParameters.java b/structure/src/main/java/org/biojava/bio/structure/align/ce/StartupParameters.java
index <HASH>..<HASH> 100644
--- a/structure/src/main/java/org/biojava/bio/structure/align/ce/StartupParameters.java
+++ b/structure/src/main/... | now with support for dumping PDB files of alignment
git-svn-id: <URL> | biojava_biojava | train |
f4455297536b5c41e96bbfe90982c2b8d785e6fd | diff --git a/swf/src/main/java/com/venky/swf/configuration/ConfigLoader.java b/swf/src/main/java/com/venky/swf/configuration/ConfigLoader.java
index <HASH>..<HASH> 100644
--- a/swf/src/main/java/com/venky/swf/configuration/ConfigLoader.java
+++ b/swf/src/main/java/com/venky/swf/configuration/ConfigLoader.java
@@ -12,7 ... | Removed unwanted Override annotations | venkatramanm_swf-all | train |
9109e35ed04c3196aae65e5152d7a592b47f2931 | diff --git a/tests/ReflectionClassTest.php b/tests/ReflectionClassTest.php
index <HASH>..<HASH> 100644
--- a/tests/ReflectionClassTest.php
+++ b/tests/ReflectionClassTest.php
@@ -86,6 +86,42 @@ class ReflectionClassTest extends \PHPUnit_Framework_TestCase
}
/**
+ * Tests getMethods() returns correct num... | Add tests for checking the number of methods and properties in the classes | goaop_parser-reflection | train |
a86a951ae90b330a30e8699ada73b170f888f83b | diff --git a/lib/networking/messages/voice/ready.js b/lib/networking/messages/voice/ready.js
index <HASH>..<HASH> 100644
--- a/lib/networking/messages/voice/ready.js
+++ b/lib/networking/messages/voice/ready.js
@@ -6,8 +6,14 @@ const VoiceUDP = require("../../voicetransports/VoiceUDP");
module.exports = function handl... | Prefer unencrypted voice until full protocol implementation | qeled_discordie | train |
2d53e27e8d1945848588cf5f3d2ed0b397fef5d0 | diff --git a/examples/react/index.js b/examples/react/index.js
index <HASH>..<HASH> 100644
--- a/examples/react/index.js
+++ b/examples/react/index.js
@@ -49,7 +49,7 @@ class VideojsRecordPlayer extends React.Component {
render() {
return (
<div data-vjs-player>
- <video id="my... | react example: rename to playsInline | collab-project_videojs-record | train |
617c5c568fe25a11624becaaade1e7078a22dc87 | diff --git a/RL/operator/function.py b/RL/operator/function.py
index <HASH>..<HASH> 100644
--- a/RL/operator/function.py
+++ b/RL/operator/function.py
@@ -31,7 +31,7 @@ from future import standard_library
from abc import ABCMeta, abstractmethod # , abstractproperty
# RL imports
-from RL.space.set import EmptySet, ... | Removed erroneous trailing comma | odlgroup_odl | train |
5770404687af0bb3cfe7041b565dcb950d1e598d | diff --git a/example_test.go b/example_test.go
index <HASH>..<HASH> 100644
--- a/example_test.go
+++ b/example_test.go
@@ -1,7 +1,8 @@
-package maxminddb
+package maxminddb_test
import (
"fmt"
+ "github.com/oschwald/maxminddb-golang"
"log"
"net"
)
@@ -14,7 +15,7 @@ type onlyCountry struct {
// Example_stru... | Try putting examples back in test package | oschwald_maxminddb-golang | train |
244d53d7fe9b510cc034b43b202481cbfba9740c | diff --git a/src/Serializer/SerializerContextBuilder.php b/src/Serializer/SerializerContextBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Serializer/SerializerContextBuilder.php
+++ b/src/Serializer/SerializerContextBuilder.php
@@ -65,8 +65,8 @@ final class SerializerContextBuilder implements SerializerContextBuilde... | Input Output Class Operation Fix
- getTypedOperationAttribute expects the operation type
constant | api-platform_core | train |
1c9eff18e72302f69086fa6d8a33298e27045f06 | diff --git a/services/swagger.js b/services/swagger.js
index <HASH>..<HASH> 100644
--- a/services/swagger.js
+++ b/services/swagger.js
@@ -137,12 +137,12 @@ exports.addFormat = function (format, validationFunction) {
function flattenModelDefinitions(definitions) {
Object.keys(definitions).forEach(function (defn... | follow lodash merge paradigm with merge to flat model implementation | BlueOakJS_blueoak-server | train |
e76cda0ff5c9dfdbec7a9d199884d359cdf6dbbb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -182,7 +182,7 @@ devel = [
'paramiko',
'requests_mock'
]
-devel_minreq = devel + mysql + doc + password + s3 + cgroups
+devel_minreq = devel + kubernetes + mysql + doc + password + s3 + cgroups
devel_hadoop = devel... | [AIRFLOW-<I>] Add missing kubernetes dependency for dev
When doing initdb, it fails on the kubernetes
dependency from the
examples
Closes #<I> from Fokko/fd-fix-dependencies | apache_airflow | train |
2241200df496ac8fbbe3ffac5be0f1866ad4330c | diff --git a/rescan.go b/rescan.go
index <HASH>..<HASH> 100644
--- a/rescan.go
+++ b/rescan.go
@@ -992,7 +992,10 @@ func (s *ChainService) GetUtxo(options ...RescanOption) (*SpendReport, error) {
// Otherwise, iterate backwards until we've gone too far.
curStamp.Height--
if curStamp.Height < ro.startBlock.Heig... | rescan: return error when `GetUTXO` outpoint not created since start block | lightninglabs_neutrino | train |
d80891610a3d3ca36d897883bfa7fbc5b2bb2736 | diff --git a/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/statistic/memoryuse/MemoryUseProblemStatistic.java b/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/statistic/memoryuse/MemoryUseProblemStatistic.java
index <HASH>..<HASH> 100644
--- a/optaplanner-benchmark/src/main/java... | memory use stat: axis shoulds say bytes | kiegroup_optaplanner | train |
839bd0304d7c4e4ed2633603f11e37291d19f0ef | diff --git a/lib/branch_io_cli/command/report_command.rb b/lib/branch_io_cli/command/report_command.rb
index <HASH>..<HASH> 100644
--- a/lib/branch_io_cli/command/report_command.rb
+++ b/lib/branch_io_cli/command/report_command.rb
@@ -18,6 +18,8 @@ module BranchIOCLI
end
if config.header_only
+ ... | Added Ruby environment info (output of br env) to report command output. | BranchMetrics_branch_io_cli | train |
c3e33e747e50deadffd914599eea688875e3a5ab | diff --git a/lib/onelogin/ruby-saml/utils.rb b/lib/onelogin/ruby-saml/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/onelogin/ruby-saml/utils.rb
+++ b/lib/onelogin/ruby-saml/utils.rb
@@ -133,9 +133,8 @@ module OneLogin
encrypt_data,
"./ds:KeyInfo/xenc:EncryptedKey or \
//xenc:Encrypted... | Fix issue with the REXML statement that I modified | onelogin_ruby-saml | train |
aa530d2b2f43ff4f591674928aeb7f21fcd1bc35 | diff --git a/lib/achoo/plugin/ical.rb b/lib/achoo/plugin/ical.rb
index <HASH>..<HASH> 100644
--- a/lib/achoo/plugin/ical.rb
+++ b/lib/achoo/plugin/ical.rb
@@ -1,15 +1,15 @@
require 'achoo'
require 'achoo/ical'
+require 'achoo/plugin_base'
require 'achoo/ui'
-require 'plugman/plugin_base'
module Achoo
class Plu... | Use a more robust state_ok? definition in plugins | kjellm_achoo | train |
b052778b637884fa4d2bc5a83793c99b57ac0f75 | diff --git a/internal/action/completion.go b/internal/action/completion.go
index <HASH>..<HASH> 100644
--- a/internal/action/completion.go
+++ b/internal/action/completion.go
@@ -14,7 +14,7 @@ import (
"github.com/urfave/cli/v2"
)
-var escapeRegExp = regexp.MustCompile(`(\s|\(|\)|\<|\>|\&|\;|\#|\\|\||\*|\?)`)
+var... | Fix completion when password name contains quotes (#<I>)
RELEASE_NOTES=[BUGFIX] Fix completion when password name contains
quotes. | gopasspw_gopass | train |
00cb0dc383d0b3bc6ef9b8be55dc8c11f7d2f20a | diff --git a/cmp/report_compare.go b/cmp/report_compare.go
index <HASH>..<HASH> 100644
--- a/cmp/report_compare.go
+++ b/cmp/report_compare.go
@@ -168,7 +168,7 @@ func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind) te
var isZero bool
switch opts.DiffMode {
case diffIdentical:
- ... | Fixed typo in formatDiffList (#<I>)
I assume this is a typo, as the left and right side of the boolean-or were
identical. | google_go-cmp | train |
c5f2c2d1d1e2d1fad2763e0baf3db387e438d804 | diff --git a/src/aurelia-form.js b/src/aurelia-form.js
index <HASH>..<HASH> 100644
--- a/src/aurelia-form.js
+++ b/src/aurelia-form.js
@@ -41,7 +41,7 @@ export function configure(aurelia, config) {
config.elements = config.elements || {};
defaultElements.forEach(element => {
- config.elements[element] = `for... | fix(project): no override if already registered | SpoonX_aurelia-form | train |
25c2816a852f6b62c4f06e04e78eb3fa46af0775 | diff --git a/src/babel/traversal/path/ancestry.js b/src/babel/traversal/path/ancestry.js
index <HASH>..<HASH> 100644
--- a/src/babel/traversal/path/ancestry.js
+++ b/src/babel/traversal/path/ancestry.js
@@ -37,7 +37,7 @@ export function getEarliestCommonAncestorFrom(paths: Array<NodePath>): NodePath
var keys = t.... | fix ancestry index loopup in Path#getEarliestCommonAncestorFrom | babel_babel | train |
1d43cc0a32b78cbbce827ce282b4039864faf577 | diff --git a/lib/Region.js b/lib/Region.js
index <HASH>..<HASH> 100644
--- a/lib/Region.js
+++ b/lib/Region.js
@@ -16,7 +16,7 @@ module.exports = function(S) {
if (data) this.fromObject(data);
- this.variables = new S.classes.Variables(S);
+ this.variables = new S.classes.Variables();
}
... | Region: remove serverless instance fixing saving of variables | serverless_serverless | train |
730254ffebc618779f632f6fcb915ddc919276e1 | diff --git a/easybatch-integration/easybatch-quartz/src/main/java/org/easybatch/integration/quartz/BatchScheduler.java b/easybatch-integration/easybatch-quartz/src/main/java/org/easybatch/integration/quartz/BatchScheduler.java
index <HASH>..<HASH> 100644
--- a/easybatch-integration/easybatch-quartz/src/main/java/org/ea... | fix issue #<I>: unable to schedule multiple batch engines | j-easy_easy-batch | train |
d0936f5eea7255daabf97b608617b199c80513ed | diff --git a/examples/multizone_breathe.py b/examples/multizone_breathe.py
index <HASH>..<HASH> 100644
--- a/examples/multizone_breathe.py
+++ b/examples/multizone_breathe.py
@@ -38,7 +38,7 @@ def main():
strip.set_zone_colors(dim_zones, 2000, True)
sleep(2)
except KeyboardInt... | added multizone discovery and changed the chase example logic to minimize the effect of glitches. | mclarkk_lifxlan | train |
378489a634ebecdec6295c11a9083b38045212b2 | diff --git a/js/cryptopia.js b/js/cryptopia.js
index <HASH>..<HASH> 100644
--- a/js/cryptopia.js
+++ b/js/cryptopia.js
@@ -437,7 +437,7 @@ module.exports = class cryptopia extends Exchange {
let filledOrders = response['Data']['FilledOrders'];
let filledOrdersLength = filledOrders.leng... | Fix when an order fills immediately, filled should be set to the amount. | ccxt_ccxt | train |
9f98c4e7e6de0e9eddb97965f7eee4ffc96d7dbd | diff --git a/Entity/CustomFieldsGroup.php b/Entity/CustomFieldsGroup.php
index <HASH>..<HASH> 100644
--- a/Entity/CustomFieldsGroup.php
+++ b/Entity/CustomFieldsGroup.php
@@ -21,6 +21,8 @@
namespace Chill\CustomFieldsBundle\Entity;
+use \Doctrine\Common\Collections\Collection;
+
/**
* CustomFieldGroup
*/
@@ -... | Adding method getActiveCustomFields | Chill-project_CustomFields | train |
2ff461da559c3b1463323ec5a6cba70916ebb6d0 | diff --git a/modules/social_features/social_group/src/Element/SocialGroupEntityAutocomplete.php b/modules/social_features/social_group/src/Element/SocialGroupEntityAutocomplete.php
index <HASH>..<HASH> 100644
--- a/modules/social_features/social_group/src/Element/SocialGroupEntityAutocomplete.php
+++ b/modules/social_f... | DS-<I> by bramtenhove: Remove magic toString method as it is not needed | goalgorilla_open_social | train |
4b6cae86e2934db3425cbfc17a448293e70a7368 | diff --git a/trollimage/colormap.py b/trollimage/colormap.py
index <HASH>..<HASH> 100644
--- a/trollimage/colormap.py
+++ b/trollimage/colormap.py
@@ -107,11 +107,7 @@ def _interpolate_alpha(arr, colors, values):
def _mask_channels(channels, arr):
"""Mask the channels if arr is a masked array."""
- try:
- ... | Remove unnecessary try/except in colorize code | pytroll_trollimage | train |
85b9c6582199e1bd110b0f7c86d592ef59151020 | diff --git a/store/tikv/coprocessor.go b/store/tikv/coprocessor.go
index <HASH>..<HASH> 100644
--- a/store/tikv/coprocessor.go
+++ b/store/tikv/coprocessor.go
@@ -643,10 +643,10 @@ func (worker *copIteratorWorker) logTimeCopTask(costTime time.Duration, task *co
logStr += fmt.Sprintf(" backoff_ms:%d backoff_types:%s"... | store/tikv/coprocessor: check nil for coprocessor stream response. (#<I>) | pingcap_tidb | train |
15e0850f7ad81ac44ff01eff3792af76976469cc | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -411,9 +411,12 @@ function sanitizeHtml(html, options, _recursing) {
if (typeof(s) !== 'string') {
s = s + '';
}
- if (options.parser.decodeEntities !== false) {
- s = s.replace(/\&/g, ... | "Should not double encode ampersands on HTML entities" test passing | punkave_sanitize-html | train |
d4dae2362e3c8f1f8e3852c303eba98db308f76b | diff --git a/functions/template-hierarchy.php b/functions/template-hierarchy.php
index <HASH>..<HASH> 100644
--- a/functions/template-hierarchy.php
+++ b/functions/template-hierarchy.php
@@ -14,23 +14,23 @@
*/
/* Filter the date template. */
-add_filter( 'date_template', 'hybrid_date_template' );
+add_filter( ... | Run template hierarchy filters early so that themes can overwrite without having to set a priority. | justintadlock_hybrid-core | train |
a2f7c1dc67b4cfd31d2b7840063b620ac1320d90 | diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -236,13 +236,13 @@ module ActiveSupport #:nodoc:
raise
... | make method signatures match the superclass signature | rails_rails | train |
03b0d3bedcabb0671752e876455880b70545c0f5 | diff --git a/features/004_check_service_resource_used.feature b/features/004_check_service_resource_used.feature
index <HASH>..<HASH> 100644
--- a/features/004_check_service_resource_used.feature
+++ b/features/004_check_service_resource_used.feature
@@ -9,10 +9,18 @@ Feature: Check for service commands within execute ... | FC<I>: Don't warn if command is non-standard. | Foodcritic_foodcritic | train |
66d1c275d06229bd957eb9cc83776282486b5c21 | diff --git a/pem.py b/pem.py
index <HASH>..<HASH> 100644
--- a/pem.py
+++ b/pem.py
@@ -94,8 +94,8 @@ def certificateOptionsFromPEMs(pemObjects, **kw):
)
if privateKey.keyHash() not in certificatesByFingerprint:
- raise ValueError("No certificate matching {} found.".format(
- privateKey.key... | Use names for clarity and for py<I>. | hynek_pem | train |
5a931f5eb1742b8e4c7f311961d71793556f1f3b | diff --git a/src/main/java/hdfs/jsr203/HadoopPosixFileAttributeView.java b/src/main/java/hdfs/jsr203/HadoopPosixFileAttributeView.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hdfs/jsr203/HadoopPosixFileAttributeView.java
+++ b/src/main/java/hdfs/jsr203/HadoopPosixFileAttributeView.java
@@ -41,17 +41,31 @@ publi... | Fix incorrect handling of posix view. | damiencarol_jsr203-hadoop | train |
ecbdcbc2b7ec27ee5206bc13c2cd75f66a39d484 | diff --git a/src/main/java/hex/deeplearning/Neurons.java b/src/main/java/hex/deeplearning/Neurons.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hex/deeplearning/Neurons.java
+++ b/src/main/java/hex/deeplearning/Neurons.java
@@ -633,11 +633,15 @@ public abstract class Neurons {
int [] cats = MemoryManag... | PUB-<I>: Fix the case where test data has categorical levels that are not found in training data. | h2oai_h2o-2 | train |
10d7d03185b8346bfcc60585f1127609056dca25 | diff --git a/juicer/common/Cart.py b/juicer/common/Cart.py
index <HASH>..<HASH> 100644
--- a/juicer/common/Cart.py
+++ b/juicer/common/Cart.py
@@ -105,7 +105,7 @@ class Cart(object):
cart_file)
raise JuicerError(e.message)
- self.name = cart_body['name']
+ self.name = c... | store cart names as _id for #<I>
This is primarily for ease of integration with mongodb.
NOTE: This causes the stored .json files of each cart to have the
cart name stored in the field _id. | juicer_juicer | train |
0ea45d8c5d27c4946496e29609f22fb82c6f0e16 | diff --git a/assemblerflow/templates/fastqc_report.py b/assemblerflow/templates/fastqc_report.py
index <HASH>..<HASH> 100644
--- a/assemblerflow/templates/fastqc_report.py
+++ b/assemblerflow/templates/fastqc_report.py
@@ -49,8 +49,8 @@ Code documentation
"""
-__version__ = "1.0.0"
-__build__ = "16012018"
+__versi... | Handled corner case condition where GC bias occurs in the middle of the read | assemblerflow_flowcraft | train |
9ee46d83feb87e13c769e2ae35b899b3f18d73a4 | diff --git a/great_expectations/core/expectation_configuration.py b/great_expectations/core/expectation_configuration.py
index <HASH>..<HASH> 100644
--- a/great_expectations/core/expectation_configuration.py
+++ b/great_expectations/core/expectation_configuration.py
@@ -71,6 +71,16 @@ class ExpectationConfiguration(Ser... | Adds expect_table_columns_to_match_set (#<I>)
Adds expect_table_columns_to_match_set entry to kwarg_lookup_dict | great-expectations_great_expectations | train |
e24e08210a3ff9423b4cac404617d3aecd412f48 | diff --git a/bitfield/__init__.py b/bitfield/__init__.py
index <HASH>..<HASH> 100644
--- a/bitfield/__init__.py
+++ b/bitfield/__init__.py
@@ -37,7 +37,7 @@ class Bit(object):
def __eq__(self, value):
if isinstance(value, Bit):
- value = value.value
+ return value.number ==... | Fix behavior for comparison of two Bits | disqus_django-bitfield | train |
a30f882ce3a5aa656b8eb6b787b8d78027c57f30 | diff --git a/extdirectspring-demo/src/main/java/ch/ralscha/extdirectspring/demo/util/PropertyOrderingFactory.java b/extdirectspring-demo/src/main/java/ch/ralscha/extdirectspring/demo/util/PropertyOrderingFactory.java
index <HASH>..<HASH> 100644
--- a/extdirectspring-demo/src/main/java/ch/ralscha/extdirectspring/demo/ut... | implemented serverside ordering for the extjs4 grid example | ralscha_extdirectspring | train |
0ea6ac47464ac660880fb201f4af9c3eef570d1b | diff --git a/system/Database/MySQLi/Forge.php b/system/Database/MySQLi/Forge.php
index <HASH>..<HASH> 100644
--- a/system/Database/MySQLi/Forge.php
+++ b/system/Database/MySQLi/Forge.php
@@ -11,10 +11,12 @@
namespace CodeIgniter\Database\MySQLi;
+use CodeIgniter\Database\Forge as BaseForge;
+
/**
* Forge for My... | Alias Forge with use operator | codeigniter4_CodeIgniter4 | train |
113832aded3b8736e69473fa89152d31bc2defe1 | diff --git a/apiserver/facades/client/charms/charmhubrepo.go b/apiserver/facades/client/charms/charmhubrepo.go
index <HASH>..<HASH> 100644
--- a/apiserver/facades/client/charms/charmhubrepo.go
+++ b/apiserver/facades/client/charms/charmhubrepo.go
@@ -259,13 +259,6 @@ const (
// one will be used. Channel first, Revi... | Handle supplying both channel and revision
Sending both channel and revision to the API shouldn't be done, add
error checking so we can correctly test for it. | juju_juju | train |
23341f36984ae0110640bf691620c9202fc40e8a | diff --git a/lib/couchrest/mixins/properties.rb b/lib/couchrest/mixins/properties.rb
index <HASH>..<HASH> 100644
--- a/lib/couchrest/mixins/properties.rb
+++ b/lib/couchrest/mixins/properties.rb
@@ -48,6 +48,7 @@ module CouchRest
# Auto parse Time objects
obj = ( (property.init_method == '... | Added new_model? and new_record? alias to casted model for rails compatibility. | couchrest_couchrest | train |
2a3fed506fc7fc55f65efc6e9060b32ce433e03f | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-== 1.6.0 (2011-05-29)
+== 1.6.0 (2011-07-18)
If robots or spiders make up a significant portion of your sites traffic they
can affect your conversion rate. Vanity can optionally add participants to the
@... | Removed some misplaced tabs | assaf_vanity | train |
f623edbbd802ce0fa6420d6068bf7d0c4ea918ef | diff --git a/sqliteschema/_extractor.py b/sqliteschema/_extractor.py
index <HASH>..<HASH> 100644
--- a/sqliteschema/_extractor.py
+++ b/sqliteschema/_extractor.py
@@ -28,6 +28,8 @@ class SQLiteSchemaExtractor(object):
SQLite database source to extract schema information.
"""
+ global_debug_query ... | Add a switch for debugging queries | thombashi_sqliteschema | train |
d93c95a332b65948cf37a87a84900323657571f0 | diff --git a/integration-cli/docker_cli_top_test.go b/integration-cli/docker_cli_top_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_top_test.go
+++ b/integration-cli/docker_cli_top_test.go
@@ -52,7 +52,7 @@ func TestTopPrivileged(t *testing.T) {
topCmd = exec.Command(dockerBinary, "top", clean... | Fixed error check using the wrong error value
errorOut was using the err from the previous test.
same as #<I> but on TestTopPrivileged, which I missed last time | containers_storage | train |
1df547b21473ef2bfe10ec0943ff6ff1155ba8bf | diff --git a/packages/firebase/externs/firebase-client-auth-externs.js b/packages/firebase/externs/firebase-client-auth-externs.js
index <HASH>..<HASH> 100644
--- a/packages/firebase/externs/firebase-client-auth-externs.js
+++ b/packages/firebase/externs/firebase-client-auth-externs.js
@@ -497,5 +497,6 @@ firebase.auth... | Add '@override' annotation to RecaptchaVerifier.Verify method in AuthClient externs. (#<I>) | firebase_firebase-js-sdk | train |
d8feaeb93b4408312032fa75cdb832de7e4e8bae | diff --git a/framework/yii/redis/ActiveQuery.php b/framework/yii/redis/ActiveQuery.php
index <HASH>..<HASH> 100644
--- a/framework/yii/redis/ActiveQuery.php
+++ b/framework/yii/redis/ActiveQuery.php
@@ -56,7 +56,7 @@ class ActiveQuery extends \yii\base\Component implements ActiveQueryInterface
* Executes the query a... | refactored redis AR Query::scalar() | yiisoft_yii2-bootstrap4 | train |
798b37805d6f41abb6a61f995891cc61637fd904 | diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/error/DefaultErrorAttributes.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/error/DefaultErrorAttributes.java
index <HASH>..<HASH> 100644
--- a/spring-boot-project/spring-boot/src... | Polish "Add support for @ResponseStatus in DefaultErrorAttributes"
Closes gh-<I> | spring-projects_spring-boot | train |
cc2aecd3ffaa09bac296bbafd3a345f6c1a704d1 | diff --git a/discord/channel.py b/discord/channel.py
index <HASH>..<HASH> 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -329,7 +329,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
Same as ``around`` in :meth:`history`.
oldest_first: Optional[:clas... | Fix 'purge' method docstring. | Rapptz_discord.py | train |
740d7fee930c8ba80c92e197d36529539f33af18 | diff --git a/Slim/ResponseEmitter.php b/Slim/ResponseEmitter.php
index <HASH>..<HASH> 100644
--- a/Slim/ResponseEmitter.php
+++ b/Slim/ResponseEmitter.php
@@ -48,8 +48,12 @@ class ResponseEmitter
{
$isEmpty = $this->isResponseEmpty($response);
if (headers_sent() === false) {
- $this->e... | Fixed #<I> (reintroduced in 4.x) | slimphp_Slim | train |
7cfcaeea7d06b023ffa68e8cf93e2eddeb08c1b6 | diff --git a/src/frontend/org/voltdb/iv2/InitiatorMailbox.java b/src/frontend/org/voltdb/iv2/InitiatorMailbox.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/iv2/InitiatorMailbox.java
+++ b/src/frontend/org/voltdb/iv2/InitiatorMailbox.java
@@ -173,8 +173,9 @@ public class InitiatorMailbox implements Mail... | Two log improvements after demo to Izzy. | VoltDB_voltdb | train |
06d7e48a8a07ce09072d122fe2771511f8930968 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This plugin provides a CakePHP View helper for creating links to share content o
The aim of the plugin is to keep things simple. It doesn't come packaged with any JavaScript and I leave design decisions up ... | Added support for Delicious, Digg, Google Bookmarks and Reddit. | drmonkeyninja_cakephp-social-share | train |
310f26e197807efbec8a9d100843d406d3ced6c3 | diff --git a/lib/restify-session.js b/lib/restify-session.js
index <HASH>..<HASH> 100644
--- a/lib/restify-session.js
+++ b/lib/restify-session.js
@@ -468,7 +468,7 @@ module.exports = function(config) {
*
* @param {Function} callback Callback to execute once connection is closed
*/
- session.dissconnect =... | fixed typo and added test for session disconnect | mgesmundo_restify-session | train |
250706b2fe384eedbe0479806fefceb209a3b51c | diff --git a/lib/context-local.js b/lib/context-local.js
index <HASH>..<HASH> 100644
--- a/lib/context-local.js
+++ b/lib/context-local.js
@@ -67,7 +67,7 @@ function Context(args) {
if (u.protocol === 's3:') {
if (file.slice(-1) === '/')
- return new dataset.TextS3Dir(this, file.slice(5).slice(2, -... | sc.textFile: fix handling of S3 directories | skale-me_skale | train |
d25c6b7744797f5cfc10754cdf9b338bc0336b88 | diff --git a/bulbs/__init__.py b/bulbs/__init__.py
index <HASH>..<HASH> 100644
--- a/bulbs/__init__.py
+++ b/bulbs/__init__.py
@@ -1 +1 @@
-__version__ = "0.6.64"
+__version__ = "0.7.0" | Major version bump
Special Coverage _save_percolator() now ALWAYS saves to percolator, requiring client apps to filter by start/end dates. | theonion_django-bulbs | train |
1833ecbbd493e77806d68e66f318820a220d68fb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,11 +14,13 @@ setup(
long_description=open('README.rst', 'r').read(),
packages=find_packages(),
dependency_links=[
- 'https://github.com/genialis/django-pgjsonb/tarball/master#egg=django-pgjsonb-0.0.12... | Added django-guardian. | genialis_resolwe | train |
ca5f0b97ea3e4a9a4898c4a8c020a5a378b950c3 | diff --git a/java/client/src/org/openqa/selenium/ie/InternetExplorerDriver.java b/java/client/src/org/openqa/selenium/ie/InternetExplorerDriver.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/ie/InternetExplorerDriver.java
+++ b/java/client/src/org/openqa/selenium/ie/InternetExplorerDriver.ja... | Clean up InternetExplorerDriver constructors to match ChromeDriver's
If someone wants to create a DriverService, they should do that
and we don't need a wealth of constructors attempting to hide
that fact from them. | SeleniumHQ_selenium | train |
c0ba1745df74acfcb7282725080b57fba660cd88 | diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go
index <HASH>..<HASH> 100644
--- a/src/server/pachyderm_test.go
+++ b/src/server/pachyderm_test.go
@@ -7130,6 +7130,31 @@ func TestEntryPoint(t *testing.T) {
require.Equal(t, "foo", buf.String())
}
+func TestDeleteSpecRepo(t *testing.T) {
+ if... | Prevent people from deleting the spec repo. | pachyderm_pachyderm | train |
203f729c785e039b90796f30bd93127903953f31 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -112,7 +112,7 @@ module.exports = function(config) {
client: {
// Only capture the client's logs if the settings want logging.
- captureConsole: !!settings.logging,
+ captureConsole:... | Disable Logging When Logging is Set to None
Even when logging was set to 'none' the console output was still
being capture. This change makes sure that the console output is
not captured when logging is set to 'none'.
Change-Id: Ieca<I>b9c<I>dc5a<I>bb6cb<I>a9c<I> | google_shaka-player | train |
58b03b7991883d2595c72f8500aead990ea89c3c | diff --git a/app-vite/lib/helpers/node-packager.js b/app-vite/lib/helpers/node-packager.js
index <HASH>..<HASH> 100644
--- a/app-vite/lib/helpers/node-packager.js
+++ b/app-vite/lib/helpers/node-packager.js
@@ -9,11 +9,11 @@ class PackageManager {
name = 'unknown'
lockFile = 'unknown'
- isUsed() {
+ isUsed ()... | fix(app-vite): respect user's package manager | quasarframework_quasar | train |
bec95be459e2a4113107f9cf44f58595a23b0351 | diff --git a/tests/JsonApiTest.php b/tests/JsonApiTest.php
index <HASH>..<HASH> 100644
--- a/tests/JsonApiTest.php
+++ b/tests/JsonApiTest.php
@@ -11,4 +11,13 @@ class JsonApiTest extends CommandTestBase
$this->assertEquals(0, $output->getStatusCode());
$this->assertFileExists(__DIR__ . '/_tmp/db.json... | :white_check_mark: added test for --no-write build flag. | tapestry-cloud_tapestry | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.