hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
2368bd7cfd7b3a409cf63c478f6ec6a079e34528 | diff --git a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/EditMask.php b/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/EditMask.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/EditMask.php
+++ b/src/ContaoCommunity... | Move the multi language support in a own method.
Add phpmd suppress warning for excessive class complexity. | contao-community-alliance_dc-general | train |
7e4c93aea426c309753a7e04dba4a7a638fdde51 | diff --git a/library/AcceptanceTestCase.php b/library/AcceptanceTestCase.php
index <HASH>..<HASH> 100644
--- a/library/AcceptanceTestCase.php
+++ b/library/AcceptanceTestCase.php
@@ -903,6 +903,7 @@ class AcceptanceTestCase extends MinkWrapper
if ($this->getSelectedLabel($sSelectLocator) != $sLanguage) {
... | ESDEV-<I> Reduce amount of random selenium failures | OXID-eSales_testing_library | train |
873c40b74e53d6e8c5482793e97d9f883b36e019 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -18,7 +18,8 @@ var gulp = require('gulp'),
configPath = util.env.config ? util.env.config.replace(/\/$/, '') : null,
outputPath = util.env.output ? util.env.output.replace(/\/$/, '') : '',
sourcePath... | Include socket.io if we are gulp-watching | SC5_sc5-styleguide | train |
0dbb762417d762eba476fedb8fe6a2b52259f6ba | diff --git a/src/pivotal-ui-react/modals/modals.js b/src/pivotal-ui-react/modals/modals.js
index <HASH>..<HASH> 100644
--- a/src/pivotal-ui-react/modals/modals.js
+++ b/src/pivotal-ui-react/modals/modals.js
@@ -4,6 +4,52 @@ require('classlist-polyfill');
import {mergeProps} from 'pui-react-helpers';
var ReactCSSTrans... | chore(modals): add javadocs for BaseModal
[#<I>] | pivotal-cf_pivotal-ui | train |
bac0f698687cd6fff4632f1f2b4bd0c836118e92 | diff --git a/src/extras/cacheAsBitmap.js b/src/extras/cacheAsBitmap.js
index <HASH>..<HASH> 100644
--- a/src/extras/cacheAsBitmap.js
+++ b/src/extras/cacheAsBitmap.js
@@ -8,6 +8,7 @@ DisplayObject.prototype._originalRenderCanvas = null;
DisplayObject.prototype._originalUpdateTransform = null;
DisplayObject.prototyp... | fix cacheAsBitmap memory leak with destroy; fixes #<I> | pixijs_pixi.js | train |
3d4b74d86e37915a8a6c91be8ca22c5c535f97b4 | diff --git a/pkg/schema/dirreader.go b/pkg/schema/dirreader.go
index <HASH>..<HASH> 100644
--- a/pkg/schema/dirreader.go
+++ b/pkg/schema/dirreader.go
@@ -22,6 +22,8 @@ import (
"fmt"
"io"
+ "go4.org/syncutil"
+
"camlistore.org/pkg/blob"
)
@@ -143,11 +145,13 @@ func (dr *DirReader) Readdir(n int) (entries []... | schema/dirreader: limit I/O concurrency in Readdir
The comment was right: a directory with too many entries depleted all my
file descriptors. I want my file descriptors back.
Change-Id: Iacdd<I>f<I>a7f5b2a2e7d<I>b<I>eb<I>f<I>ad2 | perkeep_perkeep | train |
a2a61b155e2b693b10d974405c4aced19759fbf5 | diff --git a/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php b/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php
index <HASH>..<HASH> 100644
--- a/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php
+++ b/lib/SimpleSAML/Bindings/Shib13/HTTPPost.php
@@ -125,7 +125,7 @@ class SimpleSAML_Bindings_Shib13_HTTPPost {
*/
- $objXMLS... | Fix for Shibboleth POST and fixing slo endpoint in saml2 metadata | simplesamlphp_saml2 | train |
4ac9ed424879945424afb2a81d0ccf3771099593 | diff --git a/cmd/object-handlers.go b/cmd/object-handlers.go
index <HASH>..<HASH> 100644
--- a/cmd/object-handlers.go
+++ b/cmd/object-handlers.go
@@ -1051,26 +1051,29 @@ func (api objectAPIHandlers) CopyObjectHandler(w http.ResponseWriter, r *http.Re
}
}
+ // Check if either the source is encrypted or the desti... | CopyObject: Do not remove crypto info when compressed (#<I>)
Removing crypto info makes it impossible to copy encrypted+compressed objects.
Disable destination compression when encrypted. | minio_minio | train |
3370fd8aa5c63b622738e90738f9424596e7311e | diff --git a/metal/classifier.py b/metal/classifier.py
index <HASH>..<HASH> 100644
--- a/metal/classifier.py
+++ b/metal/classifier.py
@@ -5,7 +5,7 @@ import torch
import torch.nn as nn
from metal.metrics import metric_score, confusion_matrix
-from metal.utils import multitask_decorator
+from metal.utils import mul... | Refactor @multitask_decorator to @multitask | HazyResearch_metal | train |
6f62d7d8166bcb17d44ec1128699316b9224a1dc | diff --git a/src/client/voice/util/PlayInterface.js b/src/client/voice/util/PlayInterface.js
index <HASH>..<HASH> 100644
--- a/src/client/voice/util/PlayInterface.js
+++ b/src/client/voice/util/PlayInterface.js
@@ -63,19 +63,21 @@ class PlayInterface {
if (!this.player.playBroadcast) throw new Error('VOICE_PLAY_... | fix: voice not throwing errors on bad stream input (#<I>) | discordjs_discord.js | train |
901048aeacfb9e1243a3af391176c6618e3ccb27 | diff --git a/impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java b/impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java
+++ b/impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBu... | Removes eager initialization of the CompressionCodecResolver in the JwtParserBuilder
This removes a potential service loader issue with OSGi runtimes.
Fixes: #<I> | jwtk_jjwt | train |
2e55c824c943bf09b33571c7e2fb432f34d19fa1 | diff --git a/logserver/src/main/java/alluxio/logserver/AlluxioLogServerProcess.java b/logserver/src/main/java/alluxio/logserver/AlluxioLogServerProcess.java
index <HASH>..<HASH> 100644
--- a/logserver/src/main/java/alluxio/logserver/AlluxioLogServerProcess.java
+++ b/logserver/src/main/java/alluxio/logserver/AlluxioLog... | [ALLUXIO-<I>] Log server graceful shutdown (#<I>)
* Fix log server shutdown
* Fix concurrency | Alluxio_alluxio | train |
d475766c63a335409f3786f78f71f2a31ad53d00 | diff --git a/zipline/algorithm.py b/zipline/algorithm.py
index <HASH>..<HASH> 100644
--- a/zipline/algorithm.py
+++ b/zipline/algorithm.py
@@ -63,10 +63,11 @@ class TradingAlgorithm(object):
A new algorithm could look like this:
```
class MyAlgo(TradingAlgorithm):
- def initialize(amount):
+ ... | DOC: Fix docstring for TradingAlgorithm
Fix the example given in the class docstring as the original didn't work
on REPL. | quantopian_zipline | train |
753545cd10aa455ec0912843820e26d5c4903c8e | diff --git a/unleash/plugins/tox_tests.py b/unleash/plugins/tox_tests.py
index <HASH>..<HASH> 100644
--- a/unleash/plugins/tox_tests.py
+++ b/unleash/plugins/tox_tests.py
@@ -38,6 +38,6 @@ def lint_release(ctx):
with VirtualEnv.temporary() as ve, in_tmpexport(ctx['commit']):
ve.pip_install('tox')
... | Use get_binary in tox tests. | mbr_unleash | train |
7464df4347d51c7f619b1b17c61ed22faa3520d6 | diff --git a/phoebe/frontend/io.py b/phoebe/frontend/io.py
index <HASH>..<HASH> 100644
--- a/phoebe/frontend/io.py
+++ b/phoebe/frontend/io.py
@@ -952,7 +952,7 @@ def pass_to_legacy(eb, filename='2to1.phoebe', compute=None, **kwargs):
# TODO BERT: need to deal with multiple datasets
val = [eb.get_valu... | fixed ocd bug with from hardcoding components
forgot to change hardcoded components in contacts. fixed now | phoebe-project_phoebe2 | train |
d2ab7b300de6ebf25b9137ef67cbad37fc0b9792 | diff --git a/PHPCI/Plugin/SlackNotify.php b/PHPCI/Plugin/SlackNotify.php
index <HASH>..<HASH> 100644
--- a/PHPCI/Plugin/SlackNotify.php
+++ b/PHPCI/Plugin/SlackNotify.php
@@ -24,6 +24,7 @@ class SlackNotify implements \PHPCI\Plugin
private $username;
private $message;
private $icon;
+ private $show_st... | Add the ability to hide the slack attachment | dancryer_PHPCI | train |
a23a69d589809a5cf98934a534ba1a27c72e2940 | diff --git a/neo/Prompt/Commands/Send.py b/neo/Prompt/Commands/Send.py
index <HASH>..<HASH> 100755
--- a/neo/Prompt/Commands/Send.py
+++ b/neo/Prompt/Commands/Send.py
@@ -31,8 +31,12 @@ def construct_and_send(prompter, wallet, arguments, prompt_password=True):
address_to = get_arg(arguments, 1)
amount... | Handle uncaught exception in Send command | CityOfZion_neo-python | train |
e8e8c9d0cd82e5983c0b8c54ae990859d673aeda | diff --git a/bigtable-hbase-parent/bigtable-hbase-integration-tests/src/test/java/com/google/cloud/bigtable/hbase/IntegrationTests.java b/bigtable-hbase-parent/bigtable-hbase-integration-tests/src/test/java/com/google/cloud/bigtable/hbase/IntegrationTests.java
index <HASH>..<HASH> 100644
--- a/bigtable-hbase-parent/big... | Using <I> minute timeout in IntegrationTest. (#<I>) | googleapis_cloud-bigtable-client | train |
a0441a341cea369173a5f2267c8203e164c455ec | diff --git a/lib/plain_old_model/version.rb b/lib/plain_old_model/version.rb
index <HASH>..<HASH> 100644
--- a/lib/plain_old_model/version.rb
+++ b/lib/plain_old_model/version.rb
@@ -1,3 +1,3 @@
module PlainOldModel
- VERSION = "0.0.4"
+ VERSION = "0.0.5"
end
diff --git a/spec/lib/base_spec.rb b/spec/lib/base_spec.... | bumping the version to <I>. | gettyimages_plain_old_model | train |
f0043815f0efe359dae715d81945f820c8cdb74f | diff --git a/classes/Boom/Controller/Cms/Chunk/Asset.php b/classes/Boom/Controller/Cms/Chunk/Asset.php
index <HASH>..<HASH> 100644
--- a/classes/Boom/Controller/Cms/Chunk/Asset.php
+++ b/classes/Boom/Controller/Cms/Chunk/Asset.php
@@ -19,7 +19,6 @@ class Boom_Controller_Cms_Chunk_Asset extends Boom_Controller_Cms_Chunk... | Fix. Got confused between assets and asset chunks. | boomcms_boom-core | train |
1fa3cc1e595c086cd7e313833e34177867ec4437 | diff --git a/lib/crawler.js b/lib/crawler.js
index <HASH>..<HASH> 100644
--- a/lib/crawler.js
+++ b/lib/crawler.js
@@ -451,8 +451,27 @@ Crawler.prototype.getRobotsTxt = function (host, callback) {
}
});
+ var decodeAndReturnResponse = function (responseBuffer) {
+ ... | Unzip robots.txt response bodies when applicable | simplecrawler_simplecrawler | train |
e20c9060505f77055ecb33d66a9cb5a35abea3e4 | diff --git a/src/main/java/com/mpatric/mp3agic/BufferTools.java b/src/main/java/com/mpatric/mp3agic/BufferTools.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/mpatric/mp3agic/BufferTools.java
+++ b/src/main/java/com/mpatric/mp3agic/BufferTools.java
@@ -48,7 +48,9 @@ public class BufferTools {
public static ... | System.arraycopy doesn't like a length of 0 | mpatric_mp3agic | train |
15f482fbb7b1b98b48545f6e5ab3986859c38e55 | diff --git a/watchman/main.py b/watchman/main.py
index <HASH>..<HASH> 100644
--- a/watchman/main.py
+++ b/watchman/main.py
@@ -15,13 +15,11 @@ def check():
child_dirs = _get_subdirectories(current_working_directory)
for child in child_dirs:
try:
- change_dir = '%s/%s' % (current_working_di... | Remove change dir commands and now it sends directly. | alephmelo_watchman | train |
880067826f6bcea19761e81487f12c1abd600db3 | diff --git a/src/Core/Checkout/Promotion/Cart/PromotionCalculator.php b/src/Core/Checkout/Promotion/Cart/PromotionCalculator.php
index <HASH>..<HASH> 100644
--- a/src/Core/Checkout/Promotion/Cart/PromotionCalculator.php
+++ b/src/Core/Checkout/Promotion/Cart/PromotionCalculator.php
@@ -163,7 +163,10 @@ class PromotionC... | NEXT-<I> - fix promotion errors and blocking order check | shopware_platform | train |
d120f921627f7de4c17194abee2c43e53b9c413a | diff --git a/molgenis-security/src/main/java/org/molgenis/security/user/UserAccountController.java b/molgenis-security/src/main/java/org/molgenis/security/user/UserAccountController.java
index <HASH>..<HASH> 100644
--- a/molgenis-security/src/main/java/org/molgenis/security/user/UserAccountController.java
+++ b/molgeni... | Fix #<I> Account details not accessible by users | molgenis_molgenis | train |
3f81dc57b83d9141d4884e255c704b7f3582dad7 | diff --git a/src/Stack/Builder.php b/src/Stack/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Stack/Builder.php
+++ b/src/Stack/Builder.php
@@ -18,6 +18,8 @@ class Builder
if (func_num_args() > 0) {
$spec = func_get_args();
$this->specs->unshift($spec);
+ } else {
+ ... | Throw Invalid Argument Exception when no args passed through to push and unshift | stackphp_builder | train |
391a2533cc85ea9a71f994a87155f38759911e1b | diff --git a/src/hypercorn/asyncio/tcp_server.py b/src/hypercorn/asyncio/tcp_server.py
index <HASH>..<HASH> 100644
--- a/src/hypercorn/asyncio/tcp_server.py
+++ b/src/hypercorn/asyncio/tcp_server.py
@@ -107,6 +107,7 @@ class TCPServer:
ConnectionResetError,
OSError,
as... | Bugfix catch TimeoutError as well
This extends ab<I>c5c1 to also catch TimeoutErrors thereby fixing both
bugs. | pgjones_hypercorn | train |
888caee066f97425a661a4716394af5ee73f238e | diff --git a/src/rainbow.js b/src/rainbow.js
index <HASH>..<HASH> 100644
--- a/src/rainbow.js
+++ b/src/rainbow.js
@@ -111,7 +111,7 @@ function _getWorkerData(code, lang) {
languagePatterns: util.languagePatterns,
bypassDefaults: util.bypassDefaults,
aliases: util.aliases,
- globalClas... | Do not use native es6 get function which buble does by default | ccampbell_rainbow | train |
dda0b75c5f6db9d6b62ed53617b4f76a5eac8f0f | diff --git a/bin/run.js b/bin/run.js
index <HASH>..<HASH> 100755
--- a/bin/run.js
+++ b/bin/run.js
@@ -69,12 +69,25 @@ try
logger.logWithDuration(chalk`kaba ${status}`, process.hrtime(start));
- if (failed)
- {
- process.exit(1);
- }
+... | Properly catch interruptions and exit cleanly | Becklyn_kaba | train |
ae2e465781fe36e75723aece3abe945fe40553b3 | diff --git a/SlevomatCodingStandard/Sniffs/Commenting/DocCommentSpacingSniff.php b/SlevomatCodingStandard/Sniffs/Commenting/DocCommentSpacingSniff.php
index <HASH>..<HASH> 100644
--- a/SlevomatCodingStandard/Sniffs/Commenting/DocCommentSpacingSniff.php
+++ b/SlevomatCodingStandard/Sniffs/Commenting/DocCommentSpacingSni... | DocCommentSpacingSniff: Some errors were not reported | slevomat_coding-standard | train |
99a1eb33a1d4f777db35e407de943e9820938818 | diff --git a/sprd/manager/DesignConfigurationManager.js b/sprd/manager/DesignConfigurationManager.js
index <HASH>..<HASH> 100644
--- a/sprd/manager/DesignConfigurationManager.js
+++ b/sprd/manager/DesignConfigurationManager.js
@@ -125,8 +125,8 @@ define(["sprd/manager/IDesignConfigurationManager", 'sprd/util/UnitUtil',... | fixed rounding issue, that may lead to an error because images scale over 1 | spreadshirt_rAppid.js-sprd | train |
8aa99375012f1a03fa927d1331c3446a370d89c9 | diff --git a/test/unit/association_test.rb b/test/unit/association_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/association_test.rb
+++ b/test/unit/association_test.rb
@@ -34,9 +34,9 @@ class AssociationTest < MiniTest::Unit::TestCase
attributes: {
address: "123 Main St."
... | fix tests to match the new relationships format | JsonApiClient_json_api_client | train |
3626ab2cd2a3cd515470ee9e71773a52803f0090 | diff --git a/js/track-adder.js b/js/track-adder.js
index <HASH>..<HASH> 100644
--- a/js/track-adder.js
+++ b/js/track-adder.js
@@ -213,7 +213,7 @@ Browser.prototype.showTrackAdder = function(ev) {
stabHolder.appendChild(custURL);
custURL.focus();
stabHolder.appendChild(makeElement... | Better support for gene bigwigs. | dasmoth_dalliance | train |
04506fa2ae18f4be35420520c4e358114f2bb154 | diff --git a/e3x.js b/e3x.js
index <HASH>..<HASH> 100644
--- a/e3x.js
+++ b/e3x.js
@@ -35,6 +35,7 @@ exports.self = function(args){
self.keys = {};
exports.err = undefined;
Object.keys(csets).forEach(function(csid){
+ if(!args.pairs[csid]) return;
self.keys[csid] = args.pairs[csid].key;
self.local... | add first pass at cs3a | telehash_e3x-js | train |
303be875f23b1c6b0bd6b79a298beffb51326e68 | diff --git a/graphos/sources/model.py b/graphos/sources/model.py
index <HASH>..<HASH> 100644
--- a/graphos/sources/model.py
+++ b/graphos/sources/model.py
@@ -23,6 +23,3 @@ class ModelDataSource(SimpleDataSource):
for row in self.queryset:
data.append(get_field_values(row, self.fields))
r... | No need to override get_header.
self.data[0] will point to self.fields for ModelDataSource. | agiliq_django-graphos | train |
dc444db4918157571ef0f7ad03885ec537be85d6 | diff --git a/lib/simple_record/active_sdb.rb b/lib/simple_record/active_sdb.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_record/active_sdb.rb
+++ b/lib/simple_record/active_sdb.rb
@@ -408,7 +408,7 @@ module SimpleRecord
select_expression = build_select(options)
logger.debug ... | Added support for passing more options from find through to sdb_interface. | appoxy_simple_record | train |
536a5cd17948830ce14c18e3dd1b4dea01720599 | diff --git a/test/primus.test.js b/test/primus.test.js
index <HASH>..<HASH> 100644
--- a/test/primus.test.js
+++ b/test/primus.test.js
@@ -618,6 +618,25 @@ describe('Primus', function () {
done();
});
});
+
+ it('allows setting a custom client class name', function (done) {
+ var asyn... | Add a test that the custom class name is added | primus_primus | train |
1ef9bfc31e48fd02711c004c6c266119b71166c3 | diff --git a/cmd/swarmctl/service/flagparser/tmpfs.go b/cmd/swarmctl/service/flagparser/tmpfs.go
index <HASH>..<HASH> 100644
--- a/cmd/swarmctl/service/flagparser/tmpfs.go
+++ b/cmd/swarmctl/service/flagparser/tmpfs.go
@@ -1,7 +1,6 @@
package flagparser
import (
- "fmt"
"os"
"path"
"strconv"
@@ -105,7 +104,6 ... | Remove debug print of tmpfs mount from cli | docker_swarmkit | train |
358e37e8423066087ae82b0ead3ffe50c10a209c | diff --git a/lib/puppet/network/http/pool.rb b/lib/puppet/network/http/pool.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/network/http/pool.rb
+++ b/lib/puppet/network/http/pool.rb
@@ -81,10 +81,19 @@ class Puppet::Network::HTTP::Pool
Puppet.debug("Starting connection for #{site}")
http.start
+ s... | (PUP-<I>) enable keepalive on the TCP socket opened with the master
This will allow the socket with the master to get closed when the
network connection breaks unexpectedly, and the agent to terminate with
an error, rather than waiting forever.
According to linux's tcp(7) manpage, such zombies connections get closed
... | puppetlabs_puppet | train |
5faa827fa488949e99191f4f499b7e23f559802e | diff --git a/import_export/formats/base_formats.py b/import_export/formats/base_formats.py
index <HASH>..<HASH> 100644
--- a/import_export/formats/base_formats.py
+++ b/import_export/formats/base_formats.py
@@ -230,6 +230,9 @@ class XLSX(TablibFormat):
dataset.append(row_values)
return dataset
+... | Test for export of xlsx format | django-import-export_django-import-export | train |
3dc0f64b166c35a83d65ac8f68b5a3721ffc1cc2 | diff --git a/lib/adash/client.rb b/lib/adash/client.rb
index <HASH>..<HASH> 100644
--- a/lib/adash/client.rb
+++ b/lib/adash/client.rb
@@ -1,6 +1,7 @@
require 'net/http'
require 'uri'
require 'json'
+require 'yaml'
require 'adash/config'
module Adash
@@ -24,10 +25,40 @@ module Adash
request(:delete, "http... | Implement get_token and split off request_token | aycabta_amazon-drs | train |
5ba6a0abd9cb0806bcf7f571119178a2559ca702 | diff --git a/Security/TokenFactory.php b/Security/TokenFactory.php
index <HASH>..<HASH> 100644
--- a/Security/TokenFactory.php
+++ b/Security/TokenFactory.php
@@ -7,6 +7,9 @@ use Payum\Core\Security\TokenInterface;
use Payum\Core\Storage\StorageInterface;
use Symfony\Component\Routing\RouterInterface;
+/**
+ * @dep... | [security] Mark TokenFactory as deprecated. Use one from bridge. | Payum_PayumBundle | train |
635e2ccd3ea8da64f9ee046cc9d8580007cff679 | diff --git a/actionpack/lib/action_controller/routing/route_set.rb b/actionpack/lib/action_controller/routing/route_set.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/routing/route_set.rb
+++ b/actionpack/lib/action_controller/routing/route_set.rb
@@ -138,9 +138,13 @@ module ActionController
... | Extract named_helper module_eval so it's easier to override | rails_rails | train |
0936eeae59b89df15c914cbb33c1a4b633bda3cd | diff --git a/lib/akephalos/node.rb b/lib/akephalos/node.rb
index <HASH>..<HASH> 100644
--- a/lib/akephalos/node.rb
+++ b/lib/akephalos/node.rb
@@ -11,7 +11,11 @@ module Akephalos
# @return [true, false] whether the element is checked
def checked?
- @_node.isChecked
+ if @_node.respond_to?(:isCheck... | certain elements do not respond to isChecked or isSelected so look at their attributes | bernerdschaefer_akephalos | train |
8584ede3feac4bd503889b120620370063478b4c | diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/configuration/JobConfigurationProxy.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/configuration/JobConfigurationProxy.java
index <HASH>..<HASH> 100644
--- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/configuratio... | user story #<I>: display fields after pipeline creation | hpsa_hpe-application-automation-tools-plugin | train |
1015c5d23e01ae6025990dd501f8d921451e5927 | diff --git a/src/DataCollector/IlluminateRouteCollector.php b/src/DataCollector/IlluminateRouteCollector.php
index <HASH>..<HASH> 100644
--- a/src/DataCollector/IlluminateRouteCollector.php
+++ b/src/DataCollector/IlluminateRouteCollector.php
@@ -59,9 +59,9 @@ class IlluminateRouteCollector extends DataCollector implem... | Reflect on controller method
Not just the class | barryvdh_laravel-debugbar | train |
5339d06d72eecf3b155ac35f5aa8b79a38f96d22 | diff --git a/lago/prefix.py b/lago/prefix.py
index <HASH>..<HASH> 100644
--- a/lago/prefix.py
+++ b/lago/prefix.py
@@ -311,9 +311,18 @@ class Prefix(object):
Returns:
None
+
+ Raises:
+ RuntimeError: If the provided domain name is empty string
"""
dom_name = d... | Perform the check if domain name isn't empty string when
populating mapping entry for the given network with the
nics of the given domain. Raise RuntimeError if specific
domain name in the mapping wasn't provided
Part of #<I> | lago-project_lago | train |
d1948b79d3e933253baa753bd033c92171c0a7d0 | diff --git a/lib/devise/models/confirmable.rb b/lib/devise/models/confirmable.rb
index <HASH>..<HASH> 100644
--- a/lib/devise/models/confirmable.rb
+++ b/lib/devise/models/confirmable.rb
@@ -48,7 +48,7 @@ module Devise
included do
before_create :generate_confirmation_token, if: :confirmation_required?
... | Fix `ActiveRecord` check on `Confirmable` (#<I>)
* Fix `ActiveRecord` check on `Confirmable`
As pointed out by @dark-panda in #<I>, the condition for an
`ActiveRecord` model is wrong inside the `Confirmable` initialization
block.
<URL> | plataformatec_devise | train |
665363b356f99adc9c616ae4fed7b61e4e7e0677 | diff --git a/script/update-external-binaries.py b/script/update-external-binaries.py
index <HASH>..<HASH> 100755
--- a/script/update-external-binaries.py
+++ b/script/update-external-binaries.py
@@ -7,7 +7,7 @@ import os
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
-VERSION = 'v0.3.0'
+VE... | Use Release build of Squirrel | electron_electron | train |
183ce067e01f8e070813d0a92cbda675a408da5d | diff --git a/src/transformers/models/swin/__init__.py b/src/transformers/models/swin/__init__.py
index <HASH>..<HASH> 100644
--- a/src/transformers/models/swin/__init__.py
+++ b/src/transformers/models/swin/__init__.py
@@ -18,7 +18,7 @@
from typing import TYPE_CHECKING
# rely on isort to merge the imports
-from ...... | Fix (#<I>)
* Fix
* make style
* Remove trailing commas
* make style | huggingface_pytorch-pretrained-BERT | train |
d7cc9101fa2ad98fe4d8abc5755e0a0d6c3d25c3 | diff --git a/tests/test-rest-posts-controller.php b/tests/test-rest-posts-controller.php
index <HASH>..<HASH> 100644
--- a/tests/test-rest-posts-controller.php
+++ b/tests/test-rest-posts-controller.php
@@ -59,6 +59,7 @@ class WP_Test_REST_Posts_Controller extends WP_Test_REST_Post_Type_Controller_Te
$this->assertEq... | Add tests for taxonomy queries on the posts endpoint. | WP-API_WP-API | train |
40bc1b0af771864a5fd7b1533b630e6c153a1f18 | diff --git a/src/main/java/io/scalecube/gateway/GatewayRunner.java b/src/main/java/io/scalecube/gateway/GatewayRunner.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/scalecube/gateway/GatewayRunner.java
+++ b/src/main/java/io/scalecube/gateway/GatewayRunner.java
@@ -8,9 +8,10 @@ import io.scalecube.gateway.http... | U[dated services to <I> | scalecube_scalecube-services | train |
83e9ce95d753bac0a860271ca85aef474295c1c4 | diff --git a/src/attributes.js b/src/attributes.js
index <HASH>..<HASH> 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -6,6 +6,7 @@ var rclass = /[\n\t\r]/g,
rtype = /^(?:button|input)$/i,
rfocusable = /^(?:button|input|object|select|textarea)$/i,
rclickable = /^a(?:rea)?$/i,
+ special = /^(?:data-|ari... | handle data- and aria- special | jquery_jquery | train |
96f263becdefbdb17217e0b06b323a69e49686de | diff --git a/docs/src/style_guide/Basics.js b/docs/src/style_guide/Basics.js
index <HASH>..<HASH> 100644
--- a/docs/src/style_guide/Basics.js
+++ b/docs/src/style_guide/Basics.js
@@ -138,9 +138,7 @@ var BasicsSection = React.createClass({
<h3 id="typography">Typography</h3>
<p>Applications use the <a classNam... | Changed description of font to use the same font throughout the application. | grommet_grommet | train |
836d97e773baaa2d973a86af70dcea0379833ee9 | diff --git a/salt/utils/s3.py b/salt/utils/s3.py
index <HASH>..<HASH> 100644
--- a/salt/utils/s3.py
+++ b/salt/utils/s3.py
@@ -130,10 +130,10 @@ def query(key, keyid, method='GET', params=None, headers=None,
verify=verify_ssl)
response = result.content
except requests.ex... | Fixed requests HTTPError handler, it was still in urllib2 style | saltstack_salt | train |
877bad7933b1b6fcd1101e09321c769bdefe3329 | diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/InitCommand.php
+++ b/src/Composer/Command/InitCommand.php
@@ -195,6 +195,8 @@ EOT
$name = $git['github.user'] . '/' . $name;
} elseif (!empty($_S... | Added $_SERVER['USER'] as possible value for <vendor> part of package name. | composer_composer | train |
a97697a6b3f612c48ef316ab80443c203c181f22 | diff --git a/make/make.js b/make/make.js
index <HASH>..<HASH> 100644
--- a/make/make.js
+++ b/make/make.js
@@ -5,13 +5,19 @@ var fs = require("fs"),
build = require("./build.js"),
version = process.argv[2] || "debug",
parameters,
+ debugParameters,
sources = {},
- temporary = {},
result;
... | Responsibility changes
Removed temporary files management (done in build) *but* provides (and
allocate) temporary path
Always load debug parameters for rewriteOptions | ArnaudBuchholz_gpf-js | train |
c55c83cb539f2476d04bb5db024f0a16a3cb3c07 | diff --git a/test/outputSpec.js b/test/outputSpec.js
index <HASH>..<HASH> 100644
--- a/test/outputSpec.js
+++ b/test/outputSpec.js
@@ -54,6 +54,17 @@ var makeByteArrayFinished = function(done) {
};
describe('"output" argument of "finished" option', function() {
+ it('finishes with error, if "outputType" option i... | test: outputSpec: add finishes with error, if "outputType" option is not one of: "text", "auto", "json", "bytearray" | jakutis_httpinvoke | train |
f2d3f24a7a1cbb5fbbbac175dcf00eb578062202 | diff --git a/code/NamedLinkFormField.php b/code/NamedLinkFormField.php
index <HASH>..<HASH> 100644
--- a/code/NamedLinkFormField.php
+++ b/code/NamedLinkFormField.php
@@ -66,7 +66,8 @@ class NamedLinkFormField extends FormField {
// Similar to the regex found in HtmlEditorField.js / getAnchors method.
if (pre... | Bugfix: named array for text-anchors instead of numberic | restruct_silverstripe-namedlinkfield | train |
6aaefb88a11adb94ade162f6f946ecd067452a6f | diff --git a/galpy/potential/linearPotential.py b/galpy/potential/linearPotential.py
index <HASH>..<HASH> 100644
--- a/galpy/potential/linearPotential.py
+++ b/galpy/potential/linearPotential.py
@@ -1,6 +1,7 @@
from __future__ import division, print_function
import os, os.path
+import copy
import pickle
import nu... | Arithmetic for linearPotentials | jobovy_galpy | train |
4fb5488523ce9cade45e8bb52649f8b6b1800628 | diff --git a/src/main/java/com/github/davidcarboni/restolino/interfaces/Boom.java b/src/main/java/com/github/davidcarboni/restolino/interfaces/Boom.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/davidcarboni/restolino/interfaces/Boom.java
+++ b/src/main/java/com/github/davidcarboni/restolino/interfaces... | Added a note about the endpoint being null for a root ('/') request. | davidcarboni_restolino | train |
68d498a17116db6718beb2fb55aa5d456d7f0cd5 | diff --git a/foster/build.py b/foster/build.py
index <HASH>..<HASH> 100644
--- a/foster/build.py
+++ b/foster/build.py
@@ -37,7 +37,14 @@ class Build(Command):
'description',
'long_description',
]
- return {key: getattr(module, key) for key in keys}
+ settings = {key: se... | Escape quotes for values retrieved from package.py
Since they're used to fill a template, it's important the quotes
are properly escaped. | hugollm_foster | train |
691fa2af5e3ef25f2028417aa941543fa9f55a1b | diff --git a/lib/amqparty/request.rb b/lib/amqparty/request.rb
index <HASH>..<HASH> 100644
--- a/lib/amqparty/request.rb
+++ b/lib/amqparty/request.rb
@@ -2,6 +2,7 @@ module AMQParty
class AMQPartyError < StandardError; end
class UnsupportedURISchemeError < AMQPartyError; end
class UnconfiguredError < AMQParty... | Override supported schemes and allow HTTParty error handling. | rack-amqp_amqparty | train |
ac0b4bbcf73d37612f86e07a950c9d20c1e6b9d3 | diff --git a/moto/ec2/models.py b/moto/ec2/models.py
index <HASH>..<HASH> 100644
--- a/moto/ec2/models.py
+++ b/moto/ec2/models.py
@@ -1778,9 +1778,19 @@ class RegionsAndZonesBackend(object):
"ap-northeast-3": [
Zone(
region_name="ap-northeast-3",
- name="ap-northea... | Fix Osaka region problem (#<I>) | spulec_moto | train |
1c502c30b33f62e8baa280edd0ed3a9ee1e7e132 | diff --git a/djangui/backend/ast/codegen.py b/djangui/backend/ast/codegen.py
index <HASH>..<HASH> 100644
--- a/djangui/backend/ast/codegen.py
+++ b/djangui/backend/ast/codegen.py
@@ -175,9 +175,12 @@ class SourceGenerator(NodeVisitor):
def visit_Import(self, node):
self.newline(node)
- for item i... | fix for import not respecting list of imports | Chris7_django-djangui | train |
59722bbb6fa0cfed931b4d83ae82e066510edda7 | diff --git a/colorise/win/win32_functions.py b/colorise/win/win32_functions.py
index <HASH>..<HASH> 100644
--- a/colorise/win/win32_functions.py
+++ b/colorise/win/win32_functions.py
@@ -59,6 +59,8 @@ windll.kernel32.SetConsoleMode.argtypes = [wintypes.HANDLE, wintypes.DWORD]
windll.kernel32.SetConsoleMode.restype = w... | Further improvements to win<I> functions | MisanthropicBit_colorise | train |
7df864da52e1dc2714a1c9fd23eaafbb4a3f2438 | diff --git a/src/umbra/engine.py b/src/umbra/engine.py
index <HASH>..<HASH> 100644
--- a/src/umbra/engine.py
+++ b/src/umbra/engine.py
@@ -356,11 +356,6 @@ class Umbra(foundations.ui.common.QWidgetFactory(uiFile=RuntimeGlobals.uiFile)):
# --- Initializing the Layouts Manager. ---
self.__layoutsManager = RuntimeGl... | Ensure locals are properly initialised in "umbra.engine" module. | KelSolaar_Umbra | train |
a8a0bba335bc77e8fd0da9abf7f7d5be0d4bb3cb | diff --git a/lib/flowdock/capistrano.rb b/lib/flowdock/capistrano.rb
index <HASH>..<HASH> 100644
--- a/lib/flowdock/capistrano.rb
+++ b/lib/flowdock/capistrano.rb
@@ -4,11 +4,11 @@ require 'digest/md5'
require 'cgi'
Capistrano::Configuration.instance(:must_exist).load do
- set :flowdock_send_notification, false
... | Bug fix for capistrano task, removed unused stuff from the task | flowdock_flowdock-api | train |
07e7b98c7034befb350c878bf68e6175d6a5658a | diff --git a/pex_reactor.go b/pex_reactor.go
index <HASH>..<HASH> 100644
--- a/pex_reactor.go
+++ b/pex_reactor.go
@@ -191,30 +191,27 @@ func (r *PEXReactor) ensurePeers() {
if numToDial <= 0 {
return
}
- toDial := NewCMap()
+
+ toDial := make(map[string]*NetAddress)
// Try to pick numToDial addresses to dia... | improve ensurePeers routine
optimizations:
- if we move peer to the old bucket as soon as connected and pick only
from new group, we can skip alreadyConnected check | tendermint_go-p2p | train |
8db0db3e704f06cc806b29e25c664e2836ab0a57 | diff --git a/src/main/java/org/robolectric/ApplicationResolver.java b/src/main/java/org/robolectric/ApplicationResolver.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/robolectric/ApplicationResolver.java
+++ b/src/main/java/org/robolectric/ApplicationResolver.java
@@ -19,13 +19,15 @@ public class ApplicationR... | Better support for projects without app manifests. | robolectric_robolectric | train |
0fe98f358b0e2f0996b0a29b7721137d9758b017 | diff --git a/spacy/tests/vocab/test_intern.py b/spacy/tests/vocab/test_intern.py
index <HASH>..<HASH> 100644
--- a/spacy/tests/vocab/test_intern.py
+++ b/spacy/tests/vocab/test_intern.py
@@ -96,7 +96,7 @@ def test_pickle_string_store(sstore):
def test_dump_load(sstore):
id_ = sstore[u'qqqqq']
- with tempfile... | * Fix mode on text file for Python3 in strings test | explosion_spaCy | train |
ff8b61a92de587cacbbbae94e54ec0a050af2d8c | diff --git a/packages/date/tests/DateRange.test.js b/packages/date/tests/DateRange.test.js
index <HASH>..<HASH> 100644
--- a/packages/date/tests/DateRange.test.js
+++ b/packages/date/tests/DateRange.test.js
@@ -152,9 +152,7 @@ describe('DateRange', () => {
.dayOfYear();
let expectedStartDate = moment();... | refactor(date): fixed end date not being in moment form | Availity_availity-react | train |
4e994de680df1a72517c30069c44a72e134eb727 | diff --git a/src/scroller-events.js b/src/scroller-events.js
index <HASH>..<HASH> 100644
--- a/src/scroller-events.js
+++ b/src/scroller-events.js
@@ -56,17 +56,30 @@ var members = {
It will be stronger then disable itself. During temporary disable
calling `.enable()` or `.disable()` will just schedule this f... | Fire `scrollChanged` event for CSS transitions too. | yahoo_scrollable | train |
b9ef0d331eff87310e4f3103c2b5aae29aec25ac | diff --git a/src/cltk/dependency/stanza.py b/src/cltk/dependency/stanza.py
index <HASH>..<HASH> 100644
--- a/src/cltk/dependency/stanza.py
+++ b/src/cltk/dependency/stanza.py
@@ -239,7 +239,9 @@ class StanzaWrapper:
models_dir = os.path.expanduser(
"~/stanza_resources/"
) # TODO: Mv this... | update all tests for syllables and phon transcr | cltk_cltk | train |
28e6fedcb83a3c3588399cb67f6a14f2c9fc80b8 | diff --git a/allauth/socialaccount/providers/__init__.py b/allauth/socialaccount/providers/__init__.py
index <HASH>..<HASH> 100644
--- a/allauth/socialaccount/providers/__init__.py
+++ b/allauth/socialaccount/providers/__init__.py
@@ -1,3 +1,5 @@
+from collections import OrderedDict
+
from django.conf import settings
... | changed provider_map from dict to OrderedDict to ensure ordering when calling as_choices(). (#<I>) | pennersr_django-allauth | train |
879ab5de73b606183aef4b9615812c6b60cefdbf | diff --git a/test-complete/nodejs-documents-crud.js b/test-complete/nodejs-documents-crud.js
index <HASH>..<HASH> 100644
--- a/test-complete/nodejs-documents-crud.js
+++ b/test-complete/nodejs-documents-crud.js
@@ -187,13 +187,13 @@ describe('Write Document Test', function() {
}, done);
});
- /*it('should re... | add test for issue <I> | marklogic_node-client-api | train |
efd6514a04b52ea8afdd8429e622f3e38fad56a6 | diff --git a/deploy-cluster-aws/fabfile.py b/deploy-cluster-aws/fabfile.py
index <HASH>..<HASH> 100644
--- a/deploy-cluster-aws/fabfile.py
+++ b/deploy-cluster-aws/fabfile.py
@@ -41,10 +41,14 @@ env.key_filename = 'pem/bigchaindb.pem'
######################################################################
-# base s... | Fixed apt-get update problem in AWS deployment fabfile | bigchaindb_bigchaindb | train |
0bae036a2173d3d10421f2e0a186774e05dc81b9 | diff --git a/salt/modules/boto_vpc.py b/salt/modules/boto_vpc.py
index <HASH>..<HASH> 100644
--- a/salt/modules/boto_vpc.py
+++ b/salt/modules/boto_vpc.py
@@ -479,6 +479,25 @@ def associate_new_dhcp_options_to_vpc(vpc_id, domain_name=None, domain_name_serv
return False
+def dhcp_options_exists(dhcp_options... | Added unit tests that verify that dhcp options existence reports success/failure correctly. | saltstack_salt | train |
b2f16ad6678cc1975d993d388842df7a8f0cc247 | diff --git a/test/test_clean_sched_queues.py b/test/test_clean_sched_queues.py
index <HASH>..<HASH> 100755
--- a/test/test_clean_sched_queues.py
+++ b/test/test_clean_sched_queues.py
@@ -47,7 +47,7 @@ class TestSchedCleanQueues(ShinkenTest):
svc = self.sched.services.find_srv_by_name_and_hostname("test_host_0"... | Add : test about cleaning too much broks. | Alignak-monitoring_alignak | train |
0c57f26d5ed3c4377f5ff6f348c568ea730d6fef | diff --git a/test/RuleSet.test.js b/test/RuleSet.test.js
index <HASH>..<HASH> 100644
--- a/test/RuleSet.test.js
+++ b/test/RuleSet.test.js
@@ -264,10 +264,14 @@ describe("RuleSet", function() {
test: /\.css$/,
use: [
function(data) {
- return {loader: 'style-loader'}
+ return {
+ loader: 'styl... | beautify, remove comments, debuggers | webpack_webpack | train |
4d624cd286d74f7d84a0749cfcec190ea0dfe997 | diff --git a/test/gen_casadi_test.py b/test/gen_casadi_test.py
index <HASH>..<HASH> 100644
--- a/test/gen_casadi_test.py
+++ b/test/gen_casadi_test.py
@@ -12,6 +12,7 @@ import numpy as np
import pymola.backends.casadi.generator as gen_casadi
from pymola.backends.casadi.model import Model, Variable
+from pymola.back... | Added a unit test for caching. | pymoca_pymoca | train |
601a358cf00ece7cb2862f6de7cf5f74132955b9 | diff --git a/config/module.config.php b/config/module.config.php
index <HASH>..<HASH> 100644
--- a/config/module.config.php
+++ b/config/module.config.php
@@ -373,6 +373,10 @@ return array(
'route/auth-provider',
'route/auth-hauth',
'route/auth-extern',
+ ... | [Auth] Adds acl rules for register and reset password routes
This prevents logged in users to access these.
(refs #<I>, gh-<I>) | yawik_auth | train |
0b8d8069cf6148edf13a35c9c582ebbb2c3ea2ff | diff --git a/nexl-engine/nexl-engine.js b/nexl-engine/nexl-engine.js
index <HASH>..<HASH> 100644
--- a/nexl-engine/nexl-engine.js
+++ b/nexl-engine/nexl-engine.js
@@ -165,7 +165,7 @@ function EvalAndSubstChunks(session, data) {
///////////////////////////////////////////////////////////////////////////////////////////... | - two important bug fixes : (1) bug when expression has sub-expression and not closed with } (2) redundant sub-resolution for everything. needed only for strings; | liamray_nexl-engine | train |
c93f1bd0154dd20fd521cc299a73443ae7b2c92c | diff --git a/rdt/hyper_transformer.py b/rdt/hyper_transformer.py
index <HASH>..<HASH> 100644
--- a/rdt/hyper_transformer.py
+++ b/rdt/hyper_transformer.py
@@ -43,6 +43,36 @@ class HyperTransformer:
"""
return getattr(transformers, class_name)
+ @staticmethod
+ def _get_pii_fields(table_metadat... | Refactor anonymize_table in standalone method | HDI-Project_RDT | train |
0619a70fd387ff2f90a36ad796cacfa1ae2b2d10 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -17,7 +17,7 @@ function reset() {
}
function isInteractiveElement(element) {
- const interactiveTags = ['A', 'BUTTON', 'INPUT', 'SELECT', 'TEXTAREA'];
+ const interactiveTags = ['A', 'AREA', 'BUTTON', 'IN... | Add <area/> to the list of interactive elements that should retain focus on navigation | rafrex_react-router-hash-link | train |
ea1c639d84b91d96d774c5c6358e5292459a1600 | diff --git a/pmxbot/slack.py b/pmxbot/slack.py
index <HASH>..<HASH> 100644
--- a/pmxbot/slack.py
+++ b/pmxbot/slack.py
@@ -65,11 +65,11 @@ class Bot(pmxbot.core.Bot):
self.slack.server.channels.find(channel)
or self._find_user_channel(username=channel)
)
- message = self._expand_slack_references(message)
+ ... | We're all Slack here | yougov_pmxbot | train |
9f6e1381121e094b36513976297a49e4ab2e8f91 | diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100755
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -1,7 +1,7 @@
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'TYPO3 CMS Backend Styleguide',
- 'description' => 'Presents all supported styles for TYPO3 backend modules. Mocks typography, tables, forms... | [TASK] Release <I> | TYPO3_styleguide | train |
668d128c47d8f9380095e1bfb63349546d11986f | diff --git a/meneco/__main__.py b/meneco/__main__.py
index <HASH>..<HASH> 100644
--- a/meneco/__main__.py
+++ b/meneco/__main__.py
@@ -1,9 +1,10 @@
from meneco.meneco import cmd_meneco
import logging
+import sys
logging.basicConfig(format='%(message)s', level=logging.DEBUG)
logger = logging.getLogger(__name__)
l... | pass sys.argv to cmd_meneco | bioasp_meneco | train |
2f7e430b2b10d53cb879f8ac3b54dc927b43430f | diff --git a/app/controllers/UsersController.java b/app/controllers/UsersController.java
index <HASH>..<HASH> 100644
--- a/app/controllers/UsersController.java
+++ b/app/controllers/UsersController.java
@@ -18,6 +18,7 @@
*/
package controllers;
+import com.google.common.base.Predicate;
import com.google.common.co... | prevent resetting permissions without having the userpermissions:edit permission for that user
properly reset stream permissions when saving (for removing permissions)
issue Graylog2/graylog2-web-interface#<I> | Graylog2_graylog2-server | train |
2af40072c280928d09ccae5b1c9668e3caca5434 | diff --git a/components/modals/modals.js b/components/modals/modals.js
index <HASH>..<HASH> 100644
--- a/components/modals/modals.js
+++ b/components/modals/modals.js
@@ -68,7 +68,7 @@ export default class Modal {
if (this.element.classList.contains(this.options.classVisible)) {
if (callback) {
- c... | Prevent changing focus with Modal#show() if modal is shown already. | carbon-design-system_carbon-components | train |
db6661f274663c14a17b17cedd7d7766e5701f0c | diff --git a/src/frontend/org/voltdb/sysprocs/Statistics.java b/src/frontend/org/voltdb/sysprocs/Statistics.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/sysprocs/Statistics.java
+++ b/src/frontend/org/voltdb/sysprocs/Statistics.java
@@ -76,6 +76,8 @@ public class Statistics extends VoltSystemProcedure... | Statistic sysproc didn't register plan fragment for partition count | VoltDB_voltdb | train |
6a4e366e6320e6d47c5e93fec3ebb840f9355bbc | diff --git a/src/Conversion/Conversion.php b/src/Conversion/Conversion.php
index <HASH>..<HASH> 100644
--- a/src/Conversion/Conversion.php
+++ b/src/Conversion/Conversion.php
@@ -277,6 +277,4 @@ class Conversion
return "{$fileName}-{$this->getName()}.{$extension}";
}
-
-
}
diff --git a/src/Conversion/C... | Apply fixes from StyleCI (#<I>) | spatie_laravel-medialibrary | train |
5e6b539770134177c6266ac659deb3c763c0ee74 | diff --git a/tests/support/mock.py b/tests/support/mock.py
index <HASH>..<HASH> 100644
--- a/tests/support/mock.py
+++ b/tests/support/mock.py
@@ -263,7 +263,7 @@ def mock_open(mock=None, read_data=''):
try:
return next(data['filehandle'][filename])
except StopIteration:
- retu... | Use function for empty string
Missed this when making changes for multi-file support | saltstack_salt | train |
930c68b58361b65ee8998f5f47bcca9d37d5bc7a | diff --git a/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/statetransfer/StateConsumerImpl.java
+++ b/core/src/main/java/org/infinispan/statetransfer/Stat... | ISPN-<I> StateConsumerImpl segment change tracing is incorrect | infinispan_infinispan | train |
7d583a36e9f8c8c5da440b431c5b2441b82dc41b | diff --git a/flink-rpc/flink-rpc-akka/src/test/java/org/apache/flink/runtime/rpc/akka/ContextClassLoadingSettingTest.java b/flink-rpc/flink-rpc-akka/src/test/java/org/apache/flink/runtime/rpc/akka/ContextClassLoadingSettingTest.java
index <HASH>..<HASH> 100644
--- a/flink-rpc/flink-rpc-akka/src/test/java/org/apache/fli... | [hotfix] Fix spotless violation | apache_flink | train |
08dbeeee650d4792b6aaabb109ccd9504d282804 | diff --git a/server/sonar-server/src/main/java/org/sonar/server/computation/period/Period.java b/server/sonar-server/src/main/java/org/sonar/server/computation/period/Period.java
index <HASH>..<HASH> 100644
--- a/server/sonar-server/src/main/java/org/sonar/server/computation/period/Period.java
+++ b/server/sonar-server... | add equals and hashcode to Period class | SonarSource_sonarqube | train |
2937bcc5c10a292d22e35a86cfdf85b0adfce08f | diff --git a/frontend/src/utils/strategy-names.js b/frontend/src/utils/strategy-names.js
index <HASH>..<HASH> 100644
--- a/frontend/src/utils/strategy-names.js
+++ b/frontend/src/utils/strategy-names.js
@@ -1,7 +1,7 @@
import LocationOnIcon from '@material-ui/icons/LocationOn';
import PeopleIcon from '@material-ui/ic... | feat: change standard strategy icon (#<I>) | Unleash_unleash | train |
874cfaf6bbbadf734507f9eb4194c1d4b8b3ce70 | diff --git a/features/security/validate_response_types.feature b/features/security/validate_response_types.feature
index <HASH>..<HASH> 100644
--- a/features/security/validate_response_types.feature
+++ b/features/security/validate_response_types.feature
@@ -28,11 +28,11 @@ Feature: Validate response types
And I s... | Provide a better exception message and type
Getting "Not found" on a route where you are getting an object can get
really confusing. | api-platform_core | train |
184e08322bf32fdca7743d3aeb6b9881e8c48316 | diff --git a/validator/sawtooth_validator/server/core.py b/validator/sawtooth_validator/server/core.py
index <HASH>..<HASH> 100644
--- a/validator/sawtooth_validator/server/core.py
+++ b/validator/sawtooth_validator/server/core.py
@@ -167,7 +167,7 @@ class ValidatorService(object):
processor = self._processors... | Update futures for adding callbacks
This allows whatever class sent the future to add a
callback that fires in another thread when
the response is returned. This will allow for the
Executor to be more parallel. | hyperledger_sawtooth-core | train |
c104ccd91b4dfbb0421c42b5696869182c9e1849 | diff --git a/src/Foliage.js b/src/Foliage.js
index <HASH>..<HASH> 100644
--- a/src/Foliage.js
+++ b/src/Foliage.js
@@ -5,7 +5,7 @@
let assoc = require('./assoc')
let dissoc = require('./dissoc')
let get = require('./get')
-let has = require('./has')
+let hasKey = require('./has')
function Foliage (state, f... | [update] Rename has module to work around name collision | vigetlabs_foliage | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.