hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d8be367d13036714bd2f2648eeeb6509f2503be0 | diff --git a/test/tornado_tests/test_motor_core.py b/test/tornado_tests/test_motor_core.py
index <HASH>..<HASH> 100644
--- a/test/tornado_tests/test_motor_core.py
+++ b/test/tornado_tests/test_motor_core.py
@@ -42,7 +42,8 @@ pymongo_client_only = set([
'is_locked',
'set_cursor_manager',
'get_default_data... | MOTOR-<I> Client/db watch not yet implemented | mongodb_motor | train |
b900a59fc28d358cd9443b65e4229f8918ef8efd | diff --git a/lib/express/request.js b/lib/express/request.js
index <HASH>..<HASH> 100644
--- a/lib/express/request.js
+++ b/lib/express/request.js
@@ -193,7 +193,9 @@ exports.Request = new Class({
if (encoding instanceof Function)
callback = encoding,
encoding = null
- if (body !== null)
+ if (... | respond(<I>) should not have a body | expressjs_express | train |
b8d8e30206e809cdc6ebe79ff7abe8b6f1392753 | diff --git a/lib/raven/integrations/sidekiq.rb b/lib/raven/integrations/sidekiq.rb
index <HASH>..<HASH> 100644
--- a/lib/raven/integrations/sidekiq.rb
+++ b/lib/raven/integrations/sidekiq.rb
@@ -52,7 +52,9 @@ module Raven
# this will change in the future:
# https://github.com/mperham/sidekiq/pull/3161
de... | Fix: wrapped before class in old versions of Sidekiq/AJ. Close #<I>. | getsentry_raven-ruby | train |
20696dd8410f28e6c05afdff40d7bd96cb90d124 | diff --git a/text/bench_test.go b/text/bench_test.go
index <HASH>..<HASH> 100644
--- a/text/bench_test.go
+++ b/text/bench_test.go
@@ -21,7 +21,7 @@ import (
"testing"
dto "github.com/prometheus/client_model/go"
- "github.com/matttproud/golang_protobuf_extensions/ext"
+ "github.com/matttproud/golang_protobuf_exte... | Fix text/bench_test.go | prometheus_client_golang | train |
f97d2c5cf14d600af9286f4f1ffb386a55afcd99 | diff --git a/js/base/functions/number.js b/js/base/functions/number.js
index <HASH>..<HASH> 100644
--- a/js/base/functions/number.js
+++ b/js/base/functions/number.js
@@ -134,7 +134,7 @@ const decimalToPrecision = (x, roundingMode
/* Determine the range to cut */
let precisionStart = (countingMode === DECIMAL... | fixed a bug in decimalToPrecision: rounding for equidistant digits (see #<I>) | ccxt_ccxt | train |
afce6d1e1abbac53ecd5db77808ebe64560ef8fd | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -51,6 +51,8 @@ This module is meant to be as quick to integrate as possible, and thus extensive
Installation
============
+** Note that version 2.0+ of django-termsandconditions only works with Python 3 and Django ... | Version <I> - Python 3 and Django 2+ Only. | cyface_django-termsandconditions | train |
6a5c509177f76213b007b5a3d9f0e9e2f17c0c59 | diff --git a/src/edeposit/amqp/calibre/__init__.py b/src/edeposit/amqp/calibre/__init__.py
index <HASH>..<HASH> 100644
--- a/src/edeposit/amqp/calibre/__init__.py
+++ b/src/edeposit/amqp/calibre/__init__.py
@@ -8,17 +8,68 @@ from collections import namedtuple
import sh
+
#= Variables =============================... | Added list of input/output formats. | edeposit_edeposit.amqp.calibre | train |
f283b9c2055a09d2e44a35e561dfa604e1734e8b | diff --git a/cmd2/table_creator.py b/cmd2/table_creator.py
index <HASH>..<HASH> 100644
--- a/cmd2/table_creator.py
+++ b/cmd2/table_creator.py
@@ -53,8 +53,8 @@ class Column:
:param data_vert_align: vertical alignment of data cells (defaults to top)
:param max_data_lines: maximum lines allowed in a da... | Updated docstrings to work with sphinx | python-cmd2_cmd2 | train |
77229bdef44e2223ea8c62422610e8a20f368722 | diff --git a/protempa-framework/src/main/java/org/protempa/query/handler/table/PropositionColumnSpec.java b/protempa-framework/src/main/java/org/protempa/query/handler/table/PropositionColumnSpec.java
index <HASH>..<HASH> 100644
--- a/protempa-framework/src/main/java/org/protempa/query/handler/table/PropositionColumnSp... | Updated the displayNames() method to always add a column to the results list. Previously,
anything without a PropositionDefinition would cause an empty column, which shifted output
for the TableQueryResultsHandler. | eurekaclinical_protempa | train |
fe835e8a50a93bc07014614154d919ff07d2cc67 | diff --git a/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java b/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java
+++ b/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java
@@ -133,7 +13... | EranMes: If a Firefox binary is provided as a capability, cope with a FirefoxBinary instance as well as a string. This is similar to the behaviour of the profile capability.
r<I> | SeleniumHQ_selenium | train |
082ef3cb483a145dac1b5828a2426cd0d910c5f4 | diff --git a/cheroot/test/test_ssl.py b/cheroot/test/test_ssl.py
index <HASH>..<HASH> 100644
--- a/cheroot/test/test_ssl.py
+++ b/cheroot/test/test_ssl.py
@@ -335,9 +335,10 @@ def test_tls_client_auth(
except AttributeError:
if PY34:
pytest.xfail('OpenSSL behaves wierdly under Pyt... | Fix re-rasing AttributeError in TLS tests | cherrypy_cheroot | train |
98312ea2cfc0469ec4c920a4697c67ec24553c58 | diff --git a/src/components/Drawer.js b/src/components/Drawer.js
index <HASH>..<HASH> 100644
--- a/src/components/Drawer.js
+++ b/src/components/Drawer.js
@@ -282,9 +282,9 @@ class Drawer extends React.Component {
/>
}
</span>
- <h1 id={titleUnique... | Reduces Drawer title from an h1 to an h2 | mxenabled_mx-react-components | train |
6a7a22f8798bb240ea29f099ade727ed22e930b7 | diff --git a/src-gwt/org/opencms/ade/containerpage/client/CmsContainerpageController.java b/src-gwt/org/opencms/ade/containerpage/client/CmsContainerpageController.java
index <HASH>..<HASH> 100644
--- a/src-gwt/org/opencms/ade/containerpage/client/CmsContainerpageController.java
+++ b/src-gwt/org/opencms/ade/containerp... | Fixing performance issue when reading element data. | alkacon_opencms-core | train |
df16b3d0be44baa9709f0df8052163c38ecc4257 | diff --git a/src/HasherServiceProvider.php b/src/HasherServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/HasherServiceProvider.php
+++ b/src/HasherServiceProvider.php
@@ -69,8 +69,6 @@ class HasherServiceProvider extends ServiceProvider
*/
public function boot()
{
- parent::boot();
-
... | Updating HasherServiceProvider | ARCANEDEV_Hasher | train |
6ec127ba7a3db287fc096212e25846a17fb0182b | diff --git a/lib/utils/aws/CloudFormation.js b/lib/utils/aws/CloudFormation.js
index <HASH>..<HASH> 100644
--- a/lib/utils/aws/CloudFormation.js
+++ b/lib/utils/aws/CloudFormation.js
@@ -156,6 +156,7 @@ module.exports = function(config) {
// Update stack
params.StackName = stackName;
+ params.OnFailure =... | ResourcesDeploy: Add rollback on failed update back | serverless_serverless | train |
5f0fca7c12b9e9d9f1b59307c050f01a36c2228b | diff --git a/ndio/remote/OCP.py b/ndio/remote/OCP.py
index <HASH>..<HASH> 100644
--- a/ndio/remote/OCP.py
+++ b/ndio/remote/OCP.py
@@ -26,7 +26,8 @@ class OCP(Remote):
def url(self):
return super(OCP, self).url('/ocp/ca/')
-
+ ##########################################################################... | add sections to OCP.py | neurodata_ndio | train |
9d709b3a27ca062deccc24acea2c598021e983b2 | diff --git a/posthocs/__init__.py b/posthocs/__init__.py
index <HASH>..<HASH> 100644
--- a/posthocs/__init__.py
+++ b/posthocs/__init__.py
@@ -3,3 +3,6 @@ from posthocs._posthocs \
from posthocs._plotting \
import sign_array, sign_plot
+
+from posthocs._helpers \
+ import outliers_iqr | Updated to import outliers_iqr | maximtrp_scikit-posthocs | train |
b6e40d297719741d4b907d1a3b92b8e7524ae381 | diff --git a/src/main/java/net/jodah/lyra/internal/ConnectionHandler.java b/src/main/java/net/jodah/lyra/internal/ConnectionHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/jodah/lyra/internal/ConnectionHandler.java
+++ b/src/main/java/net/jodah/lyra/internal/ConnectionHandler.java
@@ -352,6 +352,13 @@ ... | Connection.interruptWaiters should interrupt channel waiters as well. Fixes #<I>. | jhalterman_lyra | train |
e5463cc2a97cafbf9d35656038f19b45dd75ffce | diff --git a/lib/6to5/transformation/templates/rest.js b/lib/6to5/transformation/templates/rest.js
index <HASH>..<HASH> 100644
--- a/lib/6to5/transformation/templates/rest.js
+++ b/lib/6to5/transformation/templates/rest.js
@@ -1,3 +1,3 @@
-for (var KEY = START; KEY < ARGUMENTS.length; KEY++) {
+for (var LEN = ARGUMENTS... | Improve performance of rest parameter.
Rather than initing an empty array and filling, create an array of the correct size up-front. Minor gain on chromium, but considerably (~5x) faster in spidermonkey/firefox. | babel_babel | train |
8ec004a9acbf3e6a6c59f685b84d2abc4491d407 | diff --git a/openpnm/core/ModelsMixin.py b/openpnm/core/ModelsMixin.py
index <HASH>..<HASH> 100644
--- a/openpnm/core/ModelsMixin.py
+++ b/openpnm/core/ModelsMixin.py
@@ -179,7 +179,10 @@ class ModelsMixin():
model = kwargs.pop('model')
regen_mode = kwargs.pop('regen_mode', None)
# Only regen... | extending 'freeze_models' setting to work at regen level as well as set_model | PMEAL_OpenPNM | train |
39c3340a8ee45f3a7335402b9ae3018f250dd3b9 | diff --git a/Symfony/CS/Fixer/UnusedUseStatementsFixer.php b/Symfony/CS/Fixer/UnusedUseStatementsFixer.php
index <HASH>..<HASH> 100644
--- a/Symfony/CS/Fixer/UnusedUseStatementsFixer.php
+++ b/Symfony/CS/Fixer/UnusedUseStatementsFixer.php
@@ -26,7 +26,7 @@ class UnusedUseStatementsFixer implements FixerInterface
... | Fix - trailing spaces after class or alias name | FriendsOfPHP_PHP-CS-Fixer | train |
b0ae627b9c064f402839f1ba4f7693cc8f0c1f1e | diff --git a/tests/wploadersuite/TablePrefixTest.php b/tests/wploadersuite/TablePrefixTest.php
index <HASH>..<HASH> 100644
--- a/tests/wploadersuite/TablePrefixTest.php
+++ b/tests/wploadersuite/TablePrefixTest.php
@@ -7,9 +7,17 @@ class TablePrefixTest extends \Codeception\TestCase\WPTestCase
public static $oth... | update test to pick up ci vars | lucatume_wp-browser | train |
f130c0d90fb8e8a3675f143110ca5b89429c1e91 | diff --git a/emirdrp/core/recipe.py b/emirdrp/core/recipe.py
index <HASH>..<HASH> 100644
--- a/emirdrp/core/recipe.py
+++ b/emirdrp/core/recipe.py
@@ -11,11 +11,6 @@ import logging
import numina.ext.gtc
import numina.core.recipes as recipes
-import numina.core.recipeinout as recipeio
-import numina.core.dataholders... | Use new RecipeResult from numina | guaix-ucm_pyemir | train |
5df4c4d5e66b892209f38931561f1ec4ceddcae0 | diff --git a/s3_encryption/envelope.py b/s3_encryption/envelope.py
index <HASH>..<HASH> 100644
--- a/s3_encryption/envelope.py
+++ b/s3_encryption/envelope.py
@@ -1,6 +1,8 @@
import json
import base64
+from s3_encryption.exceptions import IncompleteMetadataError
+
class EncryptionEnvelope(dict):
@@ -38,7 +40,7... | Adding tests for incomplete envelope metadata check. | boldfield_s3-encryption | train |
be21eb0179f2b108df7f5e9680657c6d05938d54 | diff --git a/lib/vault/client.rb b/lib/vault/client.rb
index <HASH>..<HASH> 100644
--- a/lib/vault/client.rb
+++ b/lib/vault/client.rb
@@ -329,12 +329,12 @@ module Vault
json = JSON.parse(response.body, JSON_PARSE_OPTIONS)
if json[:errors]
- raise HTTPError.new(address, response.code,... | Include the response object in Vault::HTTPError | hashicorp_vault-ruby | train |
ff89aeaa0bee1aaf025296aa6d173c8370ad2d19 | diff --git a/src/processbar/processbar.js b/src/processbar/processbar.js
index <HASH>..<HASH> 100644
--- a/src/processbar/processbar.js
+++ b/src/processbar/processbar.js
@@ -174,19 +174,17 @@ module.directive('form', ['$timeout', function($timeout) {
if (!controllers[0])
return; // not for forms outside a <b... | Fixed: Form validation is determined at the last possible moment | jrief_angular-bootstrap-plus | train |
c2ec52a9740cad79695d0aa92be2bc677896ae1a | diff --git a/src/main/java/eu/somatik/maven/serviceloader/ServiceloaderMojo.java b/src/main/java/eu/somatik/maven/serviceloader/ServiceloaderMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/somatik/maven/serviceloader/ServiceloaderMojo.java
+++ b/src/main/java/eu/somatik/maven/serviceloader/ServiceloaderMoj... | Don't fail when unable to loadClass | francisdb_serviceloader-maven-plugin | train |
7f712ce11a4248f18a6ff8195d9b7b374a9f5c23 | diff --git a/satpy/multiscene.py b/satpy/multiscene.py
index <HASH>..<HASH> 100644
--- a/satpy/multiscene.py
+++ b/satpy/multiscene.py
@@ -284,30 +284,30 @@ class MultiScene(object):
def _distribute_save_datasets(self, scenes_iter, client, batch_size=1, **kwargs):
"""Distribute save_datasets across a cl... | Try pushing save_datasets multiscene jobs from main thread | pytroll_satpy | train |
4cd7b558f14aa408b4e1c9e9b1c06033d2c6da61 | diff --git a/indra/sources/biopax/api.py b/indra/sources/biopax/api.py
index <HASH>..<HASH> 100644
--- a/indra/sources/biopax/api.py
+++ b/indra/sources/biopax/api.py
@@ -3,10 +3,15 @@ __all__ = ['process_pc_neighborhood', 'process_pc_pathsbetween',
'process_model']
import itertools
-from pybiopax import... | Remove use of INDRA PC client in API | sorgerlab_indra | train |
e56b2ee44be5a596b73599a910982ef14db4e83e | diff --git a/tests/SchematicEntityTest.php b/tests/SchematicEntityTest.php
index <HASH>..<HASH> 100644
--- a/tests/SchematicEntityTest.php
+++ b/tests/SchematicEntityTest.php
@@ -75,11 +75,11 @@ class SchematicEntityTest extends TestCase
$entity = new SchematicEntity([], $schema);
$entity->setField('a... | Fix deprecated assertions (phpunit assertInternalType()). | spiral_models | train |
20617da46645f8513e9098ee3a930d3f367cf23c | diff --git a/app/portlets/blog_posts_portlet.rb b/app/portlets/blog_posts_portlet.rb
index <HASH>..<HASH> 100644
--- a/app/portlets/blog_posts_portlet.rb
+++ b/app/portlets/blog_posts_portlet.rb
@@ -28,6 +28,11 @@ class BlogPostsPortlet < Portlet
finder = BlogPost
end
+ if options[:tags].is_a?(Array) &... | If more than one tag is specified, make it find all posts containing all
of the specified tags.
(This is necessary because tagged_with only works to filter by a single
tag.) | browsermedia_bcms_blog | train |
eb3a6ed5e1a43d6f833652f659ffad59b3edb0dc | diff --git a/__tests__/utils/utils.js b/__tests__/utils/utils.js
index <HASH>..<HASH> 100644
--- a/__tests__/utils/utils.js
+++ b/__tests__/utils/utils.js
@@ -82,6 +82,9 @@ describe('Utils', () => {
let B = { b: -2, c: 3 }
let C = { a: 1, b: { m: 10, n: 11 } }
let D = { a: 1, b: { n: 111, o: 22, p: {} } ... | Config merge empty objects fix, semantic undefined and null | actionhero_actionhero | train |
f4ce549973d8b96c11d6348620ce43b63d770a7f | diff --git a/lib/jsonapi/link_builder.rb b/lib/jsonapi/link_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/jsonapi/link_builder.rb
+++ b/lib/jsonapi/link_builder.rb
@@ -77,7 +77,7 @@ module JSONAPI
def engine_resource_path_name_from_source(source)
scopes = module_scopes_from_class(source.class)[... | Fix camel case scope converting inside link_builder | cerebris_jsonapi-resources | train |
7774b676c8080dfd15dcdd0f7b0a933c6d7c600d | diff --git a/src/main/java/com/cedarsoftware/util/io/JsonObject.java b/src/main/java/com/cedarsoftware/util/io/JsonObject.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/cedarsoftware/util/io/JsonObject.java
+++ b/src/main/java/com/cedarsoftware/util/io/JsonObject.java
@@ -142,7 +142,7 @@ public class JsonObje... | - removed 3 instances of using pushbackreader.unread() (gets called for null, true, or false tokens, so it's called a lot). | jdereg_json-io | train |
d106ebd688f4d20db91e02f696c9d045c685424d | diff --git a/tests/Model/Generated/Object/NotificationUrlTest.php b/tests/Model/Generated/Object/NotificationUrlTest.php
index <HASH>..<HASH> 100644
--- a/tests/Model/Generated/Object/NotificationUrlTest.php
+++ b/tests/Model/Generated/Object/NotificationUrlTest.php
@@ -27,6 +27,12 @@ use bunq\Util\FileUtil;
class Not... | Moved error constants at the top of file. (bunq/sdk_php#<I>) | bunq_sdk_php | train |
2f3dfd648ea60b2556a7cb2c2ecab59df43ceb38 | diff --git a/auto_ml/utils_models.py b/auto_ml/utils_models.py
index <HASH>..<HASH> 100644
--- a/auto_ml/utils_models.py
+++ b/auto_ml/utils_models.py
@@ -446,27 +446,21 @@ def get_search_params(model_name):
}
, 'LGBMClassifier': {
- # 'max_bin': [25, 50, 100, 200, 250, 300, 400, 500, 750... | expands search space for lightgbm | ClimbsRocks_auto_ml | train |
4fb9916cb54767892cadb23c9b8692dda3222d7e | diff --git a/src/measurement/position_measurement.js b/src/measurement/position_measurement.js
index <HASH>..<HASH> 100644
--- a/src/measurement/position_measurement.js
+++ b/src/measurement/position_measurement.js
@@ -559,6 +559,7 @@ function coordsBidiPartWrapped(cm, lineObj, _lineNo, preparedMeasure, order, x,
/... | Work around issue in coordsChar in wrapped bidi lines | codemirror_CodeMirror | train |
dc45526fb763c9ba0d07b8b5adc17668fa45b359 | diff --git a/pom.xml b/pom.xml
index <HASH>..<HASH> 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,12 @@
<instrumentation>
<excludes>
<exclude>nl/tweeenveertig/csveed/*.class</exclude>
+ <exclude>nl/tweeenveertig/cs... | Removed Spring parts of the library from the coverage check | robert-bor_CSVeed | train |
96e18d8710083e737f637f88b85801950ab3648e | diff --git a/lib/extract.js b/lib/extract.js
index <HASH>..<HASH> 100644
--- a/lib/extract.js
+++ b/lib/extract.js
@@ -203,19 +203,19 @@ module.exports = function (grunt) {
return key;
}
- function MissingContextException(item, collidingPoItem) {
- this.item = item;
+ function MissingContex... | cleanup output of exception
the item indeed is a po item and has references. The old behaviour was
tailored to an older implementation of the fix. | Open-Xchange-Frontend_grunt-require-gettext | train |
5b0a84719c7483e664b580111631226ba3902b14 | diff --git a/lib/rules/interface-name-prefix.js b/lib/rules/interface-name-prefix.js
index <HASH>..<HASH> 100644
--- a/lib/rules/interface-name-prefix.js
+++ b/lib/rules/interface-name-prefix.js
@@ -43,19 +43,8 @@ module.exports = {
if (typeof name !== "string") {
return false;
... | Fix: interface-name-prefix failing on interface with number in name (fixes #<I>) (#<I>) | bradzacher_eslint-plugin-typescript | train |
f82fe049a76bc26dc0d049b42429aaed62429452 | diff --git a/views/js/qtiXmlRenderer/renderers/feedbacks/ModalFeedback.js b/views/js/qtiXmlRenderer/renderers/feedbacks/ModalFeedback.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiXmlRenderer/renderers/feedbacks/ModalFeedback.js
+++ b/views/js/qtiXmlRenderer/renderers/feedbacks/ModalFeedback.js
@@ -1,10 +1,37 @@
-de... | encoding related outcome in modal feedback classes | oat-sa_extension-tao-itemqti | train |
a05d66626e967ad71cf9445021115e170b171952 | diff --git a/src/components/basket/browse.js b/src/components/basket/browse.js
index <HASH>..<HASH> 100644
--- a/src/components/basket/browse.js
+++ b/src/components/basket/browse.js
@@ -62,8 +62,8 @@ const basketBrowse = (services) => {
},
success: function (data) {
... | fix delete basket and search action in basket browser windows | alchemy-fr_Phraseanet-production-client | train |
c9b932bd27af998f4309768e55230ceab79e330b | diff --git a/mode/shell/shell.js b/mode/shell/shell.js
index <HASH>..<HASH> 100644
--- a/mode/shell/shell.js
+++ b/mode/shell/shell.js
@@ -129,7 +129,8 @@ CodeMirror.defineMode('shell', function() {
token: function(stream, state) {
return tokenize(stream, state);
},
- lineComment: '#'
+ lineComme... | [shell mode] Add folding helper reference | codemirror_CodeMirror | train |
460d665b94df72d94f9e3e4a7671880374005917 | diff --git a/aaf2/ama.py b/aaf2/ama.py
index <HASH>..<HASH> 100644
--- a/aaf2/ama.py
+++ b/aaf2/ama.py
@@ -161,13 +161,11 @@ def create_audio_descriptor(f, meta):
return d
-def create_network_locator(f, path):
+def create_network_locator(f, absolute_path):
n = f.create.NetworkLocator()
- n['URLString']... | Slightly rewrote locator argument
I need to find a solution for python2 though... | markreidvfx_pyaaf2 | train |
38c8160e4805354fb5b630d85fcd11c9e46795cd | diff --git a/lib/grocer/connection.rb b/lib/grocer/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/grocer/connection.rb
+++ b/lib/grocer/connection.rb
@@ -13,13 +13,15 @@ module Grocer
end
def read(size = nil, buf = nil)
- ssl.connect unless ssl.connected?
- ssl.read(size, buf)
+ with_ope... | DRY-up ensuring open SSL connection | grocer_grocer | train |
13b60b19f7edd9f177da5efa78c0e76086ef22a1 | diff --git a/drivers/vmwarefusion/fusion_darwin.go b/drivers/vmwarefusion/fusion_darwin.go
index <HASH>..<HASH> 100644
--- a/drivers/vmwarefusion/fusion_darwin.go
+++ b/drivers/vmwarefusion/fusion_darwin.go
@@ -160,7 +160,7 @@ func (d *Driver) Create() error {
// log.Warnf("Unable to check for the latest release: %s... | Updated custom ISOs for B2D w/ vmtoolsd and format-blank-drive patches. | docker_machine | train |
a792b061871e22ef1a528e2b2dc5fcc0a57479ec | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -68,10 +68,10 @@
],
"coverageThreshold": {
"global": {
- "statements": 99,
- "branches": 95,
+ "statements": 100,
+ "branches": 98,
"functions": 100,
- ... | rules: improve code coverage for branches + increase jest thresholds | macbre_analyze-css | train |
9467f765d2454e3d7ce52127c43fafe40d451a15 | diff --git a/lib/sender_link.js b/lib/sender_link.js
index <HASH>..<HASH> 100644
--- a/lib/sender_link.js
+++ b/lib/sender_link.js
@@ -74,18 +74,18 @@ SenderLink.prototype.send = function(msg, options) {
var message;
if (u.isObject(msg) && msg.hasOwnProperty('body')) {
message = msg;
- message.bod... | refactor(sender-link): guard against missing policy.encoder | noodlefrenzy_node-amqp10 | train |
9ff6ee35e24bcfde6a35c4330a7c0174c2d60d3c | diff --git a/utils.js b/utils.js
index <HASH>..<HASH> 100644
--- a/utils.js
+++ b/utils.js
@@ -109,71 +109,32 @@ Utils.mapFiles = function(p, options) {
// Make path absolute before call (for comparison after)
p = Utils.makePathAbsolute(p);
-
files = Utils.readDirectory(p, options.recursive);
- // Sort in... | Utils#mapFiles: refactoring | shippjs_shipp-server | train |
3682709753c778d057e5915749b198c8b6c69e0f | diff --git a/memote/suite/cli/runner.py b/memote/suite/cli/runner.py
index <HASH>..<HASH> 100644
--- a/memote/suite/cli/runner.py
+++ b/memote/suite/cli/runner.py
@@ -23,7 +23,6 @@ import io
import os
import sys
import logging
-from functools import partial
from gzip import GzipFile
from os.path import join, isfil... | fix: adjust behavior in model repo (#<I>)
* refactor: let memote run interact with deployment | opencobra_memote | train |
71d4aebbbea0f2fd997a506ff21cb187b4a0b0d5 | diff --git a/src/FlashNotifier.php b/src/FlashNotifier.php
index <HASH>..<HASH> 100644
--- a/src/FlashNotifier.php
+++ b/src/FlashNotifier.php
@@ -62,4 +62,21 @@ class FlashNotifier
$notifications[sha1($message.$level)] = ['message' => $message, 'level' => $level];
$this->session->flash('flash_notific... | Add support for flashing many messages at once | mds-tech_flash | train |
e34a702c367b5a710a09e153878f532c77805ce1 | diff --git a/lib/Post.php b/lib/Post.php
index <HASH>..<HASH> 100644
--- a/lib/Post.php
+++ b/lib/Post.php
@@ -251,6 +251,15 @@ class Post extends Core implements CoreInterface {
if ( $pid === null && ($pid_from_loop = PostGetter::loop_to_id()) ) {
$pid = $pid_from_loop;
}
+ if (
+ isset($wp_query->queried... | If previewing a post, Timber should make sure to get the preview ID | timber_timber | train |
00a37527e3be52ee1f3bdfabc669123ea810e87b | diff --git a/js/tag-it.js b/js/tag-it.js
index <HASH>..<HASH> 100644
--- a/js/tag-it.js
+++ b/js/tag-it.js
@@ -369,7 +369,7 @@
},
removeAll: function() {
- // Removes all tags. Takes an optional `animate` argument.
+ // Removes all tags.
var that = this;
... | Update comment; the animate argument doesn't exist. | aehlke_tag-it | train |
2835d8b65b8a0a1714277372ec0630cc1c8fd5cc | diff --git a/lib/computedStyle.140.js b/lib/computedStyle.140.js
index <HASH>..<HASH> 100644
--- a/lib/computedStyle.140.js
+++ b/lib/computedStyle.140.js
@@ -1,5 +1,5 @@
function(e,p,r,g){g=window.getComputedStyle;return g?g(e).getPropertyValue(p):e.currentStyle[p]}
function(e,p,r,g,c){g=window.getComputedStyle;retu... | Refactoring for both and under <I> =D | twolfson_computedStyle | train |
94ed672eea7aea2d2b49085a2465bb2d12dcbe64 | diff --git a/lib/danger/request_sources/gitlab.rb b/lib/danger/request_sources/gitlab.rb
index <HASH>..<HASH> 100644
--- a/lib/danger/request_sources/gitlab.rb
+++ b/lib/danger/request_sources/gitlab.rb
@@ -40,6 +40,13 @@ module Danger
abort
end
+ def validates_as_ci?
+ includes_port = sel... | Raise error if port number is included in DANGER_GITLAB_HOST
Implementation and tests included | danger_danger | train |
3b851a8dfe17895e7af894a70d65c3a23159041d | diff --git a/packages/@vue/babel-preset-app/index.js b/packages/@vue/babel-preset-app/index.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/babel-preset-app/index.js
+++ b/packages/@vue/babel-preset-app/index.js
@@ -19,6 +19,10 @@ const {
isRequired
} = require('@babel/helper-compilation-targets')
+// We'll no... | chore: add notes about upcoming Babel 8 esmodules change [skip ci] | vuejs_vue-cli | train |
f5ea9be6dba6ef02be0a23e28ba9ca59eeca0166 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
url='https://github.com/virtuald/pyhcl',
package_dir={'': 'src'},
package_data={'hcl': ['src/hcl/parsetab.dat']},
- packages=['hcl'],
+ packages=['hcl','hcl.ply'],
scripts=["scri... | Added missing "hcl.ply" module to setup.py | virtuald_pyhcl | train |
08776ff3a81820d87fed94771e34680f7380a051 | diff --git a/bct/algorithms/generative.py b/bct/algorithms/generative.py
index <HASH>..<HASH> 100644
--- a/bct/algorithms/generative.py
+++ b/bct/algorithms/generative.py
@@ -94,7 +94,7 @@ def generative_model(A, D, m, eta, gamma=None, model_type='matching',
axis=2) + epsilon
def k_prod(K)... | add generative models, not working now | aestrivex_bctpy | train |
4cebab711fe91b0da4b35808faba91b188a02bf0 | diff --git a/lib/chef/knife/solo_cook.rb b/lib/chef/knife/solo_cook.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/knife/solo_cook.rb
+++ b/lib/chef/knife/solo_cook.rb
@@ -116,6 +116,10 @@ class Chef
@cookbook_paths
end
+ def add_cookbook_path(path)
+ cookbook_paths.unshift(path) unless coo... | Add a method to add cookbook paths | matschaffer_knife-solo | train |
2a33cb074221f6d78eac3200ceb7f898e852a8c8 | diff --git a/Excel/Workbook.php b/Excel/Workbook.php
index <HASH>..<HASH> 100644
--- a/Excel/Workbook.php
+++ b/Excel/Workbook.php
@@ -37,6 +37,17 @@ class sb_Excel_Workbook extends DOMDocument{
* @param string $title The first worksheet's name
* @param boolean $auto_convert_types Should types be auto converted
... | added example to __construct | surebert_surebert-framework | train |
e36e8dfb33b8f312635c4a3bcbf012e16db37b3f | diff --git a/content.js b/content.js
index <HASH>..<HASH> 100644
--- a/content.js
+++ b/content.js
@@ -269,6 +269,7 @@ export class ContentMatch {
return this.move(this.index, this.count + 1)
}
+ // FIXME make sure this algorithm is actually solid
fillBefore(after, toEnd, startIndex) {
let added = []... | Get the test suite to pass with new replace implementation | ProseMirror_prosemirror-model | train |
8fa9454c5f16d0d0024ad2452088e3a0b622dcf6 | diff --git a/src/main/java/com/jayway/maven/plugins/android/AbstractAndroidMojo.java b/src/main/java/com/jayway/maven/plugins/android/AbstractAndroidMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/jayway/maven/plugins/android/AbstractAndroidMojo.java
+++ b/src/main/java/com/jayway/maven/plugins/android/Ab... | improved logging for deploy and undeploy | simpligility_android-maven-plugin | train |
9d00b2256714d3080c75683880de52da6f767df1 | diff --git a/lib/yard/templates/template.rb b/lib/yard/templates/template.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/templates/template.rb
+++ b/lib/yard/templates/template.rb
@@ -314,11 +314,11 @@ module YARD
# Calls the ERB file from the last inherited template with {#section}.erb
#
- # @param... | Resolve variable shadow issue in Ruby <I>-preview1 | lsegal_yard | train |
a824102a1f5b38798de57bf0485541f0c1ef6953 | diff --git a/FormBuilder.php b/FormBuilder.php
index <HASH>..<HASH> 100755
--- a/FormBuilder.php
+++ b/FormBuilder.php
@@ -106,7 +106,7 @@ class FormBuilder {
// If the method is PUT, PATCH or DELETE we will need to add a spoofer hidden
// field that will instruct the Symfony request to pretend the method is a
... | Tweak how method is passed in form builder. | LaravelCollective_html | train |
58e980db82b36b7a9295d916aaf4200e800525cd | diff --git a/formats/folia.py b/formats/folia.py
index <HASH>..<HASH> 100644
--- a/formats/folia.py
+++ b/formats/folia.py
@@ -6539,10 +6539,11 @@ class SubsetDefinition(AbstractDefinition):
return jsonnode
class SetDefinition(AbstractDefinition):
- def __init__(self, id, type, classes = [], subsets = []... | implemented label property for SetDefinition (issue proycon/folia#<I>) | proycon_pynlpl | train |
c306fbdf0fe58f7d81b6278c5bf29c66ae194022 | diff --git a/pysimplevcs/git.py b/pysimplevcs/git.py
index <HASH>..<HASH> 100644
--- a/pysimplevcs/git.py
+++ b/pysimplevcs/git.py
@@ -42,6 +42,11 @@ class Git(object):
def __getattr__(self, name):
def _missing_method(*args, **kwargs):
- return proxy_command(name, self._repo_dir, lambda n, ar... | Split call to proxy_command across multiple lines | rcook_pysimplevcs | train |
11b13874e673c1c64c41a7f4eb48b0a905a2c8ee | diff --git a/client/html/templates/basket/standard/body-standard.php b/client/html/templates/basket/standard/body-standard.php
index <HASH>..<HASH> 100644
--- a/client/html/templates/basket/standard/body-standard.php
+++ b/client/html/templates/basket/standard/body-standard.php
@@ -94,7 +94,7 @@ $optConfig = $this->con... | Fixes delete button for coupons in basket | aimeos_ai-client-html | train |
67e86ed1b052dcc11e53b29de13347d41d17a4f8 | diff --git a/core/src/main/java/jenkins/model/Jenkins.java b/core/src/main/java/jenkins/model/Jenkins.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/model/Jenkins.java
+++ b/core/src/main/java/jenkins/model/Jenkins.java
@@ -1818,10 +1818,6 @@ public class Jenkins extends AbstractCIBase implements Dir... | :facepalm: now it's just noop code that should be removed | jenkinsci_jenkins | train |
213b7d92ab80d9c2e714acdfefe8acc4de44936a | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,4 @@ node_js:
- "0.12"
- "0.11"
- "0.10"
- - "0.8"
- "iojs"
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -112,7 +112,7 @@ module.exports = (func... | Fixes #<I> and modifies an existing test to catch this issue | joaonuno_tree-model-js | train |
1d70fba07c5782d7285c1b7fd904a4b689ae2e9d | diff --git a/examples/sample-collection.json b/examples/sample-collection.json
index <HASH>..<HASH> 100644
--- a/examples/sample-collection.json
+++ b/examples/sample-collection.json
@@ -13,7 +13,7 @@
"type": "text/javascript",
"exec": [
"pm.test('expect response be 200', function () {",
- ... | Support for skipped tests in CLI reporter | postmanlabs_newman | train |
8e2a9c22d6fb40dd54d510d69a7fc6b996d6e479 | diff --git a/pyphi/compute/big_phi.py b/pyphi/compute/big_phi.py
index <HASH>..<HASH> 100644
--- a/pyphi/compute/big_phi.py
+++ b/pyphi/compute/big_phi.py
@@ -86,13 +86,6 @@ def _eval_wrapper(in_queue, out_queue, log_queue, subsystem, unpartitioned_const
out_queue.put(None)
-def progress(iterable):
- """A p... | Fix tqdm race condition
Tqdm is not thread safe, so it was possible to call `tqdm.write`
with partially initialized objects in the `tqdm._instances` list.
This ensures that the tqdm object is initialized before the logger
thread starts. | wmayner_pyphi | train |
b287ea7a328804bd078aae76947c2c1d720965e8 | diff --git a/pluginfile.php b/pluginfile.php
index <HASH>..<HASH> 100644
--- a/pluginfile.php
+++ b/pluginfile.php
@@ -283,10 +283,9 @@ if ($context->contextlevel == CONTEXT_SYSTEM) {
if (function_exists($filefunction)) {
// if the function exists, it must send the file and terminate. Whatever it returns ... | NOBUG: Re-fix: wrong brackets in the previous commit, sorry | moodle_moodle | train |
cdc97356327d7c77b730835de7381626c9702d4d | diff --git a/pyensembl/__init__.py b/pyensembl/__init__.py
index <HASH>..<HASH> 100644
--- a/pyensembl/__init__.py
+++ b/pyensembl/__init__.py
@@ -28,7 +28,9 @@ from .species import (
find_species_by_name,
find_species_by_reference,
which_reference,
- check_species_object
+ check_species_object,
+ ... | added reference name normalization to species.py | openvax_pyensembl | train |
01eda4f53dfce372160cbf23f83676eaf8b47b1f | diff --git a/src/main/java/com/codeborne/selenide/WebDriverRunner.java b/src/main/java/com/codeborne/selenide/WebDriverRunner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/codeborne/selenide/WebDriverRunner.java
+++ b/src/main/java/com/codeborne/selenide/WebDriverRunner.java
@@ -109,7 +109,7 @@ public class ... | Use "webdriver.quite()" instead of "webdriver.close()" to force closing ChromDriver and IE process | selenide_selenide | train |
16d6f39c4735e19a162258e82242fa4f70b19a3c | diff --git a/Helper/UsstateMapHelper.php b/Helper/UsstateMapHelper.php
index <HASH>..<HASH> 100644
--- a/Helper/UsstateMapHelper.php
+++ b/Helper/UsstateMapHelper.php
@@ -12,24 +12,46 @@ class UsstateMapHelper
{
public static function getMap()
{
- return ['AL' => 'Alabama', 'AK' => 'Alaska', 'AZ' => '... | [ENG-<I>] Use both Keys and Values as Options | TheDMSGroup_mautic-usstate-normalizer | train |
6a5dc9a20ffca10808d77e64a8817fe05ffc692d | diff --git a/migrations/20140208175119_comment_ext_move.php b/migrations/20140208175119_comment_ext_move.php
index <HASH>..<HASH> 100644
--- a/migrations/20140208175119_comment_ext_move.php
+++ b/migrations/20140208175119_comment_ext_move.php
@@ -53,6 +53,7 @@ class CommentExtMove extends AbstractMigration
likes,
... | Only move comments over that aren't spam | FelixOnline_BaseApp | train |
5708e9f9eccfdd06841cc87f02d5e99b3b8605ae | diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/constants.py b/datadog_checks_dev/datadog_checks/dev/tooling/constants.py
index <HASH>..<HASH> 100644
--- a/datadog_checks_dev/datadog_checks/dev/tooling/constants.py
+++ b/datadog_checks_dev/datadog_checks/dev/tooling/constants.py
@@ -68,7 +68,7 @@ NOT_TILES =... | Remove agent_requirements.in from changed checks (#<I>) | DataDog_integrations-core | train |
8fe5ece77b4cd3c15f4459cecf81662e1bce2fcd | diff --git a/tests/test_core.py b/tests/test_core.py
index <HASH>..<HASH> 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -546,6 +546,20 @@ def test_use_kwargs_with_arg_missing(web_request, parser):
return {'username': username, 'password': password}
assert viewfunc() == {'username': 'foo', 'p... | Add delimited lists.
[Resolves #<I>] | marshmallow-code_webargs | train |
67b7550dc7390d6c2906462e5035bf38c0a193c5 | diff --git a/tests/test_1qdecompose.py b/tests/test_1qdecompose.py
index <HASH>..<HASH> 100644
--- a/tests/test_1qdecompose.py
+++ b/tests/test_1qdecompose.py
@@ -1,35 +1,96 @@
+from math import pi
+import random
from typing import Callable, List
import pytest
import numpy as np
from blueqat import Circuit
-fro... | TST: Add more tests for one qubit decomposition
Current code fails these tests. | Blueqat_Blueqat | train |
693fdd8bc2e16e0b51dade8537635deee2dd9e81 | diff --git a/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/azure_service_client.rb b/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/azure_service_client.rb
index <HASH>..<HASH> 100644
--- a/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/azure_service_client.rb
+++ b/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/a... | Remove deprecated methods from ms_rest_azure client_runtime. This change is related to PR #<I> where generalized method was introduced. (#<I>) | Azure_autorest | train |
82b56420c95fcfdb6eb2ca576792e4559f4f8818 | diff --git a/chemcoord/cartesian_coordinates/_cartesian_class_core.py b/chemcoord/cartesian_coordinates/_cartesian_class_core.py
index <HASH>..<HASH> 100644
--- a/chemcoord/cartesian_coordinates/_cartesian_class_core.py
+++ b/chemcoord/cartesian_coordinates/_cartesian_class_core.py
@@ -334,22 +334,35 @@ class Cartesian... | Get_bonds and _divide_et_impera fine tuned + doc | mcocdawc_chemcoord | train |
2944055a9f2c8077ebcf99fea889ae1c1728431f | diff --git a/nsq/snappy_socket.py b/nsq/snappy_socket.py
index <HASH>..<HASH> 100644
--- a/nsq/snappy_socket.py
+++ b/nsq/snappy_socket.py
@@ -31,8 +31,7 @@ class SnappySocket(object):
self._bootstrapped = None
return data
chunk = method(size)
- if chunk:
- uncompres... | fix 'uncompressed' declaration issue | nsqio_pynsq | train |
58f21a9f4576a688710ae0ba598f9bb62c5eaa6d | diff --git a/src/Controllers/AuthController.php b/src/Controllers/AuthController.php
index <HASH>..<HASH> 100644
--- a/src/Controllers/AuthController.php
+++ b/src/Controllers/AuthController.php
@@ -186,7 +186,7 @@ class AuthController extends Controller
*
* @param \Illuminate\Http\Request $request
*
... | fix: the comment declaration has the wrong return type | z-song_laravel-admin | train |
357b17293d340e5562242b43e2ff5356d92c89ee | diff --git a/ontrack-acceptance/src/test/java/net/nemerosa/ontrack/acceptance/ACCGeneral.java b/ontrack-acceptance/src/test/java/net/nemerosa/ontrack/acceptance/ACCGeneral.java
index <HASH>..<HASH> 100644
--- a/ontrack-acceptance/src/test/java/net/nemerosa/ontrack/acceptance/ACCGeneral.java
+++ b/ontrack-acceptance/src... | Error handling: exception for access denied, which must be reported as such | nemerosa_ontrack | train |
4cefa24bef5f1dfad7a9fb67903e89a21431d76a | diff --git a/commands/command_smudge.go b/commands/command_smudge.go
index <HASH>..<HASH> 100644
--- a/commands/command_smudge.go
+++ b/commands/command_smudge.go
@@ -64,8 +64,9 @@ func delayedSmudge(s *git.FilterProcessScanner, to io.Writer, from io.Reader, q
return 0, true, ptr, nil
}
- // Write 'statusFro... | commands/smudge: update comment in 'delayedSmudge' | git-lfs_git-lfs | train |
5e23436f49fcfcdd2a4110a9ac7137414aadaa08 | diff --git a/dataviews/plotting/viewplots.py b/dataviews/plotting/viewplots.py
index <HASH>..<HASH> 100644
--- a/dataviews/plotting/viewplots.py
+++ b/dataviews/plotting/viewplots.py
@@ -5,6 +5,8 @@ import numpy as np
from matplotlib import pyplot as plt
from matplotlib import gridspec, animation
from matplotlib.col... | Restored Annotation spline plotting code lost during plotting refactor | pyviz_holoviews | train |
684cf19a2b5a00e50488d1e1a52d14eeedc2e5cf | diff --git a/src/CRUDlex/EntityEvents.php b/src/CRUDlex/EntityEvents.php
index <HASH>..<HASH> 100644
--- a/src/CRUDlex/EntityEvents.php
+++ b/src/CRUDlex/EntityEvents.php
@@ -69,9 +69,9 @@ class EntityEvents
*/
public function push($moment, $action, \Closure $function)
{
- $events ... | slightly better naming for not having the same name as a class member | philiplb_CRUDlex | train |
d2fa990fd3075a9382c9634997707b949e538dd1 | diff --git a/gwpy/timeseries/statevector.py b/gwpy/timeseries/statevector.py
index <HASH>..<HASH> 100644
--- a/gwpy/timeseries/statevector.py
+++ b/gwpy/timeseries/statevector.py
@@ -354,7 +354,7 @@ class StateVector(TimeSeries):
nbits = len(self.bitmask)
boolean = numpy.zeros((self.size, nbit... | optimised int -> binary bits | gwpy_gwpy | train |
aab5db4185e6b4e52e2403a2e2fd2844347d78a5 | diff --git a/sos/jupyter/kernel.js b/sos/jupyter/kernel.js
index <HASH>..<HASH> 100644
--- a/sos/jupyter/kernel.js
+++ b/sos/jupyter/kernel.js
@@ -22,14 +22,29 @@
//
define(function() {
var onload = function() {
- // define a customized channel for communication between frontend
- // and backend
... | Override kernel.execute instead of cell.get_text before the former has far less side effect #<I>, #<I>, #<I>, #<I> | vatlab_SoS | train |
3cf5ca25a8457400e46209fc202166e4d68c4da6 | diff --git a/src/site/components/com_hashtags/controllers/behaviors/hashtagable.php b/src/site/components/com_hashtags/controllers/behaviors/hashtagable.php
index <HASH>..<HASH> 100644
--- a/src/site/components/com_hashtags/controllers/behaviors/hashtagable.php
+++ b/src/site/components/com_hashtags/controllers/behavio... | improved the mentionable and hashtagable browse queries. | anahitasocial_anahita | train |
453f204c41e7708cde7c53abb331fd24e4f9559c | diff --git a/src/plugins/dialogs.js b/src/plugins/dialogs.js
index <HASH>..<HASH> 100644
--- a/src/plugins/dialogs.js
+++ b/src/plugins/dialogs.js
@@ -19,8 +19,8 @@ angular.module('ngCordova.plugins.dialogs', [])
confirm: function (message, title, buttonLabels) {
var d = $q.defer();
- navigator... | Added callbacks values for confirm and prompt | ionic-team_ng-cordova | train |
e2e7d2ab1f02cc3ccdd06ae85ef3462cbb859132 | diff --git a/src/main/java/org/hibernate/jpamodelgen/JPAMetaModelEntityProcessor.java b/src/main/java/org/hibernate/jpamodelgen/JPAMetaModelEntityProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/hibernate/jpamodelgen/JPAMetaModelEntityProcessor.java
+++ b/src/main/java/org/hibernate/jpamodelgen/JPAMet... | added comment to jira issue | hibernate_hibernate-metamodelgen | train |
298a6a71befecdfe84ca36137fbbcee1ad2cd222 | diff --git a/lib/reporter.js b/lib/reporter.js
index <HASH>..<HASH> 100644
--- a/lib/reporter.js
+++ b/lib/reporter.js
@@ -52,7 +52,7 @@ var Reporter = function(options) {
* Starts the calling {@link Reporter.report} on a scheduled interval.
* @param {Number} interval Number How often to report in milliseconds.
*... | make compatible with older versions of node | brandonhamilton_node-metrics-influxdb | train |
472480e31d36612afb7061033aee39e7fff37cb1 | diff --git a/plugins/cleanpaste/trumbowyg.cleanpaste.js b/plugins/cleanpaste/trumbowyg.cleanpaste.js
index <HASH>..<HASH> 100644
--- a/plugins/cleanpaste/trumbowyg.cleanpaste.js
+++ b/plugins/cleanpaste/trumbowyg.cleanpaste.js
@@ -60,9 +60,8 @@
// strip out extra spaces -cgCraft
html = html.replace(/ ... | fix: use regex instead of while in cleanpaste plugin | Alex-D_Trumbowyg | train |
51ae25245692b2d30e3fc7f5d9e76022dc32b740 | diff --git a/nanocomp/utils.py b/nanocomp/utils.py
index <HASH>..<HASH> 100644
--- a/nanocomp/utils.py
+++ b/nanocomp/utils.py
@@ -133,9 +133,10 @@ def get_args():
general.add_argument("--tsv_stats",
help="Output the stats file as a properly formatted TSV.",
acti... | rewrite option to avoid conflict with -n/--names | wdecoster_nanocomp | train |
21dffe234876b3afb601b4c8e0e76036ed513e85 | diff --git a/flask_crud/crud.py b/flask_crud/crud.py
index <HASH>..<HASH> 100644
--- a/flask_crud/crud.py
+++ b/flask_crud/crud.py
@@ -19,32 +19,46 @@ class LandingView(TemplateView):
class Group(Tree):
- def __init__(self, name, url=None, items=None, view_class=LandingView):
- self.view_class = view_cla... | add a tree node for generic views | hellupline_flask-manager | train |
59dbe52d15949f1e3239a99186c86bf25e75b4eb | diff --git a/lib/bcsec/ldap/user_ext.rb b/lib/bcsec/ldap/user_ext.rb
index <HASH>..<HASH> 100644
--- a/lib/bcsec/ldap/user_ext.rb
+++ b/lib/bcsec/ldap/user_ext.rb
@@ -1,4 +1,4 @@
-require 'bcsec/netid'
+require 'bcsec/ldap'
module Bcsec::Ldap
## | Correct require of parent. #<I>. | NUBIC_aker | train |
c97d6c65c0cb28e632a852cb31393825560d91ad | diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php
index <HASH>..<HASH> 100644
--- a/src/JoomlaBrowser.php
+++ b/src/JoomlaBrowser.php
@@ -124,8 +124,10 @@ class JoomlaBrowser extends WebDriver
$I->click('Install');
// Wait while Joomla gets installed
- $I->waitForText('Congratulation... | Move CSS locators to XPath in Joomla installation | joomla-projects_joomla-browser | train |
2ddf1310a7de8a40734e0090c487b9b694212679 | diff --git a/src/oidcmsg/configure.py b/src/oidcmsg/configure.py
index <HASH>..<HASH> 100644
--- a/src/oidcmsg/configure.py
+++ b/src/oidcmsg/configure.py
@@ -105,12 +105,12 @@ class Base(dict):
return default
def __setattr__(self, key, value):
- if key in self and self.key:
+ if key i... | Allow an attribute to be set to None before being assigning a value. | openid_JWTConnect-Python-OidcMsg | train |
5a187c9744ab99bb4826f3c2a54fc968b248a3cb | diff --git a/src/server/pfs/cmds/cmds.go b/src/server/pfs/cmds/cmds.go
index <HASH>..<HASH> 100644
--- a/src/server/pfs/cmds/cmds.go
+++ b/src/server/pfs/cmds/cmds.go
@@ -318,7 +318,7 @@ func Cmds(address string, noMetrics *bool) []*cobra.Command {
flushCommit.Flags().VarP(&repos, "repos", "r", "Wait only for commits... | Add SetBranch and DeleteBranch to pachctl | pachyderm_pachyderm | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.