hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
948297a4680d463e9b1b5aa59073b7f1f9cb1a5a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -92,6 +92,11 @@ module.exports = function (onSelect) {
var _display
d.fullscreen = function (full) {
menu.style.display = full ? 'none' : null
+ return full
+ }
+
+ d.isFullscreen = function () {
+ return me... | isFullscreen to get current state | hyperhype_hypertabs | train |
90454c12b8bc314b77278aa963b85985791a6377 | diff --git a/sklearn2pmml/pipeline/__init__.py b/sklearn2pmml/pipeline/__init__.py
index <HASH>..<HASH> 100644
--- a/sklearn2pmml/pipeline/__init__.py
+++ b/sklearn2pmml/pipeline/__init__.py
@@ -37,9 +37,10 @@ def _get_values(X):
class PMMLPipeline(Pipeline):
- def __init__(self, steps, predict_transformer = None)... | Added 'PMMLPipeline.predict_proba_transformer' attribute | jpmml_sklearn2pmml | train |
1dcf018df7a860f67f255bef347eb024d007348e | diff --git a/salt/utils/aws.py b/salt/utils/aws.py
index <HASH>..<HASH> 100644
--- a/salt/utils/aws.py
+++ b/salt/utils/aws.py
@@ -87,7 +87,9 @@ def creds(provider):
proxies={'http': ''}, timeout=AWS_METADATA_TIMEOUT,
)
result.raise_for_status()
- role = result.text... | requests api says Response.encoding can sometimes be None <URL> doesn't accept None and expects a string.
this change prevents wrong-type runtime exceptions and defaults the encoding back to 'utf-8' (the default prior to PR#<I> | saltstack_salt | train |
fa31e12a3c6d25cc8a545b9d3776701d1bfa9658 | diff --git a/generators/app/conf.js b/generators/app/conf.js
index <HASH>..<HASH> 100644
--- a/generators/app/conf.js
+++ b/generators/app/conf.js
@@ -8,7 +8,7 @@ module.exports = function systemConf(options) {
};
if (options.js === 'typescript') {
- conf.transpiler = 'typescript';
+ conf.transpiler = 'ts... | Use plugin-typescript instead of microsoft typescript (recommended since jspm <I>) | FountainJS_generator-fountain-systemjs | train |
28650555320a7df2e92c8a3d64786e27b50b8354 | diff --git a/openstack_dashboard/dashboards/project/loadbalancers/tables.py b/openstack_dashboard/dashboards/project/loadbalancers/tables.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/dashboards/project/loadbalancers/tables.py
+++ b/openstack_dashboard/dashboards/project/loadbalancers/tables.py
@@ -312,6 +31... | LB method column is added in pools table
In load balancer pools table load balancing method column missing.
This patch adding the LB method column in pools table.
Change-Id: I<I>bd<I>d<I>f1bb3f<I>c8e8ddec<I>defc8b<I>e0
Closes-Bug: #<I> | openstack_horizon | train |
3cf20e81f652e15768597610229915632e44a521 | diff --git a/user_sessions/admin.py b/user_sessions/admin.py
index <HASH>..<HASH> 100644
--- a/user_sessions/admin.py
+++ b/user_sessions/admin.py
@@ -51,6 +51,7 @@ class SessionAdmin(admin.ModelAdmin):
list_display = 'ip', 'user', 'is_valid', 'location', 'device',
search_fields = ()
list_filter = Expire... | Fixed #<I> -- Use raw_id_fields for foreign key to user | Bouke_django-user-sessions | train |
650ff593940fcd52ab8052199f931a87bac09b8d | diff --git a/Makefile b/Makefile
index <HASH>..<HASH> 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,9 @@ deps/glyphicons_free:
unzip glyphicons_free.zip
touch $@
+external/fast_backward.png: external deps/glyphicons_free
+ cp deps/glyphicons_free/glyphicons/png/glyphicons_171_fast_backward.png external/fast_... | added the previousPageButton on selector and all behavior stuff | gutomaia_nodeNES | train |
1bbbd0c92b870a835353f7748aeb625c290f3e46 | diff --git a/Service/Paybox.php b/Service/Paybox.php
index <HASH>..<HASH> 100644
--- a/Service/Paybox.php
+++ b/Service/Paybox.php
@@ -198,4 +198,24 @@ abstract class Paybox
throw new RuntimeException('No server available.');
}
+
+ /**
+ * Returns the content of a web resource.
+ *
+ * @p... | Method getWebPage() moved from PayboxSystemRequest to Paybox class. | lexik_LexikPayboxBundle | train |
87c099a6e305f012271d95ad16595a170e579eac | diff --git a/jbpm-flow/src/main/java/org/jbpm/process/instance/impl/XPATHExpressionModifier.java b/jbpm-flow/src/main/java/org/jbpm/process/instance/impl/XPATHExpressionModifier.java
index <HASH>..<HASH> 100644
--- a/jbpm-flow/src/main/java/org/jbpm/process/instance/impl/XPATHExpressionModifier.java
+++ b/jbpm-flow/src... | fix the two-assign test case | kiegroup_jbpm | train |
7182375a8efb6f398f755de36a75f41162349b2d | diff --git a/src/js/Luminous.js b/src/js/Luminous.js
index <HASH>..<HASH> 100644
--- a/src/js/Luminous.js
+++ b/src/js/Luminous.js
@@ -12,7 +12,7 @@ export default class Luminous {
* @param {Object=} options Luminous options
*/
constructor(trigger, options = {}) {
- this.VERSION = "2.3.3";
+ this.VERSI... | fix: bring version number back in sync
This commit fixes an issue where the lib verison and the package json
version were mismatched. | imgix_luminous | train |
ce0c58a3964665e8022d3b89b9043f1430f16250 | diff --git a/lib/switch_point/model.rb b/lib/switch_point/model.rb
index <HASH>..<HASH> 100644
--- a/lib/switch_point/model.rb
+++ b/lib/switch_point/model.rb
@@ -42,8 +42,10 @@ module SwitchPoint
def switch_point_proxy
if @switch_point_name
ProxyRepository.checkout(@switch_point_name)
- ... | Inherit superclass' switch_point configuration | eagletmt_switch_point | train |
8942b20976753280ba0ae17d324e89a3965c1bd1 | diff --git a/kubetest/azure.go b/kubetest/azure.go
index <HASH>..<HASH> 100644
--- a/kubetest/azure.go
+++ b/kubetest/azure.go
@@ -210,6 +210,10 @@ func (c *Cluster) generateTemplate() error {
OSType: *acsAgentOSType,
AvailabilityProfile: "AvailabilitySet",
IPAddressCount: 200,
+ ... | Add preprovision extension to agent nodes | kubernetes_test-infra | train |
93eaba588bd6a19d6bcf123fe9f9368e7fd6fe84 | diff --git a/django_libs/templatetags/libs_tags.py b/django_libs/templatetags/libs_tags.py
index <HASH>..<HASH> 100644
--- a/django_libs/templatetags/libs_tags.py
+++ b/django_libs/templatetags/libs_tags.py
@@ -59,6 +59,11 @@ def get_verbose(obj, field_name=""):
@register.assignment_tag
def get_profile_for(user):
+... | Increased coverage of the libs_tags. | bitlabstudio_django-libs | train |
fb79485375c26ef9cf2c72f051aba3d56948d79e | diff --git a/lib/inherited_resources/url_helpers.rb b/lib/inherited_resources/url_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/inherited_resources/url_helpers.rb
+++ b/lib/inherited_resources/url_helpers.rb
@@ -208,7 +208,10 @@ module InheritedResources
undef_method params_method_name if method_defined? pa... | Move extraction of given_options to params helper. | activeadmin_inherited_resources | train |
3c9cba86ff7ee7621b084e5fe4f543f049df0b8e | diff --git a/src/pymlab/sensors/altimet.py b/src/pymlab/sensors/altimet.py
index <HASH>..<HASH> 100644
--- a/src/pymlab/sensors/altimet.py
+++ b/src/pymlab/sensors/altimet.py
@@ -65,14 +65,15 @@ class ALTIMET01(Device):
t_MSB = self.bus.read_byte_data(self.address,0x04)
t_LSB = self.bus.read_byte_data... | FIX: wrong temperature data readout from ALTIMET sensor bellow zero. | MLAB-project_pymlab | train |
f5e7707953aed78def2c2ff015a489419ac18f0a | diff --git a/lib/chars/char_set.rb b/lib/chars/char_set.rb
index <HASH>..<HASH> 100644
--- a/lib/chars/char_set.rb
+++ b/lib/chars/char_set.rb
@@ -120,9 +120,9 @@ module Chars
def random_distinct_bytes(length)
if (length.kind_of?(Array) || length.kind_of?(Range))
#return Array.new(length.sort_by { ... | fixed fencepost error in random_distinct_bytes | postmodern_chars | train |
f5d10fe2b867585d9bfeff22347add9474ba412f | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -16,7 +16,7 @@ gulp.task("lint", function() {
.pipe(eslint.failAfterError());
});
-gulp.task("test", function() {
+gulp.task("test", ["lint"], function() {
const tests = [
"test/*.js"
];
diff --g... | Added location propagateToObject test | TabletCommand_tabletcommand-backend-models | train |
51b97783207b6b7ca2bda503f736a30bf2fc7fdd | diff --git a/hawkular-inventory-impl-tinkerpop-parent/hawkular-inventory-impl-tinkerpop/src/main/java/org/hawkular/inventory/impl/tinkerpop/FilterVisitor.java b/hawkular-inventory-impl-tinkerpop-parent/hawkular-inventory-impl-tinkerpop/src/main/java/org/hawkular/inventory/impl/tinkerpop/FilterVisitor.java
index <HASH>.... | Optimization of type and canonical path filters by restricting to the known
vertex labels.
This helps sqlg limit the number of queries required. | hawkular_hawkular-inventory | train |
4fa539d2e28210b7a80ecbca4b7bc06f8a3d796a | diff --git a/Vpc/Abstract.php b/Vpc/Abstract.php
index <HASH>..<HASH> 100644
--- a/Vpc/Abstract.php
+++ b/Vpc/Abstract.php
@@ -276,8 +276,13 @@ abstract class Vpc_Abstract extends Vps_Component_Abstract
protected function _callProcessInput()
{
+ $showInvisible = Vps_Config_Web::getValue('showInvisibl... | don't cache processInput in preview as the result can be different | koala-framework_koala-framework | train |
9de4afa8974b5afbaf61c41c4186eef6546932d4 | diff --git a/src/transformers/trainer.py b/src/transformers/trainer.py
index <HASH>..<HASH> 100644
--- a/src/transformers/trainer.py
+++ b/src/transformers/trainer.py
@@ -10,6 +10,7 @@ from typing import Callable, Dict, List, Optional, Tuple, Union
import numpy as np
import torch
+from packaging import version
fro... | Make get_last_lr in trainer backward compatible (#<I>)
* makes fetching last learning late in trainer backward compatible
* split comment to multiple lines
* fixes black styling issue
* uses version to create a more explicit logic | huggingface_pytorch-pretrained-BERT | train |
a5db6e07d828e51101bef6f4e582088ffc5c1f2e | diff --git a/src/main/java/de/dfki/km/json/jsonld/JSONLDProcessor.java b/src/main/java/de/dfki/km/json/jsonld/JSONLDProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/dfki/km/json/jsonld/JSONLDProcessor.java
+++ b/src/main/java/de/dfki/km/json/jsonld/JSONLDProcessor.java
@@ -1,12 +1,14 @@
package de.dfk... | fixed locale problem when working with doubles | jsonld-java_jsonld-java | train |
b4746bf67faceee4b50530b7d66b10d94dddc6b1 | diff --git a/lib/buffer.rb b/lib/buffer.rb
index <HASH>..<HASH> 100644
--- a/lib/buffer.rb
+++ b/lib/buffer.rb
@@ -33,6 +33,33 @@ module WaveFile
private
def convert_buffer(samples, old_format, new_format)
+ new_samples = samples.dup
+
+ new_samples = convert_buffer_channels(new_samples, old_f... | Adding ability to convert a buffer's number of channels. | jstrait_wavefile | train |
7563fc718acaf13a52f58cf81386a40c234b5f1c | diff --git a/webroot/css/frontend.css b/webroot/css/frontend.css
index <HASH>..<HASH> 100644
--- a/webroot/css/frontend.css
+++ b/webroot/css/frontend.css
@@ -635,7 +635,7 @@ body.manufacturers.detail .imprint {
margin-top: -148px;
}
#right .inner-right {
- margin-top: 3px;
+ margin-top: 2px;
position... | show cart button with many products was not visible on small screens | foodcoopshop_foodcoopshop | train |
c1e27cc84de349f91c8c7603e6372ea62de0ddd1 | diff --git a/markovify/text.py b/markovify/text.py
index <HASH>..<HASH> 100644
--- a/markovify/text.py
+++ b/markovify/text.py
@@ -93,9 +93,9 @@ class Text(object):
"""
reject_pat = re.compile(r"(^')|('$)|\s'|'\s|[\"(\(\)\[\])]")
# Decode unicode, mainly to normalize fancy quotation marks
- ... | Add pragma: no cover to py2/3 conditional | jsvine_markovify | train |
87f55c67b0d1260360af3f3cf2a9d220d2c9882d | diff --git a/chrome/src/extension/background.js b/chrome/src/extension/background.js
index <HASH>..<HASH> 100644
--- a/chrome/src/extension/background.js
+++ b/chrome/src/extension/background.js
@@ -7,7 +7,7 @@ ChromeDriver.ports = [];
ChromeDriver.activePort = null;
//ID of the currently active tab
ChromeDriver.a... | DanielWagnerHall: Nicer handling of toolstrip busyifying
r<I> | SeleniumHQ_selenium | train |
703415ab2e9163c787a760835f22874e9cd38e7b | diff --git a/lib/Sabre/DAV/Server.php b/lib/Sabre/DAV/Server.php
index <HASH>..<HASH> 100644
--- a/lib/Sabre/DAV/Server.php
+++ b/lib/Sabre/DAV/Server.php
@@ -26,9 +26,6 @@ class Sabre_DAV_Server {
*/
const NODE_DIRECTORY = 2;
- const PROP_SET = 1;
- const PROP_REMOVE = 2;
-
/**
* XML name... | Removed some constants that may not have been used for 2 years. | sabre-io_dav | train |
ba0967102b66ceab0ec9f3df6a9081b5dc121549 | diff --git a/usage/src/main/java/com/ning/billing/usage/timeline/chunks/TimeBytesAndSampleBytes.java b/usage/src/main/java/com/ning/billing/usage/timeline/chunks/TimeBytesAndSampleBytes.java
index <HASH>..<HASH> 100644
--- a/usage/src/main/java/com/ning/billing/usage/timeline/chunks/TimeBytesAndSampleBytes.java
+++ b/u... | chunks: fix imports and style issues | killbill_killbill | train |
68b252cdd015806a02c2e2c6ae2685c70c4b4d47 | diff --git a/ella/newman/utils.py b/ella/newman/utils.py
index <HASH>..<HASH> 100644
--- a/ella/newman/utils.py
+++ b/ella/newman/utils.py
@@ -136,7 +136,9 @@ def JsonResponseRedirect(location):
'redirect_to': location
}
out = json_encode(out_dict)
- return HttpResponse(out, mimetype='text/plain;c... | HTTP header added for JsonResponseRedirect. | ella_ella | train |
aca765d59058d5083d5f9b7204e3055d21708da0 | diff --git a/src/Sql/Sql.php b/src/Sql/Sql.php
index <HASH>..<HASH> 100644
--- a/src/Sql/Sql.php
+++ b/src/Sql/Sql.php
@@ -93,7 +93,7 @@ class Sql
/**
* @param Where $where
* @param string|null $andOr
- * @return Sql
+ * @return $this
*/
public function where( $where, $andOr=nu... | @return $this for Sql maybe extended by other class. | asaokamei_ScoreSql | train |
ffeff0d659fcca2589c8489ccba646adb6ed4cf6 | diff --git a/lib/actions/ResourcesDeploy.js b/lib/actions/ResourcesDeploy.js
index <HASH>..<HASH> 100644
--- a/lib/actions/ResourcesDeploy.js
+++ b/lib/actions/ResourcesDeploy.js
@@ -248,7 +248,11 @@ usage: serverless resources deploy`,
});
} else {
- return BbPromise.reje... | 'No updates to be performed' in resources deploy is not an error. | serverless_serverless | train |
8ffca1dc6f05bf6da99605575d632318c9dc1907 | diff --git a/eZ/Bundle/EzPublishCoreBundle/Fragment/FragmentUriGenerator.php b/eZ/Bundle/EzPublishCoreBundle/Fragment/FragmentUriGenerator.php
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishCoreBundle/Fragment/FragmentUriGenerator.php
+++ b/eZ/Bundle/EzPublishCoreBundle/Fragment/FragmentUriGenerator.php
@@ -29,11... | Fix EZP-<I>: Cached ESI can not be shared among pages | ezsystems_ezpublish-kernel | train |
be0bf584138389c43cefeb2e313d4cc3b08ccc5b | diff --git a/lib/api.js b/lib/api.js
index <HASH>..<HASH> 100755
--- a/lib/api.js
+++ b/lib/api.js
@@ -37,13 +37,31 @@ Api.prototype.createClient = function(key, object, dummy) {
if (dummy) {
this._keepOpen;
- setInterval(function() {}, 3,600,000);
+ setInterval(function() {}, 3600000);
}
// we've be... | Added destroyClient and a disconnect function, also updated motd event tests | ircanywhere_irc-factory | train |
a34e8ba4e314bdf20cd228b992d2fca2730c397e | diff --git a/lib/by_star.rb b/lib/by_star.rb
index <HASH>..<HASH> 100644
--- a/lib/by_star.rb
+++ b/lib/by_star.rb
@@ -192,6 +192,8 @@ module ByStar
start_time = parse(start_time)
end_time = parse(end_time)
+ raise ParseError, "End time is before start time, searching like this will ... | by_star will now raise an error if given an end_time less than the start_time | radar_by_star | train |
ee819052ee5d4f34b4c29abd72e27a7ab9873d58 | diff --git a/consul/base.py b/consul/base.py
index <HASH>..<HASH> 100644
--- a/consul/base.py
+++ b/consul/base.py
@@ -1490,7 +1490,7 @@ class Consul(object):
when *ttl* is provided, the session is invalidated if it is not
renewed before the TTL expires. If specified, it is an integer of
- ... | fix #<I>: update max ttl to <I> to conform to consul | cablehead_python-consul | train |
a828a246e5c11900326c294a5d4a8317735491a8 | diff --git a/system/HTTP/ResponseInterface.php b/system/HTTP/ResponseInterface.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/ResponseInterface.php
+++ b/system/HTTP/ResponseInterface.php
@@ -221,7 +221,7 @@ interface ResponseInterface
*
* @param array $options
*
- * @return $this
+ * @return Response
... | Update HTTP ResponseInterface doc types | codeigniter4_CodeIgniter4 | train |
4c3fba3ce641027c433ebdefe7657959ad736bd4 | diff --git a/src/eXpansion/Framework/GameManiaplanet/DataProviders/MapListDataProvider.php b/src/eXpansion/Framework/GameManiaplanet/DataProviders/MapListDataProvider.php
index <HASH>..<HASH> 100644
--- a/src/eXpansion/Framework/GameManiaplanet/DataProviders/MapListDataProvider.php
+++ b/src/eXpansion/Framework/GameMan... | Fixed issue with map objects having missing data at some instances. | eXpansionPluginPack_eXpansion2 | train |
7fc598b73f4ec5ee57c6f7a76dd3a72513bb835a | diff --git a/cmd/globals.go b/cmd/globals.go
index <HASH>..<HASH> 100644
--- a/cmd/globals.go
+++ b/cmd/globals.go
@@ -25,7 +25,7 @@ import (
// Global constants for Minio.
const (
- minGoVersion = ">= 1.7.1" // minimum Go runtime version
+ minGoVersion = ">= 1.7" // Minio requires at least Go v1.7
)
// minio c... | Fix user-agent prefix to have docker instead of suffix. (#<I>) | minio_minio | train |
50447e23c1de0236aaab34ebbf1bf182924c6bde | diff --git a/gwtbootstrap3/src/main/java/org/gwtbootstrap3/client/ui/form/validator/BlankValidator.java b/gwtbootstrap3/src/main/java/org/gwtbootstrap3/client/ui/form/validator/BlankValidator.java
index <HASH>..<HASH> 100644
--- a/gwtbootstrap3/src/main/java/org/gwtbootstrap3/client/ui/form/validator/BlankValidator.jav... | Validators are validated from highest priority to lowest priority. | gwtbootstrap3_gwtbootstrap3 | train |
998f8f2409509f82c4c8393f1401fa78a0243a61 | diff --git a/examples/basic_usage.py b/examples/basic_usage.py
index <HASH>..<HASH> 100644
--- a/examples/basic_usage.py
+++ b/examples/basic_usage.py
@@ -58,11 +58,9 @@ def main():
reports = ts.get_latest_reports(token)
for report in reports:
- break;
-
- result = ts.get_report_de... | Change do_report_details in basic_usage to get details of 5 different reports | trustar_trustar-python | train |
0bac1c02b1f07862a0affa1646f586c8ae877b14 | diff --git a/lib/state_machine/integrations/mongo_mapper.rb b/lib/state_machine/integrations/mongo_mapper.rb
index <HASH>..<HASH> 100644
--- a/lib/state_machine/integrations/mongo_mapper.rb
+++ b/lib/state_machine/integrations/mongo_mapper.rb
@@ -229,7 +229,9 @@ module StateMachine
def define_state_initializer... | Fix from_database param in #initialize not being respected properly for MongoMapper <I>+ documents | pluginaweek_state_machine | train |
a54480b727b32af66fd22da5194ebfbfe0bfee03 | diff --git a/js/feature/segTrack.js b/js/feature/segTrack.js
index <HASH>..<HASH> 100755
--- a/js/feature/segTrack.js
+++ b/js/feature/segTrack.js
@@ -45,7 +45,7 @@ class SegTrack extends TrackBase {
this.type = config.type || "seg";
if (this.type === 'maf') this.type = 'mut';
this.isLog = co... | Rename "sampleHeight" option for seg/mut tracks to "displayMode" for consistency with other track types. Also sample height: implies you can set the sample height, which you can't. | igvteam_igv.js | train |
fbedce34d736fcb4c38168c67a1f7b171d9bde9f | diff --git a/src/PhpParser/Node/Value/ValueResolver.php b/src/PhpParser/Node/Value/ValueResolver.php
index <HASH>..<HASH> 100644
--- a/src/PhpParser/Node/Value/ValueResolver.php
+++ b/src/PhpParser/Node/Value/ValueResolver.php
@@ -191,7 +191,10 @@ final class ValueResolver
return $fileInfo->getPathname();
... | change return type of resolveClassConstFetch to mixed (#<I>) | rectorphp_rector | train |
f33b173873f09e7ecb3cf117359a0186e11676a8 | diff --git a/src/test/java/com/p6spy/engine/spy/P6TestPreparedStatement.java b/src/test/java/com/p6spy/engine/spy/P6TestPreparedStatement.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/p6spy/engine/spy/P6TestPreparedStatement.java
+++ b/src/test/java/com/p6spy/engine/spy/P6TestPreparedStatement.java
@@ -19,28... | uncomment failing test on oracle | p6spy_p6spy | train |
10c7f9ecbd64bb87b5410c4978c5bbf326f23bca | diff --git a/tests/GoogleCloudStorageAdapterTest.php b/tests/GoogleCloudStorageAdapterTest.php
index <HASH>..<HASH> 100644
--- a/tests/GoogleCloudStorageAdapterTest.php
+++ b/tests/GoogleCloudStorageAdapterTest.php
@@ -117,7 +117,7 @@ class GoogleCloudStorageAdapterTest extends \PHPUnit_Framework_TestCase
public f... | Append and prepend test-specific names to objects | cedricziel_flysystem-gcs | train |
61ae9f1d978d6f5ff6742aead1e1701868271df0 | diff --git a/src/shogun2-core/shogun2-model/src/main/java/de/terrestris/shogun2/model/module/WfsSearch.java b/src/shogun2-core/shogun2-model/src/main/java/de/terrestris/shogun2/model/module/WfsSearch.java
index <HASH>..<HASH> 100644
--- a/src/shogun2-core/shogun2-model/src/main/java/de/terrestris/shogun2/model/module/W... | Enable the layers property of the WfsSearch module
At the time of the modeling of the WfsSearch class, the Layer model was not yet existing. This commit enables this property. The List of layers will be serialized by Jackson as an array of ID values as we don't want the whole layer objects to be serialized here. | terrestris_shogun-core | train |
8a7c76af911d87be60135eabc057d87f8321027c | diff --git a/src/phpDocumentor/Application.php b/src/phpDocumentor/Application.php
index <HASH>..<HASH> 100644
--- a/src/phpDocumentor/Application.php
+++ b/src/phpDocumentor/Application.php
@@ -12,13 +12,12 @@
namespace phpDocumentor;
-use \Symfony\Component\Console\Input\InputInterface;
+/**
+ * Finds and activa... | Fix comment of revision 1ec1fa3d
The Autoloader in the DIC is not properly initialized. Only the path to the autoloader is stored.
Also remove the duplication between the top of the file and the inclusion of the autoloader since
the code required to find the autoloader has become more complex. | phpDocumentor_phpDocumentor2 | train |
54a680960674adef74fea95b8185d83ccfbe1bb2 | diff --git a/flake8_filename/__init__.py b/flake8_filename/__init__.py
index <HASH>..<HASH> 100644
--- a/flake8_filename/__init__.py
+++ b/flake8_filename/__init__.py
@@ -45,7 +45,7 @@ class FilenameChecker(object):
for single_line in filename_data:
a = [s.strip() for s in single_l... | Add config to include extension in filter_regex | rcbops_flake8-filename | train |
92d7f2e706cecefb237ba5ca0a1b550efcaa71ae | diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/ModelsCommand.php
+++ b/src/Console/ModelsCommand.php
@@ -1097,7 +1097,14 @@ class ModelsCommand extends Command
}
$modelName = get_class($model);
- $factory = get_class($m... | fix ide-helper:models error if model doesn't have factory | barryvdh_laravel-ide-helper | train |
9146ace1cbc8e8e4cfebe93daeb26808e409ff7a | diff --git a/platform/net/firewall_provider_linux.go b/platform/net/firewall_provider_linux.go
index <HASH>..<HASH> 100644
--- a/platform/net/firewall_provider_linux.go
+++ b/platform/net/firewall_provider_linux.go
@@ -47,9 +47,8 @@ func SetupNatsFirewall(mbus string) error {
if err != nil {
if errors.Is(err, cgro... | Fix golint issues to unblock ci
```
platform/net/firewall_provider_linux.go:<I>:<I>: if block ends with a return statement, so drop this else and outdent its block
``` | cloudfoundry_bosh-agent | train |
0de805b419c218ca606a03eaa674fa62e2062e8a | diff --git a/lib/DB/dsql/mysql.php b/lib/DB/dsql/mysql.php
index <HASH>..<HASH> 100644
--- a/lib/DB/dsql/mysql.php
+++ b/lib/DB/dsql/mysql.php
@@ -5,6 +5,10 @@
* rendering methods which appear differently on your database.
*/
class DB_dsql_mysql extends DB_dsql {
+ function init(){
+ parent::init();
+ ... | MySQL supports alias in "update" which are needed for addCondition() in models | atk4_atk4 | train |
d7bb1f733352399aba88e0178203ba4077ac954a | diff --git a/master/buildbot/process/buildrequestdistributor.py b/master/buildbot/process/buildrequestdistributor.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/process/buildrequestdistributor.py
+++ b/master/buildbot/process/buildrequestdistributor.py
@@ -65,7 +65,7 @@ class BuildChooserBase(object):
wo... | buildrequestdistributor: Disable coverage on return after returnValue | buildbot_buildbot | train |
424b23033f2f9ef4b5907fedcf8f8f36861c5d5c | diff --git a/src/Rcm/Controller/PageSearchApiController.php b/src/Rcm/Controller/PageSearchApiController.php
index <HASH>..<HASH> 100644
--- a/src/Rcm/Controller/PageSearchApiController.php
+++ b/src/Rcm/Controller/PageSearchApiController.php
@@ -2,16 +2,21 @@
namespace Rcm\Controller;
+use Rcm\Plugin\BaseControll... | got dialog box to pop up for navigation. | reliv_Rcm | train |
4fbbbe7d1f6c4951a466b96183b9291e2401a9c5 | diff --git a/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/parsing/parser/statement/dql/select/SelectStatement.java b/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/parsing/parser/statement/dql/select/SelectStatement.java
index <HASH>..<HASH> 100644
--- a/sharding-jdbc-core/src/... | refactor select sub query 3rd version | apache_incubator-shardingsphere | train |
e5fdbfb48a9b8f010aecf450f99281283bab22af | diff --git a/recovery_test.go b/recovery_test.go
index <HASH>..<HASH> 100644
--- a/recovery_test.go
+++ b/recovery_test.go
@@ -91,7 +91,7 @@ func TestRecovery_formatter(t *testing.T) {
recorder := httptest.NewRecorder()
formatter := newTestOutput()
- req, _ := http.NewRequest("GET", "http://localhost:3003/somePat... | Attempt to fix CI
Apparently, http.NoBody was not the best choice. | urfave_negroni | train |
f40576d06b9b1add07054c9c33c306af75f524c3 | diff --git a/lib/demeteorizer.js b/lib/demeteorizer.js
index <HASH>..<HASH> 100644
--- a/lib/demeteorizer.js
+++ b/lib/demeteorizer.js
@@ -219,7 +219,7 @@ Demeteorizer.prototype.createPackageJSON = function(dependencies, input, output,
// Remove spaces.
name = name.replace(/' '/g, '');
- var nodeVersionJSON = ... | Removed leading v from node version added to package.json. | XervoIO_demeteorizer | train |
3975208552f2ae7813cd4a19380e3ab81847a1ad | diff --git a/js/bitmax.js b/js/bitmax.js
index <HASH>..<HASH> 100644
--- a/js/bitmax.js
+++ b/js/bitmax.js
@@ -312,12 +312,26 @@ module.exports = class bitmax extends Exchange {
request['n'] = limit; // default = maximum = 100
}
const response = await this.publicGetDepth (this.extend (req... | bitmax fetchOrderBook edits | ccxt_ccxt | train |
5ede387a70e56eb6b89c18acf00abdbf16908d20 | diff --git a/client/driver/executor/executor.go b/client/driver/executor/executor.go
index <HASH>..<HASH> 100644
--- a/client/driver/executor/executor.go
+++ b/client/driver/executor/executor.go
@@ -247,14 +247,15 @@ func (e *UniversalExecutor) LaunchCmd(command *ExecCommand, ctx *ExecutorContext
}
e.ctx.TaskEnv.... | Update comments and pushdown a lock into the resource container | hashicorp_nomad | train |
0ab12c3db02c7f559c85b8e37cde3a09332018da | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(
- name='model_script',
+ name='psamm',
version='0.7',
description='Metabolic modelling tools',
maintainer='Jon Lund Steffensen', | setup.py: Change name of package to "psamm" | zhanglab_psamm | train |
ab05230b08afe5388e99fa45b7e115f65219fcd3 | diff --git a/lib/components/app/batch-routing-panel.js b/lib/components/app/batch-routing-panel.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/batch-routing-panel.js
+++ b/lib/components/app/batch-routing-panel.js
@@ -51,7 +51,7 @@ class BatchRoutingPanel extends Component {
<BatchSettings />
... | improvement(UserSettings): Add scrolling for batch/calltaker UIs. | opentripplanner_otp-react-redux | train |
50dd38db434ef702a3fedf59f3cda63fa0d6b489 | diff --git a/api/src/main/java/javax/enterprise/util/AnnotationLiteral.java b/api/src/main/java/javax/enterprise/util/AnnotationLiteral.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/javax/enterprise/util/AnnotationLiteral.java
+++ b/api/src/main/java/javax/enterprise/util/AnnotationLiteral.java
@@ -253,7 +25... | Inline method used only once on AnnotationLiteral | cdi-spec_cdi | train |
add8de39cfb971d1947c25506d886e0b938847a5 | diff --git a/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.java b/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/com/swmansion/rnscreens/ScreenStackHeaderConfig.java
+++ b/android/src/main/java/com/swmansion/rnsc... | Don't clip custom header subviews on Android (#<I>)
This is most noticeable when using icons with ripple overflow. | kmagiera_react-native-screens | train |
88aa28780ee3367e1815ec878336f2cb7f451825 | diff --git a/ddl/db_integration_test.go b/ddl/db_integration_test.go
index <HASH>..<HASH> 100644
--- a/ddl/db_integration_test.go
+++ b/ddl/db_integration_test.go
@@ -2290,6 +2290,11 @@ func (s *testSerialDBSuite1) TestAddExpressionIndex(c *C) {
tk.MustQuery("select * from t;").Check(testkit.Rows("1 2.1"))
+ // I... | ddl: fix creating expression in clustered index table (#<I>) | pingcap_tidb | train |
252aee8c34986d2fab5ae3ea28c1e7e7c47048b0 | diff --git a/multiqc/modules/custom_content/custom_content.py b/multiqc/modules/custom_content/custom_content.py
index <HASH>..<HASH> 100644
--- a/multiqc/modules/custom_content/custom_content.py
+++ b/multiqc/modules/custom_content/custom_content.py
@@ -108,7 +108,7 @@ def custom_module_classes():
... | Custom Content: Fixed newly introduced dict immutibility bug | ewels_MultiQC | train |
0275262a5ed592b23e269623d2e6f509f4cf04bc | diff --git a/h2o-algos/src/test/java/hex/deeplearning/DeepLearningProstateTest.java b/h2o-algos/src/test/java/hex/deeplearning/DeepLearningProstateTest.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/test/java/hex/deeplearning/DeepLearningProstateTest.java
+++ b/h2o-algos/src/test/java/hex/deeplearning/DeepLearnin... | rename currents rapids
DL test uses new syntax and tmp lifetime | h2oai_h2o-3 | train |
6418486c69bab95386752172d12ef79bb4f54681 | diff --git a/install/lang/de_utf8/installer.php b/install/lang/de_utf8/installer.php
index <HASH>..<HASH> 100644
--- a/install/lang/de_utf8/installer.php
+++ b/install/lang/de_utf8/installer.php
@@ -155,7 +155,7 @@ $string['memorylimithelp'] = '<p>Die PHP-Einstellung memory_limit für Ihren Ser
<p>Wir empfehlen die Ein... | Automatic installer.php lang files by installer_builder (<I>) | moodle_moodle | train |
96953fafc079c6cf3e39c6d4f97693d86b7274b0 | diff --git a/src/set-core.js b/src/set-core.js
index <HASH>..<HASH> 100644
--- a/src/set-core.js
+++ b/src/set-core.js
@@ -445,7 +445,7 @@ assign(Algebra.prototype, {
return this.evaluateOperator(compare.intersection, a, b);
},
/**
- * @function can-set.Algebra.prototype.intersection intersection
+ * @function... | fixing intersection vs count docs | canjs_can-set | train |
56628c7adffb4b5436257255f55e31b85b58aa8f | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -800,12 +800,14 @@ jQuery.extend({
deferred = {
// then( f1, f2, ...)
- then: function() {
+ then: function then() {
if ( ! cancelled ) {
var args = arguments,
... | Fixed a loop that only worked in webkit. | jquery_jquery | train |
bc879896a15721f2b963e3a56b161273136119dd | diff --git a/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/kafka/entity/KafkaClient.java b/structr-modules/structr-messaging-engine-module/src/main/java/org/structr/messaging/implementation/kafka/entity/KafkaClient.java
index <HASH>..<HASH> 100644
--- a/structr-modul... | Fixes bug in KafkaClient that lead to it's worker thread to crash. Fixed group id updates within worker thread. | structr_structr | train |
e4a5af8e90d20d8e956f4946deef1bd2e085c947 | diff --git a/tests/TestCase/ORM/DomainRulesIntegrationTest.php b/tests/TestCase/ORM/DomainRulesIntegrationTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/ORM/DomainRulesIntegrationTest.php
+++ b/tests/TestCase/ORM/DomainRulesIntegrationTest.php
@@ -297,6 +297,32 @@ class DomainRulesIntegrationTest extends Tes... | Adding another test for the IsUnique rule | cakephp_cakephp | train |
2088bc3e1520f1e28cd47f5bc6e13e1b5f8b211d | diff --git a/src/metpy/calc/thermo.py b/src/metpy/calc/thermo.py
index <HASH>..<HASH> 100644
--- a/src/metpy/calc/thermo.py
+++ b/src/metpy/calc/thermo.py
@@ -3566,4 +3566,4 @@ def cross_totals(pressure, temperature, dewpoint):
# Calculate vertical totals.
ct = td850 - t500
- return ct
\ No newline at en... | Fix no newline at end of file. | Unidata_MetPy | train |
c5006d09aafbeb455dad6aa4b776c8071f1dac8a | diff --git a/jarn/mkrelease/scm.py b/jarn/mkrelease/scm.py
index <HASH>..<HASH> 100644
--- a/jarn/mkrelease/scm.py
+++ b/jarn/mkrelease/scm.py
@@ -13,13 +13,12 @@ from chdir import DirStack, chdir
from exit import err_exit, warn
from lazy import lazy
-version_re = re.compile(r'version ([0-9.]+)', re.IGNORECASE)
-
... | Move regex into SCM class. | Jarn_jarn.mkrelease | train |
25757049d3a51df58de1b9f8cc6e5db64488e598 | diff --git a/builtin/logical/totp/backend.go b/builtin/logical/totp/backend.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/totp/backend.go
+++ b/builtin/logical/totp/backend.go
@@ -2,9 +2,11 @@ package totp
import (
"strings"
+ "time"
"github.com/hashicorp/vault/logical"
"github.com/hashicorp/vault/log... | Ensure TOTP codes cannot be reused. (#<I>) | hashicorp_vault | train |
6f22ba5ee15782ed6a1fa1b6cd4de47d60e8d05b | diff --git a/lib/link.js b/lib/link.js
index <HASH>..<HASH> 100644
--- a/lib/link.js
+++ b/lib/link.js
@@ -244,13 +244,15 @@ exports.close = function(socket, data) { // {{{2
}
doIt(socket);
- mate && doIt(mate);
+ doIt(mate);
return;
}
- throw Ose.error('invalidArgs', arguments);
+ throw ... | Change: Error logging of links | OpenSmartEnvironment_ose | train |
2be3228294ca53d73cbfe0f4eda4591e4dd8eef6 | diff --git a/py3status/modules/insync.py b/py3status/modules/insync.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/insync.py
+++ b/py3status/modules/insync.py
@@ -31,9 +31,7 @@ class Py3status:
format = '{status} {queued}'
def check_insync(self, i3s_output_list, i3s_config):
- status = check_... | Insync fixes from @Cpher1 | ultrabug_py3status | train |
f66c721e79fec9e51bd76841969db92a830cc6e7 | diff --git a/website/data/docs-navigation.js b/website/data/docs-navigation.js
index <HASH>..<HASH> 100644
--- a/website/data/docs-navigation.js
+++ b/website/data/docs-navigation.js
@@ -40,7 +40,8 @@ export default [
'pgp-gpg-keybase',
'recovery-mode',
'resource-quotas',
- 'client-count'
+ ... | Link to transform concepts page in sidebar. (#<I>)
* Link to transform concepts page in sidebar
* , | hashicorp_vault | train |
c9003dd775935dff95d42030d59aba58d395d7cf | diff --git a/RULES.md b/RULES.md
index <HASH>..<HASH> 100644
--- a/RULES.md
+++ b/RULES.md
@@ -407,3 +407,31 @@ space:
Note: this rule will fire if either side of the header contains multiple
spaces.
+
+## MD022 - Headers should be surrounded by blank lines
+
+Tags: headers, blank_lines
+
+This rule is triggered wh... | MD<I> - Headers should be surrounded by blank lines
Fixes #9
Because kramdown doesn't parse headers that don't start on a block boundary,
there is some code to manually check text blocks for things that look like
headers, and it checks to see if they have blank lines before. | markdownlint_markdownlint | train |
c22cb63b6ede241f70eec08ad9f83571144b7fab | diff --git a/lib/es8/Tab.js b/lib/es8/Tab.js
index <HASH>..<HASH> 100644
--- a/lib/es8/Tab.js
+++ b/lib/es8/Tab.js
@@ -95,38 +95,28 @@ class Tab {
return this._callToTabDriver((callback) => { this._tabDriver._open(url, options, callback) }, callback, true) // use multiArgs
}
- // TODO re-factor, merge this with ... | isPresent, isVisible re-factored, merged | phantombuster_nickjs | train |
0a2751ce9fd99241662fe7936964fc2f4158950b | diff --git a/spec/physical_volume_spec.rb b/spec/physical_volume_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/physical_volume_spec.rb
+++ b/spec/physical_volume_spec.rb
@@ -47,8 +47,14 @@ eos
end
describe "#create" do
+ before do
+ @disk = LinuxAdmin::Disk.new :path => '/dev/hda'
+ @disk.stub(:si... | Stub Disk#size to prevent shelling out on PhysicalVolume.create
Resolves "No such file or directory - /sbin/fdisk -l" failures on a Mac. | ManageIQ_linux_admin | train |
cf01f7093fa3724c9461a18c0308de17e21096e4 | diff --git a/js/bam.js b/js/bam.js
index <HASH>..<HASH> 100644
--- a/js/bam.js
+++ b/js/bam.js
@@ -379,7 +379,7 @@ BamFile.prototype.readBamRecords = function(ba, offset, sink, min, max, chrId, o
while (true) {
var blockSize = readInt(ba, offset);
var blockEnd = offset + blockSize + 4;
- i... | Pick up final BAM read in a block. | dasmoth_dalliance | train |
e64445e351b4f5074007c0b3a9aa7cb49fcf084a | diff --git a/server/webapp/WEB-INF/rails.new/spec/controllers/api_v1/admin/packages_controller_spec.rb b/server/webapp/WEB-INF/rails.new/spec/controllers/api_v1/admin/packages_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/server/webapp/WEB-INF/rails.new/spec/controllers/api_v1/admin/packages_controller_spec.rb
+... | Fix specs that broke because of missing param | gocd_gocd | train |
27c430a89d0b98f170ddf873fd26684907c98e7c | diff --git a/higlass/server.py b/higlass/server.py
index <HASH>..<HASH> 100644
--- a/higlass/server.py
+++ b/higlass/server.py
@@ -358,7 +358,7 @@ class Server:
# we're going to assign a uuid to each server process so that if anything
# goes wrong, the variable referencing the process doesn't get lo... | Make compatible with Python <I> | higlass_higlass-python | train |
2485a37f4cb1e8eb979897ce8bae5fe29240200c | diff --git a/traces/histogram.py b/traces/histogram.py
index <HASH>..<HASH> 100644
--- a/traces/histogram.py
+++ b/traces/histogram.py
@@ -120,11 +120,11 @@ class Histogram(sortedcontainers.SortedDict):
def max(self):
"""Maximum observed value."""
- return self.iloc[-1]
+ return self.keys(... | got rid of deprecated calls to iloc | datascopeanalytics_traces | train |
e3e80997b1d90132ec456cf72bdf3ff2050dadb1 | diff --git a/lib/twingly/url/null_url.rb b/lib/twingly/url/null_url.rb
index <HASH>..<HASH> 100644
--- a/lib/twingly/url/null_url.rb
+++ b/lib/twingly/url/null_url.rb
@@ -1,4 +1,4 @@
-require "twingly/url"
+require_relative "../url"
module Twingly
class URL | OCD change
We seem to use “require_relative” in /lib and “require” in /spec | twingly_twingly-url | train |
747e28cfb62d739c0f11c0301e5272919e705711 | diff --git a/autopep8.py b/autopep8.py
index <HASH>..<HASH> 100755
--- a/autopep8.py
+++ b/autopep8.py
@@ -236,6 +236,7 @@ class FixPEP8(object):
self.source[result['line'] - 1] = fixed
def fix_e261(self, result):
+ """Fix spacing before comment hash."""
target = self.source[result['line... | Improve fix_e<I>()
It now handles cases like
'abc' #comment #comment again | hhatto_autopep8 | train |
0ef89c8e47f8a85421f29314b1446930511961c2 | diff --git a/AUTHORS b/AUTHORS
index <HASH>..<HASH> 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -13,3 +13,4 @@ Gerrit Renker <Gerrit.Renker@ctl.io>
Rene Kaufmann <kaufmann.r@gmail.com>
Ben Krieger <blitzrk@gmail.com>
Hasan Pekdemir <hpekdemir.smart@googlemail.com>
+Sega Okhiria <sega.okhiria@gmail.com>
diff --git a/conn.g... | Fix deadlock when Dialing and closing multiple times for a socket. Also Fix for leaking connections when calling dialer.Close() and not socket.Close() (#<I>) | nanomsg_mangos-v1 | train |
59de82ccd58b039678eb466a01da36bf6cd92fb0 | diff --git a/sacad/recurse.py b/sacad/recurse.py
index <HASH>..<HASH> 100755
--- a/sacad/recurse.py
+++ b/sacad/recurse.py
@@ -152,18 +152,21 @@ def embed_album_art(cover_filepath, path):
if ext in AUDIO_EXTENSIONS:
filepath = os.path.join(path, filename)
mf = mutagen.File(filepath)
- if isinsta... | Recurse: Improve tag type detection when embedding cover | desbma_sacad | train |
83d9544c893697ae33f94c79b78602f02153ffd4 | diff --git a/src/main/java/org/cp/elements/lang/factory/ObjectFactory.java b/src/main/java/org/cp/elements/lang/factory/ObjectFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cp/elements/lang/factory/ObjectFactory.java
+++ b/src/main/java/org/cp/elements/lang/factory/ObjectFactory.java
@@ -21,13 +21,14 ... | Refer to the Abstract Factory Software Design Pattern in the ObjectFactory interface. | codeprimate-software_cp-elements | train |
1c42b28d28239e23c5d7fcddc5dbfc6286de5600 | diff --git a/src/Routing/Filter/ThrottleFilter.php b/src/Routing/Filter/ThrottleFilter.php
index <HASH>..<HASH> 100644
--- a/src/Routing/Filter/ThrottleFilter.php
+++ b/src/Routing/Filter/ThrottleFilter.php
@@ -86,11 +86,22 @@ class ThrottleFilter extends DispatcherFilter
$response = new Response(['body' => $t... | Moves header logic to afterDispatch to support exceptions etc
Adds tests | UseMuffin_Throttle | train |
eac9a42b0a55e28a5bd8fd524e22e4a7e05c5c64 | diff --git a/websockets/src/main/java/io/undertow/websockets/StreamSinkFrameChannel.java b/websockets/src/main/java/io/undertow/websockets/StreamSinkFrameChannel.java
index <HASH>..<HASH> 100644
--- a/websockets/src/main/java/io/undertow/websockets/StreamSinkFrameChannel.java
+++ b/websockets/src/main/java/io/undertow/... | Check if the StreamSinkFrameChannel is currently in use if not return 0 on all write(..) and transfer*(..) methods | undertow-io_undertow | train |
22c8363ba2781765c46f8b86feddb4e5c770a138 | diff --git a/core/lib/refinery/menu_item.rb b/core/lib/refinery/menu_item.rb
index <HASH>..<HASH> 100644
--- a/core/lib/refinery/menu_item.rb
+++ b/core/lib/refinery/menu_item.rb
@@ -13,6 +13,15 @@ module Refinery
}
end
+ def ancestors
+ return @ancestors if @ancestors
+ @ancestors = []
+ ... | Added .ancestors to menu items. | refinery_refinerycms | train |
1cd27cbc3ed004fa82c9cfcd1d5c51fb361df150 | diff --git a/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java b/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java
index <HASH>..<HASH> 100644
--- a/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java
+++ b/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java
@... | XODUS-CR-<I>: explicit creation of SharedMappedFilesCache | JetBrains_xodus | train |
af8c973060b072d945d93c49ff13bb10740721a1 | diff --git a/flat/style/flat.viewer.js b/flat/style/flat.viewer.js
index <HASH>..<HASH> 100644
--- a/flat/style/flat.viewer.js
+++ b/flat/style/flat.viewer.js
@@ -410,11 +410,10 @@ function rendercorrection(correctionid, addlabels, explicitnew) {
function checkparentincorrection(annotation, correctionid) {
var pa... | reverting most of the previous commit in favour of a better solution in line with how it was prior to refactor #<I> #<I> | proycon_flat | train |
2f3961d65f48aeba55552f96dbefde7cd771d08f | diff --git a/src/Form/Fields/Formatters/AutocompleteFormatter.php b/src/Form/Fields/Formatters/AutocompleteFormatter.php
index <HASH>..<HASH> 100644
--- a/src/Form/Fields/Formatters/AutocompleteFormatter.php
+++ b/src/Form/Fields/Formatters/AutocompleteFormatter.php
@@ -3,6 +3,7 @@
namespace Code16\Sharp\Form\Fields\F... | Generalize ArrayConverter to Autocomplete | code16_sharp | train |
1cde9091d72eea79ccabbb33d861746b8045f8a3 | diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/nodemodel/impl/SerializableNodeModel.java
+... | [nodemodel][minor] Fixed NPE warnings in serialization code | eclipse_xtext-core | train |
91764b3aa9ea039b832361f3bc739181ee98dac5 | diff --git a/docs/release_notes.rst b/docs/release_notes.rst
index <HASH>..<HASH> 100644
--- a/docs/release_notes.rst
+++ b/docs/release_notes.rst
@@ -14,6 +14,7 @@ New Features
Bug Fixes
* Update convention support documentation (#386, #393)
+* Detect inner asynchronous functions for D202 (#467)
5.0.2 - January... | Detect inner asynchronous functions for D<I> exemption (#<I>)
* fix: regex to catch inner functions doesn't catch asynchronous ones
* add release note
* release notes: add D<I> precision | PyCQA_pydocstyle | train |
718843809b28ebdbf50b470cfc0dc16a703265ab | diff --git a/openquake/hazardlib/gsim/bommer_2009.py b/openquake/hazardlib/gsim/bommer_2009.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/gsim/bommer_2009.py
+++ b/openquake/hazardlib/gsim/bommer_2009.py
@@ -55,21 +55,11 @@ def get_site_amplification(C, vs30):
return C["v1"] * np.log(vs30)
-def get_... | Ported more GMPEs | gem_oq-engine | train |
1903d8cd59afdb035078b809d226e94f41e3237a | diff --git a/python/sdss_access/path/path.py b/python/sdss_access/path/path.py
index <HASH>..<HASH> 100644
--- a/python/sdss_access/path/path.py
+++ b/python/sdss_access/path/path.py
@@ -685,7 +685,8 @@ class BasePath(object):
for c in alternates if re.search(self._comp_regex, c)]))
... | bug fix with wildcard and compressions | sdss_sdss_access | train |
f006162cf326dd552535a58ffc62ff8acc9121bf | diff --git a/bin/release.py b/bin/release.py
index <HASH>..<HASH> 100755
--- a/bin/release.py
+++ b/bin/release.py
@@ -348,7 +348,8 @@ def release():
prettyprint("Step 7: Uploading Artifacts", Levels.INFO)
do_task(upload_artifacts, [base_dir, version], async_processes)
- do_task(upload_artifacts, [... | ISPN-<I> release.py script fails due to as-modules split | infinispan_infinispan | train |
1c4da54d7d86ba442762da7701a10a4fe0d879cc | diff --git a/twitter4j-media-support/src/main/java/twitter4j/media/PlixiUpload.java b/twitter4j-media-support/src/main/java/twitter4j/media/PlixiUpload.java
index <HASH>..<HASH> 100644
--- a/twitter4j-media-support/src/main/java/twitter4j/media/PlixiUpload.java
+++ b/twitter4j-media-support/src/main/java/twitter4j/medi... | TFJ-<I> Twitpic/PlixiUpload now throws IllegalStateException if no API key is specified. | Twitter4J_Twitter4J | train |
570e02c96a12ad06888b4ba8d6d8bd3262705dcf | diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/javascript_helper.rb
+++ b/actionpack/lib/action_view/helpers/javascript_helper.rb
@@ -37,39 +37,6 @@ module ActionView
... | Move button_to_function to prototype helper | rails_rails | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.