hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
787acc0454cb9e45ee4242ce3cc80631c6cfac60 | diff --git a/imageloader/src/se/alexanderblom/imageloader/URLUtil.java b/imageloader/src/se/alexanderblom/imageloader/URLUtil.java
index <HASH>..<HASH> 100644
--- a/imageloader/src/se/alexanderblom/imageloader/URLUtil.java
+++ b/imageloader/src/se/alexanderblom/imageloader/URLUtil.java
@@ -12,16 +12,8 @@ public class U... | Remove unnecessary utility method
Clients can use Uri.fromFile() instead | lexs_webimageloader | train |
d628171f320774353e39ccff1968770ce1bf818a | diff --git a/admin/settings/frontpage.php b/admin/settings/frontpage.php
index <HASH>..<HASH> 100644
--- a/admin/settings/frontpage.php
+++ b/admin/settings/frontpage.php
@@ -2,7 +2,7 @@
// This file defines everything related to frontpage
-if (!empty($CFG->version)) { //do not use during installation
+if (!during... | MDL-<I> get_site() replaced by proper installation time test | moodle_moodle | train |
67a5fc62924b1726b47e2e7d71500c67c3989f9c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100755
--- a/README.md
+++ b/README.md
@@ -3,8 +3,13 @@
[](https://scrutinizer-ci.com/g/johnnymast/redbox-dns/?branch=master)
[ (adlErr adl2.DataLakeStorageError, err err
func mapADLv2Error(resp *http.Response, err error, rawErro... | better logging for adlv2 network errors | kahing_goofys | train |
3784cbca466f496631041723142d1072a247a8a4 | diff --git a/gwpy/cli/cliproduct.py b/gwpy/cli/cliproduct.py
index <HASH>..<HASH> 100644
--- a/gwpy/cli/cliproduct.py
+++ b/gwpy/cli/cliproduct.py
@@ -185,13 +185,23 @@ class CliProduct(object):
return
def arg_freq(self, parser):
- """Parameters for FFT based plots"""
+ """Parameters for F... | gwpy/cli/cliproduct.py: added a second fft parm spec with defaults for
coherence-spectrograms | gwpy_gwpy | train |
925c1427a8ed308ce55a0eed709c56515aeabcc4 | diff --git a/client/container_create_test.go b/client/container_create_test.go
index <HASH>..<HASH> 100644
--- a/client/container_create_test.go
+++ b/client/container_create_test.go
@@ -19,7 +19,7 @@ func TestContainerCreateError(t *testing.T) {
}
_, err := client.ContainerCreate(context.Background(), nil, nil, ni... | add error information to distinguish different test scene | moby_moby | train |
925e012d62679ddd0ed5bc8059501b8ff780e5ae | diff --git a/lib/Widget/Resource/i18n/zh-CN/validator.php b/lib/Widget/Resource/i18n/zh-CN/validator.php
index <HASH>..<HASH> 100644
--- a/lib/Widget/Resource/i18n/zh-CN/validator.php
+++ b/lib/Widget/Resource/i18n/zh-CN/validator.php
@@ -102,6 +102,22 @@ return array(
'%name% must be identical to %value%' => '%na... | added tanslated messages for comparison validator | twinh_wei | train |
8aec5a43f51fb7a67da9c1756d8ed745a7d0c638 | diff --git a/src/com/opera/core/systems/runner/launcher/OperaLauncherRunner.java b/src/com/opera/core/systems/runner/launcher/OperaLauncherRunner.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/runner/launcher/OperaLauncherRunner.java
+++ b/src/com/opera/core/systems/runner/launcher/OperaLauncherRunne... | This went the wrong way, I meant to down it | operasoftware_operaprestodriver | train |
b5a5e969750789690ec0b07401a9900a3da26a07 | diff --git a/lib/fias/import/copy.rb b/lib/fias/import/copy.rb
index <HASH>..<HASH> 100644
--- a/lib/fias/import/copy.rb
+++ b/lib/fias/import/copy.rb
@@ -4,6 +4,7 @@ module Fias
attr_reader :dbf, :table_name
def initialize(table_name, dbf, types = {})
+ @raw_connection = ActiveRecord::Base.conne... | Fixed warning for missing dbfs | evilmartians_fias | train |
5e88ee0cf09c744044a56413b4ae28ca3d6f4011 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/spec/reports/
/tmp/
.envrc
+/spec/examples.txt
diff --git a/spec/resolve_domain_spec.rb b/spec/resolve_domain_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/resolve_domain_spec.rb
+++ b/spec/resolve_do... | Clean integration specs and disable monkeypatching | peertransfer_glare | train |
b30fa1f8b843dcf2cf269b74839df38d1ab53c43 | diff --git a/scopus/author_retrieval.py b/scopus/author_retrieval.py
index <HASH>..<HASH> 100644
--- a/scopus/author_retrieval.py
+++ b/scopus/author_retrieval.py
@@ -16,8 +16,11 @@ class AuthorRetrieval(Retrieval):
"""Unordered list of IDs of all affiliations the author was
affiliated with acccording... | Return None rather than empty list for affiliation_history | scopus-api_scopus | train |
e0c2a94138e1836c10f4352abb94492a80bab04b | diff --git a/examples/hobotnica/app.py b/examples/hobotnica/app.py
index <HASH>..<HASH> 100644
--- a/examples/hobotnica/app.py
+++ b/examples/hobotnica/app.py
@@ -2,6 +2,11 @@ from pathlib import Path
from typing import List
from aiohttp import web
+from aiohttp_middlewares import (
+ NON_IDEMPOTENT_METHODS,
+ ... | feature(openapi): Get actual handler in openapi middleware
If any other middlewares declared after openapi middleware it results
that received handler will be an instance of `functools.partial`.
Need to unwrap partial, to try to find openapi mapping in actual handler,
not a partial. | playpauseandstop_rororo | train |
f3439dda3e6019a3636d9e9277391a1e507c2d5e | diff --git a/reana_db/database.py b/reana_db/database.py
index <HASH>..<HASH> 100644
--- a/reana_db/database.py
+++ b/reana_db/database.py
@@ -28,7 +28,9 @@ def init_db():
"""Initialize the DB."""
import reana_db.models
- event.listen(Base.metadata, "before_create", CreateSchema("__reana"))
+ reana_sc... | database: create schema only if it doesn't exist
* Previously REANA database initialisation would fail in installations
where the database already had the `__reana` schema. This commit
fixes it (closes #<I>). | reanahub_reana-db | train |
7a00416ea5666f6a59aed1c46c8f7acfa97aa97a | diff --git a/spec/integration/configurer_spec.rb b/spec/integration/configurer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/configurer_spec.rb
+++ b/spec/integration/configurer_spec.rb
@@ -51,10 +51,7 @@ describe Puppet::Configurer do
expect(Puppet::FileSystem.stat(Puppet[:lastrunfile]).mode.to_s... | (maint) Update tests to use safe_load
Eliminate YAML.load and YAML.load_file from specs. | puppetlabs_puppet | train |
2d0376c90f7307ac39087d730d54f2354735c98b | diff --git a/gui/test_is_dock.py b/gui/test_is_dock.py
index <HASH>..<HASH> 100644
--- a/gui/test_is_dock.py
+++ b/gui/test_is_dock.py
@@ -243,6 +243,11 @@ class ISDockTest(unittest.TestCase):
DOCK.cboHazard.setCurrentIndex(0)
DOCK.cboExposure.setCurrentIndex(0)
DOCK.cboFunction.setCurrentInd... | Possible fix for #<I> - force settings manually when running tests rather than allowing QSettings to take effect. Should ensure consistent behaviour when running in test mode. | inasafe_inasafe | train |
6152c8585be8c7fab400021aa07c2cb826ec448d | diff --git a/qiskit/compiler/assemble.py b/qiskit/compiler/assemble.py
index <HASH>..<HASH> 100644
--- a/qiskit/compiler/assemble.py
+++ b/qiskit/compiler/assemble.py
@@ -233,8 +233,7 @@ def _parse_common_args(backend, qobj_id, qobj_header, shots,
if rep_delay is not None:
rep_delay = None
... | Update error msg when use rep delay and dyn rep rates off (#<I>) | Qiskit_qiskit-terra | train |
d93b9275f3e73082507d781a94e51095102857e8 | diff --git a/pyrogram/client/types/user_and_chats/chat.py b/pyrogram/client/types/user_and_chats/chat.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/types/user_and_chats/chat.py
+++ b/pyrogram/client/types/user_and_chats/chat.py
@@ -251,9 +251,10 @@ class Chat(Object):
for c in chat_full.chats:
... | Bugfixes in chat.py (#<I>)
- Fixed this bug: <URL>.
- Fixed another related bug (which was caused because pyrogram trying to get linked_chat_id even with basic groups causing an AttributeError). | pyrogram_pyrogram | train |
891594d2d07aa9d4cb755c530c984d70365016ef | diff --git a/DependencyInjection/Compiler/AutoRegisterServicesPass.php b/DependencyInjection/Compiler/AutoRegisterServicesPass.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Compiler/AutoRegisterServicesPass.php
+++ b/DependencyInjection/Compiler/AutoRegisterServicesPass.php
@@ -13,7 +13,6 @@
namespace Well... | Finished factories + optimized imports
(cherry picked from commit <I>d<I>ed<I>ce0ddb<I>fdb<I>a5ed<I>da9a1) | WellCommerce_CouponBundle | train |
b1012b5b8602e57ddc933c0adc9f6699ac34f81d | diff --git a/src/ol/base/map.js b/src/ol/base/map.js
index <HASH>..<HASH> 100644
--- a/src/ol/base/map.js
+++ b/src/ol/base/map.js
@@ -47,7 +47,6 @@ ol.MapProperty = {
BACKGROUND_COLOR: 'backgroundColor',
CENTER: 'center',
CONTROLS: 'controls',
- EXTENT: 'extent',
LAYERS: 'layers',
PROJECTION: 'projecti... | Make extent a function rather than a property | openlayers_openlayers | train |
79610141401fd901a886c430ea526315af8ef1f1 | diff --git a/src/Symfony/Component/Yaml/Yaml.php b/src/Symfony/Component/Yaml/Yaml.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Yaml/Yaml.php
+++ b/src/Symfony/Component/Yaml/Yaml.php
@@ -49,10 +49,7 @@ class Yaml
// if input is a file, process it
if (strpos($input, "\n") === false && i... | [Yaml][Parser] changes according review | symfony_symfony | train |
1273ea95a463767fdec11fe1dbeca66df245a032 | diff --git a/src/java/grails/spring/BeanBuilder.java b/src/java/grails/spring/BeanBuilder.java
index <HASH>..<HASH> 100644
--- a/src/java/grails/spring/BeanBuilder.java
+++ b/src/java/grails/spring/BeanBuilder.java
@@ -129,7 +129,7 @@ public class BeanBuilder extends GroovyObjectSupport {
}
- private void initial... | Make private methods protected, allowing subclasses to hook in. | grails_grails-core | train |
df4d7b8efe24af7fb1133b0884a234e08022c473 | diff --git a/lib/travis/services/overwrite_log.rb b/lib/travis/services/overwrite_log.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/services/overwrite_log.rb
+++ b/lib/travis/services/overwrite_log.rb
@@ -6,7 +6,7 @@ module Travis
FORMAT = "Log removed by %s at %s Reason: %s"
def run(params)
- ... | Check permissions and job state before overwriting logs | travis-ci_travis-core | train |
77dcbbed7194d203d58ba7908fbaac6b5a9c497c | diff --git a/ftest/framing-socket-bench.js b/ftest/framing-socket-bench.js
index <HASH>..<HASH> 100644
--- a/ftest/framing-socket-bench.js
+++ b/ftest/framing-socket-bench.js
@@ -15,7 +15,7 @@
* will try to complete. [20000]
*/
-var FramingSocket = require_FramingSocket(true),
+var FramingS... | made the network benchmark the default (instead of loopback) | matanamir_framing-socket | train |
5c41cfc31253ed34a0ad99453f2dde4ce490ecac | diff --git a/modules/postmessage/class-kirki-modules-postmessage.php b/modules/postmessage/class-kirki-modules-postmessage.php
index <HASH>..<HASH> 100644
--- a/modules/postmessage/class-kirki-modules-postmessage.php
+++ b/modules/postmessage/class-kirki-modules-postmessage.php
@@ -279,10 +279,10 @@ class Kirki_Modules... | fix: quotes should be added after the wenfont has been loaded. | aristath_kirki | train |
4e3b9a71957706b2b5dc8c63cd5601ef3a9f5287 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -17,6 +17,8 @@ class Test::Unit::TestCase
extend ActiveSupport::Testing::Declarative
end
+I18n.enforce_available_locales = false
+
Beetle.config.logger = Logger.new(File.dirna... | Avoid I<I>n warning in tests | xing_beetle | train |
e383de09e837ad779fd20b45410c5865457feba2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name="livejson",
py_modules=["livejson"],
- version="0.2",
+ version="0.2.1",
description="Bind Python objects to JSON files",
long_description=("An i... | Move to <I>
This release allows creating empty list databases, and improves docstrings | controversial_livejson | train |
e1d7c4a067535641da676435584add770b70c908 | diff --git a/themes-book/pressbooks-book/functions.php b/themes-book/pressbooks-book/functions.php
index <HASH>..<HASH> 100644
--- a/themes-book/pressbooks-book/functions.php
+++ b/themes-book/pressbooks-book/functions.php
@@ -550,7 +550,7 @@ add_action( 'admin_init', 'pressbooks_theme_options_pdf_init' );
// PDF Op... | Fixed concatenated strings in PDF and Ebook options. | pressbooks_pressbooks | train |
053084d080c60933a421d73f3de9d528ef25baff | diff --git a/runtime/object.go b/runtime/object.go
index <HASH>..<HASH> 100644
--- a/runtime/object.go
+++ b/runtime/object.go
@@ -71,6 +71,9 @@ func (o *Object) Dict() *Dict {
// String returns a string representation of o, e.g. for debugging.
func (o *Object) String() string {
+ if o == nil {
+ return "nil"
+ }
... | Don't trigger segfaults/panics when producing a string from an Object. | google_grumpy | train |
464caaf5dff2cbaa4aaac8cc95fa9249d56d84bf | diff --git a/ghost/members-api/subscriptions/payment-processors/stripe/api.js b/ghost/members-api/subscriptions/payment-processors/stripe/api.js
index <HASH>..<HASH> 100644
--- a/ghost/members-api/subscriptions/payment-processors/stripe/api.js
+++ b/ghost/members-api/subscriptions/payment-processors/stripe/api.js
@@ -1... | Updated product hashseed to be hardcoded (#<I>)
no-issue | TryGhost_Ghost | train |
21789799a8d21f3e9c0adf1f5fe25c021d10a620 | diff --git a/providers/storage/storageDocStore.js b/providers/storage/storageDocStore.js
index <HASH>..<HASH> 100644
--- a/providers/storage/storageDocStore.js
+++ b/providers/storage/storageDocStore.js
@@ -92,6 +92,7 @@ class AzureStorageDocStore {
return deferred.promise;
}
+ // This API can only be used f... | Add comments on deadletter-only APIs | Microsoft_ghcrawler | train |
69352e3302d1a8eeff594f4ee73c858a874df2b4 | diff --git a/python/ray/rllib/evaluation/torch_policy_graph.py b/python/ray/rllib/evaluation/torch_policy_graph.py
index <HASH>..<HASH> 100644
--- a/python/ray/rllib/evaluation/torch_policy_graph.py
+++ b/python/ray/rllib/evaluation/torch_policy_graph.py
@@ -86,6 +86,24 @@ class TorchPolicyGraph(PolicyGraph):
... | [rllib] Implement learn_on_batch() in torch policy graph | ray-project_ray | train |
ffab2db213478bcfdc9384e5fcc1df6f79179173 | diff --git a/tests/unit/modules/timezone_test.py b/tests/unit/modules/timezone_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/timezone_test.py
+++ b/tests/unit/modules/timezone_test.py
@@ -114,7 +114,8 @@ class TimezoneTestCase(TestCase):
@patch('os.symlink', MagicMock())
def test_set_zone_redha... | Fix doc for RH UT | saltstack_salt | train |
8b38bbcf1825ab37548ebc8b47684f823ad7d9fc | diff --git a/atom/renderer/lib/web-view/web-view-attributes.js b/atom/renderer/lib/web-view/web-view-attributes.js
index <HASH>..<HASH> 100644
--- a/atom/renderer/lib/web-view/web-view-attributes.js
+++ b/atom/renderer/lib/web-view/web-view-attributes.js
@@ -29,6 +29,7 @@ resolveURL = function(url) {
WebViewAttribute ... | webview: respect properties provided during webview creation | electron_electron | train |
b5af07213c9afc7b801c098ca6134da5f0df8b79 | diff --git a/actions/class.AuthService.php b/actions/class.AuthService.php
index <HASH>..<HASH> 100644
--- a/actions/class.AuthService.php
+++ b/actions/class.AuthService.php
@@ -10,8 +10,6 @@
*/
class tao_actions_AuthService extends tao_actions_RemoteServiceModule {
- const ALLOWED_ROLE = CLASS_ROLE_WORKFLOWUSER... | removed constant allowedRole because of abstract/concrete role problematic
git-svn-id: <URL> | oat-sa_tao-core | train |
78073d6674ce3250334d0f5177c9f8010e8d381c | diff --git a/kconfiglib.py b/kconfiglib.py
index <HASH>..<HASH> 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -5870,9 +5870,11 @@ def _save_old(path):
basename = "." + basename + ".old"
backup = os.path.join(dirname, basename)
+ # os.replace() would be nice here, but it's Python 3 (3.3+) only
... | Preserve symlinks when writing .config.old files
if .config is a symlink, then the intention is probably to overwrite the
target, but rename()ing the symlink to .config.old interferes with that.
Use the shutil.copyfile() fallback instead if .config is a symlink. | ulfalizer_Kconfiglib | train |
c468c81a71996c1ea2a8d49ee963c3eadc79faaf | diff --git a/flask_swagger.py b/flask_swagger.py
index <HASH>..<HASH> 100644
--- a/flask_swagger.py
+++ b/flask_swagger.py
@@ -10,6 +10,7 @@ import inspect
import yaml
import re
+from collections import defaultdict
def _sanitize(comment):
return comment.replace('\n', '<br/>') if comment else comment
@@ -73,... | Handling multiple views for same route
Extending on work by abhaga. Handles the case where definitions get
overridden by seperate view functions for the same verb. | rochacbruno_flasgger | train |
09c38e9e34d35d345826a1ea6b00e926952c1331 | diff --git a/host/logmux/service_conn.go b/host/logmux/service_conn.go
index <HASH>..<HASH> 100644
--- a/host/logmux/service_conn.go
+++ b/host/logmux/service_conn.go
@@ -57,14 +57,15 @@ func (c *serviceConn) Write(p []byte) (int, error) {
defer c.cond.L.Unlock()
for {
+ if c.closed {
+ return 0, errors.New("c... | logmux: fix check for closed serviceConn | flynn_flynn | train |
a3132c0c5d1426d2c018fcc97fd99e36aa82c316 | diff --git a/azurerm/internal/services/monitor/monitor_diagnostic_setting_resource.go b/azurerm/internal/services/monitor/monitor_diagnostic_setting_resource.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/monitor/monitor_diagnostic_setting_resource.go
+++ b/azurerm/internal/services/monitor/monitor_diag... | `azurerm_monitor_diagnostic_setting` - Fix crash around `retention_policy` (#<I>)
Fixes #<I> | terraform-providers_terraform-provider-azurerm | train |
7d89f0b08ba68f136f0e941aab2d50dcb954f802 | diff --git a/grade/edit/tree/lib.php b/grade/edit/tree/lib.php
index <HASH>..<HASH> 100755
--- a/grade/edit/tree/lib.php
+++ b/grade/edit/tree/lib.php
@@ -1021,7 +1021,7 @@ class grade_edit_tree_column_multfactor extends grade_edit_tree_column {
$multfactor = '<input type="text" size="4" id="multfactor'.$ite... | grade-tree MDL-<I> Fixed two regressions | moodle_moodle | train |
fdcd0fd338a7bd7dc3817147534b68e173894ce8 | diff --git a/core/src/elements/ons-page.js b/core/src/elements/ons-page.js
index <HASH>..<HASH> 100644
--- a/core/src/elements/ons-page.js
+++ b/core/src/elements/ons-page.js
@@ -379,6 +379,7 @@ export default class PageElement extends BaseElement {
// Make wrapper pages transparent for animations
if (!back... | fix(ons-page): Background should keep color if toolbar is transparent. | OnsenUI_OnsenUI | train |
72329ed3633b30c2c528b8e19b3b2f0a40df832a | diff --git a/contrib/ec2-testing/test/voldemort/utils/Ec2SmokeTest.java b/contrib/ec2-testing/test/voldemort/utils/Ec2SmokeTest.java
index <HASH>..<HASH> 100644
--- a/contrib/ec2-testing/test/voldemort/utils/Ec2SmokeTest.java
+++ b/contrib/ec2-testing/test/voldemort/utils/Ec2SmokeTest.java
@@ -27,7 +27,6 @@ import stat... | Clean up of smoke test to make remote test invocation more obvious. | voldemort_voldemort | train |
d1ac1cb69436eb05252a7a543e9712db77d440bc | diff --git a/src/js/Node.js b/src/js/Node.js
index <HASH>..<HASH> 100644
--- a/src/js/Node.js
+++ b/src/js/Node.js
@@ -1318,20 +1318,30 @@ Node.prototype.deepEqual = function (json) {
return false;
}
- if (this.childs.length !== Object.keys(json).length) {
- return false;
- }
-
+ // TODO: fo... | Fixed bug in deepEqual not handling duplicate fields of an object | josdejong_jsoneditor | train |
e1b578212a422b34537ce81a4788964094830561 | diff --git a/src/ClassParser.php b/src/ClassParser.php
index <HASH>..<HASH> 100644
--- a/src/ClassParser.php
+++ b/src/ClassParser.php
@@ -56,25 +56,32 @@ class ClassParser
{
$docblock = $this->docBlockFactory->create($method->getDocComment() ?: '/** */');
+ $data = [
+ 'shortDescripti... | fix PHP Notice: Undefined property: stdClass::... during render view | clean_phpdoc-md | train |
d0998ae7acd3e8ed165186d55547a9d7e69abefd | diff --git a/fastlane/lib/fastlane/actions/docs/sync_code_signing.md b/fastlane/lib/fastlane/actions/docs/sync_code_signing.md
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/docs/sync_code_signing.md
+++ b/fastlane/lib/fastlane/actions/docs/sync_code_signing.md
@@ -248,6 +248,16 @@ match(app_identifier... | match/sigh/sync_code_signing: Improving documentation on profile templates. (#<I>)
* Improving documentation on profile templates where also known as custom entitlements. resolves #<I>
* Adding and example entitlement name to template_name documentation.
* Adding custom entitlements section to the sync_code_sign... | fastlane_fastlane | train |
61286f000b42cd219e551b0797c677b281b5f438 | diff --git a/classes/ezsrratingdataobject.php b/classes/ezsrratingdataobject.php
index <HASH>..<HASH> 100644
--- a/classes/ezsrratingdataobject.php
+++ b/classes/ezsrratingdataobject.php
@@ -298,7 +298,7 @@ class ezsrRatingDataObject extends eZPersistentObject
if ( !isset( $row['session_key'] ) )
{
... | Changed: replaced usage of deprecated getSessionKey() | ezsystems_ezstarrating-ls-extension | train |
67ed18f28675813c5040910c607c767333562d81 | diff --git a/src/Events/HydrationEvent.php b/src/Events/HydrationEvent.php
index <HASH>..<HASH> 100644
--- a/src/Events/HydrationEvent.php
+++ b/src/Events/HydrationEvent.php
@@ -15,15 +15,4 @@ use Symfony\Component\EventDispatcher\GenericEvent;
*/
class HydrationEvent extends GenericEvent
{
- /**
- * Encaps... | refactor the hydration event to use an ArrayObject | bolt_bolt | train |
e9dd621db6a8c52f7a5c8a885fa8c091be54c92b | diff --git a/src/StoragelessSession/Session/Data.php b/src/StoragelessSession/Session/Data.php
index <HASH>..<HASH> 100644
--- a/src/StoragelessSession/Session/Data.php
+++ b/src/StoragelessSession/Session/Data.php
@@ -71,13 +71,13 @@ class Data implements \JsonSerializable
public function set(string $key, $valu... | Implementing `Data#get()` API as per specification (with default value handling) | psr7-sessions_storageless | train |
730ceeea46a848e2951b0f92998212f72271f737 | diff --git a/tsdb/engine/tsm1/compact.go b/tsdb/engine/tsm1/compact.go
index <HASH>..<HASH> 100644
--- a/tsdb/engine/tsm1/compact.go
+++ b/tsdb/engine/tsm1/compact.go
@@ -21,6 +21,7 @@ import (
"sync"
"time"
+ "github.com/influxdata/influxdb/pkg/pool"
"github.com/influxdata/influxdb/tsdb"
)
@@ -834,6 +835,9 ... | Re-used allocated byte slices during compactions | influxdata_influxdb | train |
9cb05640eb7920c61aa9e9110fe36eccf7716d4d | diff --git a/src/Administration/Resources/e2e/repos/administration/custom-commands/fillMultiSelect.js b/src/Administration/Resources/e2e/repos/administration/custom-commands/fillMultiSelect.js
index <HASH>..<HASH> 100644
--- a/src/Administration/Resources/e2e/repos/administration/custom-commands/fillMultiSelect.js
+++ ... | NEXT-<I> - Improve select commands | shopware_platform | train |
d6c5b5c43c9b2f0fd25724c4926b0910cc8a78b3 | diff --git a/lib/frontend/socket.io-adaptor.js b/lib/frontend/socket.io-adaptor.js
index <HASH>..<HASH> 100644
--- a/lib/frontend/socket.io-adaptor.js
+++ b/lib/frontend/socket.io-adaptor.js
@@ -38,9 +38,10 @@ exports.register = function(application, server, params) {
if (!commandDefinition)
return;
+... | Don't override registered command name itself | droonga_express-droonga | train |
b571d08cbfa27838604aa5d998cfa89b76f97c1c | diff --git a/tests/test_debug.py b/tests/test_debug.py
index <HASH>..<HASH> 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -1,4 +1,5 @@
import os
+from uuid import UUID
from symsynd.libdebug import DebugInfo, get_cpu_name, get_cpu_type_tuple
@@ -18,3 +19,24 @@ def test_uuid(res_path):
('ar... | Added test for vmaddr | getsentry_symsynd | train |
5b163a48d5ea2798382c470adc7d17aa4aa975a3 | diff --git a/plugin/geomajas-layer-geotools/geotools/src/main/java/org/geomajas/layer/geotools/GeoDbDataSource.java b/plugin/geomajas-layer-geotools/geotools/src/main/java/org/geomajas/layer/geotools/GeoDbDataSource.java
index <HASH>..<HASH> 100644
--- a/plugin/geomajas-layer-geotools/geotools/src/main/java/org/geomaja... | GT-<I>: compile problem fixed by using factorybean | geomajas_geomajas-project-server | train |
8aeef4662eed9788edafc8a54a0cc72c2f557728 | diff --git a/aikif/lib/cls_context.py b/aikif/lib/cls_context.py
index <HASH>..<HASH> 100644
--- a/aikif/lib/cls_context.py
+++ b/aikif/lib/cls_context.py
@@ -182,18 +182,18 @@ class Context(object):
mem = psutil.virtual_memory()
return str(cpu_pct), str(len(process_names)), str(mem.available), str(me... | removed __main__ in cls_context and self tests | acutesoftware_AIKIF | train |
b8a28d7684496e7b47c23251f7a0a8ac6719fd93 | diff --git a/structr-core/src/main/java/org/structr/core/script/Scripting.java b/structr-core/src/main/java/org/structr/core/script/Scripting.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/script/Scripting.java
+++ b/structr-core/src/main/java/org/structr/core/script/Scripting.java
@... | Enhancement: These modifications allow the Websocket DeleteNodeCommand to send transaction notifications. Two things had to be changed: 1. Register the callback event in the command itself and make sure that the status of doTransactionNotifications in the securityContext are set back to the old value after in-page scri... | structr_structr | train |
37d9562b6a7a80b49e0397e9025c5b4d942abc96 | diff --git a/merb-core/lib/merb-core/dispatch/dispatcher.rb b/merb-core/lib/merb-core/dispatch/dispatcher.rb
index <HASH>..<HASH> 100644
--- a/merb-core/lib/merb-core/dispatch/dispatcher.rb
+++ b/merb-core/lib/merb-core/dispatch/dispatcher.rb
@@ -13,7 +13,7 @@ module Merb
# Queue:: the current queue of dispatch ... | Make run_later blocks synchronous in test mode | wycats_merb | train |
bee1b569ac7e573726aebbe817da27bfd1ab684c | diff --git a/examples/example.php b/examples/example.php
index <HASH>..<HASH> 100644
--- a/examples/example.php
+++ b/examples/example.php
@@ -9,11 +9,17 @@ use Ballen\GitVersionNumber\VersionFactory;
// Using the factory class you can easily return the standard version number string.
echo VersionFactory::create('/ho... | Added the ability to optionally request only the first X version parts. | allebb_git-version-number | train |
5516fad69d38125eff3ebde0c7d1f9b130e24eec | diff --git a/synapse/models/economic.py b/synapse/models/economic.py
index <HASH>..<HASH> 100644
--- a/synapse/models/economic.py
+++ b/synapse/models/economic.py
@@ -147,6 +147,9 @@ class EconModule(s_module.CoreModule):
('from:pay:card', ('econ:pay:card', {}), {
'doc': 'T... | Added contract as to/from in payment and payment memo text (#<I>)
* Added contract as to/from in payment and memo line text | vertexproject_synapse | train |
ffffde24e55f0518e2f1416506c08e98ac27d6ac | diff --git a/library/CM/Cli/Command.php b/library/CM/Cli/Command.php
index <HASH>..<HASH> 100644
--- a/library/CM/Cli/Command.php
+++ b/library/CM/Cli/Command.php
@@ -24,11 +24,12 @@ class CM_Cli_Command {
* @throws CM_Exception
*/
public function run(CM_Cli_Arguments $arguments, CM_Output_Interface $output) {
... | Use CM_File::exists() instead of file_exists();
Do not cast file contents to int;
_createPidFile() returns CM_File - _deletePidFile() not needed anymore;
Add newline to end of file | cargomedia_cm | train |
2381dcae7ba80384259de8093473373ac678ca83 | diff --git a/faq-bundle/src/Resources/contao/dca/tl_faq.php b/faq-bundle/src/Resources/contao/dca/tl_faq.php
index <HASH>..<HASH> 100644
--- a/faq-bundle/src/Resources/contao/dca/tl_faq.php
+++ b/faq-bundle/src/Resources/contao/dca/tl_faq.php
@@ -438,7 +438,7 @@ class tl_faq extends Backend
}
// Check permissio... | [Faq] Drop the `isAdmin` check if one of the `User::can*()` or `User::has*()` methods is called | contao_contao | train |
e31f4d7c1ec84c427c675d4fe97ed5f2931e5579 | diff --git a/bot/api/domain.py b/bot/api/domain.py
index <HASH>..<HASH> 100644
--- a/bot/api/domain.py
+++ b/bot/api/domain.py
@@ -76,9 +76,6 @@ class Message(OutApiObject):
self.reply_to_message(message)
return self
- def new_text(self, text):
- self.data["text"] = text
-
def set_mes... | Remove new_text from Message, as it is no longer being used | alvarogzp_telegram-bot-framework | train |
970285d806a42bffe700d20a50a59d9df1e035c6 | diff --git a/packages/vaex-core/vaex/dataframe.py b/packages/vaex-core/vaex/dataframe.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/dataframe.py
+++ b/packages/vaex-core/vaex/dataframe.py
@@ -3002,7 +3002,11 @@ class DataFrame(object):
iter = self._unfiltered_chunk_slices(chunk_size)
... | 🐛 evaluate and evaluate_iterator did not work for empty filtered dataframes (#<I>) | vaexio_vaex | train |
b66c4724ab0746ae836abafd611add75a39c4454 | diff --git a/utils/utils.go b/utils/utils.go
index <HASH>..<HASH> 100644
--- a/utils/utils.go
+++ b/utils/utils.go
@@ -174,3 +174,61 @@ func ParseFilenameFromKey(key string) string {
keySlice := strings.Split(key, "/")
return keySlice[len(keySlice)-1]
}
+
+type functionFunc func(http.ResponseWriter, *http.Request,... | Move the makeFunction helper to utils | venicegeo_pzsvc-sdk-go | train |
ddef1d4fe243606b8fc1165fa57726d991633dee | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,19 @@ setup(
platforms=["any"],
description="Fixes some problems with Unicode text after the fact",
packages=['ftfy'],
+ classifiers=[
+ "Programming Language :: Python :: 2",
+ "Progr... | add Trove classifiers; package as ftfy <I> | LuminosoInsight_python-ftfy | train |
74ec6eeebebaba4abb4f0851e501075993a66cff | diff --git a/concrete/src/Permission/Access/Entity/GroupCombinationEntity.php b/concrete/src/Permission/Access/Entity/GroupCombinationEntity.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Permission/Access/Entity/GroupCombinationEntity.php
+++ b/concrete/src/Permission/Access/Entity/GroupCombinationEntity.php
@@ -1... | Removing Depreciated get, replacing with getResults() | concrete5_concrete5 | train |
a53478c51e35d349fd6fdaf3e3b56f5ffb7485ec | diff --git a/src/hcl/api.py b/src/hcl/api.py
index <HASH>..<HASH> 100644
--- a/src/hcl/api.py
+++ b/src/hcl/api.py
@@ -27,9 +27,8 @@ def loads(s):
TODO: Multiple threads
'''
+ s = s.decode('utf-8')
if isHcl(s):
- if sys.version_info[0] < 3 and isinstance(s, unicode):
- ... | Decode all input as utf-8 (fixes python3 issue with hcltool) | virtuald_pyhcl | train |
333b8c58e14fdb73eaafec38d8bb54d9ae6843d7 | diff --git a/src/factories/createAudioElementWithLoopEvent.js b/src/factories/createAudioElementWithLoopEvent.js
index <HASH>..<HASH> 100644
--- a/src/factories/createAudioElementWithLoopEvent.js
+++ b/src/factories/createAudioElementWithLoopEvent.js
@@ -1,8 +1,13 @@
-const loopchange = new Event('loopchange');
+let lo... | Loopchange event not initialized on server side. | benwiley4000_cassette | train |
5b31fe24b3147a76762ed108df4a6ec17ee313a6 | diff --git a/docs/extensions/zinnia_docs.py b/docs/extensions/zinnia_docs.py
index <HASH>..<HASH> 100644
--- a/docs/extensions/zinnia_docs.py
+++ b/docs/extensions/zinnia_docs.py
@@ -10,6 +10,7 @@ from django.db import models
from django.utils.html import strip_tags
from django.utils.encoding import force_unicode
+... | Pep8 and fix the process_model_docstring with Django <I> | Fantomas42_django-blog-zinnia | train |
3a9af17ff07264e2d88dab9741617ba237a49139 | diff --git a/lotte/src/main/java/com/airbnb/lotte/layers/LotteShapeLayer.java b/lotte/src/main/java/com/airbnb/lotte/layers/LotteShapeLayer.java
index <HASH>..<HASH> 100644
--- a/lotte/src/main/java/com/airbnb/lotte/layers/LotteShapeLayer.java
+++ b/lotte/src/main/java/com/airbnb/lotte/layers/LotteShapeLayer.java
@@ -1... | Cache small trim path deltas for perf
This looks good with stars but it may need to be tuned for other animations
to look good | airbnb_lottie-android | train |
076f207ff7f2c70a6312132c190d8d2a7e4ba3e3 | diff --git a/spec/helpers/auth.rb b/spec/helpers/auth.rb
index <HASH>..<HASH> 100644
--- a/spec/helpers/auth.rb
+++ b/spec/helpers/auth.rb
@@ -36,17 +36,13 @@ module Round::TestHelpers::Auth
def device_auth_user
device_token, user = app_auth_user(email: random_email)
- 3.times do
- puts 'This will sle... | Device auth (spec) waits <I> seconds
<I> seconds / 3 retries was too much. | GemHQ_round-rb | train |
6c098f69f9790904904d31ff5c4902b87720abe9 | diff --git a/microraiden/microraiden/test/fixtures/channel_manager.py b/microraiden/microraiden/test/fixtures/channel_manager.py
index <HASH>..<HASH> 100644
--- a/microraiden/microraiden/test/fixtures/channel_manager.py
+++ b/microraiden/microraiden/test/fixtures/channel_manager.py
@@ -40,7 +40,8 @@ def channel_manager... | new test-scoped fixture for blockchain reversal | raiden-network_microraiden | train |
ef9517bbb7c15674bda1ea732b4147af6c8f01eb | diff --git a/src/plugins/AwsS3/index.js b/src/plugins/AwsS3/index.js
index <HASH>..<HASH> 100644
--- a/src/plugins/AwsS3/index.js
+++ b/src/plugins/AwsS3/index.js
@@ -46,7 +46,11 @@ module.exports = class AwsS3 extends Plugin {
fileIDs.map((id) => {
const file = this.getFile(id)
return this.opt... | s3: Fix reporting processing progress updates. | transloadit_uppy | train |
d3a5ef9191cd9baddbd9b3deda6236bbd7309dd7 | diff --git a/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarView.java b/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarView.java
index <HASH>..<HASH> 100755
--- a/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarView.java
+++ b/libr... | Replaced correction for issue #<I> by something simpler : the view can always scroll vertically | SundeepK_CompactCalendarView | train |
8b3cc90487749794fb3c2e96924a2697a8a2ab51 | diff --git a/cassandra/cqltypes.py b/cassandra/cqltypes.py
index <HASH>..<HASH> 100644
--- a/cassandra/cqltypes.py
+++ b/cassandra/cqltypes.py
@@ -1010,7 +1010,7 @@ class ReversedType(_ParameterizedType):
@classmethod
def deserialize_safe(cls, byts, protocol_version):
subtype, = cls.subtypes
- ... | correct from_binary for (mostly unused) cqltypes
runtime error if C* ever sends back a FrozenType or ReversedType | datastax_python-driver | train |
6cf7f189b7ce410ec1fd2918d877f27575b604c6 | diff --git a/src/python_pachyderm/spout.py b/src/python_pachyderm/spout.py
index <HASH>..<HASH> 100644
--- a/src/python_pachyderm/spout.py
+++ b/src/python_pachyderm/spout.py
@@ -10,11 +10,11 @@ class SpoutManager:
spout code like:
```
- with SpoutManager() as spout:
- while True:
- wit... | Fix spout docs (#<I>) | pachyderm_python-pachyderm | train |
5e869569f1585a5db7080a5504967971c3d070d3 | diff --git a/implementations/micrometer-registry-new-relic/src/main/java/io/micrometer/newrelic/NewRelicMeterRegistry.java b/implementations/micrometer-registry-new-relic/src/main/java/io/micrometer/newrelic/NewRelicMeterRegistry.java
index <HASH>..<HASH> 100644
--- a/implementations/micrometer-registry-new-relic/src/m... | Reduce String object creation in NewRelicMeterRegistry | micrometer-metrics_micrometer | train |
7cd99ae01fc4340aaf4661e289dca41f20d11287 | diff --git a/lib/rules/empty-lines.js b/lib/rules/empty-lines.js
index <HASH>..<HASH> 100644
--- a/lib/rules/empty-lines.js
+++ b/lib/rules/empty-lines.js
@@ -102,21 +102,31 @@ module.exports = {
const prevToken = normalizeToken(tokens[index - 1])
const beforePrevToken = normalizeToken(tok... | Fix empty-lines requirements for text-blocks (#<I>) | ezhlobo_eslint-plugin-react-pug | train |
0f11615d466ef9eb446581f0e174bb057d75de87 | diff --git a/lib/rubycu.rb b/lib/rubycu.rb
index <HASH>..<HASH> 100644
--- a/lib/rubycu.rb
+++ b/lib/rubycu.rb
@@ -1 +1,2 @@
require 'cuda/driver/rubycu'
+require 'cuda/ruby/cu' | Ruby: Add rubycu extension into include file. | xman_sgc-ruby-cuda | train |
aa356e7288a4abb7037946ce6da9feed0162f711 | diff --git a/src/Symfony/Component/BrowserKit/CookieJar.php b/src/Symfony/Component/BrowserKit/CookieJar.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/BrowserKit/CookieJar.php
+++ b/src/Symfony/Component/BrowserKit/CookieJar.php
@@ -108,12 +108,15 @@ class CookieJar
{
$this->flushExpiredCook... | [BrowserKit] fixed cookie management (see RFC <I>) | symfony_symfony | train |
c60765a178dcb4ad8b4527262d6abb10aa5b0a54 | diff --git a/pkg/tsdb/cloudwatch/log_query.go b/pkg/tsdb/cloudwatch/log_query.go
index <HASH>..<HASH> 100644
--- a/pkg/tsdb/cloudwatch/log_query.go
+++ b/pkg/tsdb/cloudwatch/log_query.go
@@ -8,14 +8,13 @@ import (
)
func logsResultsToDataframes(response *cloudwatchlogs.GetQueryResultsOutput) (*data.Frame, error) {
... | CloudWatch/Logs: Fix panic on multiple aggregations queries (#<I>) | grafana_grafana | train |
1896d6c354bb7f7a74297162e65f1cf4d923213b | diff --git a/src/feat/models/texthtml.py b/src/feat/models/texthtml.py
index <HASH>..<HASH> 100644
--- a/src/feat/models/texthtml.py
+++ b/src/feat/models/texthtml.py
@@ -96,10 +96,9 @@ class HTMLWriter(log.Logger):
if IMetadata.providedBy(item):
if item.get_meta('render_array'):
... | Fix problems with generating urls. | f3at_feat | train |
58e82bcc96f4aad94961e3d10070735b7d9fb69d | diff --git a/src/Signature.php b/src/Signature.php
index <HASH>..<HASH> 100644
--- a/src/Signature.php
+++ b/src/Signature.php
@@ -83,9 +83,9 @@ final class Signature
* parameter in hex format. Returns an associative array of all the
* signature data including raw point information and the signature.
... | Updated documentation and formatting
Also added missing hex prefixes to constant values in Compare() where needed. | ionux_phactor | train |
cb084c9e42a724c31fea7631b7912caa98301247 | diff --git a/includes/db_schema/db_schema_27_28.php b/includes/db_schema/db_schema_27_28.php
index <HASH>..<HASH> 100644
--- a/includes/db_schema/db_schema_27_28.php
+++ b/includes/db_schema/db_schema_27_28.php
@@ -32,9 +32,31 @@ if (!defined('WT_WEBTREES')) {
}
// Delete old/unused settings
-self::exec(
+WT_DB::ex... | Prevent full-table-scans on wt_site_access_rules | fisharebest_webtrees | train |
7d5516981614c08dd5ad063c8dba648cc9e838b3 | diff --git a/delta/parse.py b/delta/parse.py
index <HASH>..<HASH> 100644
--- a/delta/parse.py
+++ b/delta/parse.py
@@ -91,15 +91,29 @@ def parse(duration, context=None):
# then let pythons datetime do all the work
years = whole / 12
months = whole % 12
+ ... | fixed bug when overflowing over the year boundary | rlgomes_delta | train |
c89340211ad7653c5022749969e269d64f42f1fa | diff --git a/carbonserver/carbonserver.go b/carbonserver/carbonserver.go
index <HASH>..<HASH> 100644
--- a/carbonserver/carbonserver.go
+++ b/carbonserver/carbonserver.go
@@ -358,6 +358,14 @@ func (c *CarbonserverListener) InitPrometheus(reg prom.Registerer) {
c.prometheus.diskRequests.Inc()
}
+ c.prometheus.can... | carbonserver: fix two panics related to prometheus #<I> (#<I>)
It was introduced in commit <I>fe9e<I>. Only triggered if prometheus
is not enabled. | lomik_go-carbon | train |
86bb6354476b300579bf9f2001bec32c935d5a63 | diff --git a/internal/server/server.go b/internal/server/server.go
index <HASH>..<HASH> 100644
--- a/internal/server/server.go
+++ b/internal/server/server.go
@@ -51,7 +51,7 @@ func (s *server) Init(opts ...Option) error {
}
func (s *server) Handle(path string, handler http.Handler) {
- s.mux.Handle(path, handlers.... | Move handler logging to stdout | micro_micro | train |
2949407e74a3a90524f508cb6ff328c033c8b19a | diff --git a/tests/test_movielens.py b/tests/test_movielens.py
index <HASH>..<HASH> 100644
--- a/tests/test_movielens.py
+++ b/tests/test_movielens.py
@@ -426,6 +426,35 @@ def test_movielens_accuracy_sample_weights():
assert full_train_auc > exp_score
+def test_movielens_accuracy_sample_weights_grad_accumu... | Add additional test for sample weights. | lyst_lightfm | train |
9eca68841c695b20755ab77bfde72167d2402e72 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -6,7 +6,19 @@ function rewireHotLoader(config, env) {
return config;
}
- config.module.rules[1].use[0].options.emitWarning = true;
+ // Find a rule which contains eslint-loader
+ const condition = u => typeof u ==... | Find eslint-loader options location
Make react-app-rewire-hot-loader compatible with both react-scripts@<I> and <I> | cdharris_react-app-rewire-hot-loader | train |
71ad5fb901c65430dd548dd31f6149db33242f18 | diff --git a/src/test/java/io/appium/java_client/pagefactory_tests/SelendroidModeTest.java b/src/test/java/io/appium/java_client/pagefactory_tests/SelendroidModeTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/appium/java_client/pagefactory_tests/SelendroidModeTest.java
+++ b/src/test/java/io/appium/java_cl... | Deprecated code was removed from Selendroid-mode tests. | appium_java-client | train |
e56ab36cecbac6c647afcf92a52ce95668818ca3 | diff --git a/bosh_openstack_cpi/spec/spec_helper.rb b/bosh_openstack_cpi/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/bosh_openstack_cpi/spec/spec_helper.rb
+++ b/bosh_openstack_cpi/spec/spec_helper.rb
@@ -39,7 +39,7 @@ end
def mock_registry(endpoint = 'http://registry:3333')
registry = double('registry'... | Refactor to new rspec format | cloudfoundry_bosh | train |
6b2df21c48342ca116199c6358d2d047d4d327f7 | diff --git a/tests/models.py b/tests/models.py
index <HASH>..<HASH> 100644
--- a/tests/models.py
+++ b/tests/models.py
@@ -1,5 +1,4 @@
from django.db.models import Model, IntegerField, BooleanField, FloatField, ForeignKey, OneToOneField, ManyToManyField
-
saved_something = None
@@ -34,6 +33,10 @@ class Foo(Model)... | Added test for ManyToOneRel field | TriOptima_tri.form | train |
d12a38a0df9e2fa6838c03d89043164701e52dcb | diff --git a/riddler/lib/riddler/use_cases/show_slug.rb b/riddler/lib/riddler/use_cases/show_slug.rb
index <HASH>..<HASH> 100644
--- a/riddler/lib/riddler/use_cases/show_slug.rb
+++ b/riddler/lib/riddler/use_cases/show_slug.rb
@@ -50,8 +50,17 @@ module Riddler
def process
find_interaction || create_inte... | Adds content to interaction (#<I>) | riddler_riddler_admin | train |
20c7434503f33f09f4ad35501405a136c6a3d81d | diff --git a/pyte/screens.py b/pyte/screens.py
index <HASH>..<HASH> 100644
--- a/pyte/screens.py
+++ b/pyte/screens.py
@@ -153,14 +153,14 @@ class Screen(list):
"""Hook, called **before** a command is dispatched to the
:class:`Screen` instance.
- :param unicode command: command name, for exam... | Changed 'unicode' to 'str' in method docstrings | selectel_pyte | train |
f06c7f72ad524155f5d29f5ada034baf8dc920cc | diff --git a/beeswarm/feeder/tests/test_ssh.py b/beeswarm/feeder/tests/test_ssh.py
index <HASH>..<HASH> 100644
--- a/beeswarm/feeder/tests/test_ssh.py
+++ b/beeswarm/feeder/tests/test_ssh.py
@@ -72,6 +72,35 @@ class SSH_Test(unittest.TestCase):
current_bee.connect_login()
srv.stop()
+ def test_lo... | added a test for ssh logout | honeynet_beeswarm | train |
882b74f39a41deb764ceae4e32d63196ee2268ce | diff --git a/lib/rfd/commands.rb b/lib/rfd/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd/commands.rb
+++ b/lib/rfd/commands.rb
@@ -13,7 +13,7 @@ module Rfd
# Soft "d"elete (actually mv to the trash folder on OSX) selected files and directories.
def d
if selected_items.any?
- if ask %Q[Ar... | "Are your" sure that you spell correctly? | amatsuda_rfd | train |
2cff0884684c3623629ed7c28f14e4a3cee70055 | diff --git a/spec/functional/source/git/repository_spec.rb b/spec/functional/source/git/repository_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/source/git/repository_spec.rb
+++ b/spec/functional/source/git/repository_spec.rb
@@ -26,6 +26,8 @@ describe Librarian::Source::Git::Repository do
git_source_... | Ensure that the git-related specs run even without a preconfigured git. | applicationsonline_librarian | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.