hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b4627d8156b09e22e6293e5367433752e0030655 | diff --git a/app/image/gc/gc.go b/app/image/gc/gc.go
index <HASH>..<HASH> 100644
--- a/app/image/gc/gc.go
+++ b/app/image/gc/gc.go
@@ -250,6 +250,10 @@ func markOldImages() error {
historySize := image.ImageHistorySize()
multi := tsuruErrors.NewMultiError()
for _, appVersions := range allAppVersions {
+ if len(a... | app/image/gc: avoid to mark to removal empty appVersions | tsuru_tsuru | train |
fec312fdf512838f8f3ea6d510f93d80426edaf2 | diff --git a/blocks/rss_client/block_rss_client.php b/blocks/rss_client/block_rss_client.php
index <HASH>..<HASH> 100644
--- a/blocks/rss_client/block_rss_client.php
+++ b/blocks/rss_client/block_rss_client.php
@@ -11,10 +11,6 @@
* @package base
******************************************************************/
-/... | removed secondary cache to close bug <I> | moodle_moodle | train |
fb594fc6e0b5adcbc7e5f5e40be6ac0ff4886493 | diff --git a/commands/hugo.go b/commands/hugo.go
index <HASH>..<HASH> 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -136,7 +136,7 @@ func InitializeConfig() {
viper.SetDefault("FootnoteAnchorPrefix", "")
viper.SetDefault("FootnoteReturnLinkContents", "")
viper.SetDefault("NewContentEditor", "")
- viper.... | Set detault for Paginate to <I>
<I> is a better default than 0, since no paginator pages will be created unles referenced by a `.Paginator`.
See #<I> | gohugoio_hugo | train |
3495e3b47b605237a03165da652fc394c9ea7e21 | diff --git a/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java b/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java
index <HASH>..<HASH> 100755
--- a/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java
+++ b/tcases-lib/src/main/java/org/cornutum/tcases/Tcases.java
@@ -1001,28 +1001,7 @@ public class T... | Tcases: Encapsulate generation logic in standard getTests() method | Cornutum_tcases | train |
055e94ef57d546949330222a593b40611346ce4f | diff --git a/python/phonenumbers/__init__.py b/python/phonenumbers/__init__.py
index <HASH>..<HASH> 100644
--- a/python/phonenumbers/__init__.py
+++ b/python/phonenumbers/__init__.py
@@ -146,7 +146,7 @@ from .phonenumbermatcher import PhoneNumberMatch, PhoneNumberMatcher, Leniency
# Version number is taken from the ... | Prep for <I> release | daviddrysdale_python-phonenumbers | train |
8e2b8230900ac301d6480fedff542d1b0323cdaf | diff --git a/views/js/runner/plugin.js b/views/js/runner/plugin.js
index <HASH>..<HASH> 100644
--- a/views/js/runner/plugin.js
+++ b/views/js/runner/plugin.js
@@ -16,7 +16,7 @@
* Copyright (c) 2015 (original work) Open Assessment Technologies SA ;
*/
/**
- * @author Jean-Sébastien Conan <jean-sebastien.conan@vespe... | fixed wrong/copy paste file headers | oat-sa_extension-tao-test | train |
5c22ea2f8b2cca80846f5d45ee626965c167f3f3 | diff --git a/DrdPlus/Codes/Armaments/ShieldCode.php b/DrdPlus/Codes/Armaments/ShieldCode.php
index <HASH>..<HASH> 100644
--- a/DrdPlus/Codes/Armaments/ShieldCode.php
+++ b/DrdPlus/Codes/Armaments/ShieldCode.php
@@ -130,4 +130,12 @@ class ShieldCode extends Code implements MeleeWeaponlikeCode, ProtectiveArmament
... | Shield code can be directly asked if is without shield in fact | drdplusinfo_drdplus-codes | train |
83601202d9d4714b479df492a4d043ee01d3ca5a | diff --git a/tsdb/head_test.go b/tsdb/head_test.go
index <HASH>..<HASH> 100644
--- a/tsdb/head_test.go
+++ b/tsdb/head_test.go
@@ -1276,7 +1276,7 @@ func TestAddDuplicateLabelName(t *testing.T) {
wlog, err := wal.NewSize(nil, nil, dir, 32768, false)
testutil.Ok(t, err)
- h, err := NewHead(nil, nil, wlog, 1000)
+ ... | Add missing param to NewHead call in test. (#<I>) | prometheus_prometheus | train |
339c151f58d68ef60877e7e1a1d6c53ae093c5d1 | diff --git a/edisgo/tools/powermodels_io.py b/edisgo/tools/powermodels_io.py
index <HASH>..<HASH> 100644
--- a/edisgo/tools/powermodels_io.py
+++ b/edisgo/tools/powermodels_io.py
@@ -21,7 +21,7 @@ def to_powermodels(pypsa_net):
ppc,loads_t,gens_t = pypsa2ppc(pypsa_net)
# conver pypower datastructure to powe... | initial commit with powermodels io, convert pypsa net to network dictionary strutcture usable in powermodels | openego_eDisGo | train |
ebf8332104c1c6fbd01b521a713e49d040c62920 | diff --git a/extmod/re1.5/compilecode.c b/extmod/re1.5/compilecode.c
index <HASH>..<HASH> 100644
--- a/extmod/re1.5/compilecode.c
+++ b/extmod/re1.5/compilecode.c
@@ -53,6 +53,9 @@ static const char *_compilecode(const char *re, ByteProg *prog, int sizecode)
PC++; // Skip # of pair byte
prog->... | extmod/re<I>: Support escaping within RE classes.
Fixes issues #<I> and #<I>.
Tests are added, including all the cases mentioned in both bugs. | micropython_micropython | train |
83ef1f387ef9b09e57d7481eb1eede8cf2de04de | diff --git a/rpc.go b/rpc.go
index <HASH>..<HASH> 100644
--- a/rpc.go
+++ b/rpc.go
@@ -8,8 +8,17 @@ func NewGetSchemaArgs(schema string) []interface{} {
}
// NewTransactArgs creates a new set of arguments for a transact RPC
-func NewTransactArgs(database string, operation Operation) []interface{} {
- return []inter... | Add support for multiple operations in a single transact | socketplane_libovsdb | train |
db839e5b955793c8d6cf02467af031c855c204f0 | diff --git a/robots/__init__.py b/robots/__init__.py
index <HASH>..<HASH> 100644
--- a/robots/__init__.py
+++ b/robots/__init__.py
@@ -1,2 +1,2 @@
-VERSION = (0, 8, 2)
-__version__ = '.'.join(map(str, VERSION))
\ No newline at end of file
+# following PEP 386
+__version__ = "0.9"
diff --git a/setup.py b/setup.py
index ... | Updated setup.py to be a bit more modern and bumped version to <I>. | jazzband_django-robots | train |
6ded14a79b0a837f2922e87ca7ceced4de0929bf | diff --git a/lib/GetStream/Stream/BaseFeed.php b/lib/GetStream/Stream/BaseFeed.php
index <HASH>..<HASH> 100644
--- a/lib/GetStream/Stream/BaseFeed.php
+++ b/lib/GetStream/Stream/BaseFeed.php
@@ -148,6 +148,8 @@ class BaseFeed
/**
* @param array $activity
* @return mixed
+ *
+ * @throws StreamFe... | add doc string on exception
because makeHttpRequest will throw StreamFeedException and not adding that in the doc string just makes a bad experience to code in IDE's like PHPStorm | GetStream_stream-php | train |
6c44d7e0c00e7f216e92f9453dcbe38697584e6f | diff --git a/lib/rake/builder.rb b/lib/rake/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/rake/builder.rb
+++ b/lib/rake/builder.rb
@@ -335,7 +335,8 @@ module Rake
end
def label
- target.gsub(%r(\.), '_')
+ label = target.sub(/^\.\//, '') # Remove current directory from name
+ label.gsub(%... | Bugfix: strip leading path for Makefile.am | joeyates_rake-builder | train |
38df5af24ca8fd7099afcff38efaa523dfaa5b2d | diff --git a/pycbc/workflow/core.py b/pycbc/workflow/core.py
index <HASH>..<HASH> 100644
--- a/pycbc/workflow/core.py
+++ b/pycbc/workflow/core.py
@@ -538,6 +538,8 @@ class File(pegasus_workflow.File):
if store_file:
self.storage_path = self.cache_entry.path
+ else:
+ s... | ensure storage path is set to None if the file is not in the output map | gwastro_pycbc | train |
138113b4eb74a57ec112717421408225f03fc679 | diff --git a/kerncraft/iaca.py b/kerncraft/iaca.py
index <HASH>..<HASH> 100755
--- a/kerncraft/iaca.py
+++ b/kerncraft/iaca.py
@@ -136,7 +136,8 @@ def find_asm_blocks(asm_lines):
# good, exactly one register was found
idx_reg = possible_idx_regs[0]
- mem_sc... | supporing other index order in asm syntax | RRZE-HPC_kerncraft | train |
b4b80ed0a7fa24a99fcec947bc409d2a0e6b580a | diff --git a/src/main/java/org/zendesk/client/v2/Zendesk.java b/src/main/java/org/zendesk/client/v2/Zendesk.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/zendesk/client/v2/Zendesk.java
+++ b/src/main/java/org/zendesk/client/v2/Zendesk.java
@@ -867,6 +867,11 @@ public class Zendesk implements Closeable {
... | [feature] New method getUsers(id,ids) | cloudbees_zendesk-java-client | train |
d951988ad6bbd29a6f4363ff534c8963cfc460d3 | diff --git a/telemetry/telemetry/exception_formatter.py b/telemetry/telemetry/exception_formatter.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/exception_formatter.py
+++ b/telemetry/telemetry/exception_formatter.py
@@ -48,7 +48,9 @@ def PrintFormattedException(exception_class, exception, tb):
exception =... | [Telemetry] Don't display "Locals:" header if there are no locals to print.
Doing the 'self' exclusion in the loop was too late.
BUG=
Review URL: <URL> | catapult-project_catapult | train |
38d1b4345ee802cbc671bf9a40ec884d9720c3fb | diff --git a/examples/routeguide_client.rb b/examples/routeguide_client.rb
index <HASH>..<HASH> 100644
--- a/examples/routeguide_client.rb
+++ b/examples/routeguide_client.rb
@@ -61,7 +61,7 @@ def record_route(stub, size)
end
resp = stream.close_and_recv
- GRPC.logger.info("summary: #{resp[0].inspect}")
+ GRP... | close_and_recv should return Object instread of Array
since client in client_stream rpc returns single value | cookpad_grpc_kit | train |
033f0300f9e00a41aab96f8f1cf515db987d93ac | diff --git a/hack/jenkins/test-flake-chart/compute_flake_rate.go b/hack/jenkins/test-flake-chart/compute_flake_rate.go
index <HASH>..<HASH> 100644
--- a/hack/jenkins/test-flake-chart/compute_flake_rate.go
+++ b/hack/jenkins/test-flake-chart/compute_flake_rate.go
@@ -168,8 +168,8 @@ func filterRecentEntries(splitEntries... | switch it to kvm linux crio | kubernetes_minikube | train |
540c411934ff6e54f477c6185f852f78a218eec3 | diff --git a/blocks/admin/block_admin.php b/blocks/admin/block_admin.php
index <HASH>..<HASH> 100644
--- a/blocks/admin/block_admin.php
+++ b/blocks/admin/block_admin.php
@@ -158,7 +158,7 @@ class block_admin extends block_list {
/// View course grades (or just your own grades, same link)
if ((has_capabil... | MOved the main link to reports.php | moodle_moodle | train |
d62b60ca3982d3bcc6e23b2ddc7e9d8490e4f02e | diff --git a/WeaveServices/src/weave/config/ConnectionConfig.java b/WeaveServices/src/weave/config/ConnectionConfig.java
index <HASH>..<HASH> 100644
--- a/WeaveServices/src/weave/config/ConnectionConfig.java
+++ b/WeaveServices/src/weave/config/ConnectionConfig.java
@@ -523,7 +523,7 @@ public class ConnectionConfig
... | fixed bug complaining that "Directory Service" connection requires a
password | WeaveTeam_WeaveJS | train |
9607763b861de22553c042756134a221ecd1b0ae | diff --git a/salt/cloud/clouds/azurearm.py b/salt/cloud/clouds/azurearm.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/azurearm.py
+++ b/salt/cloud/clouds/azurearm.py
@@ -703,11 +703,17 @@ def show_interface(call=None, kwargs=None): # pylint: disable=unused-argument
data['ip_configurations'] = {}
for... | Update management of ip addresses.
- Assign static, private IP addresses.
- Ability to not assign a public IP to a VM. | saltstack_salt | train |
0b10f5925d8b8417c2878448dfe2d1b6ab7b5837 | diff --git a/src/Select/Select.js b/src/Select/Select.js
index <HASH>..<HASH> 100644
--- a/src/Select/Select.js
+++ b/src/Select/Select.js
@@ -29,9 +29,9 @@ export default class Select extends React.Component {
window.HTMLInputElement.prototype,
"value"
).set;
- nativeInputValueSetter.call(this.in... | fix(Select): call native set on current ref | mesosphere_reactjs-components | train |
883eefc7bc102c3dc33ce531c29c93b0eb2a237a | diff --git a/src/infi/instruct/buffer/reference.py b/src/infi/instruct/buffer/reference.py
index <HASH>..<HASH> 100644
--- a/src/infi/instruct/buffer/reference.py
+++ b/src/infi/instruct/buffer/reference.py
@@ -8,6 +8,14 @@ OPERATOR_TO_SYMBOL = {
}
+def safe_repr(obj):
+ try:
+ obj_repr = repr(obj)
+ ... | added safe(er) repr for func refs | Infinidat_infi.instruct | train |
34b10ca1096fafb30c8ea61178870ad3e0fcf820 | diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index <HASH>..<HASH> 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -8,6 +8,7 @@
- Bugfix: Applied sorting to the list of getter methods.
- Bugfix: Make better use of the recursion detection for
the XML analysis.
+- Bugfix: Fixed a class variable annotation.
4.1.1
... | Removed two literals in the unit tests to prevent a bad rating.
Bugfix: Fixed a class variable annotation. | brainworxx_kreXX | train |
eeafc48b5cb71a30e99b1f1fe059ce47cf6984dc | diff --git a/packages/ra-ui-materialui/src/layout/Layout.js b/packages/ra-ui-materialui/src/layout/Layout.js
index <HASH>..<HASH> 100644
--- a/packages/ra-ui-materialui/src/layout/Layout.js
+++ b/packages/ra-ui-materialui/src/layout/Layout.js
@@ -40,6 +40,7 @@ const styles = theme => ({
display: 'flex',
... | Fix IE<I> layout problem caused by missing `flex-basis: 0` | marmelab_react-admin | train |
1b3b880c1cc4ccdc76d0052340406a92ff27d5d7 | diff --git a/timepiece/context_processors.py b/timepiece/context_processors.py
index <HASH>..<HASH> 100644
--- a/timepiece/context_processors.py
+++ b/timepiece/context_processors.py
@@ -1,6 +1,4 @@
from django.conf import settings
-from django.http import HttpResponseRedirect, Http404
-from django.core.urlresolvers i... | refs #<I> - Simplified quick clock in form and made it share the project
field with clock in form | caktus_django-timepiece | train |
fd628ead09db6ba90442430864109a161fef65cf | diff --git a/lib/puppet-lint/lexer.rb b/lib/puppet-lint/lexer.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet-lint/lexer.rb
+++ b/lib/puppet-lint/lexer.rb
@@ -142,7 +142,7 @@ class PuppetLint
tokens << new_token(:MLCOMMENT, mlcomment, code[0..i])
i += mlcomment_size
- elsif chunk.ma... | :REGEX tokens can only follow certain tokens | rodjek_puppet-lint | train |
8ad5bd425cb3bedef93891ad7d35da8e2a5b53d6 | diff --git a/src/collections/Breadcrumb/BreadcrumbDivider.js b/src/collections/Breadcrumb/BreadcrumbDivider.js
index <HASH>..<HASH> 100644
--- a/src/collections/Breadcrumb/BreadcrumbDivider.js
+++ b/src/collections/Breadcrumb/BreadcrumbDivider.js
@@ -20,11 +20,7 @@ function BreadcrumbDivider(props) {
if (icon) {
... | feat(propUtils): merge className in prop renderers | Semantic-Org_Semantic-UI-React | train |
9018d072de9f686a3b2514418e1e0124be98b1dd | diff --git a/detox/src/devices/runtime/RuntimeDevice.js b/detox/src/devices/runtime/RuntimeDevice.js
index <HASH>..<HASH> 100644
--- a/detox/src/devices/runtime/RuntimeDevice.js
+++ b/detox/src/devices/runtime/RuntimeDevice.js
@@ -113,7 +113,7 @@ class RuntimeDevice {
}
async launchApp(params = {}, bundleId = t... | RuntimeDevice: rename trace events. | wix_Detox | train |
2225cb743249380d1a2e668c6b5e3e3d13a60da3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -63,14 +63,15 @@ lib.one = function (iface, callback) {
}
if (!ifaces[iface]) {
callback("no interfaces found", null);
- return;
+ return null;
}
if (iface... | sync on node >= <I> | scravy_node-macaddress | train |
3a888ea431a3e5f15eac95629129034df5599902 | 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:
- riemann-babbler (2.1.1)
+ riemann-babbler (2.1.2)
configatron
docile
file-tail
diff --git a/lib/riemann/babbler/plugins/responder_udp.rb b/... | [ups] udp responder start at <I> by default | vadv_riemann-babbler | train |
bf2b3a622da7d21756a334ff235122cfa4db3b96 | diff --git a/gwpy/io/utils.py b/gwpy/io/utils.py
index <HASH>..<HASH> 100644
--- a/gwpy/io/utils.py
+++ b/gwpy/io/utils.py
@@ -22,6 +22,7 @@
import gzip
import os
import tempfile
+from functools import wraps
from urllib.parse import urlparse
__author__ = 'Duncan Macleod <duncan.macleod@ligo.org>'
@@ -99,6 +100,5... | gwpy.io.utils: add with_open decorator
to simplify optionally opening a file before executing a function | gwpy_gwpy | train |
6dfb803aba3d1172a9676b0d6bad6508e7114a55 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "REST storage and service dispatcher",
"main": "server.js",
"scripts": {
- "start": "servisor",
+ "start": "service-runner",
"test": "sh test/utils/cleandb.sh && ... | Update to use service-runner instead of servisor
Follow the rename & a minor tweak to the num_workers config. | wikimedia_restbase | train |
625de7e7be6aa3beb11bd14536eaf6e4bbf7e655 | diff --git a/PhealFileArchive.php b/PhealFileArchive.php
index <HASH>..<HASH> 100644
--- a/PhealFileArchive.php
+++ b/PhealFileArchive.php
@@ -87,8 +87,11 @@ class PhealFileArchive implements PhealArchiveInterface
$argstr = substr($argstr, 0, -1);
$filename = "Request_" . gmdate('Ymd-His') . ($argstr ... | mkdir + umask fix. cache/archive folders will be generated with the correct umask settings | 3rdpartyeve_phealng | train |
0c57c0391ed2d85c317dc5192d650aa8385fc254 | diff --git a/skflow/io/data_feeder.py b/skflow/io/data_feeder.py
index <HASH>..<HASH> 100644
--- a/skflow/io/data_feeder.py
+++ b/skflow/io/data_feeder.py
@@ -19,6 +19,7 @@ from __future__ import division, print_function, absolute_import
import itertools
import six
from six.moves import xrange # pylint: disable=re... | Adding support to split numpy arrays into batches for prediction | tensorflow_skflow | train |
b031be9b343cfadba719eef9369cdb8380d0c0cf | diff --git a/astrobase/cpserver/checkplotserver_handlers.py b/astrobase/cpserver/checkplotserver_handlers.py
index <HASH>..<HASH> 100644
--- a/astrobase/cpserver/checkplotserver_handlers.py
+++ b/astrobase/cpserver/checkplotserver_handlers.py
@@ -556,6 +556,8 @@ class CheckplotHandler(tornado.web.RequestHandler):
... | WIP: adding magdiffs and colordiffs to nbr display | waqasbhatti_astrobase | train |
43d3e4177828544855994ca3efabae3b8a4c848f | diff --git a/tests/piechart-tests.js b/tests/piechart-tests.js
index <HASH>..<HASH> 100644
--- a/tests/piechart-tests.js
+++ b/tests/piechart-tests.js
@@ -71,4 +71,29 @@ describe('PieChart', function() {
var labels = TestUtils.scryRenderedDOMComponentsWithClass(piechart, 'rd3-piechart-label');
expect(labels.l... | Add test for animating pie chart. Test fail | yang-wei_rd3 | train |
29c16a55ba21c9aa23f6d498349a0bc2e385649a | diff --git a/course/scales.php b/course/scales.php
index <HASH>..<HASH> 100644
--- a/course/scales.php
+++ b/course/scales.php
@@ -121,7 +121,7 @@
echo "<p/>";
close_window_button();
-
+ print_footer();
exit;
} | Fixes for MDL-<I>. | moodle_moodle | train |
123921a862b2d8e11178c761bf27e05078424f68 | 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
@@ -39,22 +39,10 @@ type APIClient struct {
cancel func()
}
-type trackingContext struct {
- ctx context.Context
- UserID string
-}
-
// NewFromAddress constructs a n... | Update how we initialize context with a value | pachyderm_pachyderm | train |
fbc5ee5e1abd9c00d12e5ad7ad4646ebc40eb72e | diff --git a/nsq_metrics_tank/cassandra.go b/nsq_metrics_tank/cassandra.go
index <HASH>..<HASH> 100644
--- a/nsq_metrics_tank/cassandra.go
+++ b/nsq_metrics_tank/cassandra.go
@@ -22,7 +22,11 @@ const table_schema = `CREATE TABLE IF NOT EXISTS raintank.metric (
data blob,
PRIMARY KEY (key, ts)
) WITH COMPACT ... | add default table properties.
sets compaction strategy to DateTiered.
enables LZ4 compression.
sets read_repair_chance to 0. | grafana_metrictank | train |
dcc4fd3553c03d84bb63e81526d22a52aa059b06 | diff --git a/system/Database/BaseResult.php b/system/Database/BaseResult.php
index <HASH>..<HASH> 100644
--- a/system/Database/BaseResult.php
+++ b/system/Database/BaseResult.php
@@ -282,6 +282,11 @@ abstract class BaseResult implements ResultInterface
is_null($this->rowData) || $this->dataSeek(0);
while ($row = ... | Missed a place to check if we can syncOriginal values on Entity creation. | codeigniter4_CodeIgniter4 | train |
a880179bbd0a5e7620a86ee244000e048cf801ad | diff --git a/java/src/com/google/template/soy/basicfunctions/BasicFunctionsRuntime.java b/java/src/com/google/template/soy/basicfunctions/BasicFunctionsRuntime.java
index <HASH>..<HASH> 100644
--- a/java/src/com/google/template/soy/basicfunctions/BasicFunctionsRuntime.java
+++ b/java/src/com/google/template/soy/basicfu... | Support numbers in the randomInt function in java
The javascript implementation does, so we should here as well.
GITHUB_BREAKING_CHANGES=none
-------------
Created by MOE: <URL> | google_closure-templates | train |
c70a3e7772c752e314af9a71b7adc2852f845874 | diff --git a/src/Token.php b/src/Token.php
index <HASH>..<HASH> 100644
--- a/src/Token.php
+++ b/src/Token.php
@@ -9,6 +9,7 @@ declare(strict_types=1);
namespace Lcobucci\JWT;
+use DateTime;
use Generator;
use Lcobucci\JWT\Claim\Validatable;
use Lcobucci\JWT\Signer\Key;
@@ -214,6 +215,29 @@ class Token
}
... | Enable checking to see if tokens are expired
Being able to check if a token is expired without checking other claims
is sometimes necessary, eg when doing token refreshing.
Reference: <URL> | lcobucci_jwt | train |
abe3f15cc2cef9557014fac8f641b43251b01901 | diff --git a/tests/roundtrip-test.js b/tests/roundtrip-test.js
index <HASH>..<HASH> 100755
--- a/tests/roundtrip-test.js
+++ b/tests/roundtrip-test.js
@@ -350,6 +350,21 @@ var formatDiff = function(oldWt, newWt, offset, context) {
].join('\n');
};
+function stripElementIds(node) {
+ while (node) {
+ if (DU.isElt(... | [roundtrip-test] Strip element ids from HTML before normalizing
* Since DOMUtils HTML normalization no longer strips element ids,
we are doing them here now to eliminate useless noise in diffs.
Change-Id: I<I>f<I>ce<I>b<I>f<I>f9a7e<I>ebc<I>acc3fc | wikimedia_parsoid | train |
6d2d4693f73b396d75dcaa998a094fb7962c561a | diff --git a/src/uz-latin/validation.php b/src/uz-latin/validation.php
index <HASH>..<HASH> 100755
--- a/src/uz-latin/validation.php
+++ b/src/uz-latin/validation.php
@@ -145,5 +145,35 @@ return [
|
*/
- 'attributes' => [],
+ 'attributes' => [
+ 'name' => 'Ism',
+ 'usern... | [uz] Filled attributes[] array in validation | caouecs_Laravel-lang | train |
a78dc5cb5f553b315b4c3b4a029eb229ab6c91e0 | diff --git a/src/sos/workflow_executor.py b/src/sos/workflow_executor.py
index <HASH>..<HASH> 100755
--- a/src/sos/workflow_executor.py
+++ b/src/sos/workflow_executor.py
@@ -1368,10 +1368,26 @@ class Base_Executor:
env.log_to_file('EXECUTOR',
f'Master r... | Stop killing running steps when error occurs #<I> | vatlab_SoS | train |
ddd0a4c498f33b3f2f82d2e2ebe20c433eb6cce8 | diff --git a/lib/fortitude/widget.rb b/lib/fortitude/widget.rb
index <HASH>..<HASH> 100644
--- a/lib/fortitude/widget.rb
+++ b/lib/fortitude/widget.rb
@@ -9,6 +9,15 @@ module Fortitude
NOT_PRESENT_NEED = Object.new
class << self
+ def direct_subclasses
+ @direct_subclasses || [ ]
+ end
+
+ ... | Make sure changing 'needs' after a class is defined and inherited from works fine. | ageweke_fortitude | train |
d155f09d63ab11c0f7fad833ce0b52de6c7e1e0e | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: python
python:
- 2.7
- - 3.3
- - 3.4
- - 3.5
- - pypy
+# - 3.3
+# - 3.4
+# - 3.5
+# - pypy
install:
- pip install .
script: python setup.py test
diff --git a/jps/publisher... | Stop support python3 | OTL_jps | train |
a7a5f86c6434c1922f12826ca55e5d8aa4196e86 | diff --git a/lib/coin-op/bit/script.rb b/lib/coin-op/bit/script.rb
index <HASH>..<HASH> 100644
--- a/lib/coin-op/bit/script.rb
+++ b/lib/coin-op/bit/script.rb
@@ -114,9 +114,16 @@ module CoinOp::Bit
end
end
+ def hash160
+ CoinOp.syncbit(@network[:name]) { Bitcoin.hash160(@hex) }
+ end
+
+ d... | add p2sh_address again | GemHQ_coin-op | train |
0c3bcc467df010d33cad01e5ac61064a1bf4f7fb | diff --git a/framework/yii/YiiBase.php b/framework/yii/YiiBase.php
index <HASH>..<HASH> 100644
--- a/framework/yii/YiiBase.php
+++ b/framework/yii/YiiBase.php
@@ -624,44 +624,6 @@ class YiiBase
$object->$name = $value;
}
}
-
- /**
- * Returns the public member variables of an object.
- * This method is provi... | Moved toArray() from YiiBase to ArrayHelper. | yiisoft_yii2-bootstrap4 | train |
ad2b9a384286c9c27c0e922cc987d66b9e722a98 | diff --git a/src/Core/Router/RestfulRouter.php b/src/Core/Router/RestfulRouter.php
index <HASH>..<HASH> 100644
--- a/src/Core/Router/RestfulRouter.php
+++ b/src/Core/Router/RestfulRouter.php
@@ -78,6 +78,13 @@ class RestfulRouter extends Router implements DispatcherAwareInterface, Dispatch
protected $dispatcher;
... | New way to get Matched route #<I> | ventoviro_windwalker-core | train |
9a2645aa5e206b9ba9afc8118811ea7ac4b23cc2 | diff --git a/examples/experimental/persistent-volume-provisioning/README.md b/examples/experimental/persistent-volume-provisioning/README.md
index <HASH>..<HASH> 100644
--- a/examples/experimental/persistent-volume-provisioning/README.md
+++ b/examples/experimental/persistent-volume-provisioning/README.md
@@ -64,6 +64,... | add encryption to aws provisioner and cloud provider | kubernetes_kubernetes | train |
00c982db35873df3060378ce6de636530ee63cfb | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
],
keywords='cloudformation, aws, cloud',
packages=['former'],
- install_requires=['requests', 'pyyaml'],
+ install_requires=['requests', 'pyyaml', 'pathlib'],
entry_points={
... | Adds pathlib to install_requires for python2 support | theserverlessway_former | train |
53ae83f80a5a82e15b4d6873411911a548189ea7 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -11,7 +11,7 @@ function repeat(str, num) {
function paddLeft(str, length, what) {
if (length <= str.length) {
- return str;
+ return str.substring(0, length);
}
what = what || ' ';
return repeat(what, length - str... | Fixed bad padding, should shrink when padding is lower than string length | SimonSchick_esprintf | train |
a19f4f284816519afe011efdc7c9287f5767c223 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -202,7 +202,7 @@ module.exports = function (grunt) {
grunt.registerTask('test:meteor', ['exec:meteor-init', 'exec:meteor-test', 'exec:meteor-cleanup']);
// travis build task
- grunt.registerTask(... | Do not run tests twice in travis | moment_moment | train |
3992982f12aa189a458344a4e001837facf1f9c0 | diff --git a/app/controllers/ems/channels_controller.rb b/app/controllers/ems/channels_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/ems/channels_controller.rb
+++ b/app/controllers/ems/channels_controller.rb
@@ -61,18 +61,18 @@ module Ems
# PUT /channels/1
# PUT /channels/1.json
def up... | reverting accidentally committed channels_controller changes | thebeansgroup_ems | train |
ff1e2f3e7a645f2144e03ab4380a9641e15d29b4 | diff --git a/src/jobTree/jobStores/awsJobStore.py b/src/jobTree/jobStores/awsJobStore.py
index <HASH>..<HASH> 100644
--- a/src/jobTree/jobStores/awsJobStore.py
+++ b/src/jobTree/jobStores/awsJobStore.py
@@ -241,11 +241,7 @@ class AWSJobStore( AbstractJobStore ):
def writeSharedFileStream( self, sharedFileName ):
... | Move conditional bucket assert to within getFileVersion, and create getFileVersionAndBucket so the bucket is only returned if explicitly asked for. | DataBiosphere_toil | train |
4f3b04bc2bfdf6106147a7d3a27cb8555c2410ef | diff --git a/shared/simplestreams.go b/shared/simplestreams.go
index <HASH>..<HASH> 100644
--- a/shared/simplestreams.go
+++ b/shared/simplestreams.go
@@ -180,6 +180,7 @@ func (s *SimpleStreamsManifest) ToLXD() ([]ImageInfo, map[string][][]string) {
}
// Attempt to parse the EOL
+ image.ExpiryDate = time.Un... | simplestreams: properly deal with unset expiry | lxc_lxd | train |
9d06a0a317e406cfc1526b8c0aeb2ac05649e7b2 | diff --git a/src/Tippy.js b/src/Tippy.js
index <HASH>..<HASH> 100644
--- a/src/Tippy.js
+++ b/src/Tippy.js
@@ -79,7 +79,7 @@ function Tippy({
instanceRef.current.destroy()
instanceRef.current = null
}
- }, [])
+ }, [children.type])
useIsomorphicLayoutEffect(() => {
if (!mounted) {
diff --... | Account for children update (#<I>)
* Account for children update
* Add tests for component children | atomiks_tippy.js-react | train |
fc43388ae7114ee3961f37d335797ff17d364517 | diff --git a/main/core/Resources/modules/plugins/Controller/PluginController.js b/main/core/Resources/modules/plugins/Controller/PluginController.js
index <HASH>..<HASH> 100644
--- a/main/core/Resources/modules/plugins/Controller/PluginController.js
+++ b/main/core/Resources/modules/plugins/Controller/PluginController.... | [CoreBundle] Fixing plugin configuration redirect. (#<I>) | claroline_Distribution | train |
7d58901ae8a8a89fbe2de6e9d43ba522b0031723 | diff --git a/agent/consul/state/catalog_test.go b/agent/consul/state/catalog_test.go
index <HASH>..<HASH> 100644
--- a/agent/consul/state/catalog_test.go
+++ b/agent/consul/state/catalog_test.go
@@ -543,7 +543,7 @@ func deprecatedEnsureNodeWithoutIDCanRegister(t *testing.T, s *Store, nodeName s
Node: nodeName,
... | Fix bad int -> string conversions caught by go vet changes in <I> (#<I>) | hashicorp_consul | train |
b67e8318ffe5f7801888179231fed96a1f8209a3 | diff --git a/lib/trace.js b/lib/trace.js
index <HASH>..<HASH> 100644
--- a/lib/trace.js
+++ b/lib/trace.js
@@ -12,7 +12,7 @@ var through = require('through2');
var TRACE_RE = /^\s+at .+:[0-9]+/;
-var IGNORE_RE = /node_modules\/(browserify|mocha|mocaccino)\//;
+var IGNORE_RE = /node_modules\/(browserify|browser\-p... | Filter `browser-pack` lines from stack traces | mantoni_mochify.js | train |
7fdfa7f99ebf4a2875b26d03440280c31f4a6814 | diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Searcher.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Searcher.java
index <HASH>..<HASH> 100755
--- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Searcher.java
+++ b/robotium-solo/src/main/java/com/jayway/a... | Clarified javadoc for searchButton(String, int) in Solo and Searcher. | RobotiumTech_robotium | train |
b837002bd60f566c1291de6f849ed773fc0760d1 | diff --git a/lib/multirepo/commands/install.rb b/lib/multirepo/commands/install.rb
index <HASH>..<HASH> 100644
--- a/lib/multirepo/commands/install.rb
+++ b/lib/multirepo/commands/install.rb
@@ -54,7 +54,7 @@ module MultiRepo
end
if branch.checkout
- Console.log_info("Checked out branch #{b... | Changed log level of branch checkout to "substep" in Install. | fortinmike_git-multirepo | train |
b2bf0a2463177dd2eea19aca98b5d69b2512536f | diff --git a/lib/search_engine.py b/lib/search_engine.py
index <HASH>..<HASH> 100644
--- a/lib/search_engine.py
+++ b/lib/search_engine.py
@@ -2484,7 +2484,7 @@ def print_record(recID, format='hb', ot='', ln=cdslang, decompress=zlib.decompre
if oai_ids:
out += "<datafield tag=\"%s\... | Properly mark deleted records as <I>$c DELETED (not <I>$a) | inveniosoftware_invenio-records | train |
ae3976f92ae498c5dc179894ce00739301600151 | diff --git a/environs/jujutest/livetests.go b/environs/jujutest/livetests.go
index <HASH>..<HASH> 100644
--- a/environs/jujutest/livetests.go
+++ b/environs/jujutest/livetests.go
@@ -404,15 +404,25 @@ func (t *LiveTests) TestBootstrapAndDeploy(c *C) {
// Now remove the unit and its assigned machine and
// check tha... | environs/jujutest: attempt fix to live test | juju_juju | train |
5d0f83d73db83536ccb69725fe516753b96a2081 | diff --git a/consul/rpc.go b/consul/rpc.go
index <HASH>..<HASH> 100644
--- a/consul/rpc.go
+++ b/consul/rpc.go
@@ -160,9 +160,11 @@ func (s *Server) handleConsulConn(conn net.Conn) {
if err := s.rpcServer.ServeRequest(rpcCodec); err != nil {
if err != io.EOF && !strings.Contains(err.Error(), "closed") {
s.l... | consul: more telemetry on RPCs and queries | hashicorp_consul | train |
cd8aab6d9363a4257a4ac05d95788437b0c1777a | diff --git a/cobra/solvers/__init__.py b/cobra/solvers/__init__.py
index <HASH>..<HASH> 100644
--- a/cobra/solvers/__init__.py
+++ b/cobra/solvers/__init__.py
@@ -51,9 +51,10 @@ for i in listdir(path.dirname(path.abspath(__file__))):
for solver in possible_solvers:
nicer_name = solver[:-7] if solver.endswith("_so... | cglpk can be linked glpk in base directory
This allows for easy static linking to libglpk if it is not installed
sytemwide. Adding the statically built libglpk.a and glpk.h header to
the same folder setup.py is being run will build against those files. | opencobra_cobrapy | train |
c989dddaa2735d25ae0b55cce4b0ae35057dada4 | diff --git a/lib/active_interaction/base.rb b/lib/active_interaction/base.rb
index <HASH>..<HASH> 100644
--- a/lib/active_interaction/base.rb
+++ b/lib/active_interaction/base.rb
@@ -129,8 +129,8 @@ module ActiveInteraction
except = options[:except]
other_filters = klass.filters.dup
- other_f... | Re #<I>; accept symbols as well as arrays | AaronLasseigne_active_interaction | train |
ca6f400a9462d3003895aa65f5f5cd6770a4c13b | diff --git a/core-bundle/src/Resources/contao/forms/Form.php b/core-bundle/src/Resources/contao/forms/Form.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/forms/Form.php
+++ b/core-bundle/src/Resources/contao/forms/Form.php
@@ -116,7 +116,14 @@ class Form extends \Hybrid
{
while ($objField... | [Core] Only use the form field name as array key if it is not empty. | contao_contao | train |
cd6ef0a5bbf0638518906d65893206ded2764ab7 | diff --git a/mod/quiz/edit.php b/mod/quiz/edit.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/edit.php
+++ b/mod/quiz/edit.php
@@ -99,15 +99,11 @@
$streditingquestions = get_string('editquestions', "quiz");
$streditingquiz = get_string('editinga', 'moodle', $strquiz);
-
-
-
// Get the course object and... | MDL-<I> - Quiz reorder tool broken. Merged from MOODLE_<I>_STABLE. | moodle_moodle | train |
702d4a454d178bf6092d8f683da7d9dbf69f5a2b | diff --git a/spyder/widgets/calltip.py b/spyder/widgets/calltip.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/calltip.py
+++ b/spyder/widgets/calltip.py
@@ -157,6 +157,10 @@ class CallTipWidget(QLabel):
def show_tip(self, point, tip, wrapped_tiplines):
""" Attempts to show the specified tip at the c... | Calltip: Don't show it if it's already visible | spyder-ide_spyder | train |
26a4a214c270a41f365a7590189e33913334c6ad | diff --git a/lib/mongo/grid/fs.rb b/lib/mongo/grid/fs.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/grid/fs.rb
+++ b/lib/mongo/grid/fs.rb
@@ -31,24 +31,6 @@ module Mongo
# @return [ Collection ] files_collection The files collection.
attr_reader :files_collection
- # Find files in the GridFS
- ... | RUBY-<I> Remove one file from GridFS | mongodb_mongo-ruby-driver | train |
0989015ed2322a80f94625f2800b37bef5204e87 | diff --git a/src/packet/packet.js b/src/packet/packet.js
index <HASH>..<HASH> 100644
--- a/src/packet/packet.js
+++ b/src/packet/packet.js
@@ -97,9 +97,9 @@ export default {
if (length < 256) {
return new Uint8Array([0x80 | (tag_type << 2), length]);
} else if (length < 65536) {
- return util.conc... | V3 header generation was concat()-ing non-Uint8 arrays | openpgpjs_openpgpjs | train |
f57486f8022d6adebe706cd95d5fc65c001d7a06 | diff --git a/src/Detail/Blitline/Job/Source/AwsS3Source.php b/src/Detail/Blitline/Job/Source/AwsS3Source.php
index <HASH>..<HASH> 100644
--- a/src/Detail/Blitline/Job/Source/AwsS3Source.php
+++ b/src/Detail/Blitline/Job/Source/AwsS3Source.php
@@ -9,9 +9,9 @@ class AwsS3Source extends BaseSource implements
AwsS3Sou... | Decode urlencoded value of bucket-key, permit s3 urls without region | detailnet_blitline | train |
78cf14f249fe7fffbdac253573e4fb8ce19bc200 | diff --git a/ember-cli-build.js b/ember-cli-build.js
index <HASH>..<HASH> 100644
--- a/ember-cli-build.js
+++ b/ember-cli-build.js
@@ -8,7 +8,7 @@ module.exports = function (defaults) {
{ module: require('postcss-color-gray') }
]
},
- postcompile: {
+ filter: {
enabled: tru... | Allows for compiling AND filtering | jeffjewiss_ember-cli-postcss | train |
7b2e282887ee8a8eb823d86ec5fcd125673f1944 | diff --git a/libkbfs/keybase_daemon_rpc.go b/libkbfs/keybase_daemon_rpc.go
index <HASH>..<HASH> 100644
--- a/libkbfs/keybase_daemon_rpc.go
+++ b/libkbfs/keybase_daemon_rpc.go
@@ -223,6 +223,7 @@ func (k *KeybaseDaemonRPC) OnConnect(ctx context.Context,
keybase1.NotifySessionProtocol(k),
keybase1.NotifyKeyfamilyPr... | keybase_service_base: support sync status requests
For now, just return the number of unflushed bytes.
Issue: KBFS-<I> | keybase_client | train |
a25819bd6ee46451cb3ff130cc2403c844f2893f | diff --git a/core-bundle/src/Resources/contao/dca/tl_settings.php b/core-bundle/src/Resources/contao/dca/tl_settings.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/dca/tl_settings.php
+++ b/core-bundle/src/Resources/contao/dca/tl_settings.php
@@ -28,7 +28,7 @@ $GLOBALS['TL_DCA']['tl_settings'] =... | [Core] Show the security relevant palettes of `tl_settings` by default | contao_contao | train |
8fc73067e3c11810af374e886a41b9f3611a8873 | diff --git a/actionview/lib/action_view/rendering.rb b/actionview/lib/action_view/rendering.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/rendering.rb
+++ b/actionview/lib/action_view/rendering.rb
@@ -41,7 +41,7 @@ module ActionView
def _helpers
end
- def build_av_class(klass, sup... | Rename method so it is more descriptive | rails_rails | train |
2896e41e298426a554e9a2e3a617efa22a6c7148 | diff --git a/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java b/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java
+++ b/src/main/java/io/lettuce/core/sentinel/R... | Correctly return AsyncCommand from RedisSentinelAsyncCommands.dispatch(…) #<I>
Dispatching custom commands now returns always a AsyncCommand. In case StatefulConnection returns a non-AsyncCommand, we return the future instance that was sent to the connection. If StatefulConnection returns a AsyncCommand, we return tha... | lettuce-io_lettuce-core | train |
fb49149ff751e79d95840f8fd71d011fc478098d | diff --git a/great_expectations/render/renderer/content_block/bullet_list_content_block.py b/great_expectations/render/renderer/content_block/bullet_list_content_block.py
index <HASH>..<HASH> 100644
--- a/great_expectations/render/renderer/content_block/bullet_list_content_block.py
+++ b/great_expectations/render/rende... | * Add test to attempt to render templates | great-expectations_great_expectations | train |
fa4eabe2ab79b1fce93ec403eae5ad67933ea1ec | diff --git a/fproject/authclient/OAuth2.php b/fproject/authclient/OAuth2.php
index <HASH>..<HASH> 100644
--- a/fproject/authclient/OAuth2.php
+++ b/fproject/authclient/OAuth2.php
@@ -192,7 +192,7 @@ class OAuth2 extends \yii\authclient\OAuth2
if(!empty($payload) && property_exists($payload, 'sub') && property_... | [Done] Implement AuthRevokeAction | fproject_yii2-authclient | train |
bed0a940ed0e7e3b26ab5c4b8fd875998b2c1d68 | diff --git a/Kwc/User/Login/Facebook/Component.js b/Kwc/User/Login/Facebook/Component.js
index <HASH>..<HASH> 100644
--- a/Kwc/User/Login/Facebook/Component.js
+++ b/Kwc/User/Login/Facebook/Component.js
@@ -8,7 +8,7 @@ Kwf.onElementReady('.kwcUserLoginFacebook', function(el, config){
if (response.statu... | renamed code to accessToken | koala-framework_koala-framework | train |
5bb2851002be940f8bcbaf6a1d78af5712e81b52 | diff --git a/octodns/provider/ns1.py b/octodns/provider/ns1.py
index <HASH>..<HASH> 100644
--- a/octodns/provider/ns1.py
+++ b/octodns/provider/ns1.py
@@ -1130,8 +1130,15 @@ class Ns1Provider(BaseProvider):
def _get_ns1_filters(self, ns1_zone_name):
ns1_filters = {}
+ ns1_zone = {}
+
try... | Keep minimum relevant code in try/except block | github_octodns | train |
616f83cb9523fe679a821e47a5c592de2651312b | diff --git a/AdvancedHTMLParser/SpecialAttributes.py b/AdvancedHTMLParser/SpecialAttributes.py
index <HASH>..<HASH> 100644
--- a/AdvancedHTMLParser/SpecialAttributes.py
+++ b/AdvancedHTMLParser/SpecialAttributes.py
@@ -112,7 +112,7 @@ class SpecialAttributesDict(dict):
def _handleClassAttr(self):
'''
- ... | Do similar hack to style as was done with className on SpecialAttributesDict. Add tests which were failing before but now passing. | kata198_AdvancedHTMLParser | train |
4a1509de20d15dc2876c5e3643e20ac6a72dad42 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -382,6 +382,39 @@ class Config {
* @since v3.7.1
*/
this.useAlternateAccessAddress = Boolean(config.useAlternateAccessAddress)
+
+ /**
+ * @name Config#rackAware
+ * @summary Tra... | Support rack aware clients
Ref. AER-<I> | aerospike_aerospike-client-nodejs | train |
663e0c5c23e61c98ba56e392d8002187184ce4fd | diff --git a/terminaltables.py b/terminaltables.py
index <HASH>..<HASH> 100644
--- a/terminaltables.py
+++ b/terminaltables.py
@@ -30,38 +30,79 @@ class AsciiTable(object):
self.table_data = table_data
self.title = title
- self.first_row_heading = False
- self.justify_right = False
- ... | Clearer attributes, started on table property. | Robpol86_terminaltables | train |
c39028f39396c10768aadae2cd6968d6a81cb7f0 | diff --git a/src/system/modules/metamodels/languages/de/default.php b/src/system/modules/metamodels/languages/de/default.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodels/languages/de/default.php
+++ b/src/system/modules/metamodels/languages/de/default.php
@@ -28,11 +28,11 @@ $GLOBALS['TL_LANG']['MSC'... | squeezed out some nasty little english fragments | MetaModels_core | train |
5e3858aec94c298d0b1818222137d4a31f2696c4 | diff --git a/NEWS.txt b/NEWS.txt
index <HASH>..<HASH> 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,10 @@
News
====
+0.4 ()
+------
+* Ignore unused variables starting with an underscore (_x, _unused, _)
+
0.3 (2012-03-19)
----------------
diff --git a/tests/test_scavenging.py b/tests/test_scavenging.py
index... | Ignore unused variables starting with an underscore (_x, _unused, _) | jendrikseipp_vulture | train |
e69d4db4affd4e90351745ed11773cb6ee795380 | diff --git a/plugins/cilium-docker/driver/driver.go b/plugins/cilium-docker/driver/driver.go
index <HASH>..<HASH> 100644
--- a/plugins/cilium-docker/driver/driver.go
+++ b/plugins/cilium-docker/driver/driver.go
@@ -134,7 +134,7 @@ func (driver *driver) updateRoutes(addressing *models.NodeAddressing) {
driver.routes... | docker: Only install routes if address family is enabled
This allows to disable IPv4 and IPv6 for docker networks. Only one of the two
address families have to be enabled. | cilium_cilium | train |
ac5e8d94f92adc32fd0e0980abe6f27ce7b62057 | diff --git a/peyotl/phylesystem/phylesystem_umbrella.py b/peyotl/phylesystem/phylesystem_umbrella.py
index <HASH>..<HASH> 100644
--- a/peyotl/phylesystem/phylesystem_umbrella.py
+++ b/peyotl/phylesystem/phylesystem_umbrella.py
@@ -118,6 +118,9 @@ class _Phylesystem(TypeAwareDocStore):
@property
def iter_study... | Add (and use) study alias for `iter_doc_filepaths` | OpenTreeOfLife_peyotl | train |
ab1117f1ae3a0fba299038bc3c2b5ceffdacaff7 | diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php
index <HASH>..<HASH> 100644
--- a/resources/lang/fi-FI/cachet.php
+++ b/resources/lang/fi-FI/cachet.php
@@ -77,7 +77,7 @@ return [
// Subscriber
'subscriber' => [
- 'subscribe' => 'Subscribe to get the updates',
... | New translations cachet.php (Finnish) | CachetHQ_Cachet | train |
f2e883a8c566afb15c93c9d997d5a2904febdc6a | diff --git a/src/server/auth/server/api_server.go b/src/server/auth/server/api_server.go
index <HASH>..<HASH> 100644
--- a/src/server/auth/server/api_server.go
+++ b/src/server/auth/server/api_server.go
@@ -188,7 +188,11 @@ func (a *apiServer) EnvBootstrap(ctx context.Context) error {
if !identity.IsErrAlreadyEx... | Fix Update OIDC Client in Bootstrap (#<I>)
* Fix Update OIDC Client in Bootstrap
* Improve + squash deploy enterprise tests | pachyderm_pachyderm | train |
0091c953ad9150afe9f962af79103a9c429b820d | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -665,6 +665,7 @@ exports.extend = function(newConf) {
if (config.storage) {
baseDir = path.join(customDirs, config.storage);
}
+ fse.ensureDirSync(baseDir);
var shasum = crypto.createHash('sh... | refactor: ensure baseDir exists | avwo_whistle | train |
d77b55388d0de19c39f65957e86a487d8e1c866b | diff --git a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
+++ b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
@@ -1102,7 +1102,7 @@ class V1Controller extends Controll... | Add extended behavior to listRecord
PHRAS-<I> | alchemy-fr_Phraseanet | train |
2becf6c6096900b31bfcdc90ac8eed8dec6c6f07 | diff --git a/lib/ruck/shreduling.rb b/lib/ruck/shreduling.rb
index <HASH>..<HASH> 100644
--- a/lib/ruck/shreduling.rb
+++ b/lib/ruck/shreduling.rb
@@ -117,9 +117,7 @@ module Ruck
end
end
- # ruck main loop
- # executes all shreds and synthesizes audio
- # until all shreds exit
+ # executes u... | wow, that was an outdated comment | alltom_ruck | train |
27173f2c1091e871f00f97f83d940ce1ba8ecc3f | diff --git a/gosu-core/src/main/java/gw/internal/gosu/parser/GosuClassParser.java b/gosu-core/src/main/java/gw/internal/gosu/parser/GosuClassParser.java
index <HASH>..<HASH> 100644
--- a/gosu-core/src/main/java/gw/internal/gosu/parser/GosuClassParser.java
+++ b/gosu-core/src/main/java/gw/internal/gosu/parser/GosuClassP... | IDE-<I>. Enum const must precede comma | gosu-lang_gosu-lang | train |
12297e33541ef53bbc27dfdfac44aaa55972f8d1 | diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/resource/group_spec.rb
+++ b/spec/functional/resource/group_spec.rb
@@ -1,7 +1,7 @@
#
# Author:: Chirag Jog (<chirag@clogeny.com>)
# Author:: Siddheshwar More (<siddheshwar.m... | Simplify platform detection in the group functional specs
We're trying to catch everything linux here. Just catch that. | chef_chef | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.