hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c89e631a0e7e873fec079867a360583b6f6403a0 | diff --git a/optlang/interface.py b/optlang/interface.py
index <HASH>..<HASH> 100644
--- a/optlang/interface.py
+++ b/optlang/interface.py
@@ -373,7 +373,7 @@ class Objective(OptimizationExpression):
@classmethod
def clone(cls, objective, model=None, **kwargs):
- return cls(cls._substitute_variables(... | Not setting problem=model in objective.clone for now | biosustain_optlang | train |
673de92ec29f403134256027499ec2c5aec5ae04 | diff --git a/pymongo/client_session.py b/pymongo/client_session.py
index <HASH>..<HASH> 100644
--- a/pymongo/client_session.py
+++ b/pymongo/client_session.py
@@ -256,6 +256,10 @@ class ClientSession(object):
self._server_session._transaction_id += 1
return
+ write_concern... | Transactions inherit writeConcern from client | mongodb_mongo-python-driver | train |
e8fd9f0c62e584b971b14afb3b7ab984a9636dce | diff --git a/eZ/Publish/Core/FieldType/Tests/StandardizedFieldTypeTest.php b/eZ/Publish/Core/FieldType/Tests/StandardizedFieldTypeTest.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/FieldType/Tests/StandardizedFieldTypeTest.php
+++ b/eZ/Publish/Core/FieldType/Tests/StandardizedFieldTypeTest.php
@@ -606,5 +606,10... | Implemented: Tests for new *ToHash()/fromHash() methods in FieldTypes. | ezsystems_ezpublish-kernel | train |
6c1701ea5a18634ef20deacb06ed10e845d7dd1a | diff --git a/system/src/Grav/Common/User/FlexUser/UserIndex.php b/system/src/Grav/Common/User/FlexUser/UserIndex.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/User/FlexUser/UserIndex.php
+++ b/system/src/Grav/Common/User/FlexUser/UserIndex.php
@@ -85,6 +85,8 @@ class UserIndex extends FlexIndex
... | Fix for email causing infinite ‘call’ recursion | getgrav_grav | train |
36f5d0af83b4eeb71ddb6fc0d4fb976c3d31af72 | diff --git a/lib/searchkick.rb b/lib/searchkick.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick.rb
+++ b/lib/searchkick.rb
@@ -11,11 +11,17 @@ require "searchkick/results"
require "searchkick/query"
require "searchkick/multi_search"
require "searchkick/model"
-require "searchkick/tasks"
require "searchkick/midd... | Don't fail if rake not loaded [skip ci] | ankane_searchkick | train |
5db93fc5044add4ac09fd3f693f3279ab84fb532 | diff --git a/rows/utils/__init__.py b/rows/utils/__init__.py
index <HASH>..<HASH> 100644
--- a/rows/utils/__init__.py
+++ b/rows/utils/__init__.py
@@ -129,7 +129,6 @@ MIME_TYPE_TO_PLUGIN_NAME = {
"text/txt": "txt",
"application/pdf": "pdf",
}
-regexp_sizes = re.compile("([0-9,.]+ [a-zA-Z]+B)")
MULTIPLIERS =... | Fix uncompressed size detection for .xz files | turicas_rows | train |
08d3f85d2426467198a9806d15b67833ec4b6127 | diff --git a/core/server/src/main/java/alluxio/master/AlluxioMaster.java b/core/server/src/main/java/alluxio/master/AlluxioMaster.java
index <HASH>..<HASH> 100644
--- a/core/server/src/main/java/alluxio/master/AlluxioMaster.java
+++ b/core/server/src/main/java/alluxio/master/AlluxioMaster.java
@@ -46,7 +46,6 @@ import ... | Bind to port in web server constructor | Alluxio_alluxio | train |
bff44c938ac1ce04e306f4cd262f644657d7523d | diff --git a/openfisca_web_api/controllers/field.py b/openfisca_web_api/controllers/field.py
index <HASH>..<HASH> 100644
--- a/openfisca_web_api/controllers/field.py
+++ b/openfisca_web_api/controllers/field.py
@@ -5,9 +5,8 @@
import collections
-import datetime
-from openfisca_core import periods, simulations, ... | Adapt to core <I> | openfisca_openfisca-web-api | train |
f335a3a678975b752a46c4e4eaadf7bbc11ed91c | diff --git a/pkg/k8s/apis/cilium.io/v2/register.go b/pkg/k8s/apis/cilium.io/v2/register.go
index <HASH>..<HASH> 100644
--- a/pkg/k8s/apis/cilium.io/v2/register.go
+++ b/pkg/k8s/apis/cilium.io/v2/register.go
@@ -363,22 +363,14 @@ var (
// IPv6 CIDR
Type: "string",
Pattern: `^s*((([0-9A-Fa-f]{1,4}:){7}(:|(... | k8s: CIDR: Format IPv6 CIDR regex
The precheck script complains if you don't consistently indent things,
appease it even if it makes the regex harder to read. | cilium_cilium | train |
2271dc5d4a2e1bd30cda1810dfdf8bca1ecf9833 | diff --git a/security/LoginForm.php b/security/LoginForm.php
index <HASH>..<HASH> 100644
--- a/security/LoginForm.php
+++ b/security/LoginForm.php
@@ -47,4 +47,5 @@ abstract class LoginForm extends Form {
}
}
+
?>
\ No newline at end of file
diff --git a/security/Security.php b/security/Security.php
index <HASH>... | mlanthaler: Refactored the created code since the coding conventions for static methods were changed (ticket #<I>).
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
f2e37fba3fd2865ac9b1efd5a97e6a9d1198d0e9 | diff --git a/src/Str.php b/src/Str.php
index <HASH>..<HASH> 100644
--- a/src/Str.php
+++ b/src/Str.php
@@ -726,7 +726,7 @@ final class Str implements \Countable {
/**
* Compares this string to another string lexicographically
*
- * This operation is case-sensitive
+ * This operation is case-insensitive
*
... | Clarify existing behavior of 'compareToIgnoreCase' regarding case | delight-im_PHP-Str | train |
ffe1e16d4416304d529bde5c1909e3581a0707c3 | diff --git a/test/integration/read.js b/test/integration/read.js
index <HASH>..<HASH> 100644
--- a/test/integration/read.js
+++ b/test/integration/read.js
@@ -88,9 +88,6 @@ module.exports = function (createFn, setup, dismantle) {
assert.ok(!err)
assert.equal(res.statusCode, 200)
assert.equal(... | fix(tests): length matters, not content | florianholzapfel_express-restify-mongoose | train |
ef142bf59e849422f73b3da1d5dfbed34ec1cf0f | diff --git a/lib/pg_search/normalizer.rb b/lib/pg_search/normalizer.rb
index <HASH>..<HASH> 100644
--- a/lib/pg_search/normalizer.rb
+++ b/lib/pg_search/normalizer.rb
@@ -4,19 +4,19 @@ module PgSearch
@config = config
end
- def add_normalization(original_sql)
- normalized_sql = original_sql
+ d... | Refactor PgSearch::Normalizer | Casecommons_pg_search | train |
72be11f63c098fb397ecb61f6b61467f8fd3331a | diff --git a/ceph_deploy/util/context.py b/ceph_deploy/util/context.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/util/context.py
+++ b/ceph_deploy/util/context.py
@@ -57,8 +57,6 @@ class remote(object):
if line:
self.logger.error(line)
return True # So... | do not re-raise exceptions in __exit__ | ceph_ceph-deploy | train |
723e56d3f46343603585d20e6b05761cb8962eb4 | diff --git a/media/js/login.js b/media/js/login.js
index <HASH>..<HASH> 100644
--- a/media/js/login.js
+++ b/media/js/login.js
@@ -3,6 +3,78 @@
//
+function() {
+
+ function onSubmit(form, callbacks) {
+ var $form = $(form);
+ var setMessage = function(text, type, delay) {
+ $form.find('... | Hide SweetAlert's confirmation button on successful login | sdelements_lets-chat | train |
e12fab6779213bdb80ff3f20ddbd8e4bf2dfe082 | diff --git a/pkg/scheduler/framework/plugins/noderesources/fit.go b/pkg/scheduler/framework/plugins/noderesources/fit.go
index <HASH>..<HASH> 100644
--- a/pkg/scheduler/framework/plugins/noderesources/fit.go
+++ b/pkg/scheduler/framework/plugins/noderesources/fit.go
@@ -248,7 +248,7 @@ func fitsRequest(podRequest *preF... | optimize the logic of noderesources comparision | kubernetes_kubernetes | train |
dc26fa28d28049c9cf757f6d7e63fc5862fd3c47 | diff --git a/src/sv/validation.php b/src/sv/validation.php
index <HASH>..<HASH> 100644
--- a/src/sv/validation.php
+++ b/src/sv/validation.php
@@ -14,13 +14,13 @@ return [
'accepted' => ':attribute måste accepteras.',
'active_url' => ':attribute är inte en giltig webbadress.',
- 'after' ... | SV: Make date validation messages also work with fields | caouecs_Laravel-lang | train |
23e5d5270ad460bf44035b46164c2adb65db8e2a | diff --git a/honeybadger/payload.py b/honeybadger/payload.py
index <HASH>..<HASH> 100644
--- a/honeybadger/payload.py
+++ b/honeybadger/payload.py
@@ -48,8 +48,10 @@ def read_source(frame, source_radius=3):
with open(frame[0], 'rt', encoding='utf-8') as f:
contents = f.readlines()
- index... | Updated snippet offsets + tests to behave per requirement. Fixes #<I> | honeybadger-io_honeybadger-python | train |
b337c1ab065c3ac9c5a6c5a6f11f9c7e0eec0992 | diff --git a/test/_helper.js b/test/_helper.js
index <HASH>..<HASH> 100644
--- a/test/_helper.js
+++ b/test/_helper.js
@@ -48,8 +48,8 @@ exports.get = function (entryName) {
var execLoc = taskDir + "/exec.js";
var taskOpts = _.merge({
- filename: actualLocAlias,
- sourceMapName: expectLo... | test/transformation: use full location as `filename` | babel_babel | train |
074a765f374dee698f43b53f5b70d36c23ab4449 | diff --git a/backup/moodle2/restore_stepslib.php b/backup/moodle2/restore_stepslib.php
index <HASH>..<HASH> 100644
--- a/backup/moodle2/restore_stepslib.php
+++ b/backup/moodle2/restore_stepslib.php
@@ -251,34 +251,46 @@ class restore_gradebook_step extends restore_structure_step {
//get the grade_it... | backup MDL-<I> another intermediate commit for gradebook backup | moodle_moodle | train |
6f14e098132ffc08d5c83154c537ff90627c24e7 | diff --git a/luigi/file.py b/luigi/file.py
index <HASH>..<HASH> 100644
--- a/luigi/file.py
+++ b/luigi/file.py
@@ -56,7 +56,7 @@ class LocalFileSystem(FileSystem):
def exists(self, path):
return os.path.exists(path)
- def mkdir(self, path):
+ def mkdir(self, path, parents=True, raise_if_exists=Fal... | Preserve the overrided method's signature.
FileSystem (parent class) had mkdir defined as:
def mkdir(self, path, parents=True, raise_if_exists=False):
... | spotify_luigi | train |
6f239da5795e11c7c7028ac2cba29c4e4b4240bd | diff --git a/src/ParseServiceProvider.php b/src/ParseServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/ParseServiceProvider.php
+++ b/src/ParseServiceProvider.php
@@ -43,7 +43,9 @@ class ParseServiceProvider extends ServiceProvider
{
$source = realpath(__DIR__.'/../config/parse.php');
- $... | Only publish config if we're using full stack laravel | LaravelParse_Laravel-Parse | train |
bd4c5e6aa38309dac34f55da642eb3d09878576a | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -2306,31 +2306,22 @@ func (kub *Kubectl) DeleteHubbleRelay(ns string) error {
// CiliumInstall installs Cilium with the provided Helm options.
func (kub *Kubectl)... | test/k8sT: fix failing missed k8s tests
* Remove checking the presence of manifest file using os.Stat this does
not work for some reason when running missed k8s tests. Instead create
a dummy file if it does not exist and run `kubectl delete` on that so
if the file does not exist it won't throw the kubectl error.... | cilium_cilium | train |
f94c49d63b33c222ea92e645cf9baf9a85ebed16 | diff --git a/lib/CommandClient.php b/lib/CommandClient.php
index <HASH>..<HASH> 100644
--- a/lib/CommandClient.php
+++ b/lib/CommandClient.php
@@ -17,7 +17,7 @@ class CommandClient {
}
public static function socketPath(string $config) {
- return sys_get_temp_dir()."/aerys_".str_replace(["/", ":"], "_... | Fixes filename normalizer on Windows
Windows uses backslashes for paths | amphp_http-server | train |
620e71d533945a3a7f9fdcee10f03e46b3f1e1c9 | diff --git a/src/App/Assets.php b/src/App/Assets.php
index <HASH>..<HASH> 100644
--- a/src/App/Assets.php
+++ b/src/App/Assets.php
@@ -82,12 +82,12 @@ class Assets
$dataDir = $app->config->dataDir;
if (strlen($dataDir) > 0 && strpos($filename, $dataDir) === 0) {
- return $app->request->ba... | Fix for assets filenames using backslash (Windows mainly) instead of forward slash. | bearframework_bearframework | train |
1fae907156ea675d8b417ac4b3825250adf66d8d | diff --git a/lib/index-field.js b/lib/index-field.js
index <HASH>..<HASH> 100644
--- a/lib/index-field.js
+++ b/lib/index-field.js
@@ -18,6 +18,14 @@ var IndexField = Model.extend({
fn: function() {
return format('%s_%s', this.field, this.value);
}
+ },
+ geo: {
+ deps: ['value'],
+ ... | added Index#properties, IndexField#geo, tests. | mongodb-js_index-model | train |
8221c966ea05a87b619b50c2c46bd9f8b2f9db8c | diff --git a/docx.py b/docx.py
index <HASH>..<HASH> 100755
--- a/docx.py
+++ b/docx.py
@@ -137,7 +137,6 @@ def contenttypes():
# FIXME - doesn't quite work...read from string as temp hack...
#types = makeelement('Types',nsprefix='ct')
types = etree.fromstring('''<Types xmlns="http://schemas.openxmlformat... | - Reordered media so image is last item by default | mikemaccana_python-docx | train |
26ae85d6b809fd7f7747cb3165ce5ff046a548d2 | diff --git a/deploymentmanifest.go b/deploymentmanifest.go
index <HASH>..<HASH> 100644
--- a/deploymentmanifest.go
+++ b/deploymentmanifest.go
@@ -90,8 +90,9 @@ func (s *DeploymentManifest) AddRemoteStemcell(name, alias, ver, url, sha1 strin
versionedURL = url + "?v=" + ver
}
s.Stemcells = append(s.Stemcells, St... | [#<I>] adding support to check if remoteStemcellExists | enaml-ops_enaml | train |
4ee7499db3c549aa33b90fcef3902e3d6ffb83df | diff --git a/python/lib_gps_exif.py b/python/lib_gps_exif.py
index <HASH>..<HASH> 100755
--- a/python/lib_gps_exif.py
+++ b/python/lib_gps_exif.py
@@ -58,6 +58,8 @@ class PILExifReader:
time_tag = "DateTimeOriginal"
# read and format capture time
+ if self._exif == None:
+ print "E... | Reads GPS Img Direction and only reads GPS Track if the first does not exist. Handles that both does not exist. | mapillary_mapillary_tools | train |
70c49b78ae209f6314e0a2283181b51259e73f98 | diff --git a/lib/renderer/inspector.js b/lib/renderer/inspector.js
index <HASH>..<HASH> 100644
--- a/lib/renderer/inspector.js
+++ b/lib/renderer/inspector.js
@@ -5,8 +5,7 @@ window.onload = function () {
window.InspectorFrontendHost.showContextMenuAtPoint = createMenu
// Use dialog API to override file chooser... | fix: Memory > Profiles > Load in DevTools (#<I>) | electron_electron | train |
49f9294a9e1d514a1b529aed68bea7c3cf06d98c | diff --git a/src/Assert.php b/src/Assert.php
index <HASH>..<HASH> 100644
--- a/src/Assert.php
+++ b/src/Assert.php
@@ -143,7 +143,7 @@ class Assert {
*
* @param string|string[] $types The elements' expected type. Can be the name of a native type
* or a class or interface. Multiple types can be given in ... | Docs: Fix incorrect reference to version <I> in a comment
Currently says "<I>" but library version is only <I>
Change-Id: I8a9db<I>c<I>f<I>ba<I>c0fe<I>eec6ee<I> | wikimedia_Assert | train |
f9b1855121e4a486d1f567e51d2dfec5864c7e17 | diff --git a/src/sap.m/test/sap/m/demokit/cardExplorer/webapp/controller/ExploreSamples.controller.js b/src/sap.m/test/sap/m/demokit/cardExplorer/webapp/controller/ExploreSamples.controller.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/test/sap/m/demokit/cardExplorer/webapp/controller/ExploreSamples.controller.js
+++ ... | [INTERNAL] Cards Explorer: Analytical sample improved
Add height to analytical card.
Fix issue with codeeditor when there is error in the json.
Change-Id: I<I>e<I>c<I>fd4ca5f<I>b<I>bed<I>f5fb6a6
JIRA: BGSOFUIRODOPI-<I> | SAP_openui5 | train |
8df97e055c94e491c87ab8b3b503846020d20308 | diff --git a/content/stale-initial-pr-reminder.js b/content/stale-initial-pr-reminder.js
index <HASH>..<HASH> 100644
--- a/content/stale-initial-pr-reminder.js
+++ b/content/stale-initial-pr-reminder.js
@@ -3,12 +3,9 @@ const md = require('./template')
module.exports = () => md`
Hey there 👋,
-we noticed that this ... | refactor(content): reworded pr reminder, removed line breaks | greenkeeperio_greenkeeper | train |
7cff6a2b67c9bca87e08c3c05262b5e5cb606b99 | diff --git a/annis-service/src/main/java/annis/service/internal/QueryServiceImpl.java b/annis-service/src/main/java/annis/service/internal/QueryServiceImpl.java
index <HASH>..<HASH> 100644
--- a/annis-service/src/main/java/annis/service/internal/QueryServiceImpl.java
+++ b/annis-service/src/main/java/annis/service/inte... | allow to use "GET" when querying for subgraphs with existing matches | korpling_ANNIS | train |
546dc6152997863a1ba2b3aabfe6e1dc35d2fc02 | diff --git a/gpio2/GPIO2.py b/gpio2/GPIO2.py
index <HASH>..<HASH> 100644
--- a/gpio2/GPIO2.py
+++ b/gpio2/GPIO2.py
@@ -74,6 +74,10 @@ def add_interrupt_callback(gpio_id, callback, edge='both',
If threaded_callback is True, the callback will be started inside a Thread.
"""
+ # Prepare the callback (wrap i... | GPIO2 cleanup and multi-callback fix | metachris_RPIO | train |
e264d37818489ece9b72bc76c94794e8aa0fc97e | diff --git a/spyder_kernels/console/kernel.py b/spyder_kernels/console/kernel.py
index <HASH>..<HASH> 100644
--- a/spyder_kernels/console/kernel.py
+++ b/spyder_kernels/console/kernel.py
@@ -423,6 +423,10 @@ class SpyderKernel(IPythonKernel):
breakpoints = pickle.loads(breakpoints)
self._pdb_obj.set_s... | Ask Spyder for breakpoints when entering debugging | spyder-ide_spyder-kernels | train |
ce04c98101cf2a16df1e7e3848b38f50689e981a | diff --git a/src/Symfony/Component/Process/Tests/ProcessTest.php b/src/Symfony/Component/Process/Tests/ProcessTest.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Process/Tests/ProcessTest.php
+++ b/src/Symfony/Component/Process/Tests/ProcessTest.php
@@ -1223,6 +1223,10 @@ class ProcessTest extends TestCase... | [Process] Skip ProcessTest::testSimpleInputStream() because of bug #<I> in PHP <I>RC6 | symfony_symfony | train |
1c49dee66d6d21fc98a980eb2774c0a55f0310a3 | diff --git a/hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheRecordStore.java b/hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheRecordStore.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/cache/impl/AbstractCacheRecordStore.java
+++ b/hazelcast/src/main/java/com/... | Defined expiration interval by setting lower bound to zero and upper bound to long max-value.
Otherwise unneeded scheduling of expired record cleaner task can be seen. | hazelcast_hazelcast | train |
f91a6ecdad5e60d86de29d2d5ab35d7cd1b966ed | diff --git a/SamsungPay/src/main/java/com/braintreepayments/api/SamsungPayPartnerInfoBuilder.java b/SamsungPay/src/main/java/com/braintreepayments/api/SamsungPayPartnerInfoBuilder.java
index <HASH>..<HASH> 100644
--- a/SamsungPay/src/main/java/com/braintreepayments/api/SamsungPayPartnerInfoBuilder.java
+++ b/SamsungPay... | Cleanup internal static constant naming. | braintree_braintree_android | train |
b4017932e0eac26e72322748acce29a5a12c5628 | diff --git a/components/query-assist/query-assist.js b/components/query-assist/query-assist.js
index <HASH>..<HASH> 100644
--- a/components/query-assist/query-assist.js
+++ b/components/query-assist/query-assist.js
@@ -302,7 +302,9 @@ export default class QueryAssist extends Component {
? this.immediateState.c... | components:query-assist - do not reset selection after server response #RG-<I> fix | JetBrains_ring-ui | train |
fadef520acac4de545cb8b7cb9879dced6bfbe66 | diff --git a/gbdxtools/images/meta.py b/gbdxtools/images/meta.py
index <HASH>..<HASH> 100644
--- a/gbdxtools/images/meta.py
+++ b/gbdxtools/images/meta.py
@@ -141,15 +141,26 @@ class PlotMixin(object):
@property
def _ndvi_bands(self):
- return [6, 4]
+ if self.__class__.__name__ == 'Landsat8':... | adapting for wv2, wv3, sentinel2, and landsat8 | DigitalGlobe_gbdxtools | train |
6842b7a4aca9c1a9f00b7e7a897451117d396327 | diff --git a/grapher.js b/grapher.js
index <HASH>..<HASH> 100644
--- a/grapher.js
+++ b/grapher.js
@@ -28,43 +28,23 @@ var utilities = {
},
/**
- * Load configurations and generate pluginify functions for each
+ * Load the main file using default configuration options
*
- * @method loadConfigurations
+ * @... | Only load the "base" when creating amdify and stealify builds | bitovi_bitovi-tools | train |
707aa80a491d138ffd72b4a4984874c4a0621e2f | diff --git a/src/InstanceDefinition.php b/src/InstanceDefinition.php
index <HASH>..<HASH> 100644
--- a/src/InstanceDefinition.php
+++ b/src/InstanceDefinition.php
@@ -46,16 +46,19 @@ class InstanceDefinition extends NamedDefinition implements InstanceDefinitionIn
public function addConstructorArgument($argument)
... | Permit method chaining for definition of InstanceDefinition | mnapoli_assembly | train |
2f08489694f0ad74f03ccf566814628c57a1976c | diff --git a/spacy/_ml.py b/spacy/_ml.py
index <HASH>..<HASH> 100644
--- a/spacy/_ml.py
+++ b/spacy/_ml.py
@@ -78,34 +78,6 @@ def add_tuples(X, drop=0.):
return (vals1+vals2, length), add_tuples_bwd
-def AddHistory(layer, decay=0.0001):
- ops = layer.ops
- nonlocals = []
- def history_fwd(X, drop=0.):... | Remove AddHistory layer -- didnt work as planned | explosion_spaCy | train |
6bcad9cf7177bbcea6c89fbe01ff2e9472238db4 | diff --git a/test/e2e_node/runner/remote/run_remote.go b/test/e2e_node/runner/remote/run_remote.go
index <HASH>..<HASH> 100644
--- a/test/e2e_node/runner/remote/run_remote.go
+++ b/test/e2e_node/runner/remote/run_remote.go
@@ -21,6 +21,7 @@ limitations under the License.
package main
import (
+ "context"
"flag"
... | Support image family in node e2e image config file. | kubernetes_kubernetes | train |
725538b724ea6315094b3c2bb9ecbfcc3adc319f | diff --git a/src/test/java/com/codeborne/selenide/webdriver/RemoteDriverFactoryHeadlessOptionsTest.java b/src/test/java/com/codeborne/selenide/webdriver/RemoteDriverFactoryHeadlessOptionsTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/codeborne/selenide/webdriver/RemoteDriverFactoryHeadlessOptionsTest.jav... | fix flaky test `RemoteDriverFactoryHeadlessOptionsTest.shouldAddChromeHeadlessOptions`
it made an assumption that Configuration.headless is false | selenide_selenide | train |
271708406b2a3474e07ad04af6466bf760025bb6 | diff --git a/src/Adapter/Defaults.php b/src/Adapter/Defaults.php
index <HASH>..<HASH> 100644
--- a/src/Adapter/Defaults.php
+++ b/src/Adapter/Defaults.php
@@ -14,22 +14,27 @@ use InvalidArgumentException;
trait Defaults
{
/**
- * Stores the "parent" adapter, e.g. a PDO instance.
+ * @var Stores the "pare... | better docs and add annotions setter | ornament-orm_core | train |
731c379d30c18724ec4a7be23a7f243f1a396ea6 | diff --git a/lib/slnky/version.rb b/lib/slnky/version.rb
index <HASH>..<HASH> 100644
--- a/lib/slnky/version.rb
+++ b/lib/slnky/version.rb
@@ -1,3 +1,3 @@
module Slnky
- VERSION = "0.10.3"
+ VERSION = "0.11.0"
end | <I>: command framework problems
the problems still exist in production
cleaned up transport, logging, commands, events
need to get normal event handling working in production again, then can revisit command framework issues | slnky_slnky-cli | train |
db58b8ab27b75a6de4539a4c5d47a491abf88ba3 | diff --git a/chef/Rakefile b/chef/Rakefile
index <HASH>..<HASH> 100644
--- a/chef/Rakefile
+++ b/chef/Rakefile
@@ -23,12 +23,10 @@ spec = Gem::Specification.new do |s|
s.homepage = HOMEPAGE
s.add_dependency "mixlib-config", ">= 1.0.9"
- %w{mixlib-cli mixlib-log ruby-openid
- json erubis extlib
- stomp ... | Catching a load error on Chef::CouchDB and Chef::Nanite (when used in the client) and updating the deps in the Rakefile | chef_chef | train |
9791882344e7982ae6bd4ad6ed0a9a9409fac2dd | diff --git a/lib/postgresql/batch-client.js b/lib/postgresql/batch-client.js
index <HASH>..<HASH> 100644
--- a/lib/postgresql/batch-client.js
+++ b/lib/postgresql/batch-client.js
@@ -23,7 +23,7 @@ function batchErrorMessage(err, response) {
return err.message;
}
if (response.statusCode === 400 && res... | Fix for jshint
I don't agree with jshint clomplaint here, but well... | CartoDB_camshaft | train |
a5c9e2ae46ac8c5f1ffc6162f8011960d01ebe52 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -18,7 +18,7 @@ export function copytotheplace( files, place ) {
if ( ! place ) place = process.env.COPYTOTHEPLACE;
if ( ! place ) {
log( 'No place specified. Not doing anything.' );
- return;
+ return ... | Add tests for copytotheplace returning Promises | sirbrillig_copytotheplace | train |
74fb6c6b0d300d19b371e1358c8e65ba8cfd6b52 | diff --git a/models/phase3_eval/make_stmts_for_checking.py b/models/phase3_eval/make_stmts_for_checking.py
index <HASH>..<HASH> 100644
--- a/models/phase3_eval/make_stmts_for_checking.py
+++ b/models/phase3_eval/make_stmts_for_checking.py
@@ -21,6 +21,8 @@ DRUG_COL = 'Sample Description (drug abbre. | dose or time-poin... | Fix phosphoab reading and add new sheet | sorgerlab_indra | train |
d652f68f4f688ea871fbc3aeb95c8ae240ac9bd9 | diff --git a/Kwc/Basic/DownloadTag/Trl/Component.php b/Kwc/Basic/DownloadTag/Trl/Component.php
index <HASH>..<HASH> 100644
--- a/Kwc/Basic/DownloadTag/Trl/Component.php
+++ b/Kwc/Basic/DownloadTag/Trl/Component.php
@@ -9,6 +9,7 @@ class Kwc_Basic_DownloadTag_Trl_Component extends Kwc_Basic_LinkTag_Abstract_Trl
... | ViewCache should be deleted if master changes, (e.g. filename)
this also effects the url so UrlChanged is fired | koala-framework_koala-framework | train |
428ce74bc8eec43729259eb6019219d19224624a | diff --git a/system/Loader.php b/system/Loader.php
index <HASH>..<HASH> 100644
--- a/system/Loader.php
+++ b/system/Loader.php
@@ -47,10 +47,17 @@ class Loader {
*/
public function locateFile(string $file, string $folder=null, string $ext = 'php'): string
{
+ // Ensure the extension is on the filename
$file ... | Allow filenames to include directory name. | codeigniter4_CodeIgniter4 | train |
71e683f5bf0be7959e5f5974efb410c428144ce7 | diff --git a/src/components/AppHeader/AppHeader.js b/src/components/AppHeader/AppHeader.js
index <HASH>..<HASH> 100644
--- a/src/components/AppHeader/AppHeader.js
+++ b/src/components/AppHeader/AppHeader.js
@@ -45,12 +45,6 @@ export default class AppHeader extends React.Component {
});
};
- handleRightIconCl... | Fix logout for Firefox
The log out menu was nested within a button, which caused
bubbling issues for the log out button event handler. This
was due to a misuse of the React Toolbox AppBar component.
Added a proper IconMenu to trigger the logout dropdown. | netlify_netlify-cms | train |
3ef1d9390fac1d6e37363a9408a70f26e9a2f395 | diff --git a/VERSION b/VERSION
index <HASH>..<HASH> 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.35.2
\ No newline at end of file
+0.35.3
\ No newline at end of file
diff --git a/changelog.txt b/changelog.txt
index <HASH>..<HASH> 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,8 @@
+#--------------------... | Fixes unicode decoding error in no-filter and no-order queries | josiahcarlson_rom | train |
78384594cd56518a391267dd686b2833f0533900 | diff --git a/core-http/src/main/java/io/datakernel/http/AsyncHttpServer.java b/core-http/src/main/java/io/datakernel/http/AsyncHttpServer.java
index <HASH>..<HASH> 100644
--- a/core-http/src/main/java/io/datakernel/http/AsyncHttpServer.java
+++ b/core-http/src/main/java/io/datakernel/http/AsyncHttpServer.java
@@ -50,6 ... | Add ability to forcefully shutdown connections in serving pool | softindex_datakernel | train |
169ddc383bbd8e35ec007c9081221d476ac36f4e | diff --git a/binprot/commands.go b/binprot/commands.go
index <HASH>..<HASH> 100644
--- a/binprot/commands.go
+++ b/binprot/commands.go
@@ -63,16 +63,32 @@ func WriteReplaceCmd(w io.Writer, key []byte, flags, exptime, dataSize uint32) e
return writeDataCmdCommon(w, OpcodeReplace, key, flags, exptime, dataSize)
}
+f... | Append and Prepend have no extras in the binary protocol | Netflix_rend | train |
4502b0162732eab802efdb06c21b5c66f6027187 | diff --git a/examples/angularjs-todomvc-browserify/gulpfile.js b/examples/angularjs-todomvc-browserify/gulpfile.js
index <HASH>..<HASH> 100644
--- a/examples/angularjs-todomvc-browserify/gulpfile.js
+++ b/examples/angularjs-todomvc-browserify/gulpfile.js
@@ -113,22 +113,17 @@ var meal = chef({
description: 'Build ... | examples/angularjs-todomvc-browserify: move cache-busting to root as 'markup' and flatten 'build' | gulp-cookery_gulp-chef | train |
1006d7ef5ec6a27eadf848987df6ad41b018089f | diff --git a/lib/i18n/backend/base.rb b/lib/i18n/backend/base.rb
index <HASH>..<HASH> 100644
--- a/lib/i18n/backend/base.rb
+++ b/lib/i18n/backend/base.rb
@@ -92,6 +92,7 @@ module I18n
def reload!
@initialized = false
@translations = nil
+ @skip_syntax_deprecation = false
end
... | Do not show the deprecation message too frequently. | ruby-i18n_i18n | train |
cc73dbd1f733f5f909487d7ced7cd55f3fc4ddeb | diff --git a/tests/test_disque.py b/tests/test_disque.py
index <HASH>..<HASH> 100644
--- a/tests/test_disque.py
+++ b/tests/test_disque.py
@@ -17,10 +17,14 @@ class TestDisque(unittest.TestCase):
"""TestCase class for pydisque."""
+ testID = None
+
def setUp(self):
"""Setup the tests."""
... | Made the unit test queues more unique.
I had been using random integers in some of the unit
tests to prevent queues from colliding on my local
system. It was never much of a problem in Travis-CI,
but this should balance out both testing cases. | ybrs_pydisque | train |
13e39ee799deaadc0c4e464e8c59ee0e5c2b6113 | diff --git a/aws/resource_aws_ses_identity_notification.go b/aws/resource_aws_ses_identity_notification.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_ses_identity_notification.go
+++ b/aws/resource_aws_ses_identity_notification.go
@@ -18,22 +18,26 @@ func resourceAwsSesNotification() *schema.Resource {
Delet... | #<I> Fixing minor nitpicks | terraform-providers_terraform-provider-aws | train |
171199ad75156130c690dfa50de3aca9c5f500a5 | diff --git a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php
+++ b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php
@@ -2545,9 +2545,8 @@ class UnitOfWork implements PropertyChangedListener
*/
public function s... | Clean up after clearing collection scheduled for update | doctrine_mongodb-odm | train |
c71ab90f5f7f724f712012dd4405afda9818e0f0 | diff --git a/nameko/nameko_doc/entities.py b/nameko/nameko_doc/entities.py
index <HASH>..<HASH> 100644
--- a/nameko/nameko_doc/entities.py
+++ b/nameko/nameko_doc/entities.py
@@ -1,5 +1,5 @@
from collections import namedtuple
-import rst_render as rst
+from . import rst_render as rst
TITLE_LEVEL_FOR_SUBSECTIONS =... | make accidentally implicitly relative imports explicit | nameko_nameko | train |
c51b0dc620e9ab12707aea304ed5b5d2fe802787 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,8 @@ before_script:
- sudo service rabbitmq-server restart
env:
- ADAPTER=in_memory
- - ADAPTER=bunny:0.10.0
- ADAPTER=stomp
- - ADAPTER=bunny:1.0.0
+ - ADAPTER=bunny:1.1.3
rvm:
- 2.1.0
... | require bunny <I> or later
fixes #<I> | message-driver_message-driver | train |
cc549da0366d4ec816ddb17f1ae5c1c0167fab45 | diff --git a/davies/pockettopo/__init__.py b/davies/pockettopo/__init__.py
index <HASH>..<HASH> 100644
--- a/davies/pockettopo/__init__.py
+++ b/davies/pockettopo/__init__.py
@@ -9,14 +9,13 @@ import re
import codecs
import logging
from datetime import datetime
-from collections import OrderedDict
+from collections ... | additional tweaks for merging PocketTopo triple-shots | riggsd_davies | train |
5701708b3f494feb0aad52afacc42052d7f666e7 | diff --git a/app/views/renalware/patients/side_menu/_general.html.slim b/app/views/renalware/patients/side_menu/_general.html.slim
index <HASH>..<HASH> 100644
--- a/app/views/renalware/patients/side_menu/_general.html.slim
+++ b/app/views/renalware/patients/side_menu/_general.html.slim
@@ -70,6 +70,7 @@ li.heading= t("... | Make appearance of Linked Files menu item optional
The Linked Files (aka patient attachments) menu item is should be optional as it is not current required at KCH. Add a config option that a hospital can set in their host Rails app to hide the menu item | airslie_renalware-core | train |
85c343fad0efaecd0e9c40c0605365ae4fe31e0f | diff --git a/lib/jsi/typelike_modules.rb b/lib/jsi/typelike_modules.rb
index <HASH>..<HASH> 100644
--- a/lib/jsi/typelike_modules.rb
+++ b/lib/jsi/typelike_modules.rb
@@ -79,7 +79,11 @@ module JSI
# select and reject will return a modified copy but need the yielded block variable value from #[]
safe_kv_block_... | Hashlike: remove merge from safe_to_hash_methods, avoid redefining it | notEthan_jsi | train |
de2830a6bf00633a900157a1ca4ed3e09ebac318 | diff --git a/fusionbox/middleware.py b/fusionbox/middleware.py
index <HASH>..<HASH> 100644
--- a/fusionbox/middleware.py
+++ b/fusionbox/middleware.py
@@ -33,7 +33,7 @@ class GenericTemplateFinderMiddleware(object):
autolocate a template for otherwise 404 responses.
"""
def process_response(self, request... | If there was a view, GenericTemplateFinder should do nothing.
<I> responses that were being thrown on purpose were being caught by the
GenericTemplateFinderMiddleware. We added a `process_view` method that
sets a flag to inform the `process_response` method that there actually
was a view aka the <I> is intentional. ... | fusionbox_django-argonauts | train |
3f0cda80efdf9838264d24152083738c8fc31941 | diff --git a/procmail.py b/procmail.py
index <HASH>..<HASH> 100644
--- a/procmail.py
+++ b/procmail.py
@@ -125,10 +125,11 @@ class Assignment(Statement, Commentable, MetaCommentable):
class Header(Commentable):
"""First line of a procmail recipe"""
def __init__(self, number='0', flag="", lockfile=None, comme... | Do not add explicit flag Hbh (2nd phase) | nitmir_pyprocmail | train |
f4d60c0107144c3759a16e0cce5de2dd630bbbbd | diff --git a/fastavro/_schema.pyx b/fastavro/_schema.pyx
index <HASH>..<HASH> 100644
--- a/fastavro/_schema.pyx
+++ b/fastavro/_schema.pyx
@@ -92,6 +92,9 @@ cdef _parse_schema(schema, namespace, _write_hint, named_schemas):
}
parsed_schema["type"] = schema_type
+ if "doc" in schema:
+ ... | retain doc field when parsing schema (#<I>) | fastavro_fastavro | train |
c974b18162ee9b4409639477ce8d6efcf223aede | diff --git a/doc/source/CHANGELOG.rst b/doc/source/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/doc/source/CHANGELOG.rst
+++ b/doc/source/CHANGELOG.rst
@@ -10,7 +10,9 @@ Changelog
**Fixes**:
-- msm: fixed minor bug in ImpliedTimescales, where all models got recomputed for extended lag time array. #
+- base: res... | [serialization] restore custom fields and data_producer after Model/Estimator parameters.
The problem with the previous order was that VAMPModel.C<I> setter reset
the svd_performed flag in the model and therefore the algebra was
recomputed on a restored model no matter of the previous state. | markovmodel_PyEMMA | train |
3658db3e09b0da5ad9ba06683fed241eff3ab974 | diff --git a/xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/FormatMojo.java b/xwiki-commons-tools/xwiki-commons-tool-xar/xwiki-commons-tool-xar-plugin/src/main/java/org/xwiki/tool/xar/FormatMojo.java
index <HASH>..<HASH> 100644
--- a/xwiki-commons-tools/xwiki-c... | XCOMMONS-<I>: Add new Verify and Format Mojos in XAR plugin
* Make format mojo work across all modules | xwiki_xwiki-commons | train |
cbbbb0779ef3334a984e2ab703086374545fed33 | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/classfile/FieldDescriptor.java b/findbugs/src/java/edu/umd/cs/findbugs/classfile/FieldDescriptor.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/classfile/FieldDescriptor.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/classfile/FieldDescr... | ensure that field and method descriptors are distinct and never equal
git-svn-id: <URL> | spotbugs_spotbugs | train |
bf4eea496e0258f79f9dbb2c92dd3a9877f787f4 | diff --git a/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js b/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js
index <HASH>..<HASH> 100644
--- a/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js
+++ b/rocketbelt/components/tabcordions/rocketbelt.tabcordions.js
@@ -38,7 +38,7 @@
... | Dispatch rb.tabcordion.tabChanged on the tabcordion | Pier1_rocketbelt | train |
f22ef9b2606ad7a13f5b258c0a638a83ca455215 | diff --git a/config/plurals.php b/config/plurals.php
index <HASH>..<HASH> 100644
--- a/config/plurals.php
+++ b/config/plurals.php
@@ -6,7 +6,7 @@ return array(
'compact' => '%Y%m%dT%H%M%S',
'header' => '%g',
'iso8601' => '%Y-%m-%dT%H:%M:%S%T',
- 'rfc822' => '%a, %d %b %Y %H:%M:%S %z',
+ 'rfc822' => '%r',
... | Removed rfc<I> date format support, please use rfc<I> | czukowski_I18n_Plural | train |
5e63254e62fb9aedfd4503c632228c3334c70293 | diff --git a/test/page.spec.js b/test/page.spec.js
index <HASH>..<HASH> 100644
--- a/test/page.spec.js
+++ b/test/page.spec.js
@@ -217,7 +217,7 @@ module.exports.addTests = function({testRunner, expect, headless, puppeteer, CHR
await context.clearPermissionOverrides();
expect(await page.evaluate(() => win... | chore: fix typo in test name (#<I>) | GoogleChrome_puppeteer | train |
ed04a9db71a2ef91f50f02bdbd560f63373c2674 | diff --git a/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/batikutil/JSVGSynchronizedCanvas.java b/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/batikutil/JSVGSynchronizedCanvas.java
index <HASH>..<HASH> 100644
--- a/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/bat... | More cleanups of Batik synchronization. :-( | elki-project_elki | train |
da92292914ac997bbf03c5178d3a0d321bbdac6e | diff --git a/Kwc/Directories/List/View/Component.php b/Kwc/Directories/List/View/Component.php
index <HASH>..<HASH> 100644
--- a/Kwc/Directories/List/View/Component.php
+++ b/Kwc/Directories/List/View/Component.php
@@ -189,7 +189,8 @@ class Kwc_Directories_List_View_Component extends Kwc_Abstract_Composite_Compone
... | Avoid 'Only variables should be passed by reference' error | koala-framework_koala-framework | train |
ecf7cdae04c4e7f7c98d3c78d17b1be7ca13d5b7 | diff --git a/request.go b/request.go
index <HASH>..<HASH> 100644
--- a/request.go
+++ b/request.go
@@ -117,6 +117,22 @@ func (r *Request) SetHeaders(headers map[string]string) *Request {
return r
}
+// SetHeaderMultiValues sets multiple headers fields and its values is list of strings at one go in the current requ... | feat(#<I>): Implement Easier Adding of Multiple Value HTTP Header (#<I>) | go-resty_resty | train |
eabd193a549da3624eee7c0467934dfd08bcc696 | diff --git a/src/expression.js b/src/expression.js
index <HASH>..<HASH> 100644
--- a/src/expression.js
+++ b/src/expression.js
@@ -645,11 +645,13 @@ var expression = {
//get all arguments and hashes
var hashes = {},
args = [],
- children = ast.children;
+ children = ast.children,
+ ExpressionType ... | Hashes in Helper expressions should be looked up like Call expressions
This changes makes it so that hashes within helpers work like call
expressions and are added to the arguments that are passed into the
helper function. | canjs_can-stache | train |
da9aac537d19e24802df67818a26603c40f3c108 | diff --git a/go/cmd/vtexplain/vtexplain.go b/go/cmd/vtexplain/vtexplain.go
index <HASH>..<HASH> 100644
--- a/go/cmd/vtexplain/vtexplain.go
+++ b/go/cmd/vtexplain/vtexplain.go
@@ -48,7 +48,7 @@ var (
normalize = flag.Bool("normalize", false, "Whether to enable vtgate normalization")
outputMode = fla... | refactor: change plannerVersion flag definition in vtexplain and vttestserver | vitessio_vitess | train |
891a2d1f95e13d4b57e49f28581d750fc3cc16d1 | diff --git a/lib/que/sql.rb b/lib/que/sql.rb
index <HASH>..<HASH> 100644
--- a/lib/que/sql.rb
+++ b/lib/que/sql.rb
@@ -1,5 +1,40 @@
module Que
SQL = {
+ # Locks a job using a Postgres recursive CTE [1].
+ #
+ # As noted by the Postgres documentation, it may be slightly easier to
+ # think about this exp... | Document Que's `lock_job` mechanism
I had a bit of a hard time understanding exactly how this locking
function worked when I first examined it. This pull adds a little bit of
a explanatory documentation in an attempt to make it a little easier to
digest.
This may be redundant to the SQL elite among us, but could pote... | chanks_que | train |
6aa2a0dc8a73b9e6f070b6e1dae8d51e8e2dc995 | diff --git a/pkg/infra/serverlock/serverlock.go b/pkg/infra/serverlock/serverlock.go
index <HASH>..<HASH> 100644
--- a/pkg/infra/serverlock/serverlock.go
+++ b/pkg/infra/serverlock/serverlock.go
@@ -39,7 +39,7 @@ func (sl *ServerLockService) LockAndExecute(ctx context.Context, actionName stri
// avoid execution if la... | refactor: simplify serverlock code (#<I>) | grafana_grafana | train |
31841186f0fa1e939fe13fc8a1232f1085164e0b | diff --git a/lib/simple_form/components/labels.rb b/lib/simple_form/components/labels.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_form/components/labels.rb
+++ b/lib/simple_form/components/labels.rb
@@ -42,7 +42,7 @@ module SimpleForm
def label_html_options
label_html_classes = SimpleForm.addition... | Add disabled class to label's additional classes
Adds disabled class to the attribute label so that it might also be
styled when the input is disabled | plataformatec_simple_form | train |
b6e734cb7d66880ad002bd459469e4afa7d93313 | diff --git a/lib/gov_kit/resource.rb b/lib/gov_kit/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/gov_kit/resource.rb
+++ b/lib/gov_kit/resource.rb
@@ -72,7 +72,7 @@ module GovKit
end
def find_or_create_resource_for(name)
- resource_name = name.to_s.gsub(/^_/,'').camelize
+ resource_name = name... | Add x to resource_names that start with a digit | opengovernment_govkit | train |
115639a1079bc3999dceff099cddf12c23424d3e | diff --git a/src/mg/PAMI/Message/IncomingMessage.php b/src/mg/PAMI/Message/IncomingMessage.php
index <HASH>..<HASH> 100644
--- a/src/mg/PAMI/Message/IncomingMessage.php
+++ b/src/mg/PAMI/Message/IncomingMessage.php
@@ -49,7 +49,7 @@ abstract class IncomingMessage extends Message
$lines = explode(Message::EOL, ... | added strtolower() when setting/getting keys from messages. also on
serialization. this is to avoid inconsistencies in asterisk in the names
of the arguments (EventList vs. Eventlist), etc | marcelog_PAMI | train |
d4b5265588ddec96521a5eb1dfb982a91394780f | diff --git a/go/vt/vttablet/tabletserver/vstreamer/copy.go b/go/vt/vttablet/tabletserver/vstreamer/copy.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/tabletserver/vstreamer/copy.go
+++ b/go/vt/vttablet/tabletserver/vstreamer/copy.go
@@ -68,6 +68,7 @@ func (uvs *uvstreamer) catchup(ctx context.Context) error {
g... | Bug fix. Removed V logs | vitessio_vitess | train |
b5b3d46503d18b85ed736d22a2a4057f2f37db62 | diff --git a/biojava3-structure-gui/src/main/java/org/biojava/bio/structure/align/gui/AlignmentGui.java b/biojava3-structure-gui/src/main/java/org/biojava/bio/structure/align/gui/AlignmentGui.java
index <HASH>..<HASH> 100644
--- a/biojava3-structure-gui/src/main/java/org/biojava/bio/structure/align/gui/AlignmentGui.jav... | fixing a problem, that the name did not get written correctly in DB search results
git-svn-id: <URL> | biojava_biojava | train |
a92e889bc8dfd90d12585e704b68a936724e5089 | diff --git a/bika/lims/skins/bika/bika_widgets/referencewidget.js b/bika/lims/skins/bika/bika_widgets/referencewidget.js
index <HASH>..<HASH> 100644
--- a/bika/lims/skins/bika/bika_widgets/referencewidget.js
+++ b/bika/lims/skins/bika/bika_widgets/referencewidget.js
@@ -127,27 +127,44 @@ function referencewidget_lookup... | LIMS-<I> Reestructuracion to solve some problems | senaite_senaite.core | train |
26d9c875520eb7f6cadb9330ecde78cc7eb1f4f5 | diff --git a/core/src/test/java/org/markdownj/test/MarkdownTestTester.java b/core/src/test/java/org/markdownj/test/MarkdownTestTester.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/org/markdownj/test/MarkdownTestTester.java
+++ b/core/src/test/java/org/markdownj/test/MarkdownTestTester.java
@@ -59,7 +59,7 @@... | Display name of MarkdownTest in runner output | myabc_markdownj | train |
88bd17809592bffb09088f49f425d5dc69ae001f | diff --git a/packages/core/renderers/renderer-hyperhtml.js b/packages/core/renderers/renderer-hyperhtml.js
index <HASH>..<HASH> 100644
--- a/packages/core/renderers/renderer-hyperhtml.js
+++ b/packages/core/renderers/renderer-hyperhtml.js
@@ -1,6 +1,7 @@
// HyperHTML Renderer ported to SkateJS
import {
withCompone... | feat: add withUpdate lifecycle mixin from SkateJS to base Bolt component class | bolt-design-system_bolt | train |
52561a076b0d6ea0cd0d0dec04f46813ea9310d3 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -265,7 +265,7 @@ suite('Request', function() {
})
})
- test('construct with used Request body', function() {
+ ;(/Chrome\//.test(navigator.userAgent) ? test.skip : test)('construct with used Request... | Skip used Request body test in Chrome due to its faulty implementation
The fetch spec instructs that Request should throw a TypeError when
given a Request with an already consumed body, but Chrome's
implementation doesn't respect that yet. | github_fetch | train |
a983e8bc1cb6220aecf10fcccdcaa313ab9f7c08 | diff --git a/docs/tailwind.js b/docs/tailwind.js
index <HASH>..<HASH> 100644
--- a/docs/tailwind.js
+++ b/docs/tailwind.js
@@ -82,7 +82,7 @@ module.exports = {
fonts: {
'sans': 'museo-sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue'... | Don't use SFMono, doesn't seem to actually work? | tailwindcss_tailwindcss | train |
e6cfd76219f699539f1f083287d9e06afdaaa9d6 | diff --git a/activemodel/lib/active_model/configuration.rb b/activemodel/lib/active_model/configuration.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/configuration.rb
+++ b/activemodel/lib/active_model/configuration.rb
@@ -95,7 +95,7 @@ module ActiveModel
end
def define
- host... | Add better errors reporting for ActiveModel::Configuration | rails_rails | train |
384ec1c708e11f0adddb1e5e6464ae81e12af9a1 | diff --git a/bcbio/distributed/messaging.py b/bcbio/distributed/messaging.py
index <HASH>..<HASH> 100644
--- a/bcbio/distributed/messaging.py
+++ b/bcbio/distributed/messaging.py
@@ -14,6 +14,7 @@ from mako.template import Template
from bcbio import utils
from bcbio.distributed import ipython
+from bcbio.log import... | Improve logging and avoid slowdown with multiprocessing on large numbers of concurrent tasks | bcbio_bcbio-nextgen | train |
b7dbcd03189febe73811035a045c821bd097de85 | diff --git a/src/Template.js b/src/Template.js
index <HASH>..<HASH> 100644
--- a/src/Template.js
+++ b/src/Template.js
@@ -1,6 +1,6 @@
const ejs = require("ejs");
const pify = require("pify");
-const fs = pify(require("fs-extra"));
+const fs = require("fs-extra");
const parsePath = require("parse-filepath");
const ... | A few more async things | 11ty_eleventy | train |
1a1aecdb09a91874b72b3be62a85ecb001a4f95d | diff --git a/Resources/skeleton/app/SymfonyRequirements.php b/Resources/skeleton/app/SymfonyRequirements.php
index <HASH>..<HASH> 100644
--- a/Resources/skeleton/app/SymfonyRequirements.php
+++ b/Resources/skeleton/app/SymfonyRequirements.php
@@ -763,7 +763,11 @@ class SymfonyRequirements extends RequirementCollection
... | [Fix] Notice: A non well formed numeric value encountered
realpath_cache_size can be with or without unit.
Remove last character ($unit) from string $size if not all characters in $size are numerical. | sensiolabs_SensioDistributionBundle | train |
33658ea1ae4170f4b0b5123e240d79bb292719e7 | diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -228,7 +228,7 @@ module ActionDispatch
if @scope[:nam... | Don't use name prefix by itself unless as is an empty string | rails_rails | train |
c621c808951212271e9434e69755217678a5a219 | diff --git a/replaylib/stubs.py b/replaylib/stubs.py
index <HASH>..<HASH> 100644
--- a/replaylib/stubs.py
+++ b/replaylib/stubs.py
@@ -17,11 +17,11 @@ def hash_request(header_lines, body_lines):
class RecordingHTTPResponse(httplib.HTTPResponse):
def __init__(self):
- self.record_handle = replaylib.curren... | fix api usage in recording stub | storborg_replaylib | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.