hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
028f0c0aa110eecc237a7d243405e725df5e167e | diff --git a/zubbi/scraper/repos/github.py b/zubbi/scraper/repos/github.py
index <HASH>..<HASH> 100644
--- a/zubbi/scraper/repos/github.py
+++ b/zubbi/scraper/repos/github.py
@@ -138,7 +138,11 @@ class GitHubRepository(Repository):
return flat_blame
def _get_repo_object(self):
- owner, repo_name ... | Avoid splitting invalid GH repository names
This invalid repo name actually comes from a bug in the tenant config
parser, which results in a repo 'include' that cannot be split into
(owner, /, repo). Thus, the error should be fixed directly in the tenant
parser. Still, I find it's a good idea to make this part more
ro... | bmwcarit_zubbi | train |
bce462ceb0df329b2a53a611285ad436384e5dd4 | diff --git a/test/integration/sandbox-libraries/ajv.test.js b/test/integration/sandbox-libraries/ajv.test.js
index <HASH>..<HASH> 100644
--- a/test/integration/sandbox-libraries/ajv.test.js
+++ b/test/integration/sandbox-libraries/ajv.test.js
@@ -24,14 +24,14 @@ describe('sandbox library - AJV', function () {
... | Test: Disable Ajv logs | postmanlabs_postman-runtime | train |
619dcd7130455a0880ff0297c59c7dd01670b96a | diff --git a/udata/harvest/backends/ods.py b/udata/harvest/backends/ods.py
index <HASH>..<HASH> 100644
--- a/udata/harvest/backends/ods.py
+++ b/udata/harvest/backends/ods.py
@@ -22,6 +22,7 @@ class OdsHarvester(BaseBackend):
LICENSES = {
"Open Database License (ODbL)": "odc-odbl",
"Licence Ouver... | Added alternative Open License labelling handling | opendatateam_udata | train |
451b3cc96db2b3595fb35f5a3bc3b6e4a49a1978 | diff --git a/src/messaging.js b/src/messaging.js
index <HASH>..<HASH> 100644
--- a/src/messaging.js
+++ b/src/messaging.js
@@ -13,22 +13,33 @@ export function getMessage(channel) {
})
}
-
export function pushMessage(channel, message) {
assertChannel(channel)
channel.pushToQueue(channel.queue, message)
}
... | Sliding and dropping chanels | vacuumlabs_yacol | train |
3ba7af30e7d8195957a98047f377547e4cb04cfa | diff --git a/jquery.fileupload.js b/jquery.fileupload.js
index <HASH>..<HASH> 100644
--- a/jquery.fileupload.js
+++ b/jquery.fileupload.js
@@ -1,5 +1,5 @@
/*
- * jQuery File Upload Plugin 3.8.1
+ * jQuery File Upload Plugin 3.8.2
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tscha... | Update to find file input fields without a surrounding form. | blueimp_jQuery-File-Upload | train |
825e83afc2802c22d626aa92d38e14355c14416b | diff --git a/orator/query/builder.py b/orator/query/builder.py
index <HASH>..<HASH> 100644
--- a/orator/query/builder.py
+++ b/orator/query/builder.py
@@ -1605,12 +1605,16 @@ class QueryBuilder(object):
:param query: The query to merge with
:type query: QueryBuilder
"""
+ self.columns ... | Merging queries also merges columns.
Fixes #<I> | sdispater_orator | train |
fc65b3806feea088d68cadab14fc0855d81ae46a | diff --git a/MAVProxy/mavproxy.py b/MAVProxy/mavproxy.py
index <HASH>..<HASH> 100644
--- a/MAVProxy/mavproxy.py
+++ b/MAVProxy/mavproxy.py
@@ -237,6 +237,7 @@ class MPState(object):
MPSetting('streamrate2', int, 4, 'Stream rate link2', range=(-1,500), increment=1),
MPSetting('heartbeat', f... | added mavfwd_disarmed settings
allows for forwarding from downstream links only when disarmed,
allowing then to connect and get parameters but not impact on flight | ArduPilot_MAVProxy | train |
77c3d8a67839c8b1f24413af5a2937a59f278ec7 | diff --git a/lib/Dough/Twig/DoughExtension.php b/lib/Dough/Twig/DoughExtension.php
index <HASH>..<HASH> 100644
--- a/lib/Dough/Twig/DoughExtension.php
+++ b/lib/Dough/Twig/DoughExtension.php
@@ -49,8 +49,12 @@ class DoughExtension extends \Twig_Extension
* @param MoneyInterface $money A MoneyInterface instance... | Return 0 when a null is passed into dough_currency | merk_Dough | train |
73bff7730004908be2a9b23cb0da37c16c167116 | diff --git a/lib/benchmark/bigo.rb b/lib/benchmark/bigo.rb
index <HASH>..<HASH> 100644
--- a/lib/benchmark/bigo.rb
+++ b/lib/benchmark/bigo.rb
@@ -41,7 +41,7 @@ module Benchmark
$stdout.sync = sync
- return job.reports
+ return job.full_report
end
end
diff --git a/lib/benchmark/bigo/job.r... | Switch @reports to @full_report
To match changes in Benchmark::IPS, change references to @reports to
@full_report | davy_benchmark-bigo | train |
69d00fb9369172f8337d688a3196db10d950597f | diff --git a/test/extended/oauth/groupsync.go b/test/extended/oauth/groupsync.go
index <HASH>..<HASH> 100644
--- a/test/extended/oauth/groupsync.go
+++ b/test/extended/oauth/groupsync.go
@@ -10,8 +10,12 @@ import (
g "github.com/onsi/ginkgo"
o "github.com/onsi/gomega"
+ "time"
+
"github.com/openshift/origin/tes... | try to fix flake copying groupsync.sh | openshift_origin | train |
4fab1c0888aaa6c4e4568c53ba26eecae85a25bd | diff --git a/packages/site/pages/components/dropdown.js b/packages/site/pages/components/dropdown.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/dropdown.js
+++ b/packages/site/pages/components/dropdown.js
@@ -1,5 +1,6 @@
/* eslint-disable react/display-name */
import React, { forwardRef, useStat... | style(site): fix some linting errors | pluralsight_design-system | train |
5bb37a15e63ae8f747c9ff19383dd0c856f06390 | diff --git a/lib/Mongo/MongoCollection.php b/lib/Mongo/MongoCollection.php
index <HASH>..<HASH> 100644
--- a/lib/Mongo/MongoCollection.php
+++ b/lib/Mongo/MongoCollection.php
@@ -667,7 +667,11 @@ class MongoCollection
*/
public function deleteIndexes()
{
- return TypeConverter::toLegacy($this->co... | Properly catch exceptions when deleting indexes | alcaeus_mongo-php-adapter | train |
2371d8cb1c4b4e66871a4745e6fc0fec567b362e | diff --git a/troposphere/autoscaling.py b/troposphere/autoscaling.py
index <HASH>..<HASH> 100644
--- a/troposphere/autoscaling.py
+++ b/troposphere/autoscaling.py
@@ -206,6 +206,41 @@ class StepAdjustments(AWSProperty):
}
+class MetricDimension(AWSProperty):
+ props = {
+ 'Name': (basestring, True),
... | Add TargetTrackingConfiguration to AutoScaling::ScalingPolicy | cloudtools_troposphere | train |
1e8d8d7f183b264286de21d9ac1e07594aa3e86a | diff --git a/src/CRUDlex/Entity.php b/src/CRUDlex/Entity.php
index <HASH>..<HASH> 100644
--- a/src/CRUDlex/Entity.php
+++ b/src/CRUDlex/Entity.php
@@ -145,10 +145,13 @@ class Entity {
$this->set($field, $file->getClientOriginalName());
}
} else if ($type === 'many') {
... | don't crash if no many value was given | philiplb_CRUDlex | train |
d8e980a9dda8a1eb4eec259104042a44c79ba872 | diff --git a/pake.py b/pake.py
index <HASH>..<HASH> 100644
--- a/pake.py
+++ b/pake.py
@@ -152,9 +152,7 @@ class Target(object):
content = urllib2.urlopen(url).read()
if md5 and hashlib.md5(content).hexdigest() != md5:
raise BuildError(self, 'corrupt download')
- # FIXME Python on ... | Upgrade to latest version of pake | openlayers_openlayers | train |
77e2f1636eca738ba49945647b7c61313f1796a9 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -191,6 +191,10 @@ get information on a chat
##### `#getChatAdministrators(chatId)`
get the administrators of a chat
- chatId: the chat's id
+-
+##### `#getChatMembersCount(chatId)`
+get the number of members of a chat
+... | add getChatMembersCount method | m90_telegram-bot-client | train |
87ba5d2b4b7a3bcbaf54394ae3a5d9671ba7aa79 | diff --git a/ayrton/utils.py b/ayrton/utils.py
index <HASH>..<HASH> 100644
--- a/ayrton/utils.py
+++ b/ayrton/utils.py
@@ -100,10 +100,8 @@ def dump_dict (d, level=1): # pragma: no cover
def read (src, buf_len):
if isinstance (src, int):
return os.read (src, buf_len)
- elif isinstance (src, socket):
... | [*] paramiko.channel.Channel does not have read()/write() ops, but recv()/send(). | StyXman_ayrton | train |
0bf73877f860a86d9cf601154e9a9f76292e63c9 | diff --git a/smmap/mman.py b/smmap/mman.py
index <HASH>..<HASH> 100644
--- a/smmap/mman.py
+++ b/smmap/mman.py
@@ -7,6 +7,7 @@ import sys
import mmap
from mmap import PAGESIZE
+from sys import getrefcount
#{ Utilities
@@ -71,7 +72,6 @@ class MappedRegion(object):
__slots__ = [
'_b' , # beginning of ma... | Fixed bug in test case as it didn't properly align its offset to a page | gitpython-developers_smmap | train |
a7a536ec07381178ace6e3abd6b85a5a7f88f012 | diff --git a/tests/sample/morris/test_morris_strategies.py b/tests/sample/morris/test_morris_strategies.py
index <HASH>..<HASH> 100644
--- a/tests/sample/morris/test_morris_strategies.py
+++ b/tests/sample/morris/test_morris_strategies.py
@@ -7,8 +7,10 @@ from SALib.sample.morris.brute import BruteForce
from SALib.uti... | Adds fixed random seeds to failing tests | SALib_SALib | train |
63f17cd0f9804ab16c901f3c75d17acfbcb42cf4 | diff --git a/js/language/c.js b/js/language/c.js
index <HASH>..<HASH> 100644
--- a/js/language/c.js
+++ b/js/language/c.js
@@ -7,6 +7,7 @@
*/
Rainbow.extend('c', [
{
+ 'name': 'meta.preprocessor',
'matches': {
1: [
{
@@ -14,11 +15,11 @@ Rainbow.extend('c', [
... | Preprocessor tweaks
-Keep the hash separate from the group matches
-Add a global class to the entire group | ccampbell_rainbow | train |
98056a680fde6bede9ce4c159b72d1ac01bf9067 | diff --git a/setuptools/tests/test_test.py b/setuptools/tests/test_test.py
index <HASH>..<HASH> 100644
--- a/setuptools/tests/test_test.py
+++ b/setuptools/tests/test_test.py
@@ -93,10 +93,6 @@ def test_test(capfd):
assert out == 'Foo\n'
-@pytest.mark.skipif(
- sys.version_info < (2, 7),
- reason="No dis... | Remove pytest marker and code for Python < <I> | pypa_setuptools | train |
b8a7013f62afd02c7bddc3d5c4022a215ca9bd7d | diff --git a/lib/adapter.js b/lib/adapter.js
index <HASH>..<HASH> 100644
--- a/lib/adapter.js
+++ b/lib/adapter.js
@@ -3,13 +3,20 @@
* Licensed under the terms of the MIT License (see LICENSE.md).
*/
-( function( window ) {
+( function( window, factory ) {
'use strict';
+ // Chai doesn't go global if AMD is a... | Made the adapter compatible with chai in AMD. | benderjs_benderjs-chai | train |
85e1c2127c7f68f6d980125802b85325a3aac568 | diff --git a/src/com/opera/core/systems/OperaDesktopDriver.java b/src/com/opera/core/systems/OperaDesktopDriver.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/OperaDesktopDriver.java
+++ b/src/com/opera/core/systems/OperaDesktopDriver.java
@@ -116,6 +116,10 @@ public class OperaDesktopDriver extends ... | Updated web-driver to find quick windows and return sizes | operasoftware_operaprestodriver | train |
2f7da7d7c369508fde10a2580256c563a2eff62e | diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/data.rb
+++ b/lib/discordrb/data.rb
@@ -796,7 +796,7 @@ module Discordrb
# @param tts [true, false] Whether or not this message should be sent using Discord text-to-speech.
# @return [Message] the messag... | Send the server ID (if it exists) to Bot#send_message in Channel#send_message | meew0_discordrb | train |
946c9b2f92a00f23a9ac1145675628db8b3800ad | diff --git a/ds4drv/actions.py b/ds4drv/actions.py
index <HASH>..<HASH> 100644
--- a/ds4drv/actions.py
+++ b/ds4drv/actions.py
@@ -73,10 +73,11 @@ class ReportActionBinding(ReportAction):
def handle_report(self, report):
for combo, action in self.bindings.items():
- active = all(getattr(repor... | actions: Improve button combo usage.
Only require last button to be released before triggering a action
instead of the whole combo. | chrippa_ds4drv | train |
6ed58fe1e9f214a2d4b6f245e80860a829d61706 | diff --git a/lib/rspec_command/rake.rb b/lib/rspec_command/rake.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec_command/rake.rb
+++ b/lib/rspec_command/rake.rb
@@ -62,7 +62,9 @@ module RSpecCommand
Process.waitpid fork {
# This has to be nocov because simpldecov doesn't track across fork.
... | Add a note about the PR on simplecov to fix this more globally. | coderanger_rspec-command | train |
a1327affcffe36113b80afa08a7678e118364cb7 | diff --git a/public/js/meme_captain.js b/public/js/meme_captain.js
index <HASH>..<HASH> 100644
--- a/public/js/meme_captain.js
+++ b/public/js/meme_captain.js
@@ -184,7 +184,8 @@ var MEMECAPTAIN = (function (window, $, fabric) {
left : canvas.getWidth() / 2.0,
width : textWidth... | Increase text positioning widget corner size.
Larger corners make it easier to use on touchscreen devices. | mmb_meme_captain | train |
4d3ff312e8edc120b0190ac185eefe930c4f53ba | diff --git a/pecan/tests/test_scaffolds.py b/pecan/tests/test_scaffolds.py
index <HASH>..<HASH> 100644
--- a/pecan/tests/test_scaffolds.py
+++ b/pecan/tests/test_scaffolds.py
@@ -372,14 +372,14 @@ class TestGunicornServeCommand(TestTemplateBuilds):
super(TestGunicornServeCommand, self).create_virtualenv()
... | A big of refactoring for the ``$ gunicorn_pecan`` tests. | pecan_pecan | train |
c2f9d846953c88a47398572dd35b99a8bfcda3de | diff --git a/src/compatibility/json.js b/src/compatibility/json.js
index <HASH>..<HASH> 100644
--- a/src/compatibility/json.js
+++ b/src/compatibility/json.js
@@ -17,8 +17,6 @@ _gpfCompatibilityInstallGlobal("JSON", {
/*#ifndef(UMD)*/
// Generates an empty function to reflect the null complexity of this module
-fun... | Also consider coverage (#<I>) | ArnaudBuchholz_gpf-js | train |
a817b6ed35c645bb4a197de3f2c9f3b4dd93bde2 | diff --git a/molgenis-model-registry/src/main/java/org/molgenis/standardsregistry/StandardsRegistryController.java b/molgenis-model-registry/src/main/java/org/molgenis/standardsregistry/StandardsRegistryController.java
index <HASH>..<HASH> 100644
--- a/molgenis-model-registry/src/main/java/org/molgenis/standardsregistr... | Fix last model not displayed in standards registry | molgenis_molgenis | train |
3a5315d54047f06732d3f751130193fba32983cf | diff --git a/controller/Results.php b/controller/Results.php
index <HASH>..<HASH> 100644
--- a/controller/Results.php
+++ b/controller/Results.php
@@ -22,6 +22,7 @@
namespace oat\taoOutcomeUi\controller;
use \Exception;
+use \common_exception_BadRequest;
use \core_kernel_classes_Resource;
use oat\generis\model\Ge... | Throw bad request exception when request mode is wrong | oat-sa_extension-tao-outcomeui | train |
04cd3801e31e148356f7a3b0b7a0c1e6d42bcb0f | diff --git a/libsubmit/utils.py b/libsubmit/utils.py
index <HASH>..<HASH> 100644
--- a/libsubmit/utils.py
+++ b/libsubmit/utils.py
@@ -45,7 +45,10 @@ class RepresentationMixin(object):
def __repr__(self):
argspec = inspect.getargspec(self.__init__)
- defaults = dict(zip(reversed(argspec.args), re... | Fix rep mixin when there are no args
Fixes Parsl/parsl#<I>. | Parsl_libsubmit | train |
8b6dc3a38e9b7c53fb6c3f93dbd726b21c7785ef | diff --git a/imgaug/augmenters/convolutional.py b/imgaug/augmenters/convolutional.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/convolutional.py
+++ b/imgaug/augmenters/convolutional.py
@@ -395,17 +395,19 @@ def DirectedEdgeDetect(alpha=0, direction=(0.0, 1.0), name=None, deterministic=F
Parameters
... | Reduce code duplication in DirectedEdgeDetect
This commit decreases code duplication in the
parameter parsing of
augmenters.convolutional.DirectedEdgeDetect
by using the parameter handling function
in parameters.py.
Additionally, alpha and direction now supports
lists, which are interpreted as Choices. | aleju_imgaug | train |
201dc9eef2f2723118b48728c6955556f97e9743 | diff --git a/tinymongo/tinymongo.py b/tinymongo/tinymongo.py
index <HASH>..<HASH> 100644
--- a/tinymongo/tinymongo.py
+++ b/tinymongo/tinymongo.py
@@ -115,7 +115,7 @@ class TinyMongoCollection(object):
def count(self):
if self.table is None:self.buildTable()
- return self.table.count(self... | Count command should get all documents.
If we use lastcond, the user does not know why. The pymongo specs at <URL> | schapman1974_tinymongo | train |
14f2e52e8da86609748acbce45550d7d8de595fc | diff --git a/test/kv.go b/test/kv.go
index <HASH>..<HASH> 100644
--- a/test/kv.go
+++ b/test/kv.go
@@ -400,7 +400,7 @@ func concurrentEnum(kv kvdb.Kvdb, t *testing.T) {
for i := 0; i < 3; i++ {
go func() {
id := atomic.AddInt32(&shared, 1)
- fmt.Printf("> Adder #%d started ...\n", id)
+ fmt.Printf("+> Adde... | concurrentEnum test runs more iterations | portworx_kvdb | train |
93922bf9e62969b515c221efc8fe6f392a53c83f | diff --git a/descriptor/fingerprint/src/test/java/org/openscience/cdk/fingerprint/CircularFingerprintSmartsTest.java b/descriptor/fingerprint/src/test/java/org/openscience/cdk/fingerprint/CircularFingerprintSmartsTest.java
index <HASH>..<HASH> 100644
--- a/descriptor/fingerprint/src/test/java/org/openscience/cdk/finger... | More verbose unit testing with hamcrest matchers. | cdk_cdk | train |
f5e17fce654ffb1a405001e04362eee409df28c9 | diff --git a/fastods/src/main/java/com/github/jferard/fastods/style/TableCellStyle.java b/fastods/src/main/java/com/github/jferard/fastods/style/TableCellStyle.java
index <HASH>..<HASH> 100644
--- a/fastods/src/main/java/com/github/jferard/fastods/style/TableCellStyle.java
+++ b/fastods/src/main/java/com/github/jferard... | style:rotation-angle rotation angle for text in cell | jferard_fastods | train |
9af7c6c6e1b3503acfb37fef0569367c56494528 | diff --git a/odl/tomo/analytic/filtered_back_projection.py b/odl/tomo/analytic/filtered_back_projection.py
index <HASH>..<HASH> 100644
--- a/odl/tomo/analytic/filtered_back_projection.py
+++ b/odl/tomo/analytic/filtered_back_projection.py
@@ -29,14 +29,28 @@ __all__ = ('fbp_op',)
def fbp_op(ray_trafo, padding=True... | ENH: Optimizations to fbp for axis aligned geometries | odlgroup_odl | train |
663448a34226f663c9a08a478aeee39227321172 | diff --git a/law/contrib/__init__.py b/law/contrib/__init__.py
index <HASH>..<HASH> 100644
--- a/law/contrib/__init__.py
+++ b/law/contrib/__init__.py
@@ -15,6 +15,9 @@ from law.util import flatten
logger = logging.getLogger(__name__)
+loaded_packages = []
+
+
def load(*packages):
"""
Loads contrib *pac... | Prevent contrib packages from being loaded twice. | riga_law | train |
3407c88d7b83a35dd15cd4b02a5ebd78dd85c2bd | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,6 +1,6 @@
package gobot
-const version = "1.1.0"
+const version = "1.2.0"
// Version returns the current Gobot version
func Version() string { | Update version to <I> for release | hybridgroup_gobot | train |
a101dca347af5d412f0ae78353f0b99dd37bfad2 | diff --git a/bulbs/poll/models.py b/bulbs/poll/models.py
index <HASH>..<HASH> 100644
--- a/bulbs/poll/models.py
+++ b/bulbs/poll/models.py
@@ -167,7 +167,6 @@ class Poll(Content):
if 'answer_02' not in payload:
payload['answer_02'] = DEFAULT_ANSWER_2
- print(payload)
return paylo... | remove print statement and pass tests in py3 | theonion_django-bulbs | train |
a6cca0934c9ce5d506b218cc7dca21c92ea335fd | diff --git a/pkg/generate/app/sourcelookup.go b/pkg/generate/app/sourcelookup.go
index <HASH>..<HASH> 100644
--- a/pkg/generate/app/sourcelookup.go
+++ b/pkg/generate/app/sourcelookup.go
@@ -259,6 +259,9 @@ func (r *SourceRepository) LocalPath() (string, error) {
return "", err
}
}
+ if _, err := os.Stat(r.loc... | oc new-app display correct error on missing context directory
Adds additional check for existence of supplied context directory
and displays correct error
Also added test for the correct error
Previously a missing context directory would display an error
about a missing Dockerfile (when using the docker strategy)
Fi... | openshift_origin | train |
218bb2ecf71c516c85b1b6e075454bba13090cd8 | diff --git a/valkka/live/gui.py b/valkka/live/gui.py
index <HASH>..<HASH> 100644
--- a/valkka/live/gui.py
+++ b/valkka/live/gui.py
@@ -24,12 +24,7 @@ You should have received a copy of the GNU Affero General Public License along w
from valkka.live import constant
import imp
import sys
-
-assert(sys.version_info.majo... | python <I> compatilibity, maybe | elsampsa_valkka-live | train |
612e748d9fe9697d1ceb0ffbbef7e280de242da4 | diff --git a/template/app/controller/Classes.js b/template/app/controller/Classes.js
index <HASH>..<HASH> 100644
--- a/template/app/controller/Classes.js
+++ b/template/app/controller/Classes.js
@@ -131,11 +131,11 @@ Ext.define('Docs.controller.Classes', {
docTabPanel.setLoading(false);
}
... | Comment out use of historyStore.
Currently it throws errors. | senchalabs_jsduck | train |
963d19387e8621094b45fed56e5be23b39a4f910 | diff --git a/pyemma/coordinates/transform/transformer.py b/pyemma/coordinates/transform/transformer.py
index <HASH>..<HASH> 100644
--- a/pyemma/coordinates/transform/transformer.py
+++ b/pyemma/coordinates/transform/transformer.py
@@ -345,5 +345,6 @@ class Transformer(object):
distances : ndarray(m)
... | [transformer] ensure x is 2d. | markovmodel_PyEMMA | train |
e66cf50d72bb062c5bcb1c1267e6a10d4f877c19 | diff --git a/src/array.js b/src/array.js
index <HASH>..<HASH> 100644
--- a/src/array.js
+++ b/src/array.js
@@ -1,16 +1 @@
export var slice = Array.prototype.slice;
-
-export function shuffle(array) {
- var m = array.length,
- t,
- i;
-
- while (m) {
- i = Math.random() * m-- | 0;
- t = array[m];
- ... | Lazy shuffling.
This also implicitly reshuffles the array on restart, improving performance! | d3_d3-hierarchy | train |
2a65e91e0163c00a3090f4406292a881c9951e32 | diff --git a/treetime/node_interpolator.py b/treetime/node_interpolator.py
index <HASH>..<HASH> 100644
--- a/treetime/node_interpolator.py
+++ b/treetime/node_interpolator.py
@@ -112,7 +112,7 @@ class NodeInterpolator (Distribution):
grid_left =[]
# make grid and calculate convolution
- t... | make sure integration boudaries are part of grid | neherlab_treetime | train |
94577bce51e7f9a080041b2acc9ac2eaadc42f1d | diff --git a/src/Json/JsonSchema.php b/src/Json/JsonSchema.php
index <HASH>..<HASH> 100644
--- a/src/Json/JsonSchema.php
+++ b/src/Json/JsonSchema.php
@@ -25,7 +25,7 @@ class JsonSchema extends Json
throw new \LogicException('Cannot resolve JsonSchema without uri parameter');
}
- $resolve... | Fix wrong usage of RefResolver | ubirak_rest-api-behat-extension | train |
d9e13c0b7565c02aa3eed7eb43e17f01bc978cbd | diff --git a/includes/types/font.php b/includes/types/font.php
index <HASH>..<HASH> 100644
--- a/includes/types/font.php
+++ b/includes/types/font.php
@@ -66,10 +66,11 @@ abstract class Icon_Picker_Type_Font extends Icon_Picker_Type {
* Constructor
*
* @since 0.1.0
+ * @param array $args Optional arguments pa... | Font type: Pass arguments from sub-class to parent class. | ineagu_wp-icon-picker | train |
be3b233b26353ca58dd0c2fe5db051b4ab2b4fc4 | diff --git a/src/components/VApp/mixins/app-theme.js b/src/components/VApp/mixins/app-theme.js
index <HASH>..<HASH> 100644
--- a/src/components/VApp/mixins/app-theme.js
+++ b/src/components/VApp/mixins/app-theme.js
@@ -47,7 +47,7 @@ export default {
watch: {
generatedStyles () {
- this.applyTheme()
+ ... | fix(theme): only apply theme to head element when not using vue-meta (#<I>)
fixes #<I> | vuetifyjs_vuetify | train |
8af81b1ef6775fb0f6d616bf4cf7a68647e13b43 | diff --git a/ontobio/golr/golr_query.py b/ontobio/golr/golr_query.py
index <HASH>..<HASH> 100644
--- a/ontobio/golr/golr_query.py
+++ b/ontobio/golr/golr_query.py
@@ -1450,6 +1450,7 @@ class GolrAssociationQuery(GolrAbstractQuery):
if 'aspect' in d and id.startswith('GO:'):
obj['aspect'] = ASPEC... | Delete aspect from doc after parsing | biolink_ontobio | train |
7e8f21cfd0f940afb149aae963db770eb01822b7 | diff --git a/lib/sitemap.rb b/lib/sitemap.rb
index <HASH>..<HASH> 100644
--- a/lib/sitemap.rb
+++ b/lib/sitemap.rb
@@ -23,7 +23,7 @@ module Sitemap
:priority => "priority"
}
- attr_accessor :entries, :host
+ attr_accessor :entries, :host, :routes
def initialize
self.class.send(... | Paths aren't parsed on load anymore. | viseztrance_rails-sitemap | train |
f4c4f6884c633287e7632d62481e06c9f0b762f5 | diff --git a/hazelcast/src/test/java/com/hazelcast/test/AbstractHazelcastClassRunner.java b/hazelcast/src/test/java/com/hazelcast/test/AbstractHazelcastClassRunner.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/test/AbstractHazelcastClassRunner.java
+++ b/hazelcast/src/test/java/com/hazelc... | Reverse default for thread dump on test failure (#<I>)
Replaces the sysprop hazelcast.test.disableThreadDumpOnFailure
with hazelcast.test.threadDumpOnFailure | hazelcast_hazelcast | train |
3e1ddc57e15aaa8c18daccf334ad79ce6f2dfc42 | diff --git a/emannotationschemas/mesh_models.py b/emannotationschemas/mesh_models.py
index <HASH>..<HASH> 100644
--- a/emannotationschemas/mesh_models.py
+++ b/emannotationschemas/mesh_models.py
@@ -34,57 +34,55 @@ def make_neuron_compartment_model(dataset, version: int = 1):
ver... | making presynaptic models and distance to soma | seung-lab_EMAnnotationSchemas | train |
0e5bef5b99963a656ba796a4e587c021d90c7ce7 | diff --git a/lib/rapns/daemon/logger.rb b/lib/rapns/daemon/logger.rb
index <HASH>..<HASH> 100644
--- a/lib/rapns/daemon/logger.rb
+++ b/lib/rapns/daemon/logger.rb
@@ -3,8 +3,9 @@ module Rapns
class Logger
def initialize(options)
@options = options
- log_path = File.join(Rails.root, 'log', 'r... | BufferedLogger#auto_flushing is deprecated. Set sync mode on the log IO. | ileitch_rapns | train |
ca29b437f49400fd3d18ec3e03a1b21a757ea7c4 | diff --git a/exchangelib/properties.py b/exchangelib/properties.py
index <HASH>..<HASH> 100644
--- a/exchangelib/properties.py
+++ b/exchangelib/properties.py
@@ -777,6 +777,23 @@ class CalendarView(EWSElement):
raise ValueError("'start' must be before 'end'")
+class CalendarEventDetails(EWSElement):
+... | Support CalendarEventDetails element in free/busy response. Fixes #<I> | ecederstrand_exchangelib | train |
f7800e2d6b48a2a4906ac6d6c2b27b73388e30ec | diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodDelegation.java b/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodDelegation.java
index <HASH>..<HASH> 100644
--- a/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodDelegation.java
+++ b/byte-buddy-dep/src/main/j... | Suppress unchecked warning. | raphw_byte-buddy | train |
b794c9ec84c9e2be697328ebf5a157c0c4898bb4 | diff --git a/lib/datasource/maven.js b/lib/datasource/maven.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/maven.js
+++ b/lib/datasource/maven.js
@@ -2,20 +2,23 @@ const got = require('got');
const url = require('url');
const fs = require('fs-extra');
const { XmlDocument } = require('xmldoc');
+const is = requi... | refactor: maven repositoryUrls | renovatebot_renovate | train |
97f8cc0392caa003f382487541adc664c5fde786 | diff --git a/library/aik099/QATools/BEM/Element/Block.php b/library/aik099/QATools/BEM/Element/Block.php
index <HASH>..<HASH> 100644
--- a/library/aik099/QATools/BEM/Element/Block.php
+++ b/library/aik099/QATools/BEM/Element/Block.php
@@ -136,4 +136,19 @@ class Block extends Part implements IBlock
return $items;
}... | Adding dummy Block::waitFor method for BEM module | qa-tools_qa-tools | train |
6d80bf0801ee35782c1c70b7dce6d7d8b22ca659 | diff --git a/dynaconf/cli.py b/dynaconf/cli.py
index <HASH>..<HASH> 100644
--- a/dynaconf/cli.py
+++ b/dynaconf/cli.py
@@ -430,7 +430,10 @@ def _list(env, key, more, loader, _all=False, output=None, flat=False):
if not key:
datalines = "\n".join(
"%s: %s"
- % (click.style(k, bg=col... | Changed CLI list to show data type of the envvars to fix #<I> | rochacbruno_dynaconf | train |
f53d606f2dba9c60dab3d0446463936248f5bc62 | diff --git a/python_modules/dagster/dagster/core/instance/__init__.py b/python_modules/dagster/dagster/core/instance/__init__.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/instance/__init__.py
+++ b/python_modules/dagster/dagster/core/instance/__init__.py
@@ -1,4 +1,3 @@
-import configparser
... | Use .yaml rather than .cfg
Summary: Let's only have one config language.
Test Plan: Unit and manual
Reviewers: #ft, sashank, alangenfeld
Reviewed By: #ft, sashank
Differential Revision: <URL> | dagster-io_dagster | train |
9fd5b9e39dc8141507ebd2bb9bd1f86e634a9c75 | diff --git a/plugin/fs/plugin.go b/plugin/fs/plugin.go
index <HASH>..<HASH> 100644
--- a/plugin/fs/plugin.go
+++ b/plugin/fs/plugin.go
@@ -278,20 +278,7 @@ func (p FSPlugin) Store(endpoint plugin.ShieldEndpoint) (string, int64, error) {
}
func (p FSPlugin) Retrieve(endpoint plugin.ShieldEndpoint, file string) error... | Remove Retrieve() behavior from fs plugin
This is a holdover from the days when we let `fs` act as a storage
plugin, which we no longer allow for safety reasons. | starkandwayne_shield | train |
01560c1a2721c8090110f4e40551f21ca8a9bec5 | diff --git a/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java b/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java
index <HASH>..<HASH> 100644
--- a/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java
+++ b/h2o-algos/src/main/java/hex/deeplearning/DeepLearningModel.java
@@ -685,6... | Add isSupervised() for DeepLearningModel (autoencoder: false)
Remove isSupervised() from GLM (always true, same as base class). | h2oai_h2o-3 | train |
b2eca7af9ba0f0352def3f95fbdc0bd0a07555b7 | diff --git a/LiSE/LiSE/thing.py b/LiSE/LiSE/thing.py
index <HASH>..<HASH> 100644
--- a/LiSE/LiSE/thing.py
+++ b/LiSE/LiSE/thing.py
@@ -249,7 +249,10 @@ class Thing(Node):
loc, nxtloc = self._get_locations()
nobjs = self.engine._node_objs
charn = self.character.name
- return nobjs[charn... | Make Thing.locations a pair of node objects
The next_location used to be a mere tuple and that's not very good | LogicalDash_LiSE | train |
f8a6ebdf236a5f760a914a1a2fe3a32b141a76cc | diff --git a/src/Codeception/Lib/Friend.php b/src/Codeception/Lib/Friend.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Lib/Friend.php
+++ b/src/Codeception/Lib/Friend.php
@@ -31,7 +31,7 @@ class Friend {
foreach ($this->multiSessionModules as $module) {
$name = $module->_getName();
... | Fix Friend class to allow multiple MultiSession modules to run properly | Codeception_Codeception | train |
0d6a64932ea155bcbc09efe0060c77aabc856d26 | diff --git a/tests/simulation/conftest.py b/tests/simulation/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/simulation/conftest.py
+++ b/tests/simulation/conftest.py
@@ -5,13 +5,13 @@ from ..compat import mock
from ..helpers import SettingsMock
-server_addess = None
+server_address = None
@pytest.fixture... | Fixed typo: server_addess -> server_address | kibitzr_kibitzr | train |
db3c0bf7b176258bb3e8285e04c1cdd872e644e3 | diff --git a/simuvex/plugins/symbolic_memory.py b/simuvex/plugins/symbolic_memory.py
index <HASH>..<HASH> 100644
--- a/simuvex/plugins/symbolic_memory.py
+++ b/simuvex/plugins/symbolic_memory.py
@@ -285,39 +285,41 @@ class SimSymbolicMemory(SimMemory): #pylint:disable=abstract-method
i = 0
while i < n... | change the way unconstrained bytes are created (do it by page at the most to avoid crashing Z3) | angr_angr | train |
14c5a708661e10308e7634de0a520927a97830b0 | diff --git a/complete_test.go b/complete_test.go
index <HASH>..<HASH> 100644
--- a/complete_test.go
+++ b/complete_test.go
@@ -13,7 +13,6 @@ const (
type IncrementorJob struct {
current int
next chan int
- stop chan bool
}
func (i *IncrementorJob) Serve(ctx context.Context) error {
@@ -22,22 +21,16 @@ fu... | Fix for TestCompleteJob maybe? not sure I understand how this test works | thejerf_suture | train |
60c0ea533b3f6645f66386758389125bd1ae987d | diff --git a/lib/chef/resource/dsc_resource.rb b/lib/chef/resource/dsc_resource.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/dsc_resource.rb
+++ b/lib/chef/resource/dsc_resource.rb
@@ -55,7 +55,6 @@ class Chef
super
@properties = ToTextHash.new
@resource = nil
- @reboot_actio... | Properly validate reboot_action in dsc_resource
Check the passed value to see if it's one of the values we support instead of failing hard later when the user passes the wrong thing. | chef_chef | train |
9df4234de6615f904c8a8e066b90911c236f1e52 | diff --git a/agent/agent.go b/agent/agent.go
index <HASH>..<HASH> 100644
--- a/agent/agent.go
+++ b/agent/agent.go
@@ -112,7 +112,11 @@ func (a *HostAgent) startService(controlClient *client.ControlClient, service *s
portOps += fmt.Sprintf(" -p %d", endpoint.PortNumber)
}
}
- cmdString := fmt.Sprintf("docker r... | Fix ContainerState issue; inject the proxy and configuration at container start | control-center_serviced | train |
715da9c55a29cbcbeccf196742a965c2ec622342 | diff --git a/lib/brightbox-cli/commands/groups-create.rb b/lib/brightbox-cli/commands/groups-create.rb
index <HASH>..<HASH> 100644
--- a/lib/brightbox-cli/commands/groups-create.rb
+++ b/lib/brightbox-cli/commands/groups-create.rb
@@ -8,12 +8,9 @@ module Brightbox
c.flag [:d, :description]
c.action do |glob... | Sync fog with latest version and update group create command | brightbox_brightbox-cli | train |
739c787f7e9698852ee1ada24227c6f9519f9fba | diff --git a/buffalo/cmd/updater/dep.go b/buffalo/cmd/updater/dep.go
index <HASH>..<HASH> 100644
--- a/buffalo/cmd/updater/dep.go
+++ b/buffalo/cmd/updater/dep.go
@@ -63,24 +63,36 @@ func DepEnsure(r *Runner) error {
return errors.WithStack(err)
}
- for _, p := range []string{"github.com/gobuffalo/tags@v2.0.0", ... | improved the updater a bit more | gobuffalo_buffalo | train |
506d304f1ac20bbdffde22282993001ecff5b34c | diff --git a/apispec/ext/marshmallow/__init__.py b/apispec/ext/marshmallow/__init__.py
index <HASH>..<HASH> 100644
--- a/apispec/ext/marshmallow/__init__.py
+++ b/apispec/ext/marshmallow/__init__.py
@@ -47,13 +47,13 @@ class MarshmallowPlugin(BasePlugin):
def __init__(self, schema_name_resolver=None):
sup... | Don't store spec object in BasePlugin.init_spec | marshmallow-code_apispec | train |
ccd17e74f3c7edd36ab87e93440d868dd397713b | diff --git a/polyaxon_cli/managers/deploy.py b/polyaxon_cli/managers/deploy.py
index <HASH>..<HASH> 100644
--- a/polyaxon_cli/managers/deploy.py
+++ b/polyaxon_cli/managers/deploy.py
@@ -172,7 +172,9 @@ class DeployManager(object):
args = ['delete', '--purge', 'polyaxon']
if hooks:
args +... | Add logging for teardown
* Fix deploy logging | polyaxon_polyaxon | train |
e41e0c4a1d79d619c29ecfe0b38625ab36d2fe47 | diff --git a/core/src/main/java/com/google/bitcoin/core/ECKey.java b/core/src/main/java/com/google/bitcoin/core/ECKey.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/bitcoin/core/ECKey.java
+++ b/core/src/main/java/com/google/bitcoin/core/ECKey.java
@@ -560,7 +560,8 @@ public class ECKey implements... | Allow usage of signMessage for deterministic keys. | bitcoinj_bitcoinj | train |
e3ed3b58c5722dee6d0b87a3ef609134852a28e8 | diff --git a/src/system/modules/metamodels/TableMetaModel.php b/src/system/modules/metamodels/TableMetaModel.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodels/TableMetaModel.php
+++ b/src/system/modules/metamodels/TableMetaModel.php
@@ -44,7 +44,7 @@ class TableMetaModel extends Backend
*/
public... | Fixed typo in checkDependencies. | MetaModels_core | train |
dd5dc0f4ec9d3ad49abdc979acead7f1d9f375d4 | diff --git a/massautocomplete.js b/massautocomplete.js
index <HASH>..<HASH> 100644
--- a/massautocomplete.js
+++ b/massautocomplete.js
@@ -175,22 +175,22 @@ angular.module('MassAutoComplete', [])
// It is important that before triggering hooks the model's view
// value will be synced with the visible valu... | Fetch selected value only once per suggestion cycle. Resolves #4
To avoid inconsistencies between the various debounced events we fgetch the value once when setting the selected index and caring it throughout the rest of the suggestion cycle. | hakib_MassAutocomplete | train |
268a0392c03b63958ea342f440a3173195b3e78d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -119,18 +119,18 @@ var decoders = [
c += varint.decode.bytes
//TODO: positive integers keys are always in order!
//floats or negative numbers encoded as strings. or may not be keys?
- if(type === 7) t... | seekKey find a key inside on object without parsing! | dominictarr_bipf | train |
958b25bf37eb4106292151e0e4e27659c0c49ff8 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -137,18 +137,6 @@ status, input and both outputs to it:
Cheetah.run("ls -l", :logger => logger)
```
-By default, the `Logger::INFO` level will be used for normal messages and the
-`Logger::ERROR` level for messages abo... | Recorder: Remove options for setting log levels
Log levels will be handled by the Cheetah::Recorder class that will come
in future commit(s). | openSUSE_cheetah | train |
f0734d342ea430310ec6c755b68810b8d75a11a0 | diff --git a/lib/waterline/utils/query/help-find.js b/lib/waterline/utils/query/help-find.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/utils/query/help-find.js
+++ b/lib/waterline/utils/query/help-find.js
@@ -214,7 +214,7 @@ module.exports = function helpFind(WLModel, s2q, omen, done) {
// Start bu... | Add TODOs related to normalizing where identities are coming from (this appears to be the source of the case sensitivity issue with vialess associations). | balderdashy_waterline | train |
589425eeca52e8e4e3eed4f55e2aaecffb02a816 | diff --git a/lib/http.js b/lib/http.js
index <HASH>..<HASH> 100755
--- a/lib/http.js
+++ b/lib/http.js
@@ -17,7 +17,7 @@ exports.request = function(rurl, data, callback, exheaders, exoptions) {
var method = data ? "POST" : "GET";
var headers = {
"User-Agent": "node-soap/" + VERSION,
- "Accept"... | Added additional XML mime type. Included server response code and response body in Error | vpulim_node-soap | train |
1c54d999f66ab0dd2b69361ffda3a32979671c2b | diff --git a/config/hoe.rb b/config/hoe.rb
index <HASH>..<HASH> 100644
--- a/config/hoe.rb
+++ b/config/hoe.rb
@@ -52,6 +52,7 @@ $hoe = Hoe.spec(GEM_NAME) do |p|
p.summary = SUMMARY
p.url = HOMEPATH
p.rubyforge_name = RUBYFORGE_PROJECT if RUBYFORGE_PROJECT
+ p.readme_file = "README.markdown"
p.test_globs =... | let hoe know about the renamed readme | jarib_celerity | train |
89b0a773e11b86b2a1afffffee96e7596d258105 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -160,6 +160,12 @@ You can also import a specific sheet by its number:
$users = (new FastExcel)->sheet(3)->import('file.xlsx');
```
+Import sheets with sheets names
+
+```phpregexp
+$sheets = (new FastExcel)->withSheets... | Import multiple sheets with sheets name. Issue #<I> (#<I>) | rap2hpoutre_fast-excel | train |
2a7c779f6b678d441e3c79fa6bddcdf75d427996 | diff --git a/dist/nlmaps.iife.js b/dist/nlmaps.iife.js
index <HASH>..<HASH> 100644
--- a/dist/nlmaps.iife.js
+++ b/dist/nlmaps.iife.js
@@ -2056,6 +2056,6 @@ nlmaps.geoLocate = function (map) {
addGeoLocControlToMap(nlmaps.lib, geolocator, map);
};
-return nlmaps;
+exports.nlmaps = nlmaps;
}((this.window = this... | and added builded version for nlmaps export change | geo-frontend_nlmaps | train |
e5b469733ba9a6b5979ec6a6bbfdbcd46f64e259 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,9 +5,9 @@ import re
from setuptools import find_packages, setup
VERSIONFILE = "tweepy/__init__.py"
-ver_file = open(VERSIONFILE, "rt").read()
VSRE = r"^__version__ = ['\"]([^'\"]*)['\"]"
-mo = re.search(VSRE, ver_file,... | Properly handle and close file in setup.py | tweepy_tweepy | train |
65a7c6ac6cb09bf5b5191cf668182fcb3f88317b | diff --git a/Swat/SwatTextarea.php b/Swat/SwatTextarea.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatTextarea.php
+++ b/Swat/SwatTextarea.php
@@ -1,8 +1,8 @@
<?php
-require_once('Swat/SwatControl.php');
-require_once('Swat/SwatHtmlTag.php');
-require_once('Swat/SwatState.php');
+require_once 'Swat/SwatControl.php';... | Clean up this file.
svn commit r<I> | silverorange_swat | train |
752a0f85504f567ab64175ca78715260a47680a6 | diff --git a/modules/archi/includes/archiAdresse.class.php b/modules/archi/includes/archiAdresse.class.php
index <HASH>..<HASH> 100644
--- a/modules/archi/includes/archiAdresse.class.php
+++ b/modules/archi/includes/archiAdresse.class.php
@@ -493,41 +493,43 @@ class archiAdresse extends ArchiContenu
));
- ... | Merged two templates and processing related, still some missing
informations | Archi-Strasbourg_archi-wiki | train |
c0cb60294e9a307168a37b120fe7c17affa5e9b6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -61,8 +61,9 @@ function prepeare(stack) {
}
module.exports = function (options) {
+ var parse = stackman(options);
return function (err, req, res, next) {
- stackman(options)(err, function (stack) {
+ ... | Move stackman init to outer scope | floatdrop_express-stackman | train |
9283169d7abd458982fffdaf72063fe87468d1aa | diff --git a/treeherder/log_parser/failureline.py b/treeherder/log_parser/failureline.py
index <HASH>..<HASH> 100644
--- a/treeherder/log_parser/failureline.py
+++ b/treeherder/log_parser/failureline.py
@@ -138,7 +138,16 @@ def create_failure_line(job_log, failure_line):
def create(job_log, log_list):
- failure... | Bug <I> - Only create FailureLines for supported actions (#<I>) | mozilla_treeherder | train |
c93f2e118cabd9278bf4d95812e1e0bd74069c21 | diff --git a/holoviews/plotting/__init__.py b/holoviews/plotting/__init__.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/__init__.py
+++ b/holoviews/plotting/__init__.py
@@ -243,8 +243,9 @@ styles = {'default': './default.mplstyle'}
set_style('default')
# Upgrade Dimension formatters to matplotlib
-Dimensi... | Updating rather than replacing wrapped Dimension.type_formatters
Avoids param warnings | pyviz_holoviews | train |
7e163de0ffb03f3ff0844f25c12ad27c70915d24 | diff --git a/api/opentrons/robot/robot_configs.py b/api/opentrons/robot/robot_configs.py
index <HASH>..<HASH> 100644
--- a/api/opentrons/robot/robot_configs.py
+++ b/api/opentrons/robot/robot_configs.py
@@ -1,3 +1,7 @@
+# In this file we often align code for readability triggering PEP8 warnings
+# So...
+# pylama:skip=... | Formatting, disabled PEP8 for config, fixed value in test that depends on robot settings after changing the robot | Opentrons_opentrons | train |
c8f6bec3f0b495b21d93d94bd0c689b8604f391f | diff --git a/jlib.container/src/main/java/org/jlib/container/sequence/SequenceUtility.java b/jlib.container/src/main/java/org/jlib/container/sequence/SequenceUtility.java
index <HASH>..<HASH> 100644
--- a/jlib.container/src/main/java/org/jlib/container/sequence/SequenceUtility.java
+++ b/jlib.container/src/main/java/or... | SequenceUtility: concatenated method added | jlib-framework_jlib-operator | train |
6901fcd85fe28015435b7ba08c9aabdc49f1c0f8 | diff --git a/lib/graph_matching/bipartite_graph.rb b/lib/graph_matching/bipartite_graph.rb
index <HASH>..<HASH> 100644
--- a/lib/graph_matching/bipartite_graph.rb
+++ b/lib/graph_matching/bipartite_graph.rb
@@ -11,6 +11,8 @@ module GraphMatching
# edge connects a vertex in U to one in V.
class BipartiteGraph < Gr... | First (disgusting) draft of `BipartiteGraph.maximum_cardinality_matching` | jaredbeck_graph_matching | train |
e19c23620cc72e18ceab8803a57f7f2bab67f66e | diff --git a/src/main/java/com/redhat/contentspec/builder/ContentSpecBuilder.java b/src/main/java/com/redhat/contentspec/builder/ContentSpecBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/redhat/contentspec/builder/ContentSpecBuilder.java
+++ b/src/main/java/com/redhat/contentspec/builder/ContentSpecBu... | Minor fix to go with a Constant being moved to another package. | pressgang-ccms_PressGangCCMSBuilder | train |
dbc1fb37d0ab04e62b197b19fb6a78abadea81eb | diff --git a/pkg/server/sandbox_run_unix.go b/pkg/server/sandbox_run_unix.go
index <HASH>..<HASH> 100644
--- a/pkg/server/sandbox_run_unix.go
+++ b/pkg/server/sandbox_run_unix.go
@@ -108,6 +108,13 @@ func (c *criService) sandboxContainerSpec(id string, config *runtime.PodSandboxC
Type: "bind",
Options: ... | Provide resolvConf to sandbox container's mounts
As <URL> | containerd_containerd | train |
bfbff180da1a9b6783f498e5110630ab462193ef | diff --git a/lib/Model.js b/lib/Model.js
index <HASH>..<HASH> 100644
--- a/lib/Model.js
+++ b/lib/Model.js
@@ -220,19 +220,6 @@ Model.prototype.invalidate = function invalidate() {
Model.prototype.deref = require("./deref");
/**
- * Synchronously returns a clone of the {@link Model} bound to a location within the {... | Removing softDeref/bind | Netflix_falcor | train |
cd35dc67d8b36252f16d27d559dc1750f78e655b | diff --git a/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java b/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java
+++ b/hazelcast/src/main/java/com/hazelcast/map/DefaultRecordStore.java
@... | trigger eviction upon putRecord when replication in progress | hazelcast_hazelcast | train |
29dfc690bdac0491fc22228de3880f4612fcb567 | diff --git a/aws-sdk-resources/lib/aws-sdk-resources.rb b/aws-sdk-resources/lib/aws-sdk-resources.rb
index <HASH>..<HASH> 100644
--- a/aws-sdk-resources/lib/aws-sdk-resources.rb
+++ b/aws-sdk-resources/lib/aws-sdk-resources.rb
@@ -64,11 +64,11 @@ module Aws
'stop' => 'batch_stop',
'terminate' => '... | Fix Aws::Resources warning
Previously this loop was shadowing an outer variable, resulting in a ruby warning.
```
/Users/kdeisz/.rbenv/versions/<I>/lib/ruby/gems/<I>/gems/aws-sdk-resources-<I>/lib/aws-sdk-resources.rb:<I>: warning: shadowing outer local variable - name
``` | aws_aws-sdk-ruby | train |
708720c49c1597a75445a748c98850a5aa42065c | diff --git a/src/MigratorConsole.php b/src/MigratorConsole.php
index <HASH>..<HASH> 100644
--- a/src/MigratorConsole.php
+++ b/src/MigratorConsole.php
@@ -28,7 +28,7 @@ class MigratorConsole extends \atk4\ui\Console
foreach ($models as $model) {
if (!is_object($model)) {
- ... | fix seed (#<I>) | atk4_schema | train |
c31d0804af69895f7c10afb71865e68b84eb8b27 | diff --git a/tests/Carbon/TestingAidsTest.php b/tests/Carbon/TestingAidsTest.php
index <HASH>..<HASH> 100644
--- a/tests/Carbon/TestingAidsTest.php
+++ b/tests/Carbon/TestingAidsTest.php
@@ -357,6 +357,7 @@ class TestingAidsTest extends AbstractTestCase
Carbon::setTestNowAndTimezone(new class ('2000-01-01 00:0... | Ignore phpstan check for test broken on purpose | briannesbitt_Carbon | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.