hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
93f8dafbfdde90986504644d3b534e911abfc458 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ setup(
version=CURRENT_VERSION,
description='Python 3 portage of pysvg',
long_description=read('README.md'),
+ long_description_content_type="text/markdown",
author='Kerim Mansour',
a... | Add info about README format
This seems now mandatory to publish on Pypi | alorence_pysvg-py3 | train |
fc793c99aa4967f7ba3464211f0f920d43b378a5 | diff --git a/lib/restaurant/actions.rb b/lib/restaurant/actions.rb
index <HASH>..<HASH> 100644
--- a/lib/restaurant/actions.rb
+++ b/lib/restaurant/actions.rb
@@ -5,10 +5,11 @@ module Restaurant
base.before_filter :add_created_at, :only => :create
base.before_filter :add_updated_at, :only => :update
... | Cache resources until any resource is updated or deleted
If any resource is updated or deleted, the version is updated.
The version will be used as resources cache key.
I used Time.now.to_f as version with no thought but anything is OK. | r7kamura_restaurant | train |
ef6188bacee6dbc817a6b8f28aa92ac501c954a5 | diff --git a/features/sinatra_app_steps.rb b/features/sinatra_app_steps.rb
index <HASH>..<HASH> 100644
--- a/features/sinatra_app_steps.rb
+++ b/features/sinatra_app_steps.rb
@@ -2,6 +2,9 @@ Given /the example sinatra app$/ do
end
When /^I run "([^\"]*)" in the sinatra root$/ do |cmd|
+ # Need to run Rails generat... | making sinatra feature deterministic
Prior to this commit the sinatra feature would fail unless you ran the
rails feature prior. The sinatra app passing is no longer dependent upon that. | email-spec_email-spec | train |
163efc79cb91d133b2f5e5ce19b8ca8305e2a7c7 | diff --git a/src/android/test/com/test/thalitest/RegisterExecuteUT.java b/src/android/test/com/test/thalitest/RegisterExecuteUT.java
index <HASH>..<HASH> 100644
--- a/src/android/test/com/test/thalitest/RegisterExecuteUT.java
+++ b/src/android/test/com/test/thalitest/RegisterExecuteUT.java
@@ -79,7 +79,7 @@ public fina... | Fixed executeNativeTests method name to be firstLowerCase | thaliproject_Thali_CordovaPlugin | train |
8c29949a0e55890f4f1cd7b98e4c075892dbd6dd | diff --git a/salt/log/setup.py b/salt/log/setup.py
index <HASH>..<HASH> 100644
--- a/salt/log/setup.py
+++ b/salt/log/setup.py
@@ -930,8 +930,13 @@ def patch_python_logging_handlers():
def __process_multiprocessing_logging_queue(opts, queue):
import salt.utils
salt.utils.appendproctitle('MultiprocessingLoggi... | log.setup: only assign user if defined | saltstack_salt | train |
c225b80ca61257bb290401d3db98d5da7cba6b0a | diff --git a/salt/cloud/clouds/openstack.py b/salt/cloud/clouds/openstack.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/openstack.py
+++ b/salt/cloud/clouds/openstack.py
@@ -462,7 +462,7 @@ def create(vm_):
# otherwise, attempt to obtain list without specifying pool
# this is the same as 'nov... | How did those tabs get in there? | saltstack_salt | train |
49800923c24e563943cd19087f0c9895e7ba0353 | diff --git a/features/step_definitions/rails_application_steps.rb b/features/step_definitions/rails_application_steps.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/rails_application_steps.rb
+++ b/features/step_definitions/rails_application_steps.rb
@@ -257,7 +257,7 @@ Then /^the Airbrake notification ... | Make separate step for the cucumber test that checks for filtered keys | airbrake_airbrake | train |
ae862716a6fa463ffff3139ef46218a5850ace19 | diff --git a/js/cw/autoTitle.js b/js/cw/autoTitle.js
index <HASH>..<HASH> 100644
--- a/js/cw/autoTitle.js
+++ b/js/cw/autoTitle.js
@@ -6,7 +6,7 @@
goog.provide('cw.autoTitle');
-(function(){
+cw.autoTitle.setTitle = function() {
var split = String(document.location).split('/');
var last = split[split.length-1]... | js/cw/autoTitle.js: refactor self-calling function into cw.autoTitle.setTitle | ludiosarchive_Coreweb | train |
7ddf336b84c89ebf58ac25696f1aa49c7c39f20e | diff --git a/pact/pact-examples/src/main/java/eu/stratosphere/pact/example/relational/TPCHQuery3.java b/pact/pact-examples/src/main/java/eu/stratosphere/pact/example/relational/TPCHQuery3.java
index <HASH>..<HASH> 100644
--- a/pact/pact-examples/src/main/java/eu/stratosphere/pact/example/relational/TPCHQuery3.java
+++ ... | Updated JavaDoc for TPCH3 Query to new filter constraints | stratosphere_stratosphere | train |
7d73727d6c40e617d5713577399e5430e3ab95e4 | diff --git a/packages/net/csp/transports.js b/packages/net/csp/transports.js
index <HASH>..<HASH> 100644
--- a/packages/net/csp/transports.js
+++ b/packages/net/csp/transports.js
@@ -206,11 +206,8 @@ transports.xhr = Class(baseTransport, function(supr) {
} else if('onreadystatechange' in xhr) {
xhr.onreadystatec... | this line was accidently deleted in 3b<I>b7beb1d9ce<I> (mcarter) - fixes spinning loading indicators in webkit | gameclosure_js.io | train |
d5de6489d7275374a3bb269b07780d6c13b6c3b7 | diff --git a/core/types/transaction.go b/core/types/transaction.go
index <HASH>..<HASH> 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.go
@@ -3,6 +3,7 @@ package types
import (
"bytes"
"fmt"
+ "io"
"math/big"
"github.com/ethereum/go-ethereum/common"
@@ -27,12 +28,12 @@ type Transaction s... | core/types: fix Transaction.Hash and add support for encoding with package rlp | ethereum_go-ethereum | train |
67216aa5637a0e134750103abb74b5c2e3db3eb6 | diff --git a/lib/puppet/provider/sshkey/parsed.rb b/lib/puppet/provider/sshkey/parsed.rb
index <HASH>..<HASH> 100755
--- a/lib/puppet/provider/sshkey/parsed.rb
+++ b/lib/puppet/provider/sshkey/parsed.rb
@@ -21,14 +21,14 @@ Puppet::Type.type(:sshkey).provide(:parsed,
:post_parse => proc { |hash|
na... | Fix for #<I> (sshkey host_aliases ignored)
In the alias --> host_aliases conversion, I overlooked parsed file
provider for sshkeys.
Now with tests. | puppetlabs_puppet | train |
14af38fb0f64f32e5d1754cb192d2fc346ba0b3a | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# v1.4.0-rc.1
## mm/dd/2017
+1. [](#new)
+ * Moved Twig `urlFunc()` to `Utils::url()` as its so darn handy
1. [](#improved)
* Made `modular` blueprint more flexible
1. [](#bugfix)
dif... | Moved url() function into Utils class | getgrav_grav | train |
3f933f1d9fb02d820bd8f4b34a49c8d690aeb60e | diff --git a/src/hdx/utilities/frictionless_wrapper.py b/src/hdx/utilities/frictionless_wrapper.py
index <HASH>..<HASH> 100644
--- a/src/hdx/utilities/frictionless_wrapper.py
+++ b/src/hdx/utilities/frictionless_wrapper.py
@@ -99,20 +99,11 @@ def get_frictionless_resource(
kwargs["detector"] = detector
kwargs... | Don't need to wrap frictionless exceptions | OCHA-DAP_hdx-python-utilities | train |
2e8d5ad7ac64cc297566cd4305d5a383c2f32df3 | diff --git a/client/client_test.go b/client/client_test.go
index <HASH>..<HASH> 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -1673,7 +1673,7 @@ func TestPublishUninitializedRepo(t *testing.T) {
requireRepoHasExpectedMetadata(t, repo, data.CanonicalTargetsRole, true)
}
-// Tnitializing a repo a... | Fix test for rotation without explicit init by using a full test server | theupdateframework_notary | train |
05fd597a671635037f369a85cce655ad302424e8 | diff --git a/examples/cli.py b/examples/cli.py
index <HASH>..<HASH> 100644
--- a/examples/cli.py
+++ b/examples/cli.py
@@ -38,6 +38,10 @@ class CommandLineInterface(object):
for group in groups.split():
eval("self.add_{0}_options".format(group))(argument_parser)
+ argument_parser.... | added loop flag for automatic restart, default behavior changed to exit after p2p link closed | nfcpy_nfcpy | train |
de804eae7f9d3651037f155e28c1b4993947dca9 | diff --git a/frontend-plugin-core/src/main/java/com/github/eirslett/maven/plugins/frontend/lib/ArchiveExtractor.java b/frontend-plugin-core/src/main/java/com/github/eirslett/maven/plugins/frontend/lib/ArchiveExtractor.java
index <HASH>..<HASH> 100644
--- a/frontend-plugin-core/src/main/java/com/github/eirslett/maven/pl... | fixes case when Tarball extraction didn't create the parent directory for file we want to extract | eirslett_frontend-maven-plugin | train |
dbbb1aeaab30e106f95d9f9a45571cb1e28bc760 | diff --git a/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/cas/JDBCValueContentAddressStorageImpl.java b/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/value/cas/JDBCValueContentAddressStorageImpl.java
index <HASH>..<HASH> 100644
--- a/exo.jcr.compo... | EXOJCR-<I>: "Some Unit Tests on DB2 related to the CAS plugin fail" fixed db2 error message parsing in accordance to a new driver | exoplatform_jcr | train |
29949219034569659630bb2007a1b83ff46d4b81 | diff --git a/src/shared/registerDependant.js b/src/shared/registerDependant.js
index <HASH>..<HASH> 100644
--- a/src/shared/registerDependant.js
+++ b/src/shared/registerDependant.js
@@ -15,6 +15,10 @@ define( function () {
deps[ deps.length ] = dependant;
dependant.registered = true;
+ if ( !keypath ) {
+ r... | prevent infinite recursion with ractive.update() (when called with no keypath) | ractivejs_ractive | train |
d42535f5e52469cb195c75707709655fa2b62d30 | diff --git a/airflow/models.py b/airflow/models.py
index <HASH>..<HASH> 100644
--- a/airflow/models.py
+++ b/airflow/models.py
@@ -528,7 +528,7 @@ class TaskInstance(Base):
end_date = Column(DateTime)
duration = Column(Float)
state = Column(String(20))
- try_number = Column(Integer)
+ try_number = ... | Addressing issues around try_number being off | apache_airflow | train |
ca14bfba7d1eeea543c9e00ea33d1487a49e68e0 | diff --git a/magic.py b/magic.py
index <HASH>..<HASH> 100644
--- a/magic.py
+++ b/magic.py
@@ -114,6 +114,13 @@ class Magic:
except MagicException as e:
return self._handle509Bug(e)
+ def from_descriptor(self, fd):
+ with self.lock:
+ try:
+ return may... | Added support for magic_descriptor routine | ahupp_python-magic | train |
33f30f91482c67f50c679c5f12e649c0d6b3a8f6 | diff --git a/packages/sproutcore-views/lib/views/collection_view.js b/packages/sproutcore-views/lib/views/collection_view.js
index <HASH>..<HASH> 100644
--- a/packages/sproutcore-views/lib/views/collection_view.js
+++ b/packages/sproutcore-views/lib/views/collection_view.js
@@ -65,7 +65,7 @@ SC.CollectionView = SC.Cont... | Incorrect use of sc_assert
You can't test for the existence of a function by passing it directly
to sc_assert, because it will try to invoke it instead. | emberjs_ember.js | train |
39ab0705e29552ca5e8e2f4bceb920735e3e3646 | diff --git a/js/cryptopia.js b/js/cryptopia.js
index <HASH>..<HASH> 100644
--- a/js/cryptopia.js
+++ b/js/cryptopia.js
@@ -3,7 +3,7 @@
// ---------------------------------------------------------------------------
const Exchange = require ('./base/Exchange');
-const { ExchangeError, InsufficientFunds, OrderNotFoun... | cryptopia: implemented handleErrors, sanitized JSON responses, added exceptions | ccxt_ccxt | train |
c9a65eb848f74693b35575940c8b9061b38d5118 | diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index <HASH>..<HASH> 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -28,4 +28,4 @@ bundle exec guard
Guard will re-run each test suite when changes are made to its corresponding files.
-To run **just one test**: Flavio Castelli b... | Check if recoverable is enabled in case allow_password_change is used | lynndylanhurley_devise_token_auth | train |
2fdb605580a8bbc78a02bf4d8b6b75b060691a79 | diff --git a/Resources/public/js/sequence/Player/Question/Controllers/MatchQuestionCtrl.js b/Resources/public/js/sequence/Player/Question/Controllers/MatchQuestionCtrl.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/sequence/Player/Question/Controllers/MatchQuestionCtrl.js
+++ b/Resources/public/js/sequence/Pl... | [ExoBundle] Get immediate feedbacks on dragNdrop questions | claroline_Distribution | train |
6fb88aa0f5749196fd63bae07833ec5e2af483e8 | diff --git a/lib/Event.php b/lib/Event.php
index <HASH>..<HASH> 100644
--- a/lib/Event.php
+++ b/lib/Event.php
@@ -37,6 +37,7 @@ class Event extends ApiResource
const APPLICATION_FEE_REFUND_UPDATED = 'application_fee.refund.updated';
const BALANCE_AVAILABLE = 'balance.available';
... | Removed SKU collection from Product
Added unit_label to Product
Added charge.expired event to event list | stripe_stripe-php | train |
c477d7b30eae511f2ea9c2a73ae24c113f2394ee | diff --git a/src/main/org/openscience/cdk/fingerprint/SignatureFingerprinter.java b/src/main/org/openscience/cdk/fingerprint/SignatureFingerprinter.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/fingerprint/SignatureFingerprinter.java
+++ b/src/main/org/openscience/cdk/fingerprint/SignatureFingerpr... | removing test method annotation from constructors, this method was renamed to getRawFingerprint and does not explicit test object construction
Change-Id: Ibfca<I>f8ad8e7a7fd8c7bec<I>fe2cdc<I>d | cdk_cdk | train |
e2ef4ec347a5d8096aa70c1d239d094cb0fcd6c1 | diff --git a/core/eolearn/core/eoworkflow.py b/core/eolearn/core/eoworkflow.py
index <HASH>..<HASH> 100644
--- a/core/eolearn/core/eoworkflow.py
+++ b/core/eolearn/core/eoworkflow.py
@@ -252,12 +252,37 @@ class EOWorkflow:
:rtype: Digraph
"""
dot = Digraph()
+ dep_to_dot_name = self... | In dependency graph, index tasks with the same name. | sentinel-hub_eo-learn | train |
36c739bf0d4d0dfcee96499f37c4a08f8bb9d297 | diff --git a/src/Transit/File.php b/src/Transit/File.php
index <HASH>..<HASH> 100644
--- a/src/Transit/File.php
+++ b/src/Transit/File.php
@@ -24,6 +24,13 @@ class File {
protected $_cache = array();
/**
+ * Raw $_FILES data.
+ *
+ * @var array
+ */
+ protected $_data = array();
+
+ /**
* Absolute file pat... | Added $_FILES support
Fixed "file" command | ljgpartners_transit | train |
14594faa80f1e843082f17bdf1e680fc433a5f88 | diff --git a/mod/data/restorelib.php b/mod/data/restorelib.php
index <HASH>..<HASH> 100644
--- a/mod/data/restorelib.php
+++ b/mod/data/restorelib.php
@@ -99,6 +99,14 @@ function data_restore_mods($mod,$restore) {
unset($database->notification); /// Unset it if null to get proper Moodle 2.0 default (0) ... | MDL-<I> database activity - remap scale on restore ; merged from <I>_STABLE | moodle_moodle | train |
52fcc5cf31e333b18162d16688e9c8ca5ee5ed8b | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -48,7 +48,7 @@ Client.prototype.send_message = function(msg) {
// console.log("Write:")
// console.log(" Length: " + len_str + " (" + msg_utf8.length + ")");
// console.log(" Msg: ...");
- /... | Fixed another escaping issue with autodoc | sjlevine_swank-client-js | train |
40a816b2e05337778900f6bea551b5d81b398a74 | diff --git a/css_optimiser.php b/css_optimiser.php
index <HASH>..<HASH> 100644
--- a/css_optimiser.php
+++ b/css_optimiser.php
@@ -76,9 +76,7 @@ if($is_custom)
{
setcookie ('custom_template', $_REQUEST['custom'], time()+360000);
}
-else {
- setcookie ('custom_template', '', time()-3600);
-}
+
rmdirr('temp');
... | Whoops, sorry... fixes to my additions/debugging | Cerdic_CSSTidy | train |
cc0179a2ec214d8501c150eabd902811e924e0b8 | diff --git a/library/src/uk/co/senab/photoview/IPhotoView.java b/library/src/uk/co/senab/photoview/IPhotoView.java
index <HASH>..<HASH> 100644
--- a/library/src/uk/co/senab/photoview/IPhotoView.java
+++ b/library/src/uk/co/senab/photoview/IPhotoView.java
@@ -176,4 +176,12 @@ public interface IPhotoView {
*/
... | Rotation finalized with interface, javadoc and implementation | chrisbanes_PhotoView | train |
da842cc8a5fb3bc098a1d4b29dfa3d8dcc79663e | diff --git a/lib/mactag/builder.rb b/lib/mactag/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/mactag/builder.rb
+++ b/lib/mactag/builder.rb
@@ -41,12 +41,13 @@ module Mactag
# files are separated with a whitespace.
#
def tags
- @@tags.collect!(&:tag)
- @@tags.flatten! # For the Rai... | Cache all tags to avoid same error messages to be played more than once. | rejeep_mactag | train |
0f100a16705b78dc54d61cde0ce8980913fe9f1e | diff --git a/pyemu/pst/pst_handler.py b/pyemu/pst/pst_handler.py
index <HASH>..<HASH> 100644
--- a/pyemu/pst/pst_handler.py
+++ b/pyemu/pst/pst_handler.py
@@ -2067,7 +2067,7 @@ class Pst(object):
if col == "count":
data["count"].append(par_pg.shape[0])
continue... | bug fix in sfr obs - need to make sure and sort after the df is read | jtwhite79_pyemu | train |
051440758a8daaf28f840be01074366466d62821 | diff --git a/insanities/web/reverse.py b/insanities/web/reverse.py
index <HASH>..<HASH> 100644
--- a/insanities/web/reverse.py
+++ b/insanities/web/reverse.py
@@ -81,9 +81,11 @@ class Reverse(object):
self._builder_kwargs = builder_kwargs or {}
def _copy(self, **kw):
+ builder_kwargs = dict(self.... | `as_url` property of `Reverse` | SmartTeleMax_iktomi | train |
bdec3b969707d418b136bda9dc5ae1c8deed5e18 | diff --git a/mapsforge-map/src/main/java/org/mapsforge/map/layer/renderer/MapWorkerPool.java b/mapsforge-map/src/main/java/org/mapsforge/map/layer/renderer/MapWorkerPool.java
index <HASH>..<HASH> 100644
--- a/mapsforge-map/src/main/java/org/mapsforge/map/layer/renderer/MapWorkerPool.java
+++ b/mapsforge-map/src/main/ja... | Multithreaded rendering: better handling of default threads number | mapsforge_mapsforge | train |
30804904885128ae2c2854897979d27485d88b50 | diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php
index <HASH>..<HASH> 100644
--- a/Tests/TestDriver.php
+++ b/Tests/TestDriver.php
@@ -92,20 +92,41 @@ $_test_names = array(
'OIDUtil',
'DiffieHellman',
'HMACSHA1',
- 'Association'
+ 'Association',
+ 'StoreTest',
);
-// Only run stor... | [project @ Add test-selection logic to command-line test driver] | openid_php-openid | train |
3f658065aba215b5ac5998a4fe37f66e3db5bc6e | diff --git a/tests/test_pagination.py b/tests/test_pagination.py
index <HASH>..<HASH> 100644
--- a/tests/test_pagination.py
+++ b/tests/test_pagination.py
@@ -45,7 +45,7 @@ class PaginationTest(MapMyFitnessTestCase):
workouts_paginator = self.mmf.workout.search(user=9118466, started_after=datetime.datetime(2... | Cover Py3 returning a range, not a list. | JasonSanford_mapmyfitness-python | train |
a87a06b139c174a08d4d5714825a72477cc08b71 | diff --git a/lib/watir/element_locator.rb b/lib/watir/element_locator.rb
index <HASH>..<HASH> 100644
--- a/lib/watir/element_locator.rb
+++ b/lib/watir/element_locator.rb
@@ -184,12 +184,14 @@ module Watir
end
def by_id
- id = @selector[:id]
+ selector = @selector.dup
+ id = selector.de... | Take all conditions into account when locating by id (if needed) | watir_watir | train |
156acb012a2e980269f9332b86c595c0d1b62636 | diff --git a/lib/train/platforms/detect/helpers/os_common.rb b/lib/train/platforms/detect/helpers/os_common.rb
index <HASH>..<HASH> 100644
--- a/lib/train/platforms/detect/helpers/os_common.rb
+++ b/lib/train/platforms/detect/helpers/os_common.rb
@@ -35,19 +35,23 @@ module Train::Platforms::Detect::Helpers
def c... | assign vars to avoid mock failure | inspec_train | train |
129d58c64f4130b49aa99cbcc74bdfc6813fe7cb | diff --git a/Database/Model.php b/Database/Model.php
index <HASH>..<HASH> 100644
--- a/Database/Model.php
+++ b/Database/Model.php
@@ -127,9 +127,6 @@ class Model
*/
public function __construct(array $data = [], $isNew = true)
{
- // Get table schema
- static::loadSchema();
-
// S... | Load the schema when calling Model::schema() instead of having to do it manually. | nirix_radium | train |
5d5cc018d3e1dbef16d8ee5721e4bb9ba8c706d9 | diff --git a/core/codegen/vdm2jml/src/test/java/org/overture/vdm2jml/tests/OpenJmlValidationBase.java b/core/codegen/vdm2jml/src/test/java/org/overture/vdm2jml/tests/OpenJmlValidationBase.java
index <HASH>..<HASH> 100644
--- a/core/codegen/vdm2jml/src/test/java/org/overture/vdm2jml/tests/OpenJmlValidationBase.java
+++ ... | Small tweak to the testing of the JML Generator when no $OPENJML environment variable can be located | overturetool_overture | train |
56db00180f588cd3a5da7ae5861eefda00fbac56 | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
2.1.0
+ * Fix ordering of static cells (CASSANDRA-7763)
Merged from 2.0:
* Fix dropping collection when it's the last regular column (CASSANDRA-7744)
* Properly reject operations on list index wi... | Fix ordering of static cells
patch by slebresne; reviewed by benedict for CASSANDRA-<I> | Stratio_stratio-cassandra | train |
2c8001417a82cb2448cf47acc19c8e5dbace678d | diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OLocalResultSet.java b/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OLocalResultSet.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OLocalResultSet.java
+++ b/core/src/m... | Exposed elapsed time for internal use | orientechnologies_orientdb | train |
96429ff94f29ba6d14625e92ad7d0a8185568503 | diff --git a/src/Psalm/ErrorBaseline.php b/src/Psalm/ErrorBaseline.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/ErrorBaseline.php
+++ b/src/Psalm/ErrorBaseline.php
@@ -285,7 +285,7 @@ class ErrorBaseline
$baselineDoc->formatOutput = true;
$xml = preg_replace_callback(
- '/<files (psalm... | apply pretty formatting when there are no issues (#<I>) | vimeo_psalm | train |
1cf0538df029f579cb992f108e1b01ddec518e9f | diff --git a/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java
index <HASH>..<HASH> 100644
--- a/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java
+++ b/aeron-client/src/main/java/io/aeron/logbuffer/LogBuffer... | [Java] Check that the block position is the end of the previous term. Issue #<I>. | real-logic_aeron | train |
58699a55627fd9ac942c343b93b46e6c578a67de | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -45,6 +45,12 @@ Bug.prototype.parse = function() {
readable += ' which is tracked for Firefox ' + firstTracked;
}
+ // do you know if there's an open needinfo
+
+ if (this.hasNeedInfo()) {
+ reada... | add the text for awaiting needinfo | mozilla-bteam_bugzilla-readable-status | train |
16496b5e7f751af7418bb76537ea4b09af197096 | diff --git a/lib/Route.php b/lib/Route.php
index <HASH>..<HASH> 100644
--- a/lib/Route.php
+++ b/lib/Route.php
@@ -22,7 +22,7 @@ class Route
*/
private $callback;
/**
- * @var string
+ * @var array
*/
private $parameter;
@@ -64,7 +64,7 @@ class Route
}
/**
- * @retur... | Simplified Router and fixed PHPDoc | timtegeler_routerunner | train |
1a0bdff3af6e4f0e5ff2f5f5f0cb40ee51bb4668 | diff --git a/packages/reporters/cli/src/BundleReport.js b/packages/reporters/cli/src/BundleReport.js
index <HASH>..<HASH> 100644
--- a/packages/reporters/cli/src/BundleReport.js
+++ b/packages/reporters/cli/src/BundleReport.js
@@ -58,7 +58,7 @@ export default function BundleReport(
for (let asset of largestAssets)... | BundleReport: assets based on their bundle as well | parcel-bundler_parcel | train |
8aa72fc1be5bfa5653ff703ac20245aeeb7f86e6 | diff --git a/src/xray/backends.py b/src/xray/backends.py
index <HASH>..<HASH> 100644
--- a/src/xray/backends.py
+++ b/src/xray/backends.py
@@ -60,14 +60,27 @@ class InMemoryDataStore(AbstractDataStore):
def convert_to_cf_variable(array):
+ """Converts an XArray into an XArray suitable for saving as a netCDF
+ ... | Better comments describing convert_to_cf_variable | pydata_xarray | train |
4e656726761fad97cc256fe3022e360e0c5cd390 | diff --git a/picocli-examples/src/main/java/picocli/examples/defaultprovider/TwoPass.java b/picocli-examples/src/main/java/picocli/examples/defaultprovider/TwoPass.java
index <HASH>..<HASH> 100644
--- a/picocli-examples/src/main/java/picocli/examples/defaultprovider/TwoPass.java
+++ b/picocli-examples/src/main/java/pic... | [#<I>] add (commented out) user request for help to demonstrate that the correct help message would be shown | remkop_picocli | train |
a54ad33b9f69b8ff419380931399c53c57d27612 | diff --git a/azurerm/internal/services/appconfiguration/app_configuration_resource_test.go b/azurerm/internal/services/appconfiguration/app_configuration_resource_test.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/appconfiguration/app_configuration_resource_test.go
+++ b/azurerm/internal/services/appco... | r/app_configuration: updating the requiresImport test to use a standard tier
There can only be a single "free" instance in a subscription at any one time,
as there's a free test checking that sku can be provisioned - updating the
requiresImport test to use a standard sku makes this pass consistently. | terraform-providers_terraform-provider-azurerm | train |
5c5c1b6bee07ec79c8757c35bd6a183b7f48d819 | diff --git a/Alchemy/Kernel/Kernel.php b/Alchemy/Kernel/Kernel.php
index <HASH>..<HASH> 100755
--- a/Alchemy/Kernel/Kernel.php
+++ b/Alchemy/Kernel/Kernel.php
@@ -244,7 +244,7 @@ class Kernel implements KernelInterface
if (! ($response instanceof Response || $response instanceof JsonResponse)) {
... | litle fix for json response data, bug | phpalchemy_phpalchemy | train |
18bbde4cdc1706110831e6d1d9495b57261d0f1b | diff --git a/netmiko/base_connection.py b/netmiko/base_connection.py
index <HASH>..<HASH> 100644
--- a/netmiko/base_connection.py
+++ b/netmiko/base_connection.py
@@ -321,8 +321,18 @@ class BaseSSHConnection(object):
raise AttributeError("Network device does not support 'check_enable_mode()' method")
- ... | Moving check_config_mode to BaseSSHConnection; creating Juniper specific call of check_config_Mode | ktbyers_netmiko | train |
7b24607fe21558c54c0dc9a87144c044e5d4790b | diff --git a/pusher/pusher.py b/pusher/pusher.py
index <HASH>..<HASH> 100644
--- a/pusher/pusher.py
+++ b/pusher/pusher.py
@@ -40,7 +40,7 @@ def join_attributes(attributes):
if not isinstance(attr, six.text_type):
raise TypeError('Each attr should be %s' % text)
- return u','.join(attributes)... | Replace u'' literal with six.text_type() for python <I> support | pusher_pusher-http-python | train |
b90b9038716f1b1af2eb60ef099904f8f1428867 | diff --git a/leaflet_storage/views.py b/leaflet_storage/views.py
index <HASH>..<HASH> 100644
--- a/leaflet_storage/views.py
+++ b/leaflet_storage/views.py
@@ -253,6 +253,7 @@ class UpdateMapPermissions(UpdateView):
user = self.request.user
if self.object.owner and not user == self.object.owner:
... | Only owner can change share_status | umap-project_django-leaflet-storage | train |
985e8caaf2e0b927e6d63bcdf19d65cf50cf88d5 | diff --git a/spyderlib/plugins/inspector.py b/spyderlib/plugins/inspector.py
index <HASH>..<HASH> 100644
--- a/spyderlib/plugins/inspector.py
+++ b/spyderlib/plugins/inspector.py
@@ -531,7 +531,7 @@ class ObjectInspector(SpyderPluginWidget):
definition = ''
if text['note']:... | Object Inspector: Add a transition marker between header and docstring in plain text | spyder-ide_spyder | train |
c4ec182c50ad01f8bab4619ff8fbc678590a4e2a | diff --git a/vendor/showdown.js b/vendor/showdown.js
index <HASH>..<HASH> 100644
--- a/vendor/showdown.js
+++ b/vendor/showdown.js
@@ -676,7 +676,8 @@ var _DoHeaders = function(text) {
/*
text = text.replace(/
- ^(\#{1,6}) // $1 = string of #'s
+ ^[ ]{0,3}
+ (\#{1,6}) // $1 = string... | Handle 0 to 3 spaces before # in headings (Solves #<I>)
This solves the problem where we for example have a heading inside a
<div>. It is solved in the same way as lists and other stuff is handled
in Showdown. There are, however, several problems still, e.g. handling
headings within a deeper HTML structure. | gnab_remark | train |
ccd7d7de3d550a18822b953a4d8f8467f30e62bf | diff --git a/keyring/backend.py b/keyring/backend.py
index <HASH>..<HASH> 100644
--- a/keyring/backend.py
+++ b/keyring/backend.py
@@ -224,6 +224,17 @@ class SchemeSelectable:
"""
Allow a backend to select different "schemes" for the
username and service.
+
+ >>> backend = SchemeSelectable()
+ >>> ... | Add tests for SchemeSelectable. | jaraco_keyring | train |
e4f41e7883a54bc6773617f6267b435f5c31413e | diff --git a/allennlp/data/dataset_readers/multiprocess_dataset_reader.py b/allennlp/data/dataset_readers/multiprocess_dataset_reader.py
index <HASH>..<HASH> 100644
--- a/allennlp/data/dataset_readers/multiprocess_dataset_reader.py
+++ b/allennlp/data/dataset_readers/multiprocess_dataset_reader.py
@@ -3,7 +3,7 @@ impor... | use managers for queues (#<I>) | allenai_allennlp | train |
a35cce5f7a457e9aee9a0f794b88d7bc4da4e0eb | diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js
index <HASH>..<HASH> 100644
--- a/spec/chromium-spec.js
+++ b/spec/chromium-spec.js
@@ -21,8 +21,9 @@ describe('chromium feature', function () {
listener = null
})
- xdescribe('heap snapshot', function () {
+ describe('heap snapshot', function () {
... | Enable takeHeapSnapshot spec | electron_electron | train |
daea43619d4ce7af026cc92912e6e50f6d6adf56 | diff --git a/persephone/model.py b/persephone/model.py
index <HASH>..<HASH> 100644
--- a/persephone/model.py
+++ b/persephone/model.py
@@ -330,11 +330,11 @@ class Model:
steps_since_last_record = 0
# Save the model.
- path = os.path.join(self.exp_dir, "mode... | Rename checpoint path variable | persephone-tools_persephone | train |
963fc45bfe4ca79cd4de95e83ae1b6650d1fac43 | diff --git a/components/storage/storage.test.js b/components/storage/storage.test.js
index <HASH>..<HASH> 100644
--- a/components/storage/storage.test.js
+++ b/components/storage/storage.test.js
@@ -1,4 +1,3 @@
-var when = require('when');
var noop = function () {};
function testStorage(storage) {
@@ -131,7 +130,7 ... | es6 promises: fix storage & its tests
Former-commit-id: d<I>de<I>b<I>fc8c6cb9d<I>d<I>cca<I>e7e<I>d8c<I> | JetBrains_ring-ui | train |
985999c6670e6f2d0ab1de7393f59ac1a447ac38 | diff --git a/send.php b/send.php
index <HASH>..<HASH> 100644
--- a/send.php
+++ b/send.php
@@ -31,6 +31,10 @@ $dir = dirname($file);
$old = $file;
$file = $dir . '/analytics-' . rand() . '.log';
+if(!file_exists($old)) {
+ exit(0);
+}
+
if (!rename($old, $file)) {
print("error renaming from $old to $new\n");
... | Send.php should exit gracefully when there is no log file to process. Otherwise, cron/supervisord executions of this command causes excessive system errors to be triggered on when rename($old, $file) fails. | segmentio_analytics-php | train |
2ab099a9ac8ef7b0d6a5cb5cc265cf793023fa3a | diff --git a/test/unit/reorder-objects.spec.js b/test/unit/reorder-objects.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/reorder-objects.spec.js
+++ b/test/unit/reorder-objects.spec.js
@@ -1,6 +1,8 @@
import {createAssertionQueue, fireEvent} from './utils';
import {StageComponent} from 'aurelia-testing';
impor... | test: simplify DI singleton fetch | buttonwoodcx_bcx-aurelia-reorderable-repeat | train |
b4d516ea29cae709b05bc57ca05c839f687af3fc | diff --git a/src/main/java/com/threerings/presents/peer/server/PeerManager.java b/src/main/java/com/threerings/presents/peer/server/PeerManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/threerings/presents/peer/server/PeerManager.java
+++ b/src/main/java/com/threerings/presents/peer/server/PeerManager.ja... | Add a method to make a named peer's node object available.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1 | threerings_narya | train |
8054c43ce63120d81baf27caa4b0ec42b537a0ad | diff --git a/vyper/context/types/function.py b/vyper/context/types/function.py
index <HASH>..<HASH> 100644
--- a/vyper/context/types/function.py
+++ b/vyper/context/types/function.py
@@ -258,13 +258,15 @@ class ContractFunction(BaseTypeDefinition):
f"Visibility must be set to one of: {', '.join(Functio... | refactor: move default fn arg count check to type checking | ethereum_vyper | train |
ba4768a4874c79642b3a3b408d2abb9cab2d8d30 | diff --git a/spec/octokit/client_spec.rb b/spec/octokit/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/octokit/client_spec.rb
+++ b/spec/octokit/client_spec.rb
@@ -19,7 +19,7 @@ describe Octokit::Client do
end
it 'should work with basic auth and password' do
- stub_request(:get, "https://foo%2Fbar@git... | Really fix specs in Ruby <I> | octokit_octokit.rb | train |
ee726776f5578ac49b3800e246ba5f63225dd2b5 | diff --git a/test/opentracing_test.rb b/test/opentracing_test.rb
index <HASH>..<HASH> 100644
--- a/test/opentracing_test.rb
+++ b/test/opentracing_test.rb
@@ -28,8 +28,8 @@ class OpenTracingTest < Minitest::Test
OpenTracing.global_tracer = tracer
scope = Minitest::Mock.new
- tracer.expect(:start_active_s... | Fixing failed RuboCop check | opentracing_opentracing-ruby | train |
9c2ee66a9f6855e7dccdd5c804df58ed35c91918 | diff --git a/models/player.go b/models/player.go
index <HASH>..<HASH> 100644
--- a/models/player.go
+++ b/models/player.go
@@ -73,6 +73,8 @@ type Player struct {
Settings []PlayerSetting
MumbleUsername string `sql:"unique"`
MumbleAuthkey string `sql:"not null;unique"`
+
+ TwitchAccessToken string
}
// ... | Add Twitch Access Token field to Player | TF2Stadium_Helen | train |
9492dc7f7cd324d2cd5a619cbf727371e1b9d6b9 | diff --git a/src/Composer/Plugin/PluginManager.php b/src/Composer/Plugin/PluginManager.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Plugin/PluginManager.php
+++ b/src/Composer/Plugin/PluginManager.php
@@ -149,6 +149,12 @@ class PluginManager
return;
}
+
+ if ($package->g... | Make sure symfony/flex does not get loaded in a buggy version to avoid bogus issue reports | composer_composer | train |
4316a7b0103977a2a1547e28cd04c842d9839f1e | diff --git a/dev/merge_spark_pr.py b/dev/merge_spark_pr.py
index <HASH>..<HASH> 100755
--- a/dev/merge_spark_pr.py
+++ b/dev/merge_spark_pr.py
@@ -214,15 +214,10 @@ def fix_version_from_branch(branch, versions):
return filter(lambda x: x.name.startswith(branch_ver), versions)[-1]
-def resolve_jira(title, m... | SPARK-<I>: PR merge script should support closing multiple JIRA tickets
This will fix SPARK-<I>.
For pull requests that reference multiple JIRAs in their titles, it would be helpful if the PR merge script offered to close all of them. | apache_spark | train |
5df4e2b279b4f203808db17747818f548b321787 | diff --git a/invenio_base/app.py b/invenio_base/app.py
index <HASH>..<HASH> 100644
--- a/invenio_base/app.py
+++ b/invenio_base/app.py
@@ -84,13 +84,9 @@ def create_app_factory(app_name, config_loader=None,
.. versionadded: 1.0.0
"""
def _create_app(**kwargs):
- if 'instance_path' in app_kwargs an... | app: add "root_path" to the base app factory | inveniosoftware_invenio-base | train |
7a9ed983a0b28cb183a3934aacd4bb819b0c19bb | diff --git a/lib/JavaScriptLoader.js b/lib/JavaScriptLoader.js
index <HASH>..<HASH> 100644
--- a/lib/JavaScriptLoader.js
+++ b/lib/JavaScriptLoader.js
@@ -43,7 +43,6 @@ JavaScriptLoader.prototype.load = function (assetConfigs, cb) {
that.assetGraph.transform(
transforms.loadAssets(assetConfigs),
... | JavaScriptLoader: Removed transforms.stats from the stack (leftover debugging code). | assetgraph_assetgraph | train |
383cfb50ff8f823d40e4ba086a2208bfededc9bd | diff --git a/mungegithub/pulls/blunderbuss.go b/mungegithub/pulls/blunderbuss.go
index <HASH>..<HASH> 100644
--- a/mungegithub/pulls/blunderbuss.go
+++ b/mungegithub/pulls/blunderbuss.go
@@ -88,11 +88,6 @@ func (b *BlunderbussMunger) MungePullRequest(client *github.Client, pr *github.P
glog.Warningf("Skipping inval... | mungegithub: GetCommit in the generic code, not just in blunderbuss
Others want to use it | kubernetes-retired_contrib | train |
ab103e19c011f99c51666b90ce3a41b77b5d647d | diff --git a/src/configupdater/document.py b/src/configupdater/document.py
index <HASH>..<HASH> 100644
--- a/src/configupdater/document.py
+++ b/src/configupdater/document.py
@@ -164,6 +164,8 @@ class Document(Container[ConfigContent], MutableMapping[str, Section]):
return False
def clear(self):
+ ... | Detach blocks when cleaning containers
Blocks hold a reference to their containers, so if someone for some
reason is keeping a reference to a block, it would be nice (for the sake
of consistency) to guarantee that block does not hold a reference to its
former container if that container is emptied via `.clear()`
Ther... | pyscaffold_configupdater | train |
250d7b8d90360ab43b63088096fcc99bca5a25dc | diff --git a/stagemonitor-alerting/src/main/java/org/stagemonitor/alerting/AlertingPlugin.java b/stagemonitor-alerting/src/main/java/org/stagemonitor/alerting/AlertingPlugin.java
index <HASH>..<HASH> 100644
--- a/stagemonitor-alerting/src/main/java/org/stagemonitor/alerting/AlertingPlugin.java
+++ b/stagemonitor-alerti... | Only show alert detail is status is not ok | stagemonitor_stagemonitor | train |
479542362f927d11052ca64c1866edc6302c3fa4 | diff --git a/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java b/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java
index <HASH>..<HASH> 100644
--- a/src/share/classes/com/sun/tools/javac/code/TypeAnnotationPosition.java
+++ b/src/share/classes/com/sun/tools/javac/code/TypeAnnot... | Make a field public to allow direct access. This makes compatibility between Java 8 and 9 easier, as the field can be accessed directly in both. Reflective access will need to be used eventually. | wmdietl_jsr308-langtools | train |
b90166ee4f83002777e74457c755ee0d391be87f | diff --git a/db/topology.go b/db/topology.go
index <HASH>..<HASH> 100644
--- a/db/topology.go
+++ b/db/topology.go
@@ -326,7 +326,7 @@ func (d *Database) GetFragmentForBitmap(slice *Slice, bitmap *Bitmap) (*Fragment
}
frag_id_s, err := fsi.hashring.Get(fmt.Sprintf("%d", bitmap.Id))
if err != nil {
- log.Println(... | added better logging for hashring errors | pilosa_pilosa | train |
1bb531965f8e1a546129c95d183d4e7633dea719 | diff --git a/src/Mcfedr/AwsPushBundle/Service/Devices.php b/src/Mcfedr/AwsPushBundle/Service/Devices.php
index <HASH>..<HASH> 100644
--- a/src/Mcfedr/AwsPushBundle/Service/Devices.php
+++ b/src/Mcfedr/AwsPushBundle/Service/Devices.php
@@ -54,7 +54,7 @@ class Devices
]
];
- if ... | Removed checking typo of user data. | mcfedr_awspushbundle | train |
68dea085707e7ceef85ef06d66ee0c860a05cb3c | diff --git a/lib/Vespolina/Billing/Manager/BillingManager.php b/lib/Vespolina/Billing/Manager/BillingManager.php
index <HASH>..<HASH> 100755
--- a/lib/Vespolina/Billing/Manager/BillingManager.php
+++ b/lib/Vespolina/Billing/Manager/BillingManager.php
@@ -97,8 +97,13 @@ class BillingManager implements BillingManagerInte... | persisting billing agreements + added cycles interval | vespolina_commerce | train |
2a94b86604c4067b96e351497e7870f565ab037a | diff --git a/dev/components/components/stepper.vue b/dev/components/components/stepper.vue
index <HASH>..<HASH> 100644
--- a/dev/components/components/stepper.vue
+++ b/dev/components/components/stepper.vue
@@ -104,6 +104,9 @@ export default {
color: 'secondary',
text: ''
}
+ },
+ mounted () {
+ ... | feat(QStepper): Improve animation for horizontal stepper | quasarframework_quasar | train |
9270a146da2c4e487074c1dc1b3646cf328f3868 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -214,7 +214,7 @@ class WebTorrent extends EventEmitter {
}
port.postMessage(chunk)
if (!chunk) cleanup()
- if (!this.workerKeepAliveInterval) this.workerKeepAliveInterval = setInterval... | refactor: replace deprecated String.prototype.substr() (#<I>)
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated | webtorrent_webtorrent | train |
25d3bc237b2fa8ca0427644572bab3a4a4da3ed2 | diff --git a/lib/main.js b/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -97,11 +97,17 @@ var csv = isLocal ? csvLocal.initialize() : csvRemote.initialize(info, log);
var registerCommands = typeof browser !== 'undefined' && _.isUndefined(browser.testableLogInfo);
if (registerCommand... | register commands on multi-browser setups | testable_node-script-utils | train |
c3ba183b31e3914bfcf3690ead4a4bf9ca78de3c | diff --git a/lib/phobos.rb b/lib/phobos.rb
index <HASH>..<HASH> 100644
--- a/lib/phobos.rb
+++ b/lib/phobos.rb
@@ -50,15 +50,16 @@ module Phobos
log_file = config.logger.file
ruby_kafka = config.logger.ruby_kafka
date_pattern = '%Y-%m-%dT%H:%M:%S:%L%zZ'
- log_layout = Logging.layouts.pattern(d... | bugfix: ensures json layout for log file (it was the previous behavior) | phobos_phobos | train |
3aac08a9296d5ce4b10e22ad1d4e8f3eee52bb4e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,11 @@ from setuptools import setup, find_packages
setup(
name = "a10-neutron-lbaas",
- version = "1.7.4",
+ version = "1.8.1",
packages = find_packages(),
author = "A10 Networks",
- author... | Updated version in setup.py | a10networks_a10-neutron-lbaas | train |
bfceeb395109e846dddd553d4572ed53a51b50ec | diff --git a/go/vt/srvtopo/resilient_server.go b/go/vt/srvtopo/resilient_server.go
index <HASH>..<HASH> 100644
--- a/go/vt/srvtopo/resilient_server.go
+++ b/go/vt/srvtopo/resilient_server.go
@@ -20,6 +20,7 @@ import (
"flag"
"fmt"
"html/template"
+ "net/url"
"sort"
"sync"
"time"
@@ -468,7 +469,9 @@ func (se... | do not evict cache if unable to connect to topo server | vitessio_vitess | train |
4fd141247cafc1acaa0cdb81db59b0a930ce41e8 | diff --git a/TodoBase.py b/TodoBase.py
index <HASH>..<HASH> 100644
--- a/TodoBase.py
+++ b/TodoBase.py
@@ -43,11 +43,16 @@ class TodoBase(object):
matches = [tag[1] for tag in tags if tag[0] == p_key]
return matches if len(matches) else []
- def has_tag(self, p_key):
+ def has_tag(self, p_key,... | Also make it possible to check on the value when checking tag existence. | bram85_topydo | train |
d2248705cdef10b4c65448b4d839f84d022cbed6 | diff --git a/test/test_en_weekday.js b/test/test_en_weekday.js
index <HASH>..<HASH> 100644
--- a/test/test_en_weekday.js
+++ b/test/test_en_weekday.js
@@ -176,6 +176,27 @@ test("Test - Single Expression", function () {
}
});
+test("Test - Weekday With Casual Time", function () {
+ var text = "Lets meet on Tu... | add test for day of the week and casual time | wanasit_chrono | train |
d7929ed1d950908f979af7791e4b0e2e1340b036 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,12 +1,14 @@
-module.exports = function rangeInclusive (start, stop, step) {
+module.exports = function rangeInclusive (start, stop, stepSize) {
if (stop == null) {
stop = start
start = 1
}
- if (step == nul... | Revise algorithm to avoid global truncation | emilbayes_range-inclusive | train |
0470822ad66fbf0fe1a4a21b8cdf04cc058dc815 | diff --git a/blimpy/calib_utils/fluxcal.py b/blimpy/calib_utils/fluxcal.py
index <HASH>..<HASH> 100644
--- a/blimpy/calib_utils/fluxcal.py
+++ b/blimpy/calib_utils/fluxcal.py
@@ -190,9 +190,8 @@ def calibrate_fluxes(name,dio_name,dspec,fullstokes=False,**kwargs):
#Write calibrated data to a new filterbank file w... | Used write_to_fil instead of write_to_filterbank for calibrated product | UCBerkeleySETI_blimpy | train |
2bb43dcd5da44d466eb18955241099e0d4d6c65b | diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,7 +1,7 @@
Refinery::Application.routes.draw do
# REFINERY CMS ================================================================
-
+
filter(:refinery_locales)
root :to => 'pages... | This is a very important commit. It ensures that the whole repository is kept consistent. | refinery_refinerycms | train |
f5ad895ba624b6baddfa0c54a2da439b41b0535f | diff --git a/integration-cli/docker_cli_events_test.go b/integration-cli/docker_cli_events_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_events_test.go
+++ b/integration-cli/docker_cli_events_test.go
@@ -317,26 +317,7 @@ func TestEventsFilterContainerID(t *testing.T) {
t.Fatalf("Failed to get... | Use common code to test all events, when using filter that expect all lifecycle events.
Addresses: #<I> | containers_storage | train |
2b51abaced74e6e062382b1f01fb86002147b2e7 | diff --git a/all-update.sh b/all-update.sh
index <HASH>..<HASH> 100755
--- a/all-update.sh
+++ b/all-update.sh
@@ -52,7 +52,7 @@ for REPO in "${DIRECTORIES[@]}"; do
# yarn config set registry "https://npm.pkg.github.com/"
if [ -f ".yarnrc.yml" ]; then
# yarn 2, assuming we only use those there
- yarn | gr... | Run yarn on polkadot-dev-version (#<I>) | polkadot-js_dev | train |
ca2f9a6027467e43868e4a5b3ba0a23829218133 | diff --git a/lib/download.js b/lib/download.js
index <HASH>..<HASH> 100644
--- a/lib/download.js
+++ b/lib/download.js
@@ -43,7 +43,6 @@ module.exports.allLibsFile = function allLibsFile(options) {
module.exports.schemas = function schemas(options, allLibs) {
const allLibsRegistry = allLibs.all_libs;
const downl... | stops cleaning directory (which cleaned the wrong path anyways)
schema files will seamlessly override old files. | ui5experts_ui5-schemas | train |
95c8e7159113469983a8f5e31006899cd349dca9 | diff --git a/core/src/main/java/hudson/cli/CliCrumbExclusion.java b/core/src/main/java/hudson/cli/CliCrumbExclusion.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/cli/CliCrumbExclusion.java
+++ b/core/src/main/java/hudson/cli/CliCrumbExclusion.java
@@ -43,7 +43,7 @@ public class CliCrumbExclusion exte... | String.equals(null) is fast enough... | jenkinsci_jenkins | train |
30f6cac131e411c90b6843cb02ad328162e13e07 | diff --git a/src/frontend/org/voltdb/export/ExportDataSource.java b/src/frontend/org/voltdb/export/ExportDataSource.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/export/ExportDataSource.java
+++ b/src/frontend/org/voltdb/export/ExportDataSource.java
@@ -443,7 +443,7 @@ public class ExportDataSource imp... | ENG-<I>:
Fixed another off by one error. | VoltDB_voltdb | train |
df67aebb502c101a8ed6fbb01bdaf8a2278a2120 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-es2015-modules-umd": "6.18.0",
+ "babel-plugin-transform-... | feat(FlowType): Remove Flow Types at build-time
Allow building code that contains Flow Type annotations
Issue #<I> | skatejs_build | train |
681c4578a70137b45913a3fbde2dd125a9786ed2 | diff --git a/lib/slop.rb b/lib/slop.rb
index <HASH>..<HASH> 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -430,6 +430,7 @@ class Slop
elsif config[:multiple_switches] && argument
execute_multiple_switches(option, argument, index)
else
+ option.value = option.count > 0
option.call(... | consider how options are (un-)specified | leejarvis_slop | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.