hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
9d67b2bcfd11ec6c822f28126c2b33846cccb41f | diff --git a/src/Admin/AdminTrait.php b/src/Admin/AdminTrait.php
index <HASH>..<HASH> 100644
--- a/src/Admin/AdminTrait.php
+++ b/src/Admin/AdminTrait.php
@@ -12,10 +12,12 @@ trait AdminTrait
* */
protected function setMosaicDefaultListMode(): self
{
- if ($mode = $this->request->query->get('_lis... | Fix search bug in sonata admin | PiedWeb_CMS | train |
cf3bf11eb328bee9828ba71d87d5bc98d667cfe9 | diff --git a/rsocket-core/src/main/java/io/rsocket/ConnectionSetupPayload.java b/rsocket-core/src/main/java/io/rsocket/ConnectionSetupPayload.java
index <HASH>..<HASH> 100644
--- a/rsocket-core/src/main/java/io/rsocket/ConnectionSetupPayload.java
+++ b/rsocket-core/src/main/java/io/rsocket/ConnectionSetupPayload.java
@... | Restore ConnectionSetupPayload as abstract class (#<I>)
Another follow-up fix for commit 0ac<I>d4b. Changing ConnectionSetupPayload
from abstract class to interface is problematic when framework code
compiled against newer RSocket is used in an application on existing
version.
ConnectionSetupPayload is now an ab... | rsocket_rsocket-java | train |
6b9f15216b84ee578ad05b293583cbf3a658bb0a | diff --git a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/HotspotMostViolatedRulesWidget.java b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/HotspotMostViolatedRulesWidget.java
index <HASH>..<HASH> 100644
--- a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins... | Remove hardcoded path for MostViolatedRulesWidget | SonarSource_sonarqube | train |
d6110c211dd9fcac59fa26c92011110281fb0034 | diff --git a/lib/chatterbot/config.rb b/lib/chatterbot/config.rb
index <HASH>..<HASH> 100644
--- a/lib/chatterbot/config.rb
+++ b/lib/chatterbot/config.rb
@@ -83,6 +83,7 @@ module Chatterbot
# don't update flat file if we can store to the DB instead
if has_db?
+ debug "storing config to database ... | problems with storing config to db cleaned up | muffinista_chatterbot | train |
bf303173a63a0281b2814ac0f58b4b9b054899f7 | diff --git a/service_configuration_lib/spark_config.py b/service_configuration_lib/spark_config.py
index <HASH>..<HASH> 100644
--- a/service_configuration_lib/spark_config.py
+++ b/service_configuration_lib/spark_config.py
@@ -134,6 +134,7 @@ def get_k8s_spark_env(
docker_img: str,
volumes: List[Mapping[str, ... | Set label and node-selector for kubernetes pods for spark jobs | Yelp_service_configuration_lib | train |
76730b38e916ae1d24b9f66a36fdafcea958cbeb | diff --git a/pdunehd/__init__.py b/pdunehd/__init__.py
index <HASH>..<HASH> 100644
--- a/pdunehd/__init__.py
+++ b/pdunehd/__init__.py
@@ -10,10 +10,11 @@ PLAYBACK_SPEED_RWD = -512
STATE_PARSER = re.compile('.*name="(.*)" value="(.*)"')
+TIMEOUT = 5
+
class DuneHDPlayer():
def __init__(self, address):
self._... | Add requests timeout and remove update from init (#2)
* Add requests timeout
* Don't update on init
* Change timeout to 5 seconds | valentinalexeev_pdunehd | train |
f330fcf51c68183a231ca472827415fb0b281e98 | diff --git a/autofit/messages/abstract.py b/autofit/messages/abstract.py
index <HASH>..<HASH> 100644
--- a/autofit/messages/abstract.py
+++ b/autofit/messages/abstract.py
@@ -657,9 +657,14 @@ class AbstractMessage(Prior, ABC):
cls,
parameters: Tuple[np.ndarray, ...],
log_norm: flo... | tweaking reduction and reconstruction so ids are forwarded correctly | rhayes777_PyAutoFit | train |
fe0e9c8a8bc75101e91e3973117c87c183c7cdeb | diff --git a/src/main/java/org/mixer2/Mixer2Engine.java b/src/main/java/org/mixer2/Mixer2Engine.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mixer2/Mixer2Engine.java
+++ b/src/main/java/org/mixer2/Mixer2Engine.java
@@ -113,15 +113,19 @@ public class Mixer2Engine {
* @throws IOException
*/
p... | refactoring to use StringBuilder instead of StringBuffer. | nabedge_mixer2 | train |
cbb02d64774aadf5d187681610d94249a0bf6015 | diff --git a/lib/poolparty/base_packages/tokyo_tyrant.rb b/lib/poolparty/base_packages/tokyo_tyrant.rb
index <HASH>..<HASH> 100644
--- a/lib/poolparty/base_packages/tokyo_tyrant.rb
+++ b/lib/poolparty/base_packages/tokyo_tyrant.rb
@@ -6,6 +6,7 @@ module PoolParty
has_package "build-essential"
has_pack... | Added rufus-tokyo to the tokyo_tyrant base_package | auser_poolparty | train |
809e6bbb0fcd0651eff108b0121e1a58f36d7581 | diff --git a/engineering_notation/engineering_notation.py b/engineering_notation/engineering_notation.py
index <HASH>..<HASH> 100644
--- a/engineering_notation/engineering_notation.py
+++ b/engineering_notation/engineering_notation.py
@@ -346,6 +346,9 @@ class EngNumber:
else:
base = str(round(Dec... | Adding testing to the "significant" feature | slightlynybbled_engineering_notation | train |
63ff1a5c251b0c22c35aacd2b1772804d6f1aac2 | diff --git a/lib/plotpanel.py b/lib/plotpanel.py
index <HASH>..<HASH> 100644
--- a/lib/plotpanel.py
+++ b/lib/plotpanel.py
@@ -110,7 +110,7 @@ class PlotPanel(BasePanel):
color=None, style=None, drawstyle=None,
linewidth=2, marker=None, markersize=None,
autoscale=True, refre... | add delay_draw option to oplot() to delay canvas.draw() | newville_wxmplot | train |
89c0f1f0903e4e265887c8e2d2f7fb3e80e4cdaf | diff --git a/src/LaraCart.php b/src/LaraCart.php
index <HASH>..<HASH> 100644
--- a/src/LaraCart.php
+++ b/src/LaraCart.php
@@ -747,7 +747,7 @@ class LaraCart implements LaraCartContract
if ($withItemDiscounts) {
/** @var CartItem $item */
- foreach ($this->cart->items as $item) {
+ ... | Cast items to array.
Fix issues when items are null and php raises "Invalid argument supplied for foreach()". | lukepolo_laracart | train |
bc6f5e58bc844b8951bd15c62c9afaf61c3ca602 | diff --git a/faststat/faststat.py b/faststat/faststat.py
index <HASH>..<HASH> 100644
--- a/faststat/faststat.py
+++ b/faststat/faststat.py
@@ -204,8 +204,10 @@ class Markov(object):
def __init__(self):
self.state_durations = collections.defaultdict(Duration)
self.transition_intervals = collect... | added transitor count variables to Markov | kurtbrose_faststat | train |
ca95c53633de378e3f7f6e333adda62319e19030 | diff --git a/driver-core/src/main/com/mongodb/internal/async/client/ClientSessionBinding.java b/driver-core/src/main/com/mongodb/internal/async/client/ClientSessionBinding.java
index <HASH>..<HASH> 100644
--- a/driver-core/src/main/com/mongodb/internal/async/client/ClientSessionBinding.java
+++ b/driver-core/src/main/c... | Ensure callback using cluster description is guarded (#<I>)
Getting the description from a cluster can throw a MongoTimeoutException
or a MongoInterruptedException, so in that case the exception should be
passed to the callback.
JAVA-<I> | mongodb_mongo-java-driver | train |
5ae204d39c324ced1fc3a70306f89e1034093bdc | diff --git a/spring-social-web/src/main/java/org/springframework/social/connect/web/ConnectController.java b/spring-social-web/src/main/java/org/springframework/social/connect/web/ConnectController.java
index <HASH>..<HASH> 100644
--- a/spring-social-web/src/main/java/org/springframework/social/connect/web/ConnectContr... | Handle DuplicateConnectionException, placing signal in request that view can use to display informative message. | spring-projects_spring-social | train |
8c89f3c6b5ebd0334176d9e7e57b38b4d39a594a | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/triggers/Trigger.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing/triggers/Trigger.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing... | [FLINK-<I>] Add note about non-firing triggers with empty windows
Timer callbacks on Trigger are not called if the window is empty, they
are silently ignored. This has led to some confusion. | apache_flink | train |
e8b9839ab061f2cc83d4fc363337f6b082b70f15 | diff --git a/varlink/__init__.py b/varlink/__init__.py
index <HASH>..<HASH> 100644
--- a/varlink/__init__.py
+++ b/varlink/__init__.py
@@ -260,14 +260,17 @@ class Service:
return { 'description': i.description }
- def serve(self, address):
- s = socket.socket(socket.AF_UNIX)
- s.setblockin... | service: accept external listen fd | varlink_python | train |
a990a678e25ea79d957ab7c31df8c85d98c671ca | diff --git a/lib/syllable_rules.rb b/lib/syllable_rules.rb
index <HASH>..<HASH> 100644
--- a/lib/syllable_rules.rb
+++ b/lib/syllable_rules.rb
@@ -2,7 +2,7 @@ module Pronounce::SyllableRules
class << self
def evaluate(context)
base_rule = -> { rules['sonority sequencing principle'].call context }
- ... | Fixes for <I>. | josephwilk_pronounce | train |
e06707fa4abd83c209f7b95cda97eb2066c31726 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -43,6 +43,14 @@ SketchTemplater.prototype.generateSketch = function generateSketch(
{ encoding } = {}
) {
if (this._templates[box.model]) {
+ // transform CO₂ to CO2 just for node sketch templater
+ ... | transform CO₂ to CO2 just for node sketch templater | sensebox_node-sketch-templater | train |
5330aa734bea2ea65a804b45ef3f5f047fc32b84 | diff --git a/builtin/logical/consul/client.go b/builtin/logical/consul/client.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/consul/client.go
+++ b/builtin/logical/consul/client.go
@@ -23,7 +23,7 @@ func client(s logical.Storage) (*api.Client, error) {
return nil, fmt.Errorf("error reading root configuration: ... | Use Consul API client's DefaultNonPooledTransport.
What we should probably do is create a client with a mutex and
invalidate it when parameters change rather than creating a client over
and over...that can be a TODO for later but for now this fix suffices.
Fixes #<I> | hashicorp_vault | train |
f26fe8b212ba0b4292e147adc1273b04e523d024 | diff --git a/src/client/client.go b/src/client/client.go
index <HASH>..<HASH> 100644
--- a/src/client/client.go
+++ b/src/client/client.go
@@ -44,20 +44,16 @@ type trackingContext struct {
}
// NewFromAddress constructs a new APIClient for the server at addr.
-func NewFromAddress(addr string, enableTracking bool) (... | Enable/disable tracking cluster wide | pachyderm_pachyderm | train |
5dd8b1389e23bc8356b26e02e56499ada5b031cc | diff --git a/extensions/changes.xml b/extensions/changes.xml
index <HASH>..<HASH> 100644
--- a/extensions/changes.xml
+++ b/extensions/changes.xml
@@ -30,6 +30,9 @@
<action type="update" dev="sseifert">
Absolute Parents Context Path Strategy: Include all resources below tools/config in blacklist pattern... | Persistence strategies: Make service ranking configurable. | wcm-io_wcm-io-caconfig | train |
3517cc7fb675cfa963c04d1daea9ada349d508cc | diff --git a/test/graphite_tests.js b/test/graphite_tests.js
index <HASH>..<HASH> 100644
--- a/test/graphite_tests.js
+++ b/test/graphite_tests.js
@@ -74,6 +74,7 @@ module.exports = {
var configfile = "{graphService: \"graphite\"\n\
, batch: 200 \n\
, flushInterval: " + this.myflu... | .mean was replaced with .mean_<threshold>, so update unit tests. | statsd_statsd | train |
3851dcb381261e14c2eb3f0db2f0cd11bc893c3a | diff --git a/core/phantomas.js b/core/phantomas.js
index <HASH>..<HASH> 100644
--- a/core/phantomas.js
+++ b/core/phantomas.js
@@ -603,7 +603,7 @@ phantomas.prototype = {
// metrics reporting
setMetric: function(name, value) {
- value = value || 0; // set to zero if undefined / null is provided
+ value = typeof... | setMetric: don't treat empty string as zero
See 5dff<I>f<I> | macbre_phantomas | train |
9188bd35e31a4d14572cab34d4cf4e17e124b5a5 | diff --git a/resource/cmd/formatted.go b/resource/cmd/formatted.go
index <HASH>..<HASH> 100644
--- a/resource/cmd/formatted.go
+++ b/resource/cmd/formatted.go
@@ -34,6 +34,7 @@ type FormattedSvcResource struct {
Used bool `json:"used" yaml:"used"`
Timestamp time.Time `json:"timestamp,omitempty" yaml:"... | Add Resource.Outdated to the formatted resource. | juju_juju | train |
3f0e984f7fd2a44d2ef1c0daa540c897df5b1f30 | diff --git a/symphony/lib/core/class.log.php b/symphony/lib/core/class.log.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/core/class.log.php
+++ b/symphony/lib/core/class.log.php
@@ -303,7 +303,11 @@ class Log
if ($this->_archive) {
$this->close();
$file = ... | Use function gzopen<I> if gzopen is not present
When PHP is compiled with large file support, gzopen is replaced by gzopen<I>. | symphonycms_symphony-2 | train |
f9c0ea03da8bc5f88f7133f23dd958f147f32efa | diff --git a/pyt/definition_chains.py b/pyt/definition_chains.py
index <HASH>..<HASH> 100644
--- a/pyt/definition_chains.py
+++ b/pyt/definition_chains.py
@@ -12,6 +12,9 @@ def get_vars(node):
if isinstance(node.ast_node, ast.While)\
or isinstance(node.ast_node, ast.If):
vv.visit(node.ast_node.tes... | Ignore class def when looking for vars | python-security_pyt | train |
a3bcddfd4b56db2763d1733103eb01582f074f6d | diff --git a/toothpick-compiler/src/main/java/toothpick/compiler/common/ToothpickProcessor.java b/toothpick-compiler/src/main/java/toothpick/compiler/common/ToothpickProcessor.java
index <HASH>..<HASH> 100644
--- a/toothpick-compiler/src/main/java/toothpick/compiler/common/ToothpickProcessor.java
+++ b/toothpick-compil... | A few things to add to ToothPickProcessor. Also prepares following changes. | stephanenicolas_toothpick | train |
16e09b8a874d85aaff179bb1075f11a959ca022e | diff --git a/src/Trie.php b/src/Trie.php
index <HASH>..<HASH> 100644
--- a/src/Trie.php
+++ b/src/Trie.php
@@ -21,7 +21,7 @@ class Trie extends Tree implements Countable
{
$this->size = 0;
- parent::__construct(new Node('*'));
+ parent::__construct(new Node('*', ['parent' => null]));
... | Trie nodes now store boolean word flags instead of hash maps. | RubixML_RubixML | train |
30959a2e9a7a23c831b521d82c45091873db8c46 | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100755
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -80,21 +80,25 @@ var readOpts = {
entryType: 'files'
};
-var files = [];
-
async.waterfall([
readdirp.bind(readdirp, readOpts),
function readFiles(results, next) {
async.map(results.files, functio... | Minor refactor to pass filename along waterfall
Minor refactor of cli so instead of keeping a list of files we pass the
filename through the waterfall so we can set it on the parsed report
data as we read it in. | jls_nightwatch-html-reporter | train |
890c4ceeb046b980930f9c55b2f68ef4f9dcba4b | diff --git a/sdk/core/azure-common/CHANGELOG.md b/sdk/core/azure-common/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/sdk/core/azure-common/CHANGELOG.md
+++ b/sdk/core/azure-common/CHANGELOG.md
@@ -1,7 +1,8 @@
# Release History
-## 1.1.26 (Unreleased)
+## 1.1.26 (2020-11-10)
+- get_client_from_cli_profile now sup... | Add AppInsights to CLI client factory (#<I>)
* Add AppInsights to CLI client factory
* Read AppInsights cloud definition from CLI
* ChangeLog | Azure_azure-sdk-for-python | train |
2e27bcbdfac57ad6adca79e4dcb1de4569908605 | diff --git a/numina/core/recipes.py b/numina/core/recipes.py
index <HASH>..<HASH> 100644
--- a/numina/core/recipes.py
+++ b/numina/core/recipes.py
@@ -134,7 +134,7 @@ class BaseRecipe(object):
return hdr
@classmethod
- def buildRI(cls, ob, dal, pipeline='default'):
+ def build_recipe_input(cls, ob... | Define buildRI as an alias of build_recipe_input | guaix-ucm_numina | train |
ad237adb58bb4e34c0aa4ee83423441b4945d656 | diff --git a/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/message/HTTPCarbonMessage.java b/http/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/message/HTTPCarbonMessage.java
index <HASH>..<HASH> 100644
--- a/http/org.wso2.carbon.tr... | Fix thread blocking issue when connection get drops in the middle of message transfer | wso2_transport-http | train |
0c1d8f6d4e8da66acf5bf8055b433b9aee51e74a | diff --git a/sphinxcontrib_django/docstrings.py b/sphinxcontrib_django/docstrings.py
index <HASH>..<HASH> 100644
--- a/sphinxcontrib_django/docstrings.py
+++ b/sphinxcontrib_django/docstrings.py
@@ -188,7 +188,8 @@ def _resolve_model(field, to):
if '.' in to:
return apps.get_model(to)
else:
- ... | Correctly deal with circular ForeignKeys
"self" is a special value in Django's ForeignKeys, documented here: <URL> | edoburu_sphinxcontrib-django | train |
9040de867a10c0d5656440f6febcaa1da96a1bf6 | diff --git a/lib/hasu.rb b/lib/hasu.rb
index <HASH>..<HASH> 100644
--- a/lib/hasu.rb
+++ b/lib/hasu.rb
@@ -23,8 +23,10 @@ module Hasu
def self.error=(error)
@error = error
- $stderr.puts @error.inspect
- $stderr.puts @error.backtrace.join("\n")
+ if @error
+ $stderr.puts @error.inspect
+ $s... | Don't try to print the error when it's nil | michaelfairley_hasu | train |
ee317f22650b8b86fbc111a946aedb616305893d | diff --git a/irc/message.py b/irc/message.py
index <HASH>..<HASH> 100644
--- a/irc/message.py
+++ b/irc/message.py
@@ -55,6 +55,24 @@ class Arguments(list):
def from_group(group):
"""
Construct arguments from the regex group
+
+ >>> Arguments.from_group('foo')
+ ['foo']
+
+ >... | Add some tests capturing some boundary conditions of method | jaraco_irc | train |
cdeb0ce24f62fd3ba1b153c7ccecf9515cf6c5d1 | diff --git a/src/components/Link.js b/src/components/Link.js
index <HASH>..<HASH> 100644
--- a/src/components/Link.js
+++ b/src/components/Link.js
@@ -24,6 +24,12 @@ import { format as formatUrl, parse as parseUrl } from 'url'
const formatAsProp = (as, href, lng) => `/${lng}${as || formatUrl(href, { unicode: true })... | Remove class method in favor of standalone function | isaachinman_next-i18next | train |
58ec55b72385cc070b42e4fdf7f0b3d9bc0436b0 | diff --git a/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/StreamTaskUtil.java b/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/StreamTaskUtil.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/StreamTaskUtil.java
+++ b/flin... | [hotfix][tests] Report FailureReason in StreamTask tests | apache_flink | train |
213399660c46dbbbcdb02f4e2cd2d719d4dd40c8 | diff --git a/lib/plugins/index.js b/lib/plugins/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/index.js
+++ b/lib/plugins/index.js
@@ -20,6 +20,7 @@ var RulesMgr = require('../rules/rules');
var properties = require('../rules/util').properties;
var httpMgr = require('../util/http-mgr');
+var encodeURICompon... | refactor: use safe encodeURIComponent | avwo_whistle | train |
2f3020480501b5e8db33d1e6097659e1fb540011 | diff --git a/test/StoragelessSessionTest/Session/DataTest.php b/test/StoragelessSessionTest/Session/DataTest.php
index <HASH>..<HASH> 100644
--- a/test/StoragelessSessionTest/Session/DataTest.php
+++ b/test/StoragelessSessionTest/Session/DataTest.php
@@ -133,6 +133,19 @@ final class DataTest extends PHPUnit_Framework_T... | Data stored in a session container should rely on data serialization | psr7-sessions_storageless | train |
6709a7b8138a1d4ec6a6c226167d30f777d7a0df | diff --git a/lib/devpipeline_cmake/cmake.py b/lib/devpipeline_cmake/cmake.py
index <HASH>..<HASH> 100644
--- a/lib/devpipeline_cmake/cmake.py
+++ b/lib/devpipeline_cmake/cmake.py
@@ -21,25 +21,28 @@ class CMake:
def get_key_args(self):
return self._config_args
- def configure(self, src_dir, build_dir... | Support extra keyword arugments in cmake functions | dev-pipeline_dev-pipeline-cmake | train |
b81635d0decf4d8f852a92d90f80369fd915f67d | diff --git a/lib/watir-webdriver/elements/generated.rb b/lib/watir-webdriver/elements/generated.rb
index <HASH>..<HASH> 100644
--- a/lib/watir-webdriver/elements/generated.rb
+++ b/lib/watir-webdriver/elements/generated.rb
@@ -52,15 +52,15 @@ module Watir
attributes(:html_collection => ([:options]))
end
- cl... | Comment out Watir::Object from generated.rb until YARD issue #<I> is fixed. | watir_watir | train |
11663fed338aa4e3d69a793ab2a75a0bb7091d7a | diff --git a/src/FormObject/Field/OptionGrouper.php b/src/FormObject/Field/OptionGrouper.php
index <HASH>..<HASH> 100644
--- a/src/FormObject/Field/OptionGrouper.php
+++ b/src/FormObject/Field/OptionGrouper.php
@@ -68,12 +68,16 @@ class OptionGrouper implements IteratorAggregate{
return $this;
}
+ pr... | Bettered support to subclass Optiongrouper | mtils_formobject | train |
e703a0943373143ed5cebfad94ac5f39edb0725c | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/Hierarchy2.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/Hierarchy2.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/ba/Hierarchy2.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/ba/Hierarchy2.java
@@ -312,6 +312,11 @@ public class Hie... | BCEL6: avoid exceptions on INVOKEDYNAMIC instructions, see #<I>
Created TODO's in the code to avoid analysis errors while visiting
INVOKEDYNAMIC instructions. | spotbugs_spotbugs | train |
399d837622e83849f48301ea053993cbf9998266 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,2 +1 @@
require_relative '../lib/suby'
-include Suby
diff --git a/spec/suby/downloader/tvsubtitles_spec.rb b/spec/suby/downloader/tvsubtitles_spec.rb
index <HASH>..<HASH> 100644
... | does not include the Suby namespace in the spec | eregon_suby | train |
1f54a16262535a7ed5fd5be06dc031300437a8b5 | diff --git a/src/Core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryHelper.php b/src/Core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryHelper.php
index <HASH>..<HASH> 100644
--- a/src/Core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryHelper.php
+++ b/src/Core/Framework/DataAbstractionLayer/Dbal/CriteriaQuery... | NTR - Fix anti join not filter | shopware_platform | train |
00584f35c9a931c7d03e2ad35db1650742136395 | diff --git a/Library/Bullhorn/FastRest/Generator/ModelBuilder.php b/Library/Bullhorn/FastRest/Generator/ModelBuilder.php
index <HASH>..<HASH> 100755
--- a/Library/Bullhorn/FastRest/Generator/ModelBuilder.php
+++ b/Library/Bullhorn/FastRest/Generator/ModelBuilder.php
@@ -955,7 +955,7 @@ class ModelBuilder {
*/
... | Add DB COLUMN Constants | bullhorn_fast-rest | train |
7b22880a7da86c2f7a8716e1a8f92a39b275a200 | diff --git a/asf.go b/asf.go
index <HASH>..<HASH> 100644
--- a/asf.go
+++ b/asf.go
@@ -6,6 +6,7 @@ import (
"bytes"
"encoding/binary"
"fmt"
+ "io"
)
const (
@@ -74,10 +75,10 @@ func asfMessageFromBytes(buf []byte) (*asfMessage, error) {
func (m *asfMessage) toBytes(data interface{}) []byte {
buf := new(byt... | Fix IPMI message byte order
The spec says RMCP/ASF messages are transmitted in network order.
While IPMI messages are LSB first (little endian).
This wasn't an issue until the upcoming client code that mutates data,
the session sequence. | vmware_goipmi | train |
21f76d76e56eb780656d7eaf8c6e15099ccc6aaa | diff --git a/features/handles_multiple_formats.feature b/features/handles_multiple_formats.feature
index <HASH>..<HASH> 100644
--- a/features/handles_multiple_formats.feature
+++ b/features/handles_multiple_formats.feature
@@ -16,15 +16,18 @@ Feature: Handles Multiple Formats
Scenario: A CSV service
Given a r... | fix cucumber steps for csv array response | jnunemaker_httparty | train |
50b75e945c9f8eb744e0c5b109c2447800c780be | diff --git a/ncpol2sdpa/harmonic_oscillator.py b/ncpol2sdpa/harmonic_oscillator.py
index <HASH>..<HASH> 100644
--- a/ncpol2sdpa/harmonic_oscillator.py
+++ b/ncpol2sdpa/harmonic_oscillator.py
@@ -1,9 +1,14 @@
# -*- coding: utf-8 -*-
"""
Exporting a Hamiltonian ground state problem to SDPA. The Hamiltonian
-is of a s... | Bosonic Hamiltonian generalized to N harmonic oscillators | peterwittek_ncpol2sdpa | train |
713ffc9a43f7d9d050e2190eeaa104ec2aa8be6c | diff --git a/bin/actionHero b/bin/actionHero
index <HASH>..<HASH> 100755
--- a/bin/actionHero
+++ b/bin/actionHero
@@ -148,6 +148,20 @@ if(process.env.actionHero_root != null){
binary.paths.actionHero_root = path.normalize(__dirname + "/..");
}
+try{
+ binary.paths.configData = require(binary.paths.project_root ... | read in changes to config paths in generators | actionhero_actionhero | train |
40add3f7ebaaf258c69d64fb2f0171b29816ab8e | diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/XmlTextTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/XmlTextTest.php
index <HASH>..<HASH> 100644
--- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/XmlTextTest.php
+++ b/tests/lib/Persistence/Legacy/Content/FieldV... | Changed: adapted XmlText field type according to the refactoring | ezsystems_ezplatform-xmltext-fieldtype | train |
cbb0982c08dbfa8d638e9980c559fd727d7b0a2c | diff --git a/src/TableOfContents.php b/src/TableOfContents.php
index <HASH>..<HASH> 100644
--- a/src/TableOfContents.php
+++ b/src/TableOfContents.php
@@ -315,15 +315,6 @@ class TableOfContents
$tocClassClone->beginTocPaint();
$tocClassClone->insertTOC();
$this->_toc = $tocClassClone->_toc;
-
- /*
- * ... | Fix the TOC Numbering when the TOC Page Has a Custom Page Number Format
Resolves #<I> | mpdf_mpdf | train |
8a688bd739d879ac9458b68a09876b618875c16b | diff --git a/src/CIP/Objects/Connection.js b/src/CIP/Objects/Connection.js
index <HASH>..<HASH> 100644
--- a/src/CIP/Objects/Connection.js
+++ b/src/CIP/Objects/Connection.js
@@ -22,10 +22,6 @@ class Connection extends Layer {
this.connect();
}
- connectionState() {
- return this._connectionState;
- ... | Removed connectionState, no longer using CIPLayer | jmmoser_node-drivers | train |
2cc7e88e20bff7ba6a95f3c804a3963ebe826a9d | diff --git a/src/main/java/com/couchbase/lite/internal/AttachmentInternal.java b/src/main/java/com/couchbase/lite/internal/AttachmentInternal.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/internal/AttachmentInternal.java
+++ b/src/main/java/com/couchbase/lite/internal/AttachmentInternal.java
@... | Fix class cast exception when revpos is a Double
It seems that _revpos_ can sometimes be a Double and this causes an exception.
If we change the cast to a Number, it all works out well because `Number` also has the `intValue()` method.
We've been using a build with this fix in production in the last couple of months ... | couchbase_couchbase-lite-java-core | train |
ea8ce09905599cae2d6143b31aeea248649fabcf | diff --git a/lib/roar/representer.rb b/lib/roar/representer.rb
index <HASH>..<HASH> 100644
--- a/lib/roar/representer.rb
+++ b/lib/roar/representer.rb
@@ -2,12 +2,39 @@ require 'representable'
module Roar
module Representer
+ # TODO: move to separate module
+ # DISCUSS: experimental. this will soon be moved... | moving the ::inheritable_array method and friends to Representer. | trailblazer_roar | train |
7438bfa229d7cb4d967f4c5705fb0a9362b5342c | diff --git a/render/render.go b/render/render.go
index <HASH>..<HASH> 100644
--- a/render/render.go
+++ b/render/render.go
@@ -63,7 +63,8 @@ func Renderer(dir string) martini.Handler {
if martini.Env == martini.Dev {
t = compile(dir)
}
- c.MapTo(&renderer{res, t}, (*Render)(nil))
+ tc, _ := t.Clone()
+ c... | Sketching out some ideas for yield implementation | codegangsta_martini-contrib | train |
ff10112452fd692370292bc9ff464e1527f22725 | diff --git a/interface.go b/interface.go
index <HASH>..<HASH> 100644
--- a/interface.go
+++ b/interface.go
@@ -89,6 +89,7 @@ type Peco struct {
resultCh chan line.Line
screen Screen
selection *Selection
+ selectionPrefix string
selectionRangeStart RangeS... | PoC implementation for #<I>
* missing docs
* missing tests | peco_peco | train |
4b2eafdf9cb031f78869622f824a18e00e3f5511 | diff --git a/businessdate/businessdate.py b/businessdate/businessdate.py
index <HASH>..<HASH> 100755
--- a/businessdate/businessdate.py
+++ b/businessdate/businessdate.py
@@ -767,7 +767,7 @@ class BusinessPeriod(BasePeriod):
checks is argument con becasted to BusinessPeriod
"""
try: # to be ... | bugfixing BusinessPeriod.__sub__(other) | pbrisk_businessdate | train |
d0e4f5d46f92e834acc2e75a700aa11aa60eb6bc | diff --git a/examples/appengine/example.py b/examples/appengine/example.py
index <HASH>..<HASH> 100644
--- a/examples/appengine/example.py
+++ b/examples/appengine/example.py
@@ -14,7 +14,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-"""A barebones AppEngine a... | Add slightly more verbose directions to appengine example. | mobolic_facebook-sdk | train |
e3e1f99629bff50b69c32ba2d2ac7f8038ab8ad3 | diff --git a/ceph_deploy/mon.py b/ceph_deploy/mon.py
index <HASH>..<HASH> 100644
--- a/ceph_deploy/mon.py
+++ b/ceph_deploy/mon.py
@@ -7,7 +7,7 @@ import time
from ceph_deploy import conf, exc, admin
from ceph_deploy.cliutil import priority
from ceph_deploy.util.help_formatters import ToggleRawTextHelpFormatter
-fro... | [RM-<I>] deal with systemd when stopping a mon otherwise raise an error | ceph_ceph-deploy | train |
1fed9b121979ae4cdf20fa57f0cb39be89f69d3e | diff --git a/src/Auth/BindException.php b/src/Auth/BindException.php
index <HASH>..<HASH> 100644
--- a/src/Auth/BindException.php
+++ b/src/Auth/BindException.php
@@ -3,6 +3,7 @@
namespace Adldap\Auth;
use Adldap\AdldapException;
+use Adldap\Connections\DetailedError;
/**
* Class BindException
@@ -13,5 +14,34 ... | Added detailed error object to bind exceptions for easier debugging. | Adldap2_Adldap2 | train |
2288b41f96bd8b8b0dedf28ae24c3c5c50babd19 | diff --git a/lettuce/bin.py b/lettuce/bin.py
index <HASH>..<HASH> 100755
--- a/lettuce/bin.py
+++ b/lettuce/bin.py
@@ -118,7 +118,7 @@ def main(args=sys.argv[1:]):
)
result = runner.run()
- failed = result is None or result.steps != result.steps_passed
+ failed = result is None or result.steps_ran != ... | Reintroduce list of failed scenarios | aloetesting_aloe_django | train |
19b24c0520cd3daa2da979da3d444f21bad12d7e | diff --git a/djangoratings/__init__.py b/djangoratings/__init__.py
index <HASH>..<HASH> 100644
--- a/djangoratings/__init__.py
+++ b/djangoratings/__init__.py
@@ -1,7 +1,7 @@
import os.path
import warnings
-__version__ = (0, 3, 3)
+__version__ = (0, 3, 4)
def _get_git_revision(path):
revision_file = os.path... | increment version to <I> for views fix | dcramer_django-ratings | train |
49e5d813e29ed65d580e7c7ddbdd4596b3585398 | diff --git a/billboard.py b/billboard.py
index <HASH>..<HASH> 100644
--- a/billboard.py
+++ b/billboard.py
@@ -157,6 +157,13 @@ class ChartData:
# Extract the previous date from the link.
# eg, /charts/country-songs/2016-02-13
self.previousDate = prevLink.get('href').split('/')[-... | added rank date if the ranking is latest | guoguo12_billboard-charts | train |
717a76ccc9914f47fb2d598cfaaeca8c8f7ea166 | diff --git a/src/store/CoreStore.js b/src/store/CoreStore.js
index <HASH>..<HASH> 100644
--- a/src/store/CoreStore.js
+++ b/src/store/CoreStore.js
@@ -226,7 +226,8 @@ class CoreStore extends EventEmitter {
currentStore[`getStatus${capitalizeDefinition}`] = function(def){
return function g... | Fix on getStatusOnNode (#<I>)
* Fix on getStatusOnNode
Correcting the getter on status, which is breaking on toJS, since the element of the map status is a normal object, not an immutable JS one.
* Handling case where status would be an immutable object | KleeGroup_focus-core | train |
bb036601bda16e599fd92d6d8caa60e0e6f7efb6 | diff --git a/.circleci/config.yml b/.circleci/config.yml
index <HASH>..<HASH> 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -57,7 +57,6 @@ jobs:
paths:
- node_modules
- run: npm test
- - run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
te... | ON-<I> | add user info to event bus (#<I>)
* ON-<I> | add user info to event bus
* This change adds `user` data to event topics that were missing it.
This makes the event bus payload more consistent and allows for
granular tracking by user.
* ON-<I>
* move function outside of `getPutOperations` and add jsdo... | clay_amphora | train |
6b81230fb2610bdfa5644228d912fc4b4466a488 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
'ipyleaflet',
'pyproj',
'shapely>=1.6.3,<2.*',
- 'rasterio>=1.0a12',
+ 'rasterio==1.0a12',
'scipy',
'pillow',
'mercantile>=0.10.0', | fixing rasterio version to <I>a<I> | satellogic_telluric | train |
a5263c83ae078af2956343094b3bcac9eb1ff078 | diff --git a/demos/classes/LongProcessDialog.js b/demos/classes/LongProcessDialog.js
index <HASH>..<HASH> 100644
--- a/demos/classes/LongProcessDialog.js
+++ b/demos/classes/LongProcessDialog.js
@@ -6,8 +6,8 @@ Demo.LongProcessDialog.static.title = 'Process dialog';
Demo.LongProcessDialog.static.actions = [
{ action... | demos: Remove unnecessary 'flags' config options
There is no special handling for an 'other' flag, setting it does nothing.
Change-Id: Iaf3a<I>cdee8bd9b4b<I>d<I>fc<I>ac<I>e<I>a | wikimedia_oojs-ui | train |
d0326b7fefc5bbd218473069279cb1e298e01187 | diff --git a/lib/tty-table.rb b/lib/tty-table.rb
index <HASH>..<HASH> 100644
--- a/lib/tty-table.rb
+++ b/lib/tty-table.rb
@@ -1,8 +1,6 @@
# coding: utf-8
-require 'equatable'
require 'tty-screen'
-require 'pastel'
require 'unicode/display_width'
require 'tty/table/header'
diff --git a/lib/tty/table/border.rb b... | Change equtable and pastel requirement. | piotrmurach_tty-table | train |
797a4796d91e61b9e156e7eb3e9531dc9b47e495 | diff --git a/storage/kvstore.go b/storage/kvstore.go
index <HASH>..<HASH> 100644
--- a/storage/kvstore.go
+++ b/storage/kvstore.go
@@ -319,9 +319,7 @@ func (s *store) rangeKeys(key, end []byte, limit, rangeRev int64) (kvs []storage
if err := e.Unmarshal(vs[0]); err != nil {
log.Fatalf("storage: cannot unmarshal ... | storage: remove check for DELETE type KeyValue
kvindex always returns kvs that exist at given revision, so there is no
need to check for whether the KeyValue range from backend is DELETE type. | etcd-io_etcd | train |
e187b8b5795cf38de27e22fe7b8dc4a90462e0f4 | diff --git a/specs/interfaces/assert.spec.php b/specs/interfaces/assert.spec.php
index <HASH>..<HASH> 100644
--- a/specs/interfaces/assert.spec.php
+++ b/specs/interfaces/assert.spec.php
@@ -727,4 +727,18 @@ describe('assert', function() {
}, 'Exception', "right val");
});
});
+
+ describe... | AssertInterface::lengthOf | peridot-php_leo | train |
7cf760912ffee5435467516855f92883e4270652 | diff --git a/src/Model/Behavior/ProfferBehavior.php b/src/Model/Behavior/ProfferBehavior.php
index <HASH>..<HASH> 100644
--- a/src/Model/Behavior/ProfferBehavior.php
+++ b/src/Model/Behavior/ProfferBehavior.php
@@ -13,7 +13,6 @@ use Cake\Database\Type;
use Cake\Datasource\EntityInterface;
use Cake\Event\Event;
use C... | Update ProfferBehavior.php
Resolves #<I> | davidyell_CakePHP3-Proffer | train |
2b11a82967d37a888b331063582769b7b0452401 | diff --git a/lib/fluent/winsvc.rb b/lib/fluent/winsvc.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/winsvc.rb
+++ b/lib/fluent/winsvc.rb
@@ -1,56 +1,72 @@
+#
+# Fluentd
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# ... | fix indentations, styles and typo for "Exception" | fluent_fluentd | train |
93763daf14d2d6e25ddc95143112d0113f205209 | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- snake (1.0.1)
+ snake (1.0.2)
rails (~> 4.2.0)
GEM
diff --git a/lib/snake/version.rb b/lib/snake/version.rb
index <HASH>..<HASH> 100644
--- a/lib/snak... | fixed a bug with ampersands appearing on the right side of the css rules. | caneroj1_snake | train |
56bd2de5a15acdef64234c18ac7ded0677f8d7dc | diff --git a/docs/geolocation/redirect.md b/docs/geolocation/redirect.md
index <HASH>..<HASH> 100644
--- a/docs/geolocation/redirect.md
+++ b/docs/geolocation/redirect.md
@@ -4,4 +4,57 @@ title: User Location Redirecting
# User Location Redirecting
-// TODO: this
+With Maps it is now possible to redirect the user ... | Improve location redirect matching / update redirect docs | ethercreative_simplemap | train |
bd7cb04afab8a7b2c8f7c712eefaf8cf12b7e30b | diff --git a/lib/adhearsion/initializer.rb b/lib/adhearsion/initializer.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/initializer.rb
+++ b/lib/adhearsion/initializer.rb
@@ -67,20 +67,20 @@ module Adhearsion
def update_rails_env_var
env = ENV['AHN_ENV']
if env && Adhearsion.config.valid_environm... | [CS] Double-negatives are evil | adhearsion_adhearsion | train |
5da2cd863ec765b1bd48bbb3a3527143c9298511 | diff --git a/src/test/java/com/fluentinterface/BuilderProxyTest.java b/src/test/java/com/fluentinterface/BuilderProxyTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/fluentinterface/BuilderProxyTest.java
+++ b/src/test/java/com/fluentinterface/BuilderProxyTest.java
@@ -171,6 +171,15 @@ public class Builder... | Fixed test for unsupported collection copy support | davidmarquis_fluent-interface-proxy | train |
3c8df1d0cb72bd36bfca213e53a43278d5952e76 | diff --git a/lib/lock_jar/buildr.rb b/lib/lock_jar/buildr.rb
index <HASH>..<HASH> 100644
--- a/lib/lock_jar/buildr.rb
+++ b/lib/lock_jar/buildr.rb
@@ -64,7 +64,7 @@ module Buildr
def lock_jars( *args )
lockfile = Buildr.project_to_lockfile(project)
opts = {}
- groups = ['compile','runtim... | use default group intead of runtime and compile | mguymon_lock_jar | train |
4709e9bfa5d3ab654559e3bc5d3f13c3c0459577 | diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -706,11 +706,6 @@ module Puppet
]
)
- setdefaults(:parser,
- :typecheck => [true, "Whether to validate types during parsing."],
- :paramc... | Removing :paramcheck and :typecheck settings
These were also set to true and are holdovers
from YAGNI stuff from years ago. | puppetlabs_puppet | train |
6fd2fe367a3448df943a94da0c42f75131955881 | diff --git a/gcsproxy/object_syncer.go b/gcsproxy/object_syncer.go
index <HASH>..<HASH> 100644
--- a/gcsproxy/object_syncer.go
+++ b/gcsproxy/object_syncer.go
@@ -99,8 +99,6 @@ func (os *objectSyncer) SyncObject(
ctx context.Context,
srcObject *gcs.Object,
content mutable.Content) (rl lease.ReadLease, o *gcs.Obje... | Removed an out of date TODO. | jacobsa_ratelimit | train |
81138e501aa105a198fee90de678a9ef5e0a8612 | diff --git a/src/base/DelegateInputLabelMixin.js b/src/base/DelegateInputLabelMixin.js
index <HASH>..<HASH> 100644
--- a/src/base/DelegateInputLabelMixin.js
+++ b/src/base/DelegateInputLabelMixin.js
@@ -38,6 +38,8 @@ export default function DelegateInputLabelMixin(Base) {
}
// Forward ARIA labelledby as an ... | Leave aria-labelledby-delegated to aid dev/debugging. | elix_elix | train |
c81e9dcb66a727ae52a0baf892a18a0e1cd17530 | diff --git a/packages/key-facts/src/key-facts-text.js b/packages/key-facts/src/key-facts-text.js
index <HASH>..<HASH> 100644
--- a/packages/key-facts/src/key-facts-text.js
+++ b/packages/key-facts/src/key-facts-text.js
@@ -3,7 +3,7 @@ import { Text } from "react-native";
import { TextLink } from "@times-components/lin... | fix: fix key facts ast prop warning (#<I>) | newsuk_times-components | train |
31f8246a8280e60593fcfd9221fdc3ac63d122a9 | diff --git a/test/rules/TabsOnlyAppearFirst.php b/test/rules/TabsOnlyAppearFirst.php
index <HASH>..<HASH> 100644
--- a/test/rules/TabsOnlyAppearFirst.php
+++ b/test/rules/TabsOnlyAppearFirst.php
@@ -35,7 +35,7 @@ class TabsOnlyAppearFirst extends \li3_quality\test\Rule {
$currLine = 1;
$allowTabs = true;
forea... | Fixing line ending issue on Windows
Only Unix based platforms were taken into account for the rule
'TabsOnlyAppearFirst'. | UnionOfRAD_li3_quality | train |
93b2b9b7b0bbcf7ce7d425353fa1fee040034b8a | diff --git a/src/app/directives/grafanaGraph.js b/src/app/directives/grafanaGraph.js
index <HASH>..<HASH> 100755
--- a/src/app/directives/grafanaGraph.js
+++ b/src/app/directives/grafanaGraph.js
@@ -353,8 +353,10 @@ function (angular, $, kbn, moment, _) {
url += scope.panel.fill !== 0 ? ('&areaAlpha=' + (sco... | Fixed invalid references to grid.min and grid.max in function render_panel_as_graphite_png() | grafana_grafana | train |
02a75dbc1cb1f876bb1286d323a9aa03ac861b37 | diff --git a/src/Core/Database/Fasta/PeffFastaEntry.php b/src/Core/Database/Fasta/PeffFastaEntry.php
index <HASH>..<HASH> 100644
--- a/src/Core/Database/Fasta/PeffFastaEntry.php
+++ b/src/Core/Database/Fasta/PeffFastaEntry.php
@@ -126,29 +126,29 @@ class PeffFastaEntry implements FastaInterface
private function pa... | Fixed PEFF parser not parsing if keyword case is not exact
Added support for calculating ppm delta from da tolerance | PGB-LIV_php-ms | train |
998c8419aaac5c696e9e40edff22f3b4cce66f32 | diff --git a/src/Rct567/DomQuery/DomQuery.php b/src/Rct567/DomQuery/DomQuery.php
index <HASH>..<HASH> 100644
--- a/src/Rct567/DomQuery/DomQuery.php
+++ b/src/Rct567/DomQuery/DomQuery.php
@@ -457,7 +457,7 @@ class DomQuery implements \IteratorAggregate, \Countable, \ArrayAccess
foreach ($this->nodes as $node)... | style fix and small refactoring | Rct567_DomQuery | train |
1dd8612e73ff8a6ac9651121d4e07600c4979337 | diff --git a/SoftLayer/CLI/core.py b/SoftLayer/CLI/core.py
index <HASH>..<HASH> 100644
--- a/SoftLayer/CLI/core.py
+++ b/SoftLayer/CLI/core.py
@@ -30,6 +30,7 @@ The easiest way to do that is to use: 'sl config setup'
import sys
import os
import os.path
+import logging
from prettytable import FRAME, NONE
from doc... | Adds debugging to the CLI
Note: This only works with a full command. For example: sl cci list --debug=3
Different levels: 1=warn, 2=info, 3=debug. The default is only critical log events.
All logging will go to stderr. | softlayer_softlayer-python | train |
d748e3225a55287a6008f94265c968fbab4970e3 | diff --git a/test/plugin/test_out_forward.rb b/test/plugin/test_out_forward.rb
index <HASH>..<HASH> 100644
--- a/test/plugin/test_out_forward.rb
+++ b/test/plugin/test_out_forward.rb
@@ -99,8 +99,9 @@ class ForwardOutputTest < Test::Unit::TestCase
{"a" => 1},
{"a" => 2}
]
- d.expected_emits_length... | Set when OutputTestDrier#run ends
`d.expected_emits_length` is set only to wait for Driver to finish
running on timeout. The length of emits is not suitable for a post
condition because ForwardOutput does not actually call
Engine.emit_streams and @emit_streams is always empty. | fluent_fluentd | train |
9f8d9fe262866ff3463f8e61214dcc6897bd5a9c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
author="Simon Willison",
license="Apache License, Version 2.0",
url="https://github.com/simonw/datasette",
- packages=find_packages(),
+ packages=find_packages(exclude='tests'),
... | setup: add tests to package exclusion (#<I>) | simonw_datasette | train |
5a37081149be359ea02cdaff9d369c81087b1bb8 | diff --git a/aioxmpp/muc/self_ping.py b/aioxmpp/muc/self_ping.py
index <HASH>..<HASH> 100644
--- a/aioxmpp/muc/self_ping.py
+++ b/aioxmpp/muc/self_ping.py
@@ -174,6 +174,10 @@ class MUCPinger:
* :class:`aioxmpp.errors.XMPPError`, ``feature-not-implemented``:
*positive*
* :class:`aioxmpp.err... | muc: treat remote server unreachability like timeout self-ping
If the remote server is unreachable network-wise, we cannot know
whether we have been removed. In addition, a rejoin will fail
deterministically.
It is thus better to stay in the undecided pinging state (treat it
like a timeout): this will allow us to wai... | horazont_aioxmpp | train |
a60501a2ae8e71cc47a8002d43258ccb7ed7dbb7 | diff --git a/hal/time/dates.py b/hal/time/dates.py
index <HASH>..<HASH> 100644
--- a/hal/time/dates.py
+++ b/hal/time/dates.py
@@ -105,4 +105,19 @@ def is_date_in_between(date, start, end):
True iff date is in between dates
"""
- return get_just_date(start) <= get_just_date(date) <= get_just_date(end... | add is-date-in-week? checker | sirfoga_pyhal | train |
654090fa06cdae0c5431ed65fca1bc61921d46fb | diff --git a/src/Composer/Command/DependencyGuardCommand.php b/src/Composer/Command/DependencyGuardCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/DependencyGuardCommand.php
+++ b/src/Composer/Command/DependencyGuardCommand.php
@@ -11,12 +11,17 @@ use Composer\Composer;
use Mediact\DependencyGuard\D... | Add JSON output
Add support for formatting the output to JSON, defaulting to text. | mediact_dependency-guard | train |
19507e643ec2179660e8b372c93be87e1e3b03e5 | diff --git a/packages/orbit-components/src/deprecated/Card/__tests__/index.test.js b/packages/orbit-components/src/deprecated/Card/__tests__/index.test.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/deprecated/Card/__tests__/index.test.js
+++ b/packages/orbit-components/src/deprecated/Card/__tests__... | test(DeprecatedCard): rewrite to Testing Library (#<I>) | kiwicom_orbit-components | train |
dc994d734e61908274737b7831eb7448141857ae | diff --git a/src/TemplateMap.js b/src/TemplateMap.js
index <HASH>..<HASH> 100644
--- a/src/TemplateMap.js
+++ b/src/TemplateMap.js
@@ -28,10 +28,6 @@ class TemplateMap {
return "___TAG___";
}
- get specialPrefix() {
- return "___SPECIAL___";
- }
-
async add(template) {
for (let map of await templ... | A few more tests and fixes for #<I> | 11ty_eleventy | train |
01d4c9516ef6686acf4bb7513996bab67a58f2fb | diff --git a/db/dcrpg/pgblockchain.go b/db/dcrpg/pgblockchain.go
index <HASH>..<HASH> 100644
--- a/db/dcrpg/pgblockchain.go
+++ b/db/dcrpg/pgblockchain.go
@@ -610,8 +610,9 @@ func (pgb *ChainDB) AddressHistory(address string, N, offset int64,
return addressRows, nil, fmt.Errorf("ReduceAddressHistory failed. len(addr... | Fix bugs in addresses page view (#<I>)
* Improve on logic checking if all transactions were fetched
* Make the default page size to be <I> | decred_dcrdata | train |
dfbefc0f390b731d9367be8d6069019f63c3c6e3 | diff --git a/picopt.py b/picopt.py
index <HASH>..<HASH> 100755
--- a/picopt.py
+++ b/picopt.py
@@ -215,7 +215,7 @@ def get_options_and_arguments():
program_reqs(options)
if options.convert_types:
- options.lossless_formats_ = LOSSLESS_FORMATS
+ options.lossless_formats = LOSSLESS_FORMATS
... | fix lossless formats typo. fix disabled image_pipeline program return | ajslater_picopt | train |
7889b15f09a3e2373ed2bfeed9e917987a22ac7a | diff --git a/framework/core/src/Support/ExtensionManager.php b/framework/core/src/Support/ExtensionManager.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Support/ExtensionManager.php
+++ b/framework/core/src/Support/ExtensionManager.php
@@ -53,8 +53,6 @@ class ExtensionManager
$enabled[] = $ext... | Allow extensions to return a callback instead of a provider name
This is useful for very simple extensions like language packs, because it means no Composer/namespacing and thus bootstrap.php doesn't have to be changed at all. | flarum_core | train |
81d7dbdc76ee9445f3b295f55568f9fe1f4d8100 | diff --git a/src/client/ClientDataResolver.js b/src/client/ClientDataResolver.js
index <HASH>..<HASH> 100644
--- a/src/client/ClientDataResolver.js
+++ b/src/client/ClientDataResolver.js
@@ -251,7 +251,7 @@ class ClientDataResolver {
resolveEmojiIdentifier(emoji) {
if (emoji instanceof Emoji || emoji instanceof... | Fix resolveEmojiIdentifier (#<I>) | discordjs_discord.js | train |
72d09ff943097255462f3ed267272e3dafbe64a3 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,6 +21,28 @@ sys.path.insert(0, os.path.abspath('..'))
import tldap
import docs.settings
+class Mock(object):
+ def __init__(self, *args, **kwargs):
+ pass
+
+ def __call__(self, *args, **kw... | Kludge for readthedocs.
python-ldap won't build on readthedocs as it is missing the ldap header
files. | Karaage-Cluster_python-tldap | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.