hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
333c3105815031d14eca7ae180f44184fd36a4c2 | diff --git a/RT.py b/RT.py
index <HASH>..<HASH> 100644
--- a/RT.py
+++ b/RT.py
@@ -632,7 +632,7 @@ def set_pipeline(filename, scan, fileroot='', paramfile='', **kwargs):
logger.info('\t Search with %s and threshold %.1f.' % (d['searchtype'], d['sigma_image1']))
logger.info('\t Using %d DMs from %.1f to %.1f... | moved oversample to ideal uv calc area (parsesdm.py) | caseyjlaw_rtpipe | train |
ab465e89960ff104276f0f0eea88b73892910d9a | diff --git a/src/app/Http/Controllers/Owner/OwnerController.php b/src/app/Http/Controllers/Owner/OwnerController.php
index <HASH>..<HASH> 100644
--- a/src/app/Http/Controllers/Owner/OwnerController.php
+++ b/src/app/Http/Controllers/Owner/OwnerController.php
@@ -16,7 +16,10 @@ class OwnerController extends Controller
... | fixes store; refactors test | laravel-enso_Core | train |
c876a0bdaa9542122ef27f2703d2944d2b9b207e | diff --git a/spec/bitbucket_rest_api/team_spec.rb b/spec/bitbucket_rest_api/team_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/bitbucket_rest_api/team_spec.rb
+++ b/spec/bitbucket_rest_api/team_spec.rb
@@ -14,15 +14,30 @@ describe BitBucket::Team do
end
context 'without a block' do
- it 'should send a... | Add test for .profile to team_spec | bitbucket-rest-api_bitbucket | train |
c39727117ce67baae397a48681cce40687efb99b | diff --git a/renku/core/management/repository.py b/renku/core/management/repository.py
index <HASH>..<HASH> 100644
--- a/renku/core/management/repository.py
+++ b/renku/core/management/repository.py
@@ -423,6 +423,7 @@ class RepositoryApiMixin(GitCore):
# parse file and process it
temp... | Adds functionality to allow filenames to be templated (#<I>) | SwissDataScienceCenter_renku-python | train |
467d02807a288afcf17b1f52283ff56928927ee8 | diff --git a/src/navigation-commands.js b/src/navigation-commands.js
index <HASH>..<HASH> 100644
--- a/src/navigation-commands.js
+++ b/src/navigation-commands.js
@@ -1,14 +1,31 @@
+/**
+ * A function returns true if passed parameter is of class NavigationCommand and
+ * false otherwise. To define if passed parameter i... | doc(navigation-commands): add API docs
Add API docs for Redirect and isNavigationCommand | aurelia_router | train |
acc8d48b11890ec8a4f725e8e330ea56950a43d6 | diff --git a/src/Dev/SapphireTest.php b/src/Dev/SapphireTest.php
index <HASH>..<HASH> 100644
--- a/src/Dev/SapphireTest.php
+++ b/src/Dev/SapphireTest.php
@@ -1191,15 +1191,9 @@ class SapphireTest extends PHPUnit_Framework_TestCase implements TestOnly
// Support fixture paths relative to the test cla... | FIX SapphireTest can load relative fixtures in subfolders, switch "needs db" priority check order
A minute performance gain by checking instance properties for "uses database" before loading and parsing PHPDoc
annotations for the same thing, rather than doing it afterwards. | silverstripe_silverstripe-framework | train |
d6008c21ced99ae9353fa3fc4272df07e1486bf8 | diff --git a/src/tlsAnalyser/tlsAnalyser.go b/src/tlsAnalyser/tlsAnalyser.go
index <HASH>..<HASH> 100644
--- a/src/tlsAnalyser/tlsAnalyser.go
+++ b/src/tlsAnalyser/tlsAnalyser.go
@@ -238,6 +238,10 @@ func main() {
msgs, err := broker.Consume(rxQueue)
+ if err != nil {
+ failOnError(err, "Failed to Consume from r... | Added error handling when trying to consume from queue. | mozilla_tls-observatory | train |
f8ed0c8cc42a2c51749d2ed85ef521e0ee124911 | diff --git a/base.php b/base.php
index <HASH>..<HASH> 100644
--- a/base.php
+++ b/base.php
@@ -1564,14 +1564,6 @@ final class Base {
register_shutdown_function(array($this,'unload'));
}
- /**
- * Wrap-up
- * @return NULL
- **/
- function __destruct() {
- Registry::clear(__CLASS__);
- }
-
}
//! Prefab for cl... | Remove destructors (Issue #<I>) | bcosca_fatfree-core | train |
2d1201a942668a1b61ac9c840ea337dbe06fafc1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,14 +9,14 @@ setup(
install_requires=[
'requests',
],
- version='0.8',
+ version='0.9',
description='SteamSpy API on PyPI',
long_description='SteamSpyPI: an API for SteamSpy, written in Pyt... | Increase version number to <I> | woctezuma_steamspypi | train |
0ff1e39c1fb1406566c65c60220dee2cadfcb8ce | diff --git a/src/main/java/org/osgl/Osgl.java b/src/main/java/org/osgl/Osgl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/osgl/Osgl.java
+++ b/src/main/java/org/osgl/Osgl.java
@@ -2611,6 +2611,9 @@ public class Osgl implements Serializable {
* the same value, and the last one is the winner and ... | workaround the issue that release get blocked due to javadoc error | osglworks_java-tool | train |
44801b9fed0ffd2e8706d4cea6197057d9ae321b | diff --git a/moco-core/src/test/java/com/github/dreamhead/moco/MocoWebsocketTest.java b/moco-core/src/test/java/com/github/dreamhead/moco/MocoWebsocketTest.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/test/java/com/github/dreamhead/moco/MocoWebsocketTest.java
+++ b/moco-core/src/test/java/com/github/dreamhead/m... | adjusted websocket client timeout for build | dreamhead_moco | train |
7588d51146bfce89b827fb661c3591144bc1297d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,10 @@ these changes are prefixed with "**BREAKING**"
* `delphin.codecs.edspenman` now properly reads predicate names
* `delphin.codecs.edspenman` and `delphin.codecs.dmrspenman` now wrap
`PenmanE... | Better deal with bad MRSs in conversion
There are two separate issues that are fixed here:
* When multiple non-quantifier EPs share an ARG0 it caused problems
with mapping variables to quantifiers
* When the INDEX was not used by any EP it caused a lookup error
Fixes #<I> | delph-in_pydelphin | train |
406366c45b69b77d43dd493b19c749bc57683d9a | diff --git a/agent/dns.go b/agent/dns.go
index <HASH>..<HASH> 100644
--- a/agent/dns.go
+++ b/agent/dns.go
@@ -337,7 +337,7 @@ func (d *DNSServer) addSOA(msg *dns.Msg) {
// nameservers returns the names and ip addresses of up to three random servers
// in the current cluster which serve as authoritative name servers ... | agent: working DNS for Connect queries, I think, but have to
implement Health endpoints to be sure | hashicorp_consul | train |
f3b5306ecb647f9bd524c980d4456fd87ee51789 | diff --git a/src/parser/parse-template.js b/src/parser/parse-template.js
index <HASH>..<HASH> 100644
--- a/src/parser/parse-template.js
+++ b/src/parser/parse-template.js
@@ -46,7 +46,7 @@ function parseTemplate(source, options) {
var walker = new Walker(source);
var tagReg = /<(\/)?([a-z0-9-]+)\s*/ig;
- ... | fix error when using space around attribute's = operator | baidu_san | train |
7507e3cd21aae0724026f9e19016b54ae429b34d | diff --git a/backend/remote-state/gcs/backend_state.go b/backend/remote-state/gcs/backend_state.go
index <HASH>..<HASH> 100644
--- a/backend/remote-state/gcs/backend_state.go
+++ b/backend/remote-state/gcs/backend_state.go
@@ -91,50 +91,53 @@ func (b *gcsBackend) State(name string) (state.State, error) {
}
st := ... | backend/gcs: fix locking issue when used with terraform_remote_state
Previously there was a problem with double-locking when using the GCS backend with the terraform_remote_state data source.
Here we adjust the locking methodology to avoid that problem. | hashicorp_terraform | train |
ad354d5d20da31d74784796cce73522ca14075d2 | diff --git a/PutIO/Engines/PutIO/FilesEngine.php b/PutIO/Engines/PutIO/FilesEngine.php
index <HASH>..<HASH> 100644
--- a/PutIO/Engines/PutIO/FilesEngine.php
+++ b/PutIO/Engines/PutIO/FilesEngine.php
@@ -48,13 +48,13 @@ class FilesEngine extends PutIOHelper
/**
- * Uploads a local file to your accou... | Turns out realpath() wan't needed | nicoSWD_put.io-api-v2 | train |
b00bd7ef27e0e41339f3dc7c4773eacc3b76231d | diff --git a/src/frontend/org/voltdb/SnapshotSaveAPI.java b/src/frontend/org/voltdb/SnapshotSaveAPI.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/SnapshotSaveAPI.java
+++ b/src/frontend/org/voltdb/SnapshotSaveAPI.java
@@ -309,6 +309,7 @@ public class SnapshotSaveAPI
Runnable completi... | Enhancements for ENG-<I>. The catalog checksum is sent with the snapshot invocation buffers and compared by the WAN agent. | VoltDB_voltdb | train |
09d3b8f273c5e60a915eb14f86bee7e2bbd61fc1 | diff --git a/lib/entry/index.js b/lib/entry/index.js
index <HASH>..<HASH> 100644
--- a/lib/entry/index.js
+++ b/lib/entry/index.js
@@ -1297,8 +1297,7 @@ function mergeQueue(dst, src, orig) { // {{{2
var d = dst[key];
-// if (typeof s === 'object' && typeof dst[key]) { TODO: Check, test
- if (d && typeo... | Bugfix: Invalid use of `=== something ===` | OpenSmartEnvironment_ose | train |
0bcb0d0e3ce395d42a5b1dae61b0090791ee018d | diff --git a/discord/app_commands/commands.py b/discord/app_commands/commands.py
index <HASH>..<HASH> 100644
--- a/discord/app_commands/commands.py
+++ b/discord/app_commands/commands.py
@@ -126,7 +126,7 @@ else:
CheckInputParameter = Union['Command[Any, ..., Any]', 'ContextMenu', CommandCallback, ContextMenuCallbac... | Allow context menus have ? and ! in their name | Rapptz_discord.py | train |
2ec27dc5c4b6178448f933e0dd35ecb8ed0ff480 | diff --git a/lib/zold/node/front.rb b/lib/zold/node/front.rb
index <HASH>..<HASH> 100644
--- a/lib/zold/node/front.rb
+++ b/lib/zold/node/front.rb
@@ -129,7 +129,7 @@ module Zold
remotes: settings.remotes.all.count,
farm: settings.farm.to_json,
entrance: settings.entrance.to_json,
- da... | #<I> drop score to zero when it is expired | zold-io_zold | train |
67f137c5f0f69a37a3587e399b5cb86865cae603 | diff --git a/python/proton/reactor.py b/python/proton/reactor.py
index <HASH>..<HASH> 100644
--- a/python/proton/reactor.py
+++ b/python/proton/reactor.py
@@ -20,6 +20,7 @@
from __future__ import absolute_import
from ._reactor import Container, ApplicationEvent, EventInjector, Handler,\
+ LinkOption, ReceiverOpt... | PROTON-<I>: [Python] Added back some needed symbols removed previously | apache_qpid-proton | train |
898d1d1b509b1c443503330558f907ac99bdbdfe | diff --git a/lib/db/cortex.php b/lib/db/cortex.php
index <HASH>..<HASH> 100644
--- a/lib/db/cortex.php
+++ b/lib/db/cortex.php
@@ -865,7 +865,7 @@ class Cortex extends Cursor {
foreach ($result as &$record) {
// factory new mappers
$record = $this->mapper->factory($record);
- unset($record, $mapper... | add method to use find with a raw sql query | ikkez_f3-cortex | train |
d1e7446f6f2de40095b34d21216acb936f10d68f | diff --git a/psiturk/models.py b/psiturk/models.py
index <HASH>..<HASH> 100644
--- a/psiturk/models.py
+++ b/psiturk/models.py
@@ -34,7 +34,7 @@ class Participant(Base):
endhit = Column(DateTime)
bonus = Column(Float, default = 0)
status = Column(Integer, default = 1)
- if 'postgres' in config.get('Da... | ignore case on config option, what about if database table or username contains 'postgres' | NYUCCL_psiTurk | train |
dedb577faf9662739b6d820a6a9ccb583ab53c16 | diff --git a/pyqode/python/modes/autoindent.py b/pyqode/python/modes/autoindent.py
index <HASH>..<HASH> 100644
--- a/pyqode/python/modes/autoindent.py
+++ b/pyqode/python/modes/autoindent.py
@@ -29,8 +29,11 @@ class PyAutoIndentMode(AutoIndentMode):
if self._at_block_start(cursor, line):
return pr... | AutoIndent in comment: fix bug if cursor at block end | pyQode_pyqode.python | train |
e2f7f0ce399bd3b09899bccf333fa8dc37fe9757 | diff --git a/src/classes/diff/chunk.php b/src/classes/diff/chunk.php
index <HASH>..<HASH> 100644
--- a/src/classes/diff/chunk.php
+++ b/src/classes/diff/chunk.php
@@ -49,12 +49,13 @@ class vcsDiffChunk extends vcsBaseStruct
* @param array $chunks
* @return void
*/
- public function __construct( $s... | - Implemented: Diff in SVN Cli wrapper.
# Wrapper is interface complete now. | Arbitracker_VCSWrapper | train |
c44ef344e713bfeea0562aff7a67d5a896397de0 | diff --git a/rinoh/structure.py b/rinoh/structure.py
index <HASH>..<HASH> 100644
--- a/rinoh/structure.py
+++ b/rinoh/structure.py
@@ -9,7 +9,7 @@
from itertools import count, repeat
from .draw import Line, LineStyle
-from .flowable import GroupedFlowables, StaticGroupedFlowables
+from .flowable import GroupedFlowa... | Allow starting sections on a new page | brechtm_rinohtype | train |
c353794dff580c8aa63b357b2857c1fadff3104b | diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index <HASH>..<HASH> 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that pessimistic locking you reference the quoted table name (Josh Susser) [#67]
+
* Fixed that change_column should be able to use :null ... | Fixed that pessimistic locking you reference the quoted table name (Josh Susser) [#<I> state:resolved] | rails_rails | train |
ab99872e140576ef5e0fb7c0a9dee70cc229df53 | diff --git a/astroid/brain/brain_collections.py b/astroid/brain/brain_collections.py
index <HASH>..<HASH> 100644
--- a/astroid/brain/brain_collections.py
+++ b/astroid/brain/brain_collections.py
@@ -25,21 +25,21 @@ def _deque_mock():
class deque(object):
maxlen = 0
def __init__(self, iterable=Non... | Adapt a couple of deque's brain methods
Close PyCQA/pylint#<I> | PyCQA_astroid | train |
065c4827706eb13597649a2fa0dba79e41024fc8 | diff --git a/resources/lang/fi-FI/forms.php b/resources/lang/fi-FI/forms.php
index <HASH>..<HASH> 100644
--- a/resources/lang/fi-FI/forms.php
+++ b/resources/lang/fi-FI/forms.php
@@ -54,6 +54,7 @@ return [
'message-help' => 'You may also use Markdown.',
'occurred_at' => 'When did this inc... | New translations forms.php (Finnish) | CachetHQ_Cachet | train |
2bb984185b0ba05fbfe3d9ddaa541f3e7906a3d5 | diff --git a/core/src/main/java/com/graphhopper/reader/OSMReader.java b/core/src/main/java/com/graphhopper/reader/OSMReader.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/reader/OSMReader.java
+++ b/core/src/main/java/com/graphhopper/reader/OSMReader.java
@@ -368,7 +368,7 @@ public class OSMR... | spelling mistake in the comments
estamated --> estimated | graphhopper_graphhopper | train |
92958113d1fcd579b511080fd072aec23b494a0d | diff --git a/pyemma/coordinates/tests/test_featurereader_and_tica.py b/pyemma/coordinates/tests/test_featurereader_and_tica.py
index <HASH>..<HASH> 100644
--- a/pyemma/coordinates/tests/test_featurereader_and_tica.py
+++ b/pyemma/coordinates/tests/test_featurereader_and_tica.py
@@ -109,7 +109,8 @@ class TestFeatureRead... | [tica-test] compare only first (meta-stable) eigenvectors in test. | markovmodel_PyEMMA | train |
f8ba39fd9b5fc3ffe51a2c226aefe08da643169f | diff --git a/node-tests/acceptance/build-test.js b/node-tests/acceptance/build-test.js
index <HASH>..<HASH> 100644
--- a/node-tests/acceptance/build-test.js
+++ b/node-tests/acceptance/build-test.js
@@ -338,7 +338,7 @@ describe('Acceptance', function() {
let output = yield build(app);
// Verify we h... | update fixtures and disable eslint objects on root of ember objects | ember-engines_ember-engines | train |
f87e68517ded513fe03b9bda82604c17356cb212 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,6 @@
},
"dependencies": {
"alt": "0.17.1",
- "babel": "5.6.23",
"classnames": "2.1.3",
"express": "4.13.1",
"lodash": "3.10.0",
@@ -26,6 +25,7 @@
},
"devDependencies... | Remove babel polyfill from source files
ES6 polyfills should always be added only by the consuming project, not
by libraries. | ritzyed_ritzy | train |
fa480403c75c90880a6bc79bab9e10b012379006 | diff --git a/integration/build/build_userns_linux_test.go b/integration/build/build_userns_linux_test.go
index <HASH>..<HASH> 100644
--- a/integration/build/build_userns_linux_test.go
+++ b/integration/build/build_userns_linux_test.go
@@ -12,6 +12,7 @@ import (
"github.com/docker/docker/api/types"
"github.com/doc... | TestBuildUserNamespaceValidateCapabilitiesAreV2: verify build completed
Check if the `docker build` completed successfully before continuing. | moby_moby | train |
7cd9ba8f10eca0d6dfa141ad965114e99542a8e4 | diff --git a/go/vt/vttablet/endtoend/framework/client.go b/go/vt/vttablet/endtoend/framework/client.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/endtoend/framework/client.go
+++ b/go/vt/vttablet/endtoend/framework/client.go
@@ -162,7 +162,7 @@ func (client *QueryClient) ReadTransaction(dtid string) (*querypb.Tra... | vttablet: more review comments | vitessio_vitess | train |
05d52342c39d5f7ffef6323019612ff51120ddff | diff --git a/parameter.go b/parameter.go
index <HASH>..<HASH> 100644
--- a/parameter.go
+++ b/parameter.go
@@ -22,6 +22,9 @@ const (
// FormParameterKind = indicator of Request parameter type "form"
FormParameterKind
+ // MultiPartFormParameterKind = indicator of Request parameter type "multipart/form-data"
+ Mul... | support multipart/form-data (#<I>) | emicklei_go-restful | train |
508baaf243786a2b9663153c9b51b4967cc71354 | diff --git a/run_tests.py b/run_tests.py
index <HASH>..<HASH> 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -14,64 +14,42 @@ import shutil
TMP_DIR = tempfile.mkdtemp('analects')
-class ConfigExpand(object):
-
+def expand_config(config):
'''Expand configuration into full form. Enables shorthand forms for
... | lol, turn config expansion into definition | vcs-python_vcspull | train |
7c3899a63e9a618185560b467d86f62fca9ab2cc | diff --git a/src/base/connectionView.js b/src/base/connectionView.js
index <HASH>..<HASH> 100644
--- a/src/base/connectionView.js
+++ b/src/base/connectionView.js
@@ -394,7 +394,6 @@ class ConnectionView extends BaseView {
[Number.MIN_VALUE, secondsPerReleaseToReleasesPerTick(10)],
[1, secondsPerReleaseTo... | Fix bug/imperfection introduced by previous commit where rateMap has two entries for volume <I> | Netflix_vizceral | train |
b706f60959834e120c29df2005e6e54617ed789d | diff --git a/dvc/executor.py b/dvc/executor.py
index <HASH>..<HASH> 100644
--- a/dvc/executor.py
+++ b/dvc/executor.py
@@ -10,7 +10,7 @@ class ExecutorError(DvcException):
class Executor:
@staticmethod
- def exec_cmd(cmd, stdout_file=None, stderr_file=None, cwd=None):
+ def exec_cmd(cmd, stdout_file=None,... | Windows symlink: exec cmd as shell option; small os.path.join() test fix | iterative_dvc | train |
c5ce38fbce379331213a503cb2ba208d6598fca5 | diff --git a/lib/plugins/lqip-blurhash.js b/lib/plugins/lqip-blurhash.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/lqip-blurhash.js
+++ b/lib/plugins/lqip-blurhash.js
@@ -22,7 +22,11 @@ class LqipBlurhashPlugin {
// taken from https://github.com/google/eleventy-high-performance-blog/blob/5ed39db7fd3f21ae82ac1a... | Limit Blurhash size to allowed values
Has a limit of so called "components" (basically pixels) to be between 1 and 9. | kaliber5_ember-responsive-image | train |
ad28751b4e3fc5b1805bc9515a18f0c692c3da66 | diff --git a/test/unit/functional/authorize.spec.js b/test/unit/functional/authorize.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/functional/authorize.spec.js
+++ b/test/unit/functional/authorize.spec.js
@@ -9,6 +9,32 @@ var Promise = require('promise');
describe('isAuthorized', function() {
+ it('should... | added test for authorize() function being called before call() function | Netflix_falcor-router | train |
60414255598428787071f5e8cb2abf76ae6884fa | diff --git a/Services/AzineTwigSwiftMailer.php b/Services/AzineTwigSwiftMailer.php
index <HASH>..<HASH> 100644
--- a/Services/AzineTwigSwiftMailer.php
+++ b/Services/AzineTwigSwiftMailer.php
@@ -2,6 +2,8 @@
namespace Azine\EmailBundle\Services;
+use Symfony\Component\Routing\RequestContext;
+
use Symfony\Componen... | fix the locale for the generation of urls in templates | azine_email-bundle | train |
d337dfdc715441011422b578e6cd86419ffd1074 | diff --git a/library/client.js b/library/client.js
index <HASH>..<HASH> 100644
--- a/library/client.js
+++ b/library/client.js
@@ -66,10 +66,10 @@ var client = function client(options) {
this.gracefulReconnection = false;
- this.logger.dev('created a new client instance on pid ' + process.pid);
- this.lo... | Added more informations for dev. | twitch-irc_twitch-irc | train |
e97ec0ef1c047d58e57b77e6bac1d799d5432763 | diff --git a/src/main/java/net/openhft/chronicle/network/TcpEventHandler.java b/src/main/java/net/openhft/chronicle/network/TcpEventHandler.java
index <HASH>..<HASH> 100755
--- a/src/main/java/net/openhft/chronicle/network/TcpEventHandler.java
+++ b/src/main/java/net/openhft/chronicle/network/TcpEventHandler.java
@@ -7... | Add an onEndOfConnection callback. | OpenHFT_Chronicle-Network | train |
43c70b1dde3144f5a59011275b8849954c662cc7 | diff --git a/src/upload/adapters/AwsS3Adapter.php b/src/upload/adapters/AwsS3Adapter.php
index <HASH>..<HASH> 100644
--- a/src/upload/adapters/AwsS3Adapter.php
+++ b/src/upload/adapters/AwsS3Adapter.php
@@ -142,6 +142,10 @@ class AwsS3Adapter extends UploadAdapter {
return false;
}
+ if ($this->isImage(... | Update AwsS3Adapter.php
moved image property data | dmetri333_wiggum-services | train |
d1e624da24aef3daa40811c20ab2c2df1902e874 | diff --git a/MulticoreTSNE/__init__.py b/MulticoreTSNE/__init__.py
index <HASH>..<HASH> 100644
--- a/MulticoreTSNE/__init__.py
+++ b/MulticoreTSNE/__init__.py
@@ -62,14 +62,12 @@ class MulticoreTSNE:
path = os.path.dirname(os.path.realpath(__file__))
self.C = self.ffi.dlopen(path + "/libtsne_multicore... | Python: Make a copy of X so the orig is not changed by the algo | DmitryUlyanov_Multicore-TSNE | train |
29c364479a737dcb243fd23707f486a5602360e7 | diff --git a/lib/Core/Site/Values/Location.php b/lib/Core/Site/Values/Location.php
index <HASH>..<HASH> 100644
--- a/lib/Core/Site/Values/Location.php
+++ b/lib/Core/Site/Values/Location.php
@@ -3,6 +3,10 @@
namespace Netgen\EzPlatformSiteApi\Core\Site\Values;
use eZ\Publish\API\Repository\Values\Content\LocationQu... | Add first (untested) impl. for parent and childred queries | netgen_ezplatform-site-api | train |
1e354c4e64bdbef6adeec26deffc3eb8dec9f710 | diff --git a/evaluators/segment_eval.py b/evaluators/segment_eval.py
index <HASH>..<HASH> 100755
--- a/evaluators/segment_eval.py
+++ b/evaluators/segment_eval.py
@@ -37,37 +37,41 @@ def evaluate(ref_file=None, est_file=None, trim=False):
# Now compute all the metrics
M = OrderedDict()
# Boundary detecti... | Nicer metric names because of #<I> for #<I> | craffel_mir_eval | train |
3e4dd0fe8655ae61b03b5a42d5c3e8d769559205 | diff --git a/library/Helper/Navigation.php b/library/Helper/Navigation.php
index <HASH>..<HASH> 100644
--- a/library/Helper/Navigation.php
+++ b/library/Helper/Navigation.php
@@ -265,14 +265,14 @@ class Navigation
//Check if if valid post type string
if($postType != 'all' && !is_array($postType) && !post_ty... | Remove errors returned
These should be handled well by implementation. | helsingborg-stad_Municipio | train |
21031c8372078664149c40bd3a89a82049e0b16a | diff --git a/lenses/const.py b/lenses/const.py
index <HASH>..<HASH> 100644
--- a/lenses/const.py
+++ b/lenses/const.py
@@ -10,7 +10,7 @@ class Const(object):
self.item = item
def __repr__(self):
- return '{}({!r})'.format(self.__class__, self.item)
+ return '{}({!r})'.format(self.__class__... | readded readable names to the const and identity functor reprs
this was removed by the port to python2 because it does not support
__qualname__, but we can just use __name__ instead. | ingolemo_python-lenses | train |
3ea40c7263b651fdd5c4caaffa095fc77c5f890f | diff --git a/lib/device.js b/lib/device.js
index <HASH>..<HASH> 100644
--- a/lib/device.js
+++ b/lib/device.js
@@ -68,6 +68,9 @@ function DeviceParser(req, options) {
} else if (ua.match(/Linux/i) && ua.match(/X11/i) && !ua.match(/Charlotte/i)) {
// if user agent is a Linux Desktop
... | fix detection of Chrome Book OS - was being incorrectly detected as phone | rguerreiro_express-device | train |
a7e34dc1456f5f6135d715c016a179d9e7b5ddb2 | diff --git a/moa/src/main/java/moa/gui/visualization/GraphMultiCurve.java b/moa/src/main/java/moa/gui/visualization/GraphMultiCurve.java
index <HASH>..<HASH> 100644
--- a/moa/src/main/java/moa/gui/visualization/GraphMultiCurve.java
+++ b/moa/src/main/java/moa/gui/visualization/GraphMultiCurve.java
@@ -106,7 +106,7 @@ p... | Fix bug if std measure is selected | Waikato_moa | train |
f8467cf3753d09e6c24ac303cd1bbe6aa1138afc | diff --git a/dvc/repo/experiments/init.py b/dvc/repo/experiments/init.py
index <HASH>..<HASH> 100644
--- a/dvc/repo/experiments/init.py
+++ b/dvc/repo/experiments/init.py
@@ -8,7 +8,6 @@ from typing import (
Callable,
Dict,
Iterable,
- List,
Optional,
TextIO,
Tuple,
@@ -16,7 +15,7 @@ fr... | exp init: log created dependencies in non-interactive mode | iterative_dvc | train |
177f6457de498c6f86f9caea75883d113379e461 | diff --git a/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/src/test/java/com/google/cloud/bigtable/hbase/AbstractTestFilters.java b/bigtable-client-core-parent/bigtable-hbase-integration-tests-common/src/test/java/com/google/cloud/bigtable/hbase/AbstractTestFilters.java
index <HASH>..<HASH> 100644... | Fixing minor issue in FuzzyFilter test for HBase (#<I>) | googleapis_cloud-bigtable-client | train |
988c0b3cd8f10712356ca2084e632472b8d24b79 | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -61,6 +61,18 @@ You can also access each subproject's API individually, if you would like to use
options: { tenant: 'hawkular' }
)
+=== HTTP and HTTPS options
+
+Will all client classes, the +:options+ ha... | Pass through options to RestClient | hawkular_hawkular-client-ruby | train |
79dfecdc14fa198011b28dbed81ca6025da3096b | diff --git a/nifstd/nifstd_tools/sheets.py b/nifstd/nifstd_tools/sheets.py
index <HASH>..<HASH> 100644
--- a/nifstd/nifstd_tools/sheets.py
+++ b/nifstd/nifstd_tools/sheets.py
@@ -41,7 +41,7 @@ class Recuration(PPP):
sheet_name = 'Recuration'
-class Modalities(PPP):
+class Approaches(PPP):
# see also map-i... | nifstd_tools sheets modalities -> approaches naming | tgbugs_pyontutils | train |
bf023979de39f5ff63ca5cc9f7b54e7af6f344d6 | diff --git a/app/index.js b/app/index.js
index <HASH>..<HASH> 100644
--- a/app/index.js
+++ b/app/index.js
@@ -23,7 +23,7 @@ AppengineGenerator.prototype.askFor = function askFor() {
prompts.push({
name: 'appId',
message: 'What is the application ID?',
- default: 'new-application'
+ default... | Set default application name to folder name
Fixes #1 | generators_appengine | train |
72b2275369842a6db4634e7959aa6bcf7c96e162 | diff --git a/master/buildbot/config.py b/master/buildbot/config.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/config.py
+++ b/master/buildbot/config.py
@@ -140,10 +140,11 @@ class MasterConfig(util.ComparableMixin, WorkerAPICompatMixin):
"logHorizon", "logMaxSize", "logMaxTailSize", "manhole",
... | add comment for "slavePortnum" that it is deprecated | buildbot_buildbot | train |
79f44a4c71618ae4cdb036e170901d0691deb1af | diff --git a/benchbuild/project.py b/benchbuild/project.py
index <HASH>..<HASH> 100644
--- a/benchbuild/project.py
+++ b/benchbuild/project.py
@@ -352,6 +352,8 @@ def populate(projects_to_filter=None, group=None):
group (list(str)):
In addition to the project filter, we provide a way to filter
... | project: comment return of populate projects | PolyJIT_benchbuild | train |
897a360ce707f2a60bb4160ee1389c6716672b39 | diff --git a/app/models/travel_advice_edition.rb b/app/models/travel_advice_edition.rb
index <HASH>..<HASH> 100644
--- a/app/models/travel_advice_edition.rb
+++ b/app/models/travel_advice_edition.rb
@@ -63,12 +63,12 @@ class TravelAdviceEdition
new_edition
end
- def create_action_as(user, action_type, commen... | Use 'build' instead of 'create' to make saves implicit
Rather than cause a database save on each action addition, we should
instead let the applications define the save logic implicitly. | alphagov_govuk_content_models | train |
65e50a4e06df25b16d8a4a7e3fa43632e39edea9 | diff --git a/salt/states/cmd.py b/salt/states/cmd.py
index <HASH>..<HASH> 100644
--- a/salt/states/cmd.py
+++ b/salt/states/cmd.py
@@ -32,6 +32,11 @@ Only run if the file specified by ``creates`` does not exist, in this case touch
cmd.run:
- creates: /tmp/foo
+.. note::
+
+ The ``creates`` option i... | Added a note regarding creates and what versions it is supported in. | saltstack_salt | train |
89d66cbc622f55f499ea456a32784e8b4981b9de | diff --git a/lib/peddler/client.rb b/lib/peddler/client.rb
index <HASH>..<HASH> 100644
--- a/lib/peddler/client.rb
+++ b/lib/peddler/client.rb
@@ -66,6 +66,8 @@ module Peddler
private
def inherited(base)
+ base.parser = parser
+ base.path(path)
base.params(params)
base.on... | Client should inherit parent's path and parser | hakanensari_peddler | train |
4d823ad69e3b15291c58cde519d9ef2793333c4b | diff --git a/lib/helper/MockRequest.js b/lib/helper/MockRequest.js
index <HASH>..<HASH> 100644
--- a/lib/helper/MockRequest.js
+++ b/lib/helper/MockRequest.js
@@ -101,13 +101,15 @@ class MockRequest extends Helper {
}
await page.setRequestInterception(true);
- this.polly = new PollyJS(title, {
+ const... | Allows overriding default Polly config in MockRequest (#<I>) | Codeception_CodeceptJS | train |
35fd64d36c2f8b49f7e06bde597ed4b0c7a6fe3a | diff --git a/Slim/App.php b/Slim/App.php
index <HASH>..<HASH> 100644
--- a/Slim/App.php
+++ b/Slim/App.php
@@ -286,12 +286,17 @@ class App
*/
public function run($silent = false)
{
- // Finalize routes here for middleware stack
- $this->container->get('router')->finalize();
-
$req... | Set router's basePath when App::run() is called
Move setting of the router's basePath to App::run() so that adding
routes doesn't freeze the environment and request container items. | slimphp_Slim | train |
332545ed6910872160fa413ecd13f7d8bf44575b | diff --git a/lib/ecm/references/version.rb b/lib/ecm/references/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ecm/references/version.rb
+++ b/lib/ecm/references/version.rb
@@ -1,5 +1,5 @@
module Ecm
module References
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
end | Bumped version to <I> | robotex82_ecm_references2 | train |
9b92aedce29a5899eeaeec4935a16e26a10bcc79 | diff --git a/quasar/dev/components/components/tabs.vue b/quasar/dev/components/components/tabs.vue
index <HASH>..<HASH> 100644
--- a/quasar/dev/components/components/tabs.vue
+++ b/quasar/dev/components/components/tabs.vue
@@ -194,6 +194,26 @@
<q-route-tab name="tabs/c" to="/components/tabs/c" exact label="/ta... | fix(quasar): QTabs - clean previously registered buffer when current route has changed (#<I>) | quasarframework_quasar | train |
09d0d82d974458f5362de773d0e64c5d72080009 | diff --git a/lib/paleta/palette.rb b/lib/paleta/palette.rb
index <HASH>..<HASH> 100644
--- a/lib/paleta/palette.rb
+++ b/lib/paleta/palette.rb
@@ -112,19 +112,19 @@ module Paleta
type = opts[:type] || :shades
size = opts[:size] || 5
case type
- when :analogous; self.generate_analogous_palette_... | removed the word "palette" from private Palette generator methods | jordanstephens_paleta | train |
c09cbdc28449c39cf411745e985d90b994762baa | diff --git a/zpay32/invoice_test.go b/zpay32/invoice_test.go
index <HASH>..<HASH> 100644
--- a/zpay32/invoice_test.go
+++ b/zpay32/invoice_test.go
@@ -234,6 +234,26 @@ func TestDecodeEncode(t *testing.T) {
skipEncoding: true, // Skip encoding since we don't have the unknown fields to encode.
},
{
+ // Invoi... | zpay<I>: add encode/decode tests for invoices with zero amount | lightningnetwork_lnd | train |
aea184d8476b1a597e50ff3bb5e209130b5a62ce | diff --git a/analytics/src/main/java/com/segment/analytics/AnalyticsContext.java b/analytics/src/main/java/com/segment/analytics/AnalyticsContext.java
index <HASH>..<HASH> 100644
--- a/analytics/src/main/java/com/segment/analytics/AnalyticsContext.java
+++ b/analytics/src/main/java/com/segment/analytics/AnalyticsContex... | Fix logic for collecting isLimitAdTracking
Previously we were simply copying over isLimitAdTracking to
adTrackingEnabled. These fields are the inverse of each other, so this
commit fixes the logic and makes it so that adTrackingEnabled is
recorded as !isLimitAdTracking.
Also completely stop recording advertisingId if... | segmentio_analytics-android | train |
78a70bc22d663f56d3d39b89a3b94ebd59e54726 | diff --git a/lib/instana/backend/host_agent_activation_observer.rb b/lib/instana/backend/host_agent_activation_observer.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/backend/host_agent_activation_observer.rb
+++ b/lib/instana/backend/host_agent_activation_observer.rb
@@ -12,7 +12,7 @@ module Instana
# @para... | Wait <I> seconds between announce attempts | instana_ruby-sensor | train |
9e46d56700b8da056abafa6cfaeca7d36bd4d50f | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
"phpunit/phpunit": "~7.0|~8.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^3.8",
- "friendsofphp/php-cs-fixer": "^2.14",
+ "friendsofphp/php-cs-fixer": "^2.15",
... | Updating php-cs-fixer and running it | nWidart_laravel-modules | train |
455f81711f9e7fb058e1a545609f03ed99feb02c | diff --git a/src/transformers/training_args.py b/src/transformers/training_args.py
index <HASH>..<HASH> 100644
--- a/src/transformers/training_args.py
+++ b/src/transformers/training_args.py
@@ -281,7 +281,7 @@ class TrainingArguments:
Whether or not to use the :class:`~transformers.Adafactor` optimizer in... | Update training_args.py (#<I>)
In the group by length documentation length is misspelled as legnth | huggingface_pytorch-pretrained-BERT | train |
fbfe71450d77193768b2aad4dd4d820efa10277a | diff --git a/reporter_test.go b/reporter_test.go
index <HASH>..<HASH> 100644
--- a/reporter_test.go
+++ b/reporter_test.go
@@ -3,36 +3,34 @@ package datadog
import "testing"
func TestGetPercentileNamesOutOfRange(t *testing.T) {
- _, err := getPercentileNames([]float64{0.23, 0})
- if err == nil {
+ reporter := &Repo... | update unit test to cover fn option | syntaqx_go-metrics-datadog | train |
5236ae9dc98513d77b4d7553af7c93730edab4de | diff --git a/kopeme-core/src/main/java/de/dagere/kopeme/datacollection/tempfile/ResultTempWriter.java b/kopeme-core/src/main/java/de/dagere/kopeme/datacollection/tempfile/ResultTempWriter.java
index <HASH>..<HASH> 100644
--- a/kopeme-core/src/main/java/de/dagere/kopeme/datacollection/tempfile/ResultTempWriter.java
+++ ... | Debug output to identify windows problem with undeleted temporary warmup
files | DaGeRe_KoPeMe | train |
3cbe80fbfb7759e68c11b97ad108b6afb57ec486 | diff --git a/registration/forms.py b/registration/forms.py
index <HASH>..<HASH> 100644
--- a/registration/forms.py
+++ b/registration/forms.py
@@ -14,6 +14,17 @@ from django import forms
from django.utils.translation import ugettext_lazy as _
+BAD_USERNAME = _("This value may contain only letters, "
+ ... | Split form error messages into top-level constants. | ubernostrum_django-registration | train |
e2e025898a6f18675c0b021dfe33ee88cb4b0aa3 | diff --git a/androguard/core/bytecodes/dvm.py b/androguard/core/bytecodes/dvm.py
index <HASH>..<HASH> 100644
--- a/androguard/core/bytecodes/dvm.py
+++ b/androguard/core/bytecodes/dvm.py
@@ -1860,14 +1860,10 @@ class StringDataItem:
def get(self):
s = mutf8.decode(self.data)
assert len(s) == self... | change the decoding of string yet again | androguard_androguard | train |
060ee61d46dee343873326a7c5dd493dfdc05fb5 | diff --git a/abydos/distance/_token_distance.py b/abydos/distance/_token_distance.py
index <HASH>..<HASH> 100644
--- a/abydos/distance/_token_distance.py
+++ b/abydos/distance/_token_distance.py
@@ -623,6 +623,14 @@ class _TokenDistance(_Distance):
sum(abs(val) for val in self.intersection().values()), 1
... | added default value to make docs/code completion work as expected | chrislit_abydos | train |
40d6d2b42d77b54dc7e3eb074c477022d3fd4c56 | diff --git a/tests/test_mlblocks_primitives.py b/tests/test_mlblocks_primitives.py
index <HASH>..<HASH> 100644
--- a/tests/test_mlblocks_primitives.py
+++ b/tests/test_mlblocks_primitives.py
@@ -35,7 +35,7 @@ DATASETS = {
}
-@patch('mlblocks.PRIMITIVES_PATHS', new=[PRIMITIVES_PATH])
+@patch('mlblocks.primitives._P... | Fix tests execution after mlblocks <I> changes | HDI-Project_MLPrimitives | train |
223587e092d980fea1b1308f2e8f699ecc2f4e4b | diff --git a/dwave/system/samplers/dwave_sampler.py b/dwave/system/samplers/dwave_sampler.py
index <HASH>..<HASH> 100644
--- a/dwave/system/samplers/dwave_sampler.py
+++ b/dwave/system/samplers/dwave_sampler.py
@@ -21,8 +21,9 @@ for explanations of technical terms in descriptions of Ocean tools.
"""
from __future__ i... | Make DWaveSampler prefer QPUs with highest number of qubits | dwavesystems_dwave-system | train |
831d0e2a57e5ac9ae6d803005fa239e41cd38b01 | diff --git a/templates/layout/default.php b/templates/layout/default.php
index <HASH>..<HASH> 100644
--- a/templates/layout/default.php
+++ b/templates/layout/default.php
@@ -45,7 +45,7 @@ if (!$this->fetch('tb_footer')) {
*/
$this->prepend(
'tb_body_attrs',
- ' class="' . implode(' ', [$this->request->getPa... | Escape request params.
Mitigate potential XSS issue.
refs 6fe6ddba5c<I>cffcd2e0bbb6ae<I>cf<I>cc | FriendsOfCake_bootstrap-ui | train |
dde0bf779592e043c78f26682d084c67d5441855 | diff --git a/spyderlib/config.py b/spyderlib/config.py
index <HASH>..<HASH> 100644
--- a/spyderlib/config.py
+++ b/spyderlib/config.py
@@ -217,6 +217,7 @@ DEFAULTS = [
'gui_completion': True,
'pager': True,
'ask_before_closing': True,
+ 'buffer_size': 10000,
... | IPython console: Add an option to set the buffer size | spyder-ide_spyder | train |
fbaeb9dea46652adb2b17a328ecba6345197dd7f | diff --git a/test/Reference.test.js b/test/Reference.test.js
index <HASH>..<HASH> 100644
--- a/test/Reference.test.js
+++ b/test/Reference.test.js
@@ -1,10 +1,16 @@
import { test } from 'substance-test'
import setupTestApp from './shared/setupTestApp'
import { JATS_BIBR_TYPES_TO_INTERNAL, INTERNAL_BIBR_TYPES } from ... | Reveal reference deletion problems with test. | substance_texture | train |
1d8279dd6396180612b862302b30e8e623de3304 | diff --git a/ui/src/kapacitor/containers/KapacitorPage.js b/ui/src/kapacitor/containers/KapacitorPage.js
index <HASH>..<HASH> 100644
--- a/ui/src/kapacitor/containers/KapacitorPage.js
+++ b/ui/src/kapacitor/containers/KapacitorPage.js
@@ -91,7 +91,10 @@ class KapacitorPage extends Component {
this.setState({... | Improve clarity of kapacitor node success message
Goal is to let users know that they are ready to go unless they want to
do more configuration | influxdata_influxdb | train |
de8a897bd227165933fc5bcf760070a05ba758d0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -48,8 +48,12 @@ git_hash = "%s"
raise RuntimeError("%s already exists, will not overwrite" % filename)
with open(filename, "w") as out:
out.write(content)
- yield
- os.remove(filename)
+ try:
+ ... | Correctly removing git version in case of exceptions. (#<I>) | awslabs_sockeye | train |
72803cca3e1c4e3293422fabca3bddebb9b41f1f | diff --git a/lib/FindQueryBuilder.js b/lib/FindQueryBuilder.js
index <HASH>..<HASH> 100644
--- a/lib/FindQueryBuilder.js
+++ b/lib/FindQueryBuilder.js
@@ -401,8 +401,9 @@ FindQueryBuilder.prototype._buildJoins = function (params, builder) {
_.each(params, function (param) {
_.each(param.propertyRefs, function... | Fix compatibility with Objection <I> | Vincit_objection-find | train |
f70d1c9c5dece5622e2c7bf625bfcf036735c290 | diff --git a/lib/collection/property-list.js b/lib/collection/property-list.js
index <HASH>..<HASH> 100644
--- a/lib/collection/property-list.js
+++ b/lib/collection/property-list.js
@@ -478,16 +478,16 @@ _.assign(PropertyList.prototype, /** @lends PropertyList.prototype */ {
* property.
* @param {?Boolean}... | Renamed `sanitize` to `sanitzeKeys` | postmanlabs_postman-collection | train |
2261acf72ca6cf206ffc9c264b2e9f436fe8a1cf | diff --git a/lib/base-server.js b/lib/base-server.js
index <HASH>..<HASH> 100644
--- a/lib/base-server.js
+++ b/lib/base-server.js
@@ -150,6 +150,8 @@ exports.Server = INHERIT({
relPath = QS.unescape(reqPath).replace(/^\/|\/$/g, ''),
fullPath = PATH.join(root, relPath);
+ ... | Fix for bem server on windows (reference #<I>) | bem-archive_bem-tools | train |
52e39fe99c3591ca466e9a29367da9b7a63c23ab | diff --git a/spyderlib/spyder.py b/spyderlib/spyder.py
index <HASH>..<HASH> 100644
--- a/spyderlib/spyder.py
+++ b/spyderlib/spyder.py
@@ -958,8 +958,8 @@ class MainWindow(QMainWindow):
_("Spyder support..."),
triggered=self.google... | Main Window/Help: Change position of "Check for updates" action | spyder-ide_spyder | train |
6ab68753d8b2d93a8b196cbff10ef38b139d2061 | diff --git a/indexeddb/upgrade.js b/indexeddb/upgrade.js
index <HASH>..<HASH> 100644
--- a/indexeddb/upgrade.js
+++ b/indexeddb/upgrade.js
@@ -6,24 +6,35 @@
if(entity.indexes)
for (var j = 0, l2 = entity.indexes.length; j < l2; j++)
- createIndex(store, entity.indexes[... | Indexes are added to query with keyPath | danderson00_tribe.storage | train |
b684d40f0ffbc21ae75fe15cd7c66b7bafcbe380 | diff --git a/src/Symfony/Component/Mime/Crypto/DkimSigner.php b/src/Symfony/Component/Mime/Crypto/DkimSigner.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Mime/Crypto/DkimSigner.php
+++ b/src/Symfony/Component/Mime/Crypto/DkimSigner.php
@@ -68,6 +68,7 @@ final class DkimSigner
throw new Inval... | Ignoring X-Transport header while signing email with DKIM | symfony_symfony | train |
cf98b9328d71d08622f3389b2752229429f3add1 | diff --git a/docs/source/guide.rst b/docs/source/guide.rst
index <HASH>..<HASH> 100644
--- a/docs/source/guide.rst
+++ b/docs/source/guide.rst
@@ -369,16 +369,9 @@ execution::
from dramatiq.brokers.rabbitmq import RabbitmqBroker
- rabbitmq_broker = RabbitmqBroker(
- host="rabbitmq",
- heartbeat_interval=0... | fix: make enqueue resilient to disconnects under RMQ | Bogdanp_dramatiq | train |
02222a5833d442dec8a8aa0ce94a66481c631b9a | diff --git a/src/LocalizedStrings.js b/src/LocalizedStrings.js
index <HASH>..<HASH> 100644
--- a/src/LocalizedStrings.js
+++ b/src/LocalizedStrings.js
@@ -31,14 +31,14 @@ export default class LocalizedStrings{
constructor(props) {
- var interfaceLanguage = (typeof navigator !== 'undefined' && navigator.langua... | Fixed the interfaceLanguage undifined problem | stefalda_react-localization | train |
2075feed3ec1fae5b6368650b62eb344ef6c19b8 | diff --git a/src/util/scroll.js b/src/util/scroll.js
index <HASH>..<HASH> 100644
--- a/src/util/scroll.js
+++ b/src/util/scroll.js
@@ -1,3 +1,4 @@
+import EVENTS from '../events.js';
import scrollToIndex from './scrollToIndex.js';
import { getToolState } from '../stateManagement/toolState.js';
import clip from './cl... | Use exported EVENTS constants for missing event names in string (#<I>) (#<I>) | cornerstonejs_cornerstoneTools | train |
b7f815976c4a7b9945d548dc9285526d621ccb99 | diff --git a/src/main/java/net/openhft/chronicle/map/impl/stage/input/ReplicatedInput.java b/src/main/java/net/openhft/chronicle/map/impl/stage/input/ReplicatedInput.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/openhft/chronicle/map/impl/stage/input/ReplicatedInput.java
+++ b/src/main/java/net/openhft/chron... | HCOLL-<I> When the following setting is set on chronicle map "bootstrapOnlyLocalEntries==false", it is not sending all the entries. - this is the same issue but it was affecting chronicle engine replication | OpenHFT_Chronicle-Map | train |
1c7b3ca36236165ca2a1da344171d65b260ed74a | diff --git a/sunspot_rails/lib/sunspot/rails/searchable.rb b/sunspot_rails/lib/sunspot/rails/searchable.rb
index <HASH>..<HASH> 100644
--- a/sunspot_rails/lib/sunspot/rails/searchable.rb
+++ b/sunspot_rails/lib/sunspot/rails/searchable.rb
@@ -233,7 +233,7 @@ module Sunspot #:nodoc:
last_id = options[:first... | fixes SQL's ambiguous ID issue when tables are joined | sunspot_sunspot | train |
ce45f3ad900bde03a20c8530537cf32c95d6360f | diff --git a/lib/carrierwave_direct.rb b/lib/carrierwave_direct.rb
index <HASH>..<HASH> 100644
--- a/lib/carrierwave_direct.rb
+++ b/lib/carrierwave_direct.rb
@@ -6,11 +6,14 @@ require "fog"
require "uuid"
module CarrierWaveDirect
+
autoload :Uploader, "carrierwave_direct/uploader"
autoload :Mount, "carrierwa... | Add configuration to CarrierWave's configuration so that we can use it in an initializer | dwilkie_carrierwave_direct | train |
bbee223e62ebb55854c1bb263387712c2338ad8d | diff --git a/collections/traits/Collection.php b/collections/traits/Collection.php
index <HASH>..<HASH> 100644
--- a/collections/traits/Collection.php
+++ b/collections/traits/Collection.php
@@ -13,7 +13,7 @@ use nyx\core;
* A Collection is an object that contains other items which can be set, get and removed from th... | [Core/Collections] [Fixed] Trait return type hints were pointing to self instead of the appropriate interfaces. | unyx_core | train |
f9b5e54715e97437e0c614095bc96c83ade8e75d | diff --git a/netmiko/hp/hp_procurve.py b/netmiko/hp/hp_procurve.py
index <HASH>..<HASH> 100644
--- a/netmiko/hp/hp_procurve.py
+++ b/netmiko/hp/hp_procurve.py
@@ -40,19 +40,39 @@ class HPProcurveBase(CiscoSSHConnection):
default_username="manager",
):
"""Enter enable mode"""
+ delay_factor... | Adding while loop to HP ProCurve enable method (#<I>) | ktbyers_netmiko | train |
ad23cb367f295d216a7a4c0117085fc0f14a9e51 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,11 @@
## - Update the version information in this file
## - python setup.py sdist upload -r pypitest # for the test version
## - python setup.py sdist upload -r pypi # for the real version
+## With twine:
+... | Removing tests from setup.py as this is deprecated and causes all sorts of trouble ! | underworldcode_stripy | train |
a6d752415d5442db5f52ace2bb5113eb475c6217 | diff --git a/certipy/certipy.py b/certipy/certipy.py
index <HASH>..<HASH> 100644
--- a/certipy/certipy.py
+++ b/certipy/certipy.py
@@ -410,8 +410,8 @@ class CertStore():
del self.store[common_name]
class Certipy():
- def __init__(self, store_dir='out'):
- self.store = CertStore(store_dir=store_dir... | Pass the store file from Certipy to CertStore | LLNL_certipy | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.