hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
3e43378e5d3bcc1ccf0ac1c27fcd0f381a2b2bb4 | diff --git a/js/okcoinusd.js b/js/okcoinusd.js
index <HASH>..<HASH> 100644
--- a/js/okcoinusd.js
+++ b/js/okcoinusd.js
@@ -633,19 +633,21 @@ module.exports = class okcoinusd extends Exchange {
}
handleErrors (code, reason, url, method, headers, body) {
- let response = JSON.parse (body);
- if ... | added json-decoding protection against python failures to okcoinusd #<I> #<I> | ccxt_ccxt | train |
217634a714794136d9a3774ff837a68bb36c2def | diff --git a/manticore/ethereum/__init__.py b/manticore/ethereum/__init__.py
index <HASH>..<HASH> 100644
--- a/manticore/ethereum/__init__.py
+++ b/manticore/ethereum/__init__.py
@@ -1546,3 +1546,12 @@ class ManticoreEVM(Manticore):
# We suppress because otherwise we log it many times and it looks weird.
def ... | String representation for Manticore EVM (#<I>)
* __str__ and __repr__ for ManticoreEVM
* make __repr__ call __str__ | trailofbits_manticore | train |
863cc7502ca55bb838c628258f102ea8e6893835 | diff --git a/snapshot/cmd/snapshot-pv-provisioner/snapshot-pv-provisioner.go b/snapshot/cmd/snapshot-pv-provisioner/snapshot-pv-provisioner.go
index <HASH>..<HASH> 100644
--- a/snapshot/cmd/snapshot-pv-provisioner/snapshot-pv-provisioner.go
+++ b/snapshot/cmd/snapshot-pv-provisioner/snapshot-pv-provisioner.go
@@ -69,31... | Don't check source PV when restoring from snapshot
The original PV could have been deleted. Use SnapshotData to check
if Restore is supported instead
Issue #<I> | kubernetes-incubator_external-storage | train |
9825d6ddc2ea2a846b5ed748ad1f0f809c509607 | diff --git a/lib/handlers/file-proxy.js b/lib/handlers/file-proxy.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/file-proxy.js
+++ b/lib/handlers/file-proxy.js
@@ -23,7 +23,7 @@ function readFiles(files, callback) {
var execCallback = function (err, stat) {
if (!err && stat && stat.isFile()) {
callbac... | feat: read rule value from remote url | avwo_whistle | train |
9326358661efcd9fa32ed797430069a4be8a50e6 | diff --git a/src/main/java/nl/talsmasoftware/umldoclet/javadoc/UMLFactory.java b/src/main/java/nl/talsmasoftware/umldoclet/javadoc/UMLFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/talsmasoftware/umldoclet/javadoc/UMLFactory.java
+++ b/src/main/java/nl/talsmasoftware/umldoclet/javadoc/UMLFactory.java
@... | Support for leaving out standard static methods from Enum classes. | talsma-ict_umldoclet | train |
08ce1b19a6e5b4e15ce5ae67ce98bf3514269f11 | diff --git a/autograd/convenience_wrappers.py b/autograd/convenience_wrappers.py
index <HASH>..<HASH> 100644
--- a/autograd/convenience_wrappers.py
+++ b/autograd/convenience_wrappers.py
@@ -61,7 +61,7 @@ def jacobian(fun, argnum=0):
def hessian_vector_product(fun, argnum=0):
"""Builds a function that returns t... | Updated docstring to reflect new argument order in hess_vec_product | HIPS_autograd | train |
49199dbde5f6b6b27b91dda41dd396e9cbf00046 | diff --git a/scripts/git-precommit-hook.py b/scripts/git-precommit-hook.py
index <HASH>..<HASH> 100755
--- a/scripts/git-precommit-hook.py
+++ b/scripts/git-precommit-hook.py
@@ -27,10 +27,15 @@ def run_format_check(files):
rust_files = [x for x in files if x.endswith('.rs')]
if not rust_files:
retur... | feat: Added info for how to run cargo fmt | getsentry_semaphore | train |
aa850bf452afba9b7c49916472b32d1d80af20d0 | diff --git a/lib/mapreduce/mapreduce.go b/lib/mapreduce/mapreduce.go
index <HASH>..<HASH> 100644
--- a/lib/mapreduce/mapreduce.go
+++ b/lib/mapreduce/mapreduce.go
@@ -106,13 +106,26 @@ func contains(set []string, val string) bool {
}
type Job struct {
- Type string `json:"type"`
- Input string `json:"inp... | Adds Cpu and memory quotas to jobs. | pachyderm_pachyderm | train |
24baed0c1aee1e4791cc84695322695b78826c94 | diff --git a/umap/static/umap/js/umap.slideshow.js b/umap/static/umap/js/umap.slideshow.js
index <HASH>..<HASH> 100644
--- a/umap/static/umap/js/umap.slideshow.js
+++ b/umap/static/umap/js/umap.slideshow.js
@@ -90,7 +90,7 @@ L.U.Slideshow = L.Class.extend({
play: function () {
if (this._id) return;
- ... | Prevent old style slideshow to be actived on load
We used to only consider the delay to define if the slideshow was
active or not. | umap-project_umap | train |
71dc7abdc64c6f8d77c7c3248b0965eb56185f98 | diff --git a/Model/ContactClientModel.php b/Model/ContactClientModel.php
index <HASH>..<HASH> 100644
--- a/Model/ContactClientModel.php
+++ b/Model/ContactClientModel.php
@@ -501,6 +501,9 @@ class ContactClientModel extends FormModel
}
$params['contactclient_id'] = $contactClient->getId();
+ ... | fix query on revenue by source version of client stat chart | TheDMSGroup_mautic-contact-client | train |
89a2c894eec385b8ae5f86d86bb358d1e0bae203 | diff --git a/src/Illuminate/Contracts/Validation/Validator.php b/src/Illuminate/Contracts/Validation/Validator.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Contracts/Validation/Validator.php
+++ b/src/Illuminate/Contracts/Validation/Validator.php
@@ -10,6 +10,8 @@ interface Validator extends MessageProvider
... | validator contract throws docblock (#<I>) | laravel_framework | train |
00961f31328466251372bdc203a6e16cb1be506e | diff --git a/lib/sage_world/version.rb b/lib/sage_world/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sage_world/version.rb
+++ b/lib/sage_world/version.rb
@@ -1,3 +1,3 @@
module SageWorld
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
end | Change version number to <I> | vinsol_sageworld-catalog | train |
7e0bd442a7d8ee660d3f1e069ecb0d01dc24e5d3 | diff --git a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/QProfileBackuperImpl.java b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/QProfileBackuperImpl.java
index <HASH>..<HASH> 100644
--- a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualit... | SONAR-<I> fix quality profile copy inconsistency | SonarSource_sonarqube | train |
e71ff0aab482e5b059dab7275455e0aa26c88589 | diff --git a/lib/public_suffix/list.rb b/lib/public_suffix/list.rb
index <HASH>..<HASH> 100644
--- a/lib/public_suffix/list.rb
+++ b/lib/public_suffix/list.rb
@@ -44,7 +44,7 @@ module PublicSuffix
include Enumerable
class << self
- attr_accessor :default_definition
+ attr_writer :default_definitio... | Use attr_writer, since #default_definition is already defined. | weppos_publicsuffix-ruby | train |
291731c5b23e2a11641b23a6d7b2207f124740bc | diff --git a/pkg/minikube/cruntime/docker.go b/pkg/minikube/cruntime/docker.go
index <HASH>..<HASH> 100644
--- a/pkg/minikube/cruntime/docker.go
+++ b/pkg/minikube/cruntime/docker.go
@@ -22,7 +22,6 @@ import (
"strings"
"github.com/golang/glog"
- "github.com/kballard/go-shellquote"
"github.com/pkg/errors"
"k8... | change shellquote to args | kubernetes_minikube | train |
f1db3dd0d4e3c6ef20e574a30753a96dbdb09b2f | diff --git a/files.go b/files.go
index <HASH>..<HASH> 100644
--- a/files.go
+++ b/files.go
@@ -212,6 +212,8 @@ type ListFolderOutput struct {
// ListFolder returns the metadata for a file or folder.
func (c *Files) ListFolder(in *ListFolderInput) (out *ListFolderOutput, err error) {
+ in.Path = normalizePath(in.Pat... | add path normalization so / works as expected. Closes #8 | tj_go-dropbox | train |
bd77f25262a652227b2dd3f4ee33c3f0bd5b9d77 | diff --git a/lib/solargraph/language_server/host.rb b/lib/solargraph/language_server/host.rb
index <HASH>..<HASH> 100644
--- a/lib/solargraph/language_server/host.rb
+++ b/lib/solargraph/language_server/host.rb
@@ -136,7 +136,7 @@ module Solargraph
def open? uri
result = nil
@change_semaphore.s... | Host deletes out of order changes to closed files. | castwide_solargraph | train |
4803401a0d9209b400ab82dd5abb261fbb5c21af | diff --git a/scss/tests/test_misc.py b/scss/tests/test_misc.py
index <HASH>..<HASH> 100644
--- a/scss/tests/test_misc.py
+++ b/scss/tests/test_misc.py
@@ -6,7 +6,7 @@ from scss import Scss
def test_super_selector():
- compiler = Scss(scss_opts=dict(compress=False))
+ compiler = Scss(scss_opts=dict(style='exp... | Fix misc tests to match new styles. | Kronuz_pyScss | train |
7f007d73445970ca62240d35f34b24b3a955b380 | diff --git a/src/com/opera/core/systems/scope/handlers/IConnectionHandler.java b/src/com/opera/core/systems/scope/handlers/IConnectionHandler.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/scope/handlers/IConnectionHandler.java
+++ b/src/com/opera/core/systems/scope/handlers/IConnectionHandler.java
@... | Added onHandshake event handler, so that we can use that to enable Stp1. | operasoftware_operaprestodriver | train |
b0c9fb803a1e91f7b95a1e02745d7d8f18e8db9d | diff --git a/tests/lax_numpy_test.py b/tests/lax_numpy_test.py
index <HASH>..<HASH> 100644
--- a/tests/lax_numpy_test.py
+++ b/tests/lax_numpy_test.py
@@ -168,9 +168,15 @@ JAX_REDUCER_NO_DTYPE_RECORDS = [
op_record("any", 1, all_dtypes, all_shapes, jtu.rand_some_zero(), []),
op_record("max", 1, all_dtypes, no... | gate np.ptp tests by numpy version check >= <I> | tensorflow_probability | train |
34232958bfe17090c9c6d2941eead6c8a4272da0 | diff --git a/src/main/java/org/jpmml/converter/ObjectFeature.java b/src/main/java/org/jpmml/converter/ObjectFeature.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jpmml/converter/ObjectFeature.java
+++ b/src/main/java/org/jpmml/converter/ObjectFeature.java
@@ -19,10 +19,15 @@
package org.jpmml.converter;
... | Added method PMMLEncoder#toOrdinal(FieldName, List<?>) | jpmml_jpmml-converter | train |
8627a457a43ecdb5833f2b8144582b044406f91b | diff --git a/msg/scratch_msgs.js b/msg/scratch_msgs.js
index <HASH>..<HASH> 100644
--- a/msg/scratch_msgs.js
+++ b/msg/scratch_msgs.js
@@ -5322,7 +5322,7 @@ Blockly.ScratchMsgs.locales["fa"] =
"OPERATORS_EQUALS": "%1 = %2",
"OPERATORS_AND": "%1 و %2",
"OPERATORS_OR": "%1 یا %2",
- "OPERATORS_NOT": "%1... | [skip ci] Update translations from transifex | LLK_scratch-blocks | train |
949149149ca2764dd7a08d34d6b7c0abba7ba00d | diff --git a/Filter/ViewData/AggregateViewData.php b/Filter/ViewData/AggregateViewData.php
index <HASH>..<HASH> 100644
--- a/Filter/ViewData/AggregateViewData.php
+++ b/Filter/ViewData/AggregateViewData.php
@@ -46,4 +46,18 @@ class AggregateViewData extends ViewData
{
$this->items[] = $item;
}
+
+ ... | removed all-selected formation in unsortedChoices array | ongr-io_FilterManagerBundle | train |
c5b3bead3aae143b04f1254eb25f9ca7d3340cfc | diff --git a/simpleclient/src/main/java/io/prometheus/client/Collector.java b/simpleclient/src/main/java/io/prometheus/client/Collector.java
index <HASH>..<HASH> 100644
--- a/simpleclient/src/main/java/io/prometheus/client/Collector.java
+++ b/simpleclient/src/main/java/io/prometheus/client/Collector.java
@@ -3,12 +3,1... | Add checks for invalid metric names and labels.
Document who's responsible for checking produced metrics are valid.
Closes #<I> | prometheus_client_java | train |
1e2c549460176a0d7cb1ac4fbd260f55cbef0f8f | diff --git a/features/bootstrap/UserSwitchingContext.php b/features/bootstrap/UserSwitchingContext.php
index <HASH>..<HASH> 100644
--- a/features/bootstrap/UserSwitchingContext.php
+++ b/features/bootstrap/UserSwitchingContext.php
@@ -1,7 +1,4 @@
<?php
-use Behat\Behat\Context\Context,
- Behat\Behat\Context\SnippetAcc... | Remove some redundant imports and interfaces. | johnbillion_user-switching | train |
26ec74886593b8172479bed5ce158efa8daae864 | diff --git a/src/Model/ModelManager.php b/src/Model/ModelManager.php
index <HASH>..<HASH> 100644
--- a/src/Model/ModelManager.php
+++ b/src/Model/ModelManager.php
@@ -18,6 +18,7 @@ use Doctrine\DBAL\Exception;
use Doctrine\DBAL\LockMode;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Types\Type;
+us... | Update ModelManager to support Doctrine\ORM\Query directly (#<I>) | sonata-project_SonataDoctrineORMAdminBundle | train |
26ac84e6246cd579ad53ceb2100dab049dd9c039 | diff --git a/lib/travis/model/repository/settings.rb b/lib/travis/model/repository/settings.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/model/repository/settings.rb
+++ b/lib/travis/model/repository/settings.rb
@@ -46,7 +46,7 @@ class Repository::Settings
register :ssh_keys
- attr_accessor :collections
+ a... | Save collections on #save method in settings | travis-ci_travis-core | train |
5af9b5b693c2e75decb42181c66e6e8a155117d9 | diff --git a/actions/info_test.go b/actions/info_test.go
index <HASH>..<HASH> 100644
--- a/actions/info_test.go
+++ b/actions/info_test.go
@@ -27,14 +27,14 @@ var _ = Describe("Info", func() {
})
Describe("ServerInfo", func() {
- It("returns the version of the cli and CM server, as well as auth server URL and cl... | Remove bad test
[#<I>] UAA Client used by CLI should be 'credhub_cli' | cloudfoundry-incubator_credhub-cli | train |
1f632e7ec345e4d59db448ca40bf44d2f68f48ec | diff --git a/src/Core.php b/src/Core.php
index <HASH>..<HASH> 100644
--- a/src/Core.php
+++ b/src/Core.php
@@ -760,7 +760,7 @@
$f_column = $annotation->getProperty('column');
self::$_cached_entity_classes[$classname]['relations'][$property_name] = array('collection' => ... | add an extra isset() to get rid of an error | thebuggenie_b2db | train |
376d71771e80fdde12f982fa8f9780160fd63b65 | diff --git a/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcLogEntry.java b/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcLogEntry.java
index <HASH>..<HASH> 100644
--- a/spectator-ext-ipc/src/main/java/com/netflix/spectator/ipc/IpcLogEntry.java
+++ b/spectator-ext-ipc/src/main/java/com/netf... | set endpoint to unknown if not specified (#<I>)
For some dashboard use-cases the view is based on a foreach
of the endpoint values. If the endpoint is not set, then
those requests are missing. | Netflix_spectator | train |
39c5089136cc0b954b25e6cdb29143a284691bdb | diff --git a/app/controllers/contact_form_controller.rb b/app/controllers/contact_form_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/contact_form_controller.rb
+++ b/app/controllers/contact_form_controller.rb
@@ -16,8 +16,8 @@ class ContactFormController < ApplicationController
flash[:error] <<... | updating the address for the from on email sending and now rescuing any errors on send (instead of only spam). refs #<I> | samvera_hyrax | train |
89f67f7c50fd98b75b23b1efa4d804255b1342f1 | diff --git a/PhealFileCacheForced.php b/PhealFileCacheForced.php
index <HASH>..<HASH> 100644
--- a/PhealFileCacheForced.php
+++ b/PhealFileCacheForced.php
@@ -26,7 +26,7 @@
*/
/**
* Filecache which always validates a cached file to be valid
- * for example for tests
+ * for example and for tests
*/
class Pheal... | Update PhealFileCacheForced.php | 3rdpartyeve_phealng | train |
2930a02640dbab768ab0756ab05167353dae0cb0 | diff --git a/core-parent/core/src/main/java/fr/javatronic/damapping/processor/validator/DASourceClassValidatorImpl.java b/core-parent/core/src/main/java/fr/javatronic/damapping/processor/validator/DASourceClassValidatorImpl.java
index <HASH>..<HASH> 100644
--- a/core-parent/core/src/main/java/fr/javatronic/damapping/pr... | [#<I>] add Validation that dedicated class has no generic parameter | lesaint_damapping | train |
fb57994dbc366e7d4b666ea6c6db489df73007fc | diff --git a/lib/oneview-sdk/client.rb b/lib/oneview-sdk/client.rb
index <HASH>..<HASH> 100644
--- a/lib/oneview-sdk/client.rb
+++ b/lib/oneview-sdk/client.rb
@@ -51,7 +51,7 @@ module OneviewSDK
if options[:api_version] && options[:api_version].to_i > @max_api_version
logger.warn "API version #{options[... | Refactored method to set default | HewlettPackard_oneview-sdk-ruby | train |
3ad3375777b431a559b624d359c9af667de319f1 | diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/AndAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/AndAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOp/AndAnalyzer.php
+++ b/src/Psalm/Internal/Analyzer/Statements/E... | Fix generic destruction in assertion (#<I>) | vimeo_psalm | train |
d90156a75342f5165e7cdb1a76ac591b9aaaf10e | diff --git a/lib/finite_machine/transition.rb b/lib/finite_machine/transition.rb
index <HASH>..<HASH> 100644
--- a/lib/finite_machine/transition.rb
+++ b/lib/finite_machine/transition.rb
@@ -64,7 +64,7 @@ module FiniteMachine
#
# @api public
def self.create(machine, attrs = {})
- _transition = self.... | Add ability to check to_state for branching condition. | piotrmurach_finite_machine | train |
cea99cba12dd0da44a28f4369ed8d38dbc0768ee | diff --git a/XPathFunctions/getConceptDataTypeDerivedFrom.php b/XPathFunctions/getConceptDataTypeDerivedFrom.php
index <HASH>..<HASH> 100644
--- a/XPathFunctions/getConceptDataTypeDerivedFrom.php
+++ b/XPathFunctions/getConceptDataTypeDerivedFrom.php
@@ -82,8 +82,14 @@ function getConceptDataTypeDerivedFrom( $context, ... | Fixed an issue because the function did not use the correct taxonomy to
locate an element. | bseddon_XBRL | train |
79de10216e7b8c8ad339898f693b39c28dcd8bf3 | diff --git a/lib/paper_trail/model_config.rb b/lib/paper_trail/model_config.rb
index <HASH>..<HASH> 100644
--- a/lib/paper_trail/model_config.rb
+++ b/lib/paper_trail/model_config.rb
@@ -87,7 +87,10 @@ module PaperTrail
@model_class.send(
"#{recording_order}_destroy",
- ->(r) { r.paper_trail.re... | Set @in_after_callback correctly during record_destroy
A destroy event can be handled either in a before-callback
or an after-callback. It's configurable.
However, we were not setting @in_after_callback accordingly.
I'm not aware of a specific bug caused by failing to set
this instance variable correctly, but if the... | paper-trail-gem_paper_trail | train |
c574a1d26709c9f934ef749deb62cf221906ac4c | diff --git a/denovonear/load_gene.py b/denovonear/load_gene.py
index <HASH>..<HASH> 100755
--- a/denovonear/load_gene.py
+++ b/denovonear/load_gene.py
@@ -183,8 +183,7 @@ def minimise_transcripts(transcripts, de_novos):
# find the transcripts with the greatest length, and the most de novos
max_length = ... | fix bug picking transcript with most de novos and longest CDS | jeremymcrae_denovonear | train |
e4e230f1b5dc6ce4526787a69e14683131b996bb | diff --git a/lib/jar_dependencies.rb b/lib/jar_dependencies.rb
index <HASH>..<HASH> 100644
--- a/lib/jar_dependencies.rb
+++ b/lib/jar_dependencies.rb
@@ -214,6 +214,7 @@ module Jars
end
urls = jars_lock_from_class_loader
end
+ no_more_warnings
elsif jars_lock = Jars.lock_pa... | get the old output back and next version | mkristian_jar-dependencies | train |
df0acc8f380860e379eafa9408d0fe82ccd60876 | diff --git a/benchexec/container.py b/benchexec/container.py
index <HASH>..<HASH> 100644
--- a/benchexec/container.py
+++ b/benchexec/container.py
@@ -799,7 +799,11 @@ def setup_seccomp_filter():
logging.info("Could not enable seccomp filter for container isolation: %s", e)
-_ALL_SIGNALS = range(1, signal.... | Avoid warning about invalid signals on Python <I> | sosy-lab_benchexec | train |
ab0133ada03ae2b0ef6288b282340daea14f3e81 | diff --git a/yowsup/layers/coder/decoder.py b/yowsup/layers/coder/decoder.py
index <HASH>..<HASH> 100644
--- a/yowsup/layers/coder/decoder.py
+++ b/yowsup/layers/coder/decoder.py
@@ -239,7 +239,7 @@ class ReadDecoder:
if size == 0 or tag is None:
raise ValueError("nextTree sees 0 list or null tag"... | Fixed error when node data is string, closes #<I> | tgalal_yowsup | train |
641aaf6eb1701e67f284dacacf7d7aedd055cde6 | diff --git a/pyeapi/client.py b/pyeapi/client.py
index <HASH>..<HASH> 100644
--- a/pyeapi/client.py
+++ b/pyeapi/client.py
@@ -142,7 +142,8 @@ class Config(SafeConfigParser):
@property
def connections(self):
- """ Returns all of the loaded connections names as a list
+ """
+ Returns all... | Refactoring and fixing minor issues. | arista-eosplus_pyeapi | train |
cdad6be2cae67f537d5d5b4c24c674fb4567183a | diff --git a/spec/lib/simple_navigation/adapters/rails_spec.rb b/spec/lib/simple_navigation/adapters/rails_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/simple_navigation/adapters/rails_spec.rb
+++ b/spec/lib/simple_navigation/adapters/rails_spec.rb
@@ -4,7 +4,7 @@ module SimpleNavigation
module Adapters
d... | Removing unnecessary namespaing in Rails adapter spec | codeplant_simple-navigation | train |
ac8e49a1c340793100a4a89920ecc90714d2aeab | diff --git a/lib/usmu/version.rb b/lib/usmu/version.rb
index <HASH>..<HASH> 100644
--- a/lib/usmu/version.rb
+++ b/lib/usmu/version.rb
@@ -1,5 +1,5 @@
module Usmu
# The current version string for the gem
- VERSION = '1.2.1'
+ VERSION = '1.3.0.dev'
end | Bump to <I>.dev | usmu_usmu | train |
99fe9f4bccc666331c816a895aad18b74f092b77 | diff --git a/lib/connect/Connection.js b/lib/connect/Connection.js
index <HASH>..<HASH> 100644
--- a/lib/connect/Connection.js
+++ b/lib/connect/Connection.js
@@ -77,6 +77,15 @@ class Connection extends EventEmitter {
}
/**
+ * Returns connection is in auto commit mode or not
+ *
+ * @return {Boolean}
+ ... | [+] Can set autoCommit setting while acquiring connection | sqbjs_sqb | train |
c7f89f90c16aaf35f30fe6688a36da07ba983772 | diff --git a/spec/authority/authorizer_spec.rb b/spec/authority/authorizer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/authority/authorizer_spec.rb
+++ b/spec/authority/authorizer_spec.rb
@@ -88,14 +88,14 @@ describe Authority::Authorizer do
describe "the default method" do
- describe "if given an options ... | Improve readability of spec output
[ci skip] | nathanl_authority | train |
8cd3cb043b130b5a590e38c0b8be4d8cde654328 | diff --git a/middleware/logger.go b/middleware/logger.go
index <HASH>..<HASH> 100644
--- a/middleware/logger.go
+++ b/middleware/logger.go
@@ -54,7 +54,7 @@ type (
template *fasttemplate.Template
colorer *color.Color
- pool sync.Pool
+ pool *sync.Pool
}
)
@@ -93,7 +93,7 @@ func LoggerWithConfig(... | logger: Don't copy lock value in LoggerConfig.pool, use a pointer (#<I>)
Fixes #<I> `go vet` failures | labstack_echo | train |
189d313929230204979a5bf7d5a1fdb3573fede1 | diff --git a/Kwf/Component/Data/Root.php b/Kwf/Component/Data/Root.php
index <HASH>..<HASH> 100644
--- a/Kwf/Component/Data/Root.php
+++ b/Kwf/Component/Data/Root.php
@@ -379,9 +379,7 @@ class Kwf_Component_Data_Root extends Kwf_Component_Data
public function getComponentsBySameClass($lookingForChildClasses, $se... | fix getComponentsByClass when looking for root componentClass
and root doesn't inherit Kwc_Root_Abstract (this happens for tests) | koala-framework_koala-framework | train |
43a9563a05854c7c9f3bf65ab395302e56471de3 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -1939,26 +1939,34 @@ Use [warden-oauth2](https://github.com/opperator/warden-oauth2) or [rack-oauth2]
## Describing and Inspecting an API
-Grape routes can be reflected at runtime. This can notably be useful for gener... | Exposed route_settings for each route's metadata. | ruby-grape_grape | train |
f59fcbf0071aa1d1e77f6d2f4992b3a185327534 | diff --git a/muda/core.py b/muda/core.py
index <HASH>..<HASH> 100644
--- a/muda/core.py
+++ b/muda/core.py
@@ -5,6 +5,7 @@
import jams
import librosa
+import pysoundfile as psf
from .base import *
import warnings
@@ -92,3 +93,32 @@ def load_jam_audio(jam_in, audio_file, **kwargs):
y, sr = librosa.load(audi... | made state objects serializable. added dumper. | bmcfee_muda | train |
a55f98a20f4a4fba022485e0ee172790dfe2ec3e | diff --git a/lib/commands.js b/lib/commands.js
index <HASH>..<HASH> 100644
--- a/lib/commands.js
+++ b/lib/commands.js
@@ -173,11 +173,10 @@ function start(container, containers, commandArgs, options, done) {
var child = spawn('docker', args, { stdio: 'inherit' })
child.on('close', function(co... | Add test for starting and restarting daemon containers | mnylen_pig | train |
bd97840d5ccc3f0bfde1e5cfc7abeac9681997ab | diff --git a/python/pyspark/ml/tuning.py b/python/pyspark/ml/tuning.py
index <HASH>..<HASH> 100644
--- a/python/pyspark/ml/tuning.py
+++ b/python/pyspark/ml/tuning.py
@@ -91,20 +91,19 @@ class CrossValidator(Estimator):
>>> from pyspark.ml.evaluation import BinaryClassificationEvaluator
>>> from pyspark.mllib... | [SPARK-<I>] [MLLIB] fix flaky CrossValidator doctest
The new test uses CV to compare `maxIter=0` and `maxIter=1`, and validate on the evaluation result. jkbradley | apache_spark | train |
35ee8f4704b4ee8dcbe34900510ac4c1cdabbb84 | diff --git a/microcosm_flask/routing.py b/microcosm_flask/routing.py
index <HASH>..<HASH> 100644
--- a/microcosm_flask/routing.py
+++ b/microcosm_flask/routing.py
@@ -64,6 +64,9 @@ def configure_route_decorator(graph):
parent=ns.controller,
)
+ # set the opaque compone... | adding opaque binding for flask routes | globality-corp_microcosm-flask | train |
f274bf4f33dc6733bfd082c9a47cab3305cbf0b5 | diff --git a/aiogram/dispatcher/storage.py b/aiogram/dispatcher/storage.py
index <HASH>..<HASH> 100644
--- a/aiogram/dispatcher/storage.py
+++ b/aiogram/dispatcher/storage.py
@@ -184,6 +184,78 @@ class BaseStorage:
"""
await self.reset_state(chat=chat, user=user, with_data=True)
+ def has_bucket(... | Change BaseStorage for throttling manager. | aiogram_aiogram | train |
e954a62a59cae5eec690c581849430f13edda3d2 | diff --git a/families/track_and_trade/client/src/services/transactions.js b/families/track_and_trade/client/src/services/transactions.js
index <HASH>..<HASH> 100644
--- a/families/track_and_trade/client/src/services/transactions.js
+++ b/families/track_and_trade/client/src/services/transactions.js
@@ -123,7 +123,7 @@ c... | Add wait query paramter to T&T txn submissions | hyperledger_sawtooth-core | train |
373fb3b57c9edafc1935789d7b5cb99d45656f2e | diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -631,6 +631,10 @@ module Puppet::Parser
# hash. We store the object ID, not class name, so that we
# can support multiple unrelated cla... | Modifying "setclass" on scope to check the validity of class names, now that "set" can be used to set them manually, and added a test for it.
git-svn-id: <URL> | puppetlabs_puppet | train |
d59bce6854b305341f4cda77246b28faef3ad41d | diff --git a/result.go b/result.go
index <HASH>..<HASH> 100644
--- a/result.go
+++ b/result.go
@@ -76,10 +76,6 @@ func (r solution) InputHash() []byte {
func stripVendor(path string, info os.FileInfo, err error) error {
if info.Name() == "vendor" {
if _, err := os.Lstat(path); err == nil {
- if info.IsDir() {
-... | Don't delete target directory of junctions | sdboyer_gps | train |
35ca1f9b17c19fd0b774ed3307a85b58fa4b2705 | diff --git a/src/Columns.php b/src/Columns.php
index <HASH>..<HASH> 100644
--- a/src/Columns.php
+++ b/src/Columns.php
@@ -139,6 +139,9 @@ class Columns
$set['ptable'] = $activeRecord->ptable ?: 'tl_article';
$set['type'] = substr($activeRecord->type, 0, -5) . 'stop';
$set['sorting'] = $activeRecord->sor... | Copy visibility settings from start element, fixes #<I> | madeyourday_contao-rocksolid-columns | train |
633a4a92c9ad93c822ff402ef27697f69ab608b6 | diff --git a/adafruit_platformdetect/chip.py b/adafruit_platformdetect/chip.py
index <HASH>..<HASH> 100644
--- a/adafruit_platformdetect/chip.py
+++ b/adafruit_platformdetect/chip.py
@@ -23,6 +23,9 @@ HFU540 = "HFU540"
MCP2221 = "MCP2221"
BINHO = "BINHO"
+BCM_RANGE = {'BCM2708', 'BCM2709', 'BCM2835', 'BCM2837', 'bc... | re-add chip.py::BCM_RANGE after merge conflict | adafruit_Adafruit_Python_PlatformDetect | train |
ea37ef5e81f3b7ea1f547d4046a8b3827ebb69a7 | diff --git a/spec/db_schema_parser_spec.rb b/spec/db_schema_parser_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/db_schema_parser_spec.rb
+++ b/spec/db_schema_parser_spec.rb
@@ -142,7 +142,7 @@ describe "Parsing an enum column" do
it "should not raise an error when enum values contains brackets" do
parser = Se... | Correct type in spec to make things clearer. | knaveofdiamonds_sequel_migration_builder | train |
1ff5826c26c0da5cd9dcccc1874dbd5ed03f56eb | diff --git a/telethon/telegram_client.py b/telethon/telegram_client.py
index <HASH>..<HASH> 100644
--- a/telethon/telegram_client.py
+++ b/telethon/telegram_client.py
@@ -192,6 +192,9 @@ class TelegramClient(TelegramBareClient):
# Sometimes we need to know who we are, cache the self peer
self._self_in... | Call .get_dialogs only once on entity not found | LonamiWebs_Telethon | train |
f92a36f86efbbd2e0d8a3ae44da5efb0b908b2d8 | diff --git a/test/component.spec.js b/test/component.spec.js
index <HASH>..<HASH> 100644
--- a/test/component.spec.js
+++ b/test/component.spec.js
@@ -4261,5 +4261,137 @@ describe("Component", function () {
});
});
+
+ it("root element with if, has data when inited", function (done) {
+ var My... | add specs: if directive with component root | baidu_san | train |
7a9f4813cbdf8606451dec91a72116de0d81212d | diff --git a/lib/generators/authkit/templates/app/forms/signup.rb b/lib/generators/authkit/templates/app/forms/signup.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/authkit/templates/app/forms/signup.rb
+++ b/lib/generators/authkit/templates/app/forms/signup.rb
@@ -45,6 +45,10 @@ class Signup
false
end
+... | Add a save! method to the signup | jeffrafter_authkit | train |
96a4cc2e4dd4aba01350f436c5637009e5b2d905 | diff --git a/ansigenome/reqs.py b/ansigenome/reqs.py
index <HASH>..<HASH> 100644
--- a/ansigenome/reqs.py
+++ b/ansigenome/reqs.py
@@ -19,6 +19,8 @@ class Reqs(object):
self.roles = utils.roles_dict(args[0])
self.out_file = options.out_file
+ utils.exit_if_no_roles(len(self.roles.keys()), arg... | Add protection against no roles to the reqs cmd | nickjj_ansigenome | train |
a4d94ea640d7e8454110dd275ee16bdf54011bba | diff --git a/js/braziliex.js b/js/braziliex.js
index <HASH>..<HASH> 100644
--- a/js/braziliex.js
+++ b/js/braziliex.js
@@ -97,16 +97,16 @@ module.exports = class braziliex extends Exchange {
'funding': {
'withdraw': {
'active': canWithdraw,
- ... | braziliex fetchCurrencies guards for undefined properties | ccxt_ccxt | train |
292285f0eac28c54026bb21636643699ca74bf78 | diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -15,6 +15,10 @@ Changed
- Add ``username`` to ``current_user_permissions`` field of objects on API
- Support retrieval of ``Data.name`` in Python process
+Added
+-----
+- Support wor... | Support worflows as inputs to Python processes | genialis_resolwe | train |
a1216df7b7913cccefcf7adff72ce8a829500d94 | diff --git a/src/Entrust/EntrustServiceProvider.php b/src/Entrust/EntrustServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Entrust/EntrustServiceProvider.php
+++ b/src/Entrust/EntrustServiceProvider.php
@@ -45,6 +45,8 @@ class EntrustServiceProvider extends ServiceProvider
$this->registerEntrust();
... | Fixes migration. Fixes config loading. | Zizaco_entrust | train |
c85adfeb7e88f942409b82de737fc137eb60f093 | diff --git a/lib/ghw.js b/lib/ghw.js
index <HASH>..<HASH> 100755
--- a/lib/ghw.js
+++ b/lib/ghw.js
@@ -30,7 +30,7 @@ function transform(f, transformers, done) {
type: 'heading',
depth: t.depth,
text: '<h' + t.depth + ' id="' + i + '">' + n + '</h' + t.depth + '>'
- ... | Fix various jshint warnings | bebraw_ghw | train |
0b95ab8768ab251bdaa7fd6cd906bc4e14360bf1 | diff --git a/pulsar/__init__.py b/pulsar/__init__.py
index <HASH>..<HASH> 100644
--- a/pulsar/__init__.py
+++ b/pulsar/__init__.py
@@ -5,7 +5,7 @@ import os
from .utils.version import get_version
-VERSION = (1, 6, 1, 'beta', 1)
+VERSION = (1, 6, 1, 'alpha', 0)
__version__ = version = get_version(VERSION)
diff... | added query to request absolute_uri #release-note | quantmind_pulsar | train |
0f79fd226809a57303f7c1beacdc67ca3e4b498b | diff --git a/parsl/executors/workqueue/executor.py b/parsl/executors/workqueue/executor.py
index <HASH>..<HASH> 100644
--- a/parsl/executors/workqueue/executor.py
+++ b/parsl/executors/workqueue/executor.py
@@ -107,7 +107,6 @@ def WorkQueueSubmitThread(task_queue=multiprocessing.Queue(),
q.specify_password_fil... | wq excutor: treat parsl-default as any other category (#<I>)
* wq excutor: treat parsl-default as any other category
When not using autocategory, the category of the task is set to
'parsl-default' before sending it to work queue. The work queue code
then can treat parsl-default as any other category. This simplif... | Parsl_parsl | train |
71d3a67b95184ccaf577ae8e5bee11b1e1c8725d | diff --git a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java
+++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java
@@ -1117,7 +1117,8 @@ final class S3ProxyHandler extends Abst... | Explicitly add Content-Length
Previously InitiateMultipartUpload used the incorrect length. Found
with s3fs integration tests. References #2. | gaul_s3proxy | train |
3a17b3eb7c449c59b8077f445224d81b71d31632 | diff --git a/django_afip/admin.py b/django_afip/admin.py
index <HASH>..<HASH> 100644
--- a/django_afip/admin.py
+++ b/django_afip/admin.py
@@ -263,8 +263,7 @@ class TaxPayerAdmin(admin.ModelAdmin):
for pos in taxpayer.fetch_points_of_sales()
]
- # XXX: This seems to crash when none exist?... | Fix crash when fetching more than one POS | WhyNotHugo_django-afip | train |
660138db142926b05ab9f13503befe556779b0cf | diff --git a/redisson/src/main/java/org/redisson/api/listener/MessageListener.java b/redisson/src/main/java/org/redisson/api/listener/MessageListener.java
index <HASH>..<HASH> 100644
--- a/redisson/src/main/java/org/redisson/api/listener/MessageListener.java
+++ b/redisson/src/main/java/org/redisson/api/listener/Messag... | Improvement - MessageListener should be annotated by @FunctionalInterface #<I> | redisson_redisson | train |
644e9182d9929ade7252719fb6b685efbbe84acb | diff --git a/guava/src/com/google/common/collect/ImmutableMultiset.java b/guava/src/com/google/common/collect/ImmutableMultiset.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/collect/ImmutableMultiset.java
+++ b/guava/src/com/google/common/collect/ImmutableMultiset.java
@@ -584,9 +584,9 @@ public ab... | Remove @WeakOuter from ImmutableMultiset.ElementSet. @WeakOuter is useful for inner classes but not for static nested classes.
-------------
Created by MOE: <URL> | google_guava | train |
9ce6cab8d55bcf17235c8c98a372ab9a70032652 | diff --git a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/JobRepository.java b/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/JobRepository.java
index <HASH>..<HASH> 100644
--- a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/JobRepository.java
+++ b/hazelcast-jet-core/src/main/java/com/haz... | Tweaks in exporting snapshot of a suspended job (#<I>)
Related to #<I>, I tried again to reproduce the problem, without success | hazelcast_hazelcast | train |
a484f745221ae5f4293e19cb5f45ec2b62b8e07d | diff --git a/kalibro_client/miscellaneous/date_module_result.py b/kalibro_client/miscellaneous/date_module_result.py
index <HASH>..<HASH> 100644
--- a/kalibro_client/miscellaneous/date_module_result.py
+++ b/kalibro_client/miscellaneous/date_module_result.py
@@ -1,9 +1,32 @@
-from recordtype import recordtype
+from col... | Implemented date module result as a named tuple | mezuro_kalibro_client_py | train |
eaf80738870d8178fea0729436ecf9e8354e8c41 | diff --git a/treeherder/services/elasticsearch/utils.py b/treeherder/services/elasticsearch/utils.py
index <HASH>..<HASH> 100644
--- a/treeherder/services/elasticsearch/utils.py
+++ b/treeherder/services/elasticsearch/utils.py
@@ -1,4 +1,5 @@
-from six import string_types
+from six import (iteritems,
+ ... | Bug <I> - Make remaining .iteritems() usage Python 3 compatible (#<I>)
Since this usage was added after the others were converted in #<I>.
Fixes:
`AttributeError: 'dict' object has no attribute 'iteritems'` | mozilla_treeherder | train |
4f2389ef16479151d5a9904a0987c9e66d8c6e4a | diff --git a/lib/component_host/controls/start_component/raises_error.rb b/lib/component_host/controls/start_component/raises_error.rb
index <HASH>..<HASH> 100644
--- a/lib/component_host/controls/start_component/raises_error.rb
+++ b/lib/component_host/controls/start_component/raises_error.rb
@@ -3,7 +3,7 @@ module Co... | Terminal errors are logged at the FATAL log level | eventide-project_component-host | train |
d07ab2e5c02b820618d84fd7821ac8e268b3a80f | diff --git a/microdrop/__init__.py b/microdrop/__init__.py
index <HASH>..<HASH> 100755
--- a/microdrop/__init__.py
+++ b/microdrop/__init__.py
@@ -91,7 +91,7 @@ class DmfControlBoardPlugin(SingletonPlugin):
validators=[ValueAtLeast(minimum=0), ]),
Integer.named('frequency').using(default=1e3, opti... | Add step parameter to field-related methods. | wheeler-microfluidics_dmf-control-board-firmware | train |
d83273ce8cb284bc6338f353a905679a8037cda3 | diff --git a/test/test_libusb_structs.rb b/test/test_libusb_structs.rb
index <HASH>..<HASH> 100644
--- a/test/test_libusb_structs.rb
+++ b/test/test_libusb_structs.rb
@@ -47,12 +47,12 @@ class TestLibusbStructs < Minitest::Test
t = LIBUSB::InterruptTransfer.new allow_device_memory: true
assert_equal :TRANSFER... | Avoid warnings about "assert_equal nil, x" | larskanis_libusb | train |
9dbeab488f2ba60bec3db82f9ab029710b1aca42 | diff --git a/client/html/templates/catalog/filter/supplier-body-standard.php b/client/html/templates/catalog/filter/supplier-body-standard.php
index <HASH>..<HASH> 100644
--- a/client/html/templates/catalog/filter/supplier-body-standard.php
+++ b/client/html/templates/catalog/filter/supplier-body-standard.php
@@ -18,7 ... | Hide supplier filter if no suppliers are available | aimeos_ai-client-html | train |
3f34e6de4320813ae8da41bb40659a722fb5b5ed | diff --git a/runner.js b/runner.js
index <HASH>..<HASH> 100644
--- a/runner.js
+++ b/runner.js
@@ -1,3 +1,4 @@
+#!/usr/bin/env node
(function ( getopt, execr ) {
"use strict"; | Add missing shebang to runner
Script run error without; unspecified type attempts
to run in the current shell, fails on js syntax | tsu-complete_node-execr | train |
b76a85f0900edc9408b978c2a96b8f81b9a4c919 | diff --git a/mockgen/parse.go b/mockgen/parse.go
index <HASH>..<HASH> 100644
--- a/mockgen/parse.go
+++ b/mockgen/parse.go
@@ -641,13 +641,16 @@ func parsePackageImport(srcDir string) (string, error) {
}
}
// fall back to GOPATH mode
- goPath := os.Getenv("GOPATH")
- if goPath == "" {
+ goPaths := os.Getenv("GOP... | support multi-path gopath (#<I>)
Support multi-path gopaths. | golang_mock | train |
0820b36036fdf811b0c263d1180b0f051f7ccaea | diff --git a/lib/jblas.rb b/lib/jblas.rb
index <HASH>..<HASH> 100644
--- a/lib/jblas.rb
+++ b/lib/jblas.rb
@@ -584,6 +584,16 @@ module JBLAS
end
o.close
end
+
+ #def marshal_dump
+ # [rows, columns, data.to_a]
+ #end
+
+ #def mashal_load(d)
+ # puts "ouch"
+ # resize(d[0], d[1])
... | removed marshalling code again - works out of the box | mikiobraun_jblas-ruby | train |
1865c747c5737d5a0961bbae88c0df4cbd242832 | diff --git a/lib/rules/indent.js b/lib/rules/indent.js
index <HASH>..<HASH> 100644
--- a/lib/rules/indent.js
+++ b/lib/rules/indent.js
@@ -41,7 +41,15 @@ module.exports = {
const template = getTemplate(node)
const tokens = getTokens(template)
- const minimalIndent = node.loc.start.colum... | Fix "indent" rule: base on start line when request indentation | ezhlobo_eslint-plugin-react-pug | train |
801d752ade5fa907925a2b7de39215c475901ea1 | diff --git a/tangelo/tangelo/__main__.py b/tangelo/tangelo/__main__.py
index <HASH>..<HASH> 100644
--- a/tangelo/tangelo/__main__.py
+++ b/tangelo/tangelo/__main__.py
@@ -405,7 +405,7 @@ def main():
# Create a plugin manager. It is marked global so that the plugins can be
# unloaded when Tangelo exits.
- ... | Making "path" option for plugins optional, without it Tangelo searches for a bundled plugin by that name | Kitware_tangelo | train |
8d9217d065bd13f9f59bbb952c90857afccc5e38 | diff --git a/tests/Humbug/Test/GeneratorTest.php b/tests/Humbug/Test/GeneratorTest.php
index <HASH>..<HASH> 100644
--- a/tests/Humbug/Test/GeneratorTest.php
+++ b/tests/Humbug/Test/GeneratorTest.php
@@ -35,12 +35,14 @@ class GeneratorTest extends \PHPUnit_Framework_TestCase
$finder = new Finder;
$find... | GeneratorTest fix - undeterministic file sort order | humbug_humbug | train |
f0dbcb4752e2ad0d641835fc0e77043572f53de1 | diff --git a/src/utils/handle-pinch.js b/src/utils/handle-pinch.js
index <HASH>..<HASH> 100644
--- a/src/utils/handle-pinch.js
+++ b/src/utils/handle-pinch.js
@@ -47,7 +47,7 @@ export const scaleFactor = (scale: number, factor: number, opts: Object) => {
const originalFactor = factor;
const zoomFactor = factor * ... | adds back min and max values for factor as we need to control so the user cant pinch to much | houseofradon_pinchit | train |
5d6ebecad9226ea0c927721c296f99f923e8742e | diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/in_tail.rb
+++ b/lib/fluent/plugin/in_tail.rb
@@ -732,7 +732,7 @@ module Fluent::Plugin
if !io.nil? && @lines.empty?
begin
while true
- ... | in_tail: increase read block size
<I> was too small for large logs.
<I> is chosen because BUFSIZ in stdio.h is <I>
on Ubuntu and Debian. | fluent_fluentd | train |
7c34dd9b8c45c1c4ea797f39f163f88ff1b1c05c | diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js
index <HASH>..<HASH> 100755
--- a/packages/simplebar/src/simplebar.js
+++ b/packages/simplebar/src/simplebar.js
@@ -28,8 +28,9 @@ export default class SimpleBar {
offsetAttr: 'left',
overflowAttr: 'overflowX',
... | feat: forceVisible now applicable with css overflow: scroll | Grsmto_simplebar | train |
241d234e44afc4422f346f2f3f15a034e5b3a37f | diff --git a/test/functional/associations/test_many_documents_as_proxy.rb b/test/functional/associations/test_many_documents_as_proxy.rb
index <HASH>..<HASH> 100644
--- a/test/functional/associations/test_many_documents_as_proxy.rb
+++ b/test/functional/associations/test_many_documents_as_proxy.rb
@@ -141,7 +141,7 @@ c... | Minor: Order by something more predictable than $natural in test for many documents as proxy. | mongomapper_mongomapper | train |
aa3374c36502250f16395081bd9af23971bec392 | diff --git a/spec/views/wobauth/roles/index.html.erb_spec.rb b/spec/views/wobauth/roles/index.html.erb_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/views/wobauth/roles/index.html.erb_spec.rb
+++ b/spec/views/wobauth/roles/index.html.erb_spec.rb
@@ -1,19 +1,16 @@
require 'rails_helper'
-RSpec.describe "roles/index"... | rewrite, but url_helper doesn't work | swobspace_wobauth | train |
be22ea8323107792523b63d8d6e566441b216d91 | diff --git a/src/main/java/org/javacord/entity/server/invite/InviteBuilder.java b/src/main/java/org/javacord/entity/server/invite/InviteBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/javacord/entity/server/invite/InviteBuilder.java
+++ b/src/main/java/org/javacord/entity/server/invite/InviteBuilder.ja... | Renamed InviteBuilder#build() to InviteBuilder#create() | Javacord_Javacord | train |
8df4bca470a92a83a478b5e4cf319ff3a22eee24 | diff --git a/storage/remote/queue_manager.go b/storage/remote/queue_manager.go
index <HASH>..<HASH> 100644
--- a/storage/remote/queue_manager.go
+++ b/storage/remote/queue_manager.go
@@ -194,6 +194,7 @@ type QueueManager struct {
client StorageClient
watcher *wal.Watcher
+ seriesMtx sync... | Garbage collect asynchronously in the WAL Watcher
The WAL Watcher replays a checkpoint after it is created in order to
garbage collect series that no longer exist in the WAL. Currently the
garbage collection process is done serially with reading from the tip of
the WAL which can cause large delays in writing samples t... | prometheus_prometheus | train |
51886c3880d844ce361ff0abd1ebcb450aa89b14 | diff --git a/pkg/api/meta/restmapper.go b/pkg/api/meta/restmapper.go
index <HASH>..<HASH> 100644
--- a/pkg/api/meta/restmapper.go
+++ b/pkg/api/meta/restmapper.go
@@ -80,6 +80,9 @@ type DefaultRESTMapper struct {
pluralToSingular map[unversioned.GroupVersionResource]unversioned.GroupVersionResource
interfaces... | move aliasToResource to a field of DefaultRESTMapper | kubernetes_kubernetes | train |
6accfe1356270dfe7913b4385de337bdd4d65d38 | diff --git a/fastlane/lib/fastlane/actions/setup_ci.rb b/fastlane/lib/fastlane/actions/setup_ci.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/setup_ci.rb
+++ b/fastlane/lib/fastlane/actions/setup_ci.rb
@@ -92,12 +92,11 @@ module Fastlane
FastlaneCore::ConfigItem.new(key: :force,
... | [action][setup_ci] remove all instances of `is_string` in options and use `type` (#<I>) | fastlane_fastlane | train |
f4efaeefa73ce2163399b3b4a6622cbe026a0a25 | diff --git a/model/DataObject.php b/model/DataObject.php
index <HASH>..<HASH> 100644
--- a/model/DataObject.php
+++ b/model/DataObject.php
@@ -2850,12 +2850,10 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
&& DataObject::$_cache_get_one[$callerClass][$cacheKey] instanceof Data... | FIX: Fix DataObject::get_one() when the classname is passed with improper casing. | silverstripe_silverstripe-framework | train |
6699bd4a4474734563ad684fba78bba8f9b6ac04 | diff --git a/command/remount.go b/command/remount.go
index <HASH>..<HASH> 100644
--- a/command/remount.go
+++ b/command/remount.go
@@ -62,8 +62,8 @@ Usage: vault remount [options] from to
This command remounts a secret backend that is already mounted to
a new path. All the secrets from the old path will be revo... | Add some minor tweaks to the PR | hashicorp_vault | train |
fe60ecf02d4f29ab1c9748aaab5d3d3b0e00b5af | diff --git a/kmip/version.py b/kmip/version.py
index <HASH>..<HASH> 100644
--- a/kmip/version.py
+++ b/kmip/version.py
@@ -13,4 +13,4 @@
# License for the specific language governing permissions and limitations
# under the License.
-__version__ = "0.10.0"
+__version__ = "0.11.0dev1" | Bump the library version to <I>dev1 | OpenKMIP_PyKMIP | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.