hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
afd7f08db8c66c9208dcc086d883c829727a0c8c
diff --git a/lib/tay/cli/generate.rb b/lib/tay/cli/generate.rb index <HASH>..<HASH> 100644 --- a/lib/tay/cli/generate.rb +++ b/lib/tay/cli/generate.rb @@ -33,6 +33,18 @@ module Tay # Render a template in the context of self and return its contents # Thor does not provide a way to do this. def rende...
Abstract away haml detection in generators
rixth_tay
train
fd6e56fc87821acc4a84e0144e298597edea3848
diff --git a/test/testsuite/runtime/util/BasePeerTest.php b/test/testsuite/runtime/util/BasePeerTest.php index <HASH>..<HASH> 100644 --- a/test/testsuite/runtime/util/BasePeerTest.php +++ b/test/testsuite/runtime/util/BasePeerTest.php @@ -65,6 +65,8 @@ class BasePeerTest extends BookstoreTestBase { */ public funct...
[<I>] changed error to failure in BasePeerTest
propelorm_Propel
train
db1d4b9e52d7496a9049424906b6980305926980
diff --git a/imgaug/augmenters/color.py b/imgaug/augmenters/color.py index <HASH>..<HASH> 100644 --- a/imgaug/augmenters/color.py +++ b/imgaug/augmenters/color.py @@ -94,6 +94,37 @@ _CSPACE_OPENCV_CONV_VARS = { if hasattr(cv2, "COLOR_Lab2BGR") else cv2.COLOR_LAB2BGR) } +# TODO test these pairs +_CHANGE_COLO...
Fix cspace conv failing for some cspaces/arrays
aleju_imgaug
train
008d10376cd9577d7ca8432560ed1f24800240b4
diff --git a/lib/reader.js b/lib/reader.js index <HASH>..<HASH> 100644 --- a/lib/reader.js +++ b/lib/reader.js @@ -127,7 +127,11 @@ ModuleReader.prototype = { }); }); - return promise; + return promise.fail(function(err) { + // Provide additional cont...
Provide additional context for uncaught build errors.
facebookarchive_commoner
train
827557a1356523e13c2c41a6ea8ff85e2288242a
diff --git a/libre/apps/scheduler/literals.py b/libre/apps/scheduler/literals.py index <HASH>..<HASH> 100644 --- a/libre/apps/scheduler/literals.py +++ b/libre/apps/scheduler/literals.py @@ -1 +1 @@ -SHUTDOWN_COMMANDS = ['syncdb', 'migrate', 'schemamigration', 'datamigration', 'collectstatic', 'shell', 'shell_plus'] +S...
Shutdown scheduler during tests too
commonwealth-of-puerto-rico_libre
train
d4e0b753cf8b1b81d16569bf5445abe4bcabda36
diff --git a/log4go.go b/log4go.go index <HASH>..<HASH> 100644 --- a/log4go.go +++ b/log4go.go @@ -295,6 +295,61 @@ func (log Logger) Log(lvl level, source, message string) { } } +// Send a formatted log message internally +func (log Logger) intLogNamef(logname string, lvl level, format string, args ...interface{}...
modified: log4go.go modified: wrapper.go
blackbeans_log4go
train
3042b2a622815bdd91b14516ae6ba96288337daa
diff --git a/app/models/devise_token_auth/concerns/user.rb b/app/models/devise_token_auth/concerns/user.rb index <HASH>..<HASH> 100644 --- a/app/models/devise_token_auth/concerns/user.rb +++ b/app/models/devise_token_auth/concerns/user.rb @@ -11,7 +11,7 @@ module DeviseTokenAuth::Concerns::User self.devise_modul...
fix testing issue with symbol / string token hash access
lynndylanhurley_devise_token_auth
train
dd571459719473a00c143eb37b7661207c5ff9ef
diff --git a/sh.py b/sh.py index <HASH>..<HASH> 100644 --- a/sh.py +++ b/sh.py @@ -1639,31 +1639,33 @@ class OProc(object): session_pipe_read, session_pipe_write = os.pipe() exc_pipe_read, exc_pipe_write = os.pipe() + # this pipe is for synchronzing with the child that the parent has + ...
more robust fix of osx dropped output bug
amoffat_sh
train
8266ba8c8e19e4d59effc2529cac028e80beb6cb
diff --git a/src/Symfony/Component/Mime/Header/AbstractHeader.php b/src/Symfony/Component/Mime/Header/AbstractHeader.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Mime/Header/AbstractHeader.php +++ b/src/Symfony/Component/Mime/Header/AbstractHeader.php @@ -109,6 +109,11 @@ abstract class AbstractHeader im...
quote address names if they contain parentheses
symfony_symfony
train
444e7e8af4ecbb48f7779aa7f90ca1937df9ecfc
diff --git a/src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java b/src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java +++ b/src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java @@ -391,9 +391,7 @@ public class Ghprb { spe...
Change to just use the host name for the default domain
jenkinsci_ghprb-plugin
train
1cbcfdde4e666ee93218f918e96cf8c590fbe517
diff --git a/lib/chef/provider/user/windows.rb b/lib/chef/provider/user/windows.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/user/windows.rb +++ b/lib/chef/provider/user/windows.rb @@ -36,7 +36,7 @@ class Chef def load_current_resource if new_resource.gid - Chef::Log.warn("The...
change worning msg for windows create user resource
chef_chef
train
79e5fd6b74abface96e3df2feeb17b713cfab6e0
diff --git a/cmd/helm/search.go b/cmd/helm/search.go index <HASH>..<HASH> 100644 --- a/cmd/helm/search.go +++ b/cmd/helm/search.go @@ -21,6 +21,7 @@ import ( "io" "strings" + "github.com/gosuri/uitable" "github.com/spf13/cobra" "k8s.io/helm/cmd/helm/helmpath" @@ -71,6 +72,7 @@ func (s *searchCmd) run(args [...
fix(helm): fix 'helm search' to use UITable Closes #<I>
helm_helm
train
a6319d1c8ba9b9c12f7ce7116538152878225af0
diff --git a/tests/test_make_request.py b/tests/test_make_request.py index <HASH>..<HASH> 100644 --- a/tests/test_make_request.py +++ b/tests/test_make_request.py @@ -9,6 +9,7 @@ from mock import patch, Mock, ANY from twilio import TwilioRestException from twilio.rest.resources.base import make_request, make_twilio_r...
Support all proxy types and the other args for good measure
twilio_twilio-python
train
9b2ef002ea5dfe4299dfdf51989098dd7fa94798
diff --git a/dvc/repo/__init__.py b/dvc/repo/__init__.py index <HASH>..<HASH> 100644 --- a/dvc/repo/__init__.py +++ b/dvc/repo/__init__.py @@ -24,6 +24,7 @@ def locked(f): @wraps(f) def wrapper(repo, *args, **kwargs): with repo.lock, repo.state: + repo._reset() ret = f(repo, *...
Stage: create: reset repo after new stage creation (#<I>)
iterative_dvc
train
92b6b6babb0b7f718faff32e63294a157be35b97
diff --git a/src/Generator.php b/src/Generator.php index <HASH>..<HASH> 100644 --- a/src/Generator.php +++ b/src/Generator.php @@ -44,6 +44,10 @@ class Generator foreach ($dir as $fileinfo) { if (!$fileinfo->isDot()) { $noExt = $this->removeExtension($fileinfo->getFilename()); + ...
Ignore non php files in resources/lang folders, for example .gitignore and vim swap files are causing errors on generate
martinlindhe_laravel-vue-i18n-generator
train
eb3d52fc51673323bef2332de2181ee66fc46bac
diff --git a/hazelcast/src/main/java/com/hazelcast/util/OperatingSystemMXBeanSupport.java b/hazelcast/src/main/java/com/hazelcast/util/OperatingSystemMXBeanSupport.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/util/OperatingSystemMXBeanSupport.java +++ b/hazelcast/src/main/java/com/hazelc...
Fixes issue with OperatingSystemMBeanSupport throwing IllegalAccessException There is some funky issue whereby the method says that it public even though it isn't. The issue seems to be related to the combination with native. The issue is resolved by always calling setAccessible(true) no matter if it already is acces...
hazelcast_hazelcast
train
75ac2bc5db28186d90b585f2322b9f4e4ed9d571
diff --git a/lib/rest-ftp-daemon/config.rb b/lib/rest-ftp-daemon/config.rb index <HASH>..<HASH> 100644 --- a/lib/rest-ftp-daemon/config.rb +++ b/lib/rest-ftp-daemon/config.rb @@ -1,4 +1,9 @@ -require 'settingslogic' +# Try to load Settingslogic +begin + require "settingslogic" +rescue LoadError + raise "config.rb war...
protected config.rb for situations where SettingsLogic gem was not available to load Gemspec
bmedici_rest-ftp-daemon
train
7c5ad817e8a74e7c2dc879c4b873f403ef3ed005
diff --git a/eZ/Publish/Core/Repository/Repository.php b/eZ/Publish/Core/Repository/Repository.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/Repository.php +++ b/eZ/Publish/Core/Repository/Repository.php @@ -175,7 +175,8 @@ class Repository implements RepositoryInterface, LegacyKernelAware ...
Use top level field type service configuration setting
ezsystems_ezpublish-kernel
train
0aa57efcedbe003640916e6b286d50fb08e42a20
diff --git a/dwave_micro_client.py b/dwave_micro_client.py index <HASH>..<HASH> 100644 --- a/dwave_micro_client.py +++ b/dwave_micro_client.py @@ -175,7 +175,7 @@ class Connection: self.session.headers.update({'X-Auth-Token': self.token}) self.session.proxies = proxies if permissive_ssl: - ...
Fix bug where permissive_ssl was not correctly applied
dwavesystems_dwave-cloud-client
train
dc39cd22c9cd80c471f888a259db16c2e6a918b6
diff --git a/server/src/main/java/com/paypal/selion/utils/process/UnixProcessHandler.java b/server/src/main/java/com/paypal/selion/utils/process/UnixProcessHandler.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/paypal/selion/utils/process/UnixProcessHandler.java +++ b/server/src/main/java/com/paypal/se...
fix UnixProcessHandler Fix the process termination on Unix to kill all browser/driver decendents during process cleanup. We now also search for orphaned processes we've started (ppid = 1 or 2). KillProcesses now kills any child processes first beforing terminating each candidate process.
paypal_SeLion
train
8b465bc1ea6e80d9c97ebde8501391be99b6cbec
diff --git a/lang/fr/forum.php b/lang/fr/forum.php index <HASH>..<HASH> 100644 --- a/lang/fr/forum.php +++ b/lang/fr/forum.php @@ -134,7 +134,7 @@ $string['reply'] = 'R $string['replyforum'] = 'R�pondre au forum'; $string['rsssubscriberssdiscussions'] = 'Affichage du canal RSS des discussions du forum � $a �'; $stri...
Added a link from the user page to a search for all posts.
moodle_moodle
train
b6402624d2501e76cd09803f390c328667a421c6
diff --git a/lib/plugins/platform/platform.js b/lib/plugins/platform/platform.js index <HASH>..<HASH> 100644 --- a/lib/plugins/platform/platform.js +++ b/lib/plugins/platform/platform.js @@ -366,6 +366,9 @@ class Platform { } } subscription.event = event.stream; + ...
fix bug when using dynamo events with platform
serverless_serverless
train
e01c7dfc9fe78a5e5611130fde2524a1cd4573ff
diff --git a/drools-planner-examples/src/main/java/org/drools/planner/examples/examination/solver/solution/initializer/ExaminationStartingSolutionInitializer.java b/drools-planner-examples/src/main/java/org/drools/planner/examples/examination/solver/solution/initializer/ExaminationStartingSolutionInitializer.java index...
findbugs be a _static_ inner class?
kiegroup_optaplanner
train
abc3ab39b2742177de1b7e16466878388b82c2e1
diff --git a/tests/PostmarkAdminClientDomainTest.php b/tests/PostmarkAdminClientDomainTest.php index <HASH>..<HASH> 100644 --- a/tests/PostmarkAdminClientDomainTest.php +++ b/tests/PostmarkAdminClientDomainTest.php @@ -70,7 +70,7 @@ class PostmarkAdminClientDomainTest extends PostmarkClientBaseTest { $tk = parent::$...
Fix risky unit tests (having no assertions)
wildbit_postmark-php
train
fe02e68ad6bf7320557137e616fa8773ce4632d2
diff --git a/librosa/__init__.py b/librosa/__init__.py index <HASH>..<HASH> 100644 --- a/librosa/__init__.py +++ b/librosa/__init__.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -"""Top-level module for librosa.""" +"""Top-level module for librosa""" # And all the librosa sub-modules from . import core, beat, decompo...
gearing up for <I>
librosa_librosa
train
6efb5cdf8ed7e9105b521f889f2554edda01cc09
diff --git a/src/carousel/Carousel.js b/src/carousel/Carousel.js index <HASH>..<HASH> 100644 --- a/src/carousel/Carousel.js +++ b/src/carousel/Carousel.js @@ -5,9 +5,11 @@ import shallowCompare from 'react-addons-shallow-compare'; import { defaultScrollInterpolator, stackScrollInterpolator, + tinderScroll...
feat(Carousel): add the 'tinder' layout to the built-in ones and add the ability to customize it with prop `layoutCardOffset`
archriss_react-native-snap-carousel
train
17974b0998780d96d159a8d1bdcbbe251a5eac53
diff --git a/src/CrudCommand.php b/src/CrudCommand.php index <HASH>..<HASH> 100644 --- a/src/CrudCommand.php +++ b/src/CrudCommand.php @@ -100,7 +100,7 @@ class CrudCommand extends Command { return [ ['fields', null, InputOption::VALUE_OPTIONAL, 'Fields of form & model.', null], - ...
Added shortcut to makeroutes command option
appzcoder_crud-generator
train
66bcf8c4836691e3b4d2c57798ce5bef6e7fbc4f
diff --git a/web/concrete/src/Multilingual/Page/Section/Processor/MultilingualProcessorTarget.php b/web/concrete/src/Multilingual/Page/Section/Processor/MultilingualProcessorTarget.php index <HASH>..<HASH> 100644 --- a/web/concrete/src/Multilingual/Page/Section/Processor/MultilingualProcessorTarget.php +++ b/web/concre...
Rescanning multilingual tree for links now rescans stacks/global areas in that multilingual area as well Former-commit-id: <I>b0bd<I>d8dac<I>e<I>e<I>f<I>d<I>b Former-commit-id: 3e<I>e<I>b<I>ba<I>f<I>a1c2a3bd7ca<I>
concrete5_concrete5
train
89bf2fcc55ffea57e7541faacd1606c18b65a5b9
diff --git a/packages/create-react-app/createReactApp.js b/packages/create-react-app/createReactApp.js index <HASH>..<HASH> 100755 --- a/packages/create-react-app/createReactApp.js +++ b/packages/create-react-app/createReactApp.js @@ -619,6 +619,12 @@ function isSafeToCreateProjectIn(root, name) { '.hg', '.hg...
Adding some more non-conflicting files to validFiles (#<I>)
facebook_create-react-app
train
61164eb1a56c120bf70567a3a121e7322bfaf4cf
diff --git a/src/Prototype/src/NodeVisitors/AddProperty.php b/src/Prototype/src/NodeVisitors/AddProperty.php index <HASH>..<HASH> 100644 --- a/src/Prototype/src/NodeVisitors/AddProperty.php +++ b/src/Prototype/src/NodeVisitors/AddProperty.php @@ -85,7 +85,7 @@ final class AddProperty extends NodeVisitorAbstract ...
fix php parser legacy version support
spiral_framework
train
43f41863fa55a4708815552cbcd76e8bdad36983
diff --git a/src/ocrmypdf/helpers.py b/src/ocrmypdf/helpers.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/helpers.py +++ b/src/ocrmypdf/helpers.py @@ -190,8 +190,10 @@ def check_pdf(input_file: Path) -> bool: log.warning(msg) sio = StringIO() - linearize = None + linearize_...
check_pdf: document how we handle linearization
jbarlow83_OCRmyPDF
train
e990ac4889dfe4ce2f08d2d6a3c89e89be38c53e
diff --git a/lib/http_objects/version.rb b/lib/http_objects/version.rb index <HASH>..<HASH> 100644 --- a/lib/http_objects/version.rb +++ b/lib/http_objects/version.rb @@ -1,3 +1,3 @@ module HttpObjects - VERSION = "0.0.4" + VERSION = "0.0.5pre" end
Bumping to version <I>pre
rogerleite_http_objects
train
5b456610f3a0a7904ce66e0b03a56d2c98b4d886
diff --git a/scripts/make-sne-catalog.py b/scripts/make-sne-catalog.py index <HASH>..<HASH> 100755 --- a/scripts/make-sne-catalog.py +++ b/scripts/make-sne-catalog.py @@ -653,7 +653,7 @@ if args.writecatalog and not args.eventlist: sourcecount = len(ct['source'].split(',')) if sourceco...
edited make catalog script to account for new quanta structures
astrocatalogs_astrocats
train
e840a040e249d64b6ba2069750cee6add75c0698
diff --git a/src/poetry/utils/_compat.py b/src/poetry/utils/_compat.py index <HASH>..<HASH> 100644 --- a/src/poetry/utils/_compat.py +++ b/src/poetry/utils/_compat.py @@ -5,8 +5,10 @@ import sys from contextlib import suppress -if sys.version_info < (3, 8): - # compatibility for python <3.8 +# TODO: use try/exc...
fix: use importlib_metadata on python <<I> We updated our version of importlib_metadata, so we might as well take advantage of it to have full compatibility with the features introduced in Python <I>.
sdispater_poetry
train
62bda176be3f08d62fc9f411fd9d7eaa8496434e
diff --git a/src/certificate.js b/src/certificate.js index <HASH>..<HASH> 100644 --- a/src/certificate.js +++ b/src/certificate.js @@ -373,7 +373,7 @@ export default class Certificate { * @private */ _isFailing () { - return this._stepsStatuses.length > 0 && this._stepsStatuses.indexOf(VERIFICATION_STATUS...
fix(Certificate): ensure isFailing method returns the truth
blockchain-certificates_cert-verifier-js
train
2177ada5891f78ccc7b8c3c46d16616df51301f3
diff --git a/core/src/test/java/de/javakaffee/web/msm/MemcachedBackupSessionManagerTest.java b/core/src/test/java/de/javakaffee/web/msm/MemcachedBackupSessionManagerTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/de/javakaffee/web/msm/MemcachedBackupSessionManagerTest.java +++ b/core/src/test/java/de/jav...
Make tests running better on windows: The docBase setup in TestUtils was wrong on windows, and timing/concurrency/system clock seems to behave different on windows (slight changes in MemcachedBackupSessionManagerTest). Still open: concurrency issues / different behaviour of memcached client in MemcachedFailoverIntegrat...
magro_memcached-session-manager
train
7b62af88610b49290e5b92aeea0d4976a8ede686
diff --git a/test/TemplateWriterTest.js b/test/TemplateWriterTest.js index <HASH>..<HASH> 100644 --- a/test/TemplateWriterTest.js +++ b/test/TemplateWriterTest.js @@ -425,6 +425,8 @@ test("Glob Watcher Files with Passthroughs", (t) => { }); test("Pagination and TemplateContent", async (t) => { + rimraf.sync("./tes...
Make the tests a bit more resilient when creating files.
11ty_eleventy
train
9a33aa7c33f053049f1fe9d86feb9b77d050edfd
diff --git a/CyrillicToTranslit.js b/CyrillicToTranslit.js index <HASH>..<HASH> 100644 --- a/CyrillicToTranslit.js +++ b/CyrillicToTranslit.js @@ -76,6 +76,7 @@ module.exports = function cyrillicToTranslit(config) { let newStr = ""; for (let i = 0; i < input.length; i++) { + const isUpperCaseOrWhatever...
Preserve string case after translit
greybax_cyrillic-to-translit-js
train
675f879c1ec6cf1c77cbf96d8b7b2cd51e1cbaad
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index <HASH>..<HASH> 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -909,7 +909,7 @@ class Group(SaveMixin, ObjectDeleteMixin, RESTObject): GitlabAuthenticationError: If authentication is not correct GitlabTransferProjec...
Fix for #<I>: %d replaced by %s
python-gitlab_python-gitlab
train
238b1867d95c68629740dc699713f081204887e2
diff --git a/classes/PodsInit.php b/classes/PodsInit.php index <HASH>..<HASH> 100644 --- a/classes/PodsInit.php +++ b/classes/PodsInit.php @@ -256,10 +256,6 @@ class PodsInit { wp_register_script( 'pods-select2', PODS_URL . 'ui/js/select2/select2.min.js', array( 'jquery' ), '3.3.1' ); wp_register_sc...
Responsive modal stuff is bye-bye
pods-framework_pods
train
40fa59b067f5740213bfcefec2956c9946f26a91
diff --git a/src/PlaygroundCore/Controller/FormgenController.php b/src/PlaygroundCore/Controller/FormgenController.php index <HASH>..<HASH> 100755 --- a/src/PlaygroundCore/Controller/FormgenController.php +++ b/src/PlaygroundCore/Controller/FormgenController.php @@ -40,6 +40,22 @@ class FormgenController extends Abstra...
can edit a form, ccc-<I>
gregorybesson_PlaygroundCore
train
fe27139f6c06847e6439f54ec05bdecf83f4da65
diff --git a/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java b/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java index <HASH>..<HASH> 100644 --- a/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java +++ b/core/server/master/...
Allow writing to read-only file when creating ### What changes are proposed in this pull request? Allow writing to read-only file when creating ### Why are the changes needed? Fix <URL>
Alluxio_alluxio
train
f7c2a3c11d2600ee0ea7b29a7322da00e130fd1c
diff --git a/runtime/src/tests/work-item/work-item-list/page-objects/work-item-list.page.js b/runtime/src/tests/work-item/work-item-list/page-objects/work-item-list.page.js index <HASH>..<HASH> 100644 --- a/runtime/src/tests/work-item/work-item-list/page-objects/work-item-list.page.js +++ b/runtime/src/tests/work-item/...
fix(tests): Fix smoketest warnings (#<I>)
fabric8-ui_fabric8-planner
train
1e958ab32a9b5662e2313e36d52bf34c023de00b
diff --git a/plugins/assets/src/main/java/org/kantega/reststop/assets/AssetFilter.java b/plugins/assets/src/main/java/org/kantega/reststop/assets/AssetFilter.java index <HASH>..<HASH> 100644 --- a/plugins/assets/src/main/java/org/kantega/reststop/assets/AssetFilter.java +++ b/plugins/assets/src/main/java/org/kantega/re...
AssetFilter now sets Content-Length, and supports Last-Modified/If-Modified-Since
kantega_reststop
train
330dfc4bad74ed24b3a0e9d7f7c355e6bd05213a
diff --git a/libsubmit/channels/ssh/ssh.py b/libsubmit/channels/ssh/ssh.py index <HASH>..<HASH> 100644 --- a/libsubmit/channels/ssh/ssh.py +++ b/libsubmit/channels/ssh/ssh.py @@ -1,6 +1,7 @@ import os import logging import paramiko +import getpass from libsubmit.channels.channel_base import Channel from libsubmi...
Adding support for channel.script_dir property, and fixed paramiko exception handling
Parsl_libsubmit
train
ba6dce5577920f4916336a45fafb9b7d434d7ca6
diff --git a/bugwarrior/services/activecollab3.py b/bugwarrior/services/activecollab3.py index <HASH>..<HASH> 100644 --- a/bugwarrior/services/activecollab3.py +++ b/bugwarrior/services/activecollab3.py @@ -46,7 +46,7 @@ class Client(object): # string in project slug format: "client-example-project" p...
Remove slashes from project slug
ralphbean_bugwarrior
train
2ced131decf766200e8571e1820d282646481202
diff --git a/test/namespacer_test.rb b/test/namespacer_test.rb index <HASH>..<HASH> 100644 --- a/test/namespacer_test.rb +++ b/test/namespacer_test.rb @@ -1,3 +1,5 @@ +require 'boson' +require 'boson/namespacer' require File.join(File.dirname(__FILE__), 'test_helper') describe "Loader" do diff --git a/test/pipes_te...
fix tests except for runner_options
cldwalker_boson-more
train
d6ad55aaf6a2f3c9fdeb9b54dc35d36a7304cceb
diff --git a/beautysh/__init__.py b/beautysh/__init__.py index <HASH>..<HASH> 100644 --- a/beautysh/__init__.py +++ b/beautysh/__init__.py @@ -1,4 +1,4 @@ """__init__: Holds version info.""" from .beautysh import Beautify -__version__ = '6.0.0' +__version__ = '6.0.1'
beautysh: bump to <I>
lovesegfault_beautysh
train
d47266aa46357dbf875287a0d65fe3a7f9a5636f
diff --git a/api-endpoints-v2/versions.go b/api-endpoints-v2/versions.go index <HASH>..<HASH> 100644 --- a/api-endpoints-v2/versions.go +++ b/api-endpoints-v2/versions.go @@ -76,24 +76,31 @@ type ModifyVersionOptions struct { } func ModifyVersion(options *ModifyVersionOptions) (*Endpoint, error) { - ep, err := GetV...
Add modify and clone version
akamai_AkamaiOPEN-edgegrid-golang
train
749ff6e3aeb3f06faa9862446f6a23bd104747de
diff --git a/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java b/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarControll...
Added sepereate calendar to track today
SundeepK_CompactCalendarView
train
75f40b8bea2081e0cb35056bb4223f9c5389d278
diff --git a/cobald/controller/linear.py b/cobald/controller/linear.py index <HASH>..<HASH> 100644 --- a/cobald/controller/linear.py +++ b/cobald/controller/linear.py @@ -30,7 +30,7 @@ class LinearController(Controller): assert low_utilisation <= high_allocation self.low_utilisation = low_utilisation ...
adjusted runnables to work with current runners
MatterMiners_cobald
train
5038e0bf5fc213d646727766f34ab78918e24e6a
diff --git a/src/Crypt/Crypt.php b/src/Crypt/Crypt.php index <HASH>..<HASH> 100755 --- a/src/Crypt/Crypt.php +++ b/src/Crypt/Crypt.php @@ -2,7 +2,7 @@ namespace ConductorCore\Crypt; -use ConductorCore\Exception\RuntimeException; +use ConductorCore\Exception; use Defuse\Crypto\Crypto; use Defuse\Crypto\Key; @@ ...
Updated Crypt commands to use ciphertext with ENC[, ] and added support for ability to use other encryption types
conductorphp_conductor-core
train
930606c867fcb0c35905118b12d944e434bd6198
diff --git a/hazelcast-spring/src/main/java/com/hazelcast/spring/cache/SpringHazelcastCachingProvider.java b/hazelcast-spring/src/main/java/com/hazelcast/spring/cache/SpringHazelcastCachingProvider.java index <HASH>..<HASH> 100644 --- a/hazelcast-spring/src/main/java/com/hazelcast/spring/cache/SpringHazelcastCachingPro...
fix unneccessary instance-name set in properties
hazelcast_hazelcast
train
676acd3d841cb9eea30aa4704fa5cc0748b19128
diff --git a/src/frontend/org/voltdb/plannodes/ReceivePlanNode.java b/src/frontend/org/voltdb/plannodes/ReceivePlanNode.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/plannodes/ReceivePlanNode.java +++ b/src/frontend/org/voltdb/plannodes/ReceivePlanNode.java @@ -58,6 +58,6 @@ public class ReceivePlanNod...
Improvements to the explain plan text for send and receive nodes, including differentiating between nodes that send to java and nodes that send data around in MP txns.
VoltDB_voltdb
train
005c7c938e8ddc3203d3e4b2f93575bfef02b6f0
diff --git a/lib/tilelive/mbtiles.js b/lib/tilelive/mbtiles.js index <HASH>..<HASH> 100644 --- a/lib/tilelive/mbtiles.js +++ b/lib/tilelive/mbtiles.js @@ -1,4 +1,4 @@ -var sqlite = require('sqlite').sqlite3_bindings; +var sqlite = require('sqlite'); var Step = require('step'); var crypto = require('crypto'); @@ -17...
Take two on switch to orlandov/node-sqlite.
mapbox_tilelive
train
f3eb704c41382fb4b395ccd4398cdca86ea7c4f7
diff --git a/src/REST/__init__.py b/src/REST/__init__.py index <HASH>..<HASH> 100644 --- a/src/REST/__init__.py +++ b/src/REST/__init__.py @@ -67,7 +67,8 @@ class REST(Keywords): instances=[]): self.request = { 'method': None, - 'scheme': "http", + 'url': ""...
Add request field `url`, always having the full URL
asyrjasalo_RESTinstance
train
867e1311970a7cbf9c70725d56e8827dda3dddb0
diff --git a/lib/api-client/resources/authorization.js b/lib/api-client/resources/authorization.js index <HASH>..<HASH> 100644 --- a/lib/api-client/resources/authorization.js +++ b/lib/api-client/resources/authorization.js @@ -110,5 +110,20 @@ Authorization.save = function(authorization, done) { }; + +/** + * Dele...
feat(API services): add authorization.delete method Related to: CAM-<I>
camunda_camunda-bpm-sdk-js
train
3f7859992d19148397b095bf7276f8e4b196831b
diff --git a/vsgen/__main__.py b/vsgen/__main__.py index <HASH>..<HASH> 100644 --- a/vsgen/__main__.py +++ b/vsgen/__main__.py @@ -31,7 +31,7 @@ def main(argv=None): pylogger = VSGLogger() # Construct a command line parser and parse the command line - args = VSGSuite.make_parser(description='Executes the...
Corrected package name in argparse construction.
dbarsam_python-vsgen
train
6ea74ae2f7c01fd5f22a842f423f07127e7c4cb5
diff --git a/openquake/hazardlib/contexts.py b/openquake/hazardlib/contexts.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/contexts.py +++ b/openquake/hazardlib/contexts.py @@ -52,7 +52,8 @@ class Timer(object): OQ_TIMER=timer.csv oq run job.ini """ - fields = ['source_id', 'nrups', 'nsites', '...
Improved the Timer [skip CI]
gem_oq-engine
train
110fedd86bdeaace908774a34d41ea69138937e2
diff --git a/lib/nis/client.rb b/lib/nis/client.rb index <HASH>..<HASH> 100644 --- a/lib/nis/client.rb +++ b/lib/nis/client.rb @@ -14,6 +14,14 @@ class Nis::Client timeout: 5 }.freeze + LOCAL_ONLY_PATHES = [ + '/local/account/transfers/incoming', + '/local/account/transfers/outgoing', + '/local/acco...
prevent local only request before fire request.
44uk_nis-ruby
train
aacbb93bb22a9496d0629ff1aa89d228e90ca9d1
diff --git a/hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxyImpl.java b/hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxyImpl.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/map/impl/proxy/MapProxyImpl.java +++ b/hazelcast/src/main/java/com/hazelcast/map/impl/proxy...
Map.aggregate not available when in-memory format is NATIVE
hazelcast_hazelcast
train
a933fd03f149dfc46951de47125c6449adef45f2
diff --git a/src/main/java/org/mapdb/DataInput2.java b/src/main/java/org/mapdb/DataInput2.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mapdb/DataInput2.java +++ b/src/main/java/org/mapdb/DataInput2.java @@ -27,8 +27,8 @@ import java.nio.ByteBuffer; */ public final class DataInput2 implements DataInput { ...
Make some stuff in DataInput2/DataOutput2 public
jankotek_mapdb
train
3de2acd3e3b149825b2cd209fa2bb6933393e19b
diff --git a/bin/cmd.js b/bin/cmd.js index <HASH>..<HASH> 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -36,10 +36,13 @@ function Cli (opts) { }) if (argv.format) { - var typeFormatter = typeof opts.formatter - - if (typeFormatter !== 'object' || typeof opts.formatter.transform !== 'function') { - cons...
if `formatter` opt is string, print it So packages like `standard` that offer formatters, can unbundle them.
standard_standard-engine
train
5875eda12a09a1e3abbc22a2530f2c4759488493
diff --git a/src/CoandaCMS/Coanda/Pages/Repositories/Eloquent/Queries/SubPageQuery.php b/src/CoandaCMS/Coanda/Pages/Repositories/Eloquent/Queries/SubPageQuery.php index <HASH>..<HASH> 100644 --- a/src/CoandaCMS/Coanda/Pages/Repositories/Eloquent/Queries/SubPageQuery.php +++ b/src/CoandaCMS/Coanda/Pages/Repositories/Elo...
Added a try catch block to see if the page exists.
CoandaCMS_coanda-core
train
ef1ac3b14ccfa59947ff939e8470b2c0829fca3c
diff --git a/lib/waterline/core/validations.js b/lib/waterline/core/validations.js index <HASH>..<HASH> 100644 --- a/lib/waterline/core/validations.js +++ b/lib/waterline/core/validations.js @@ -71,7 +71,7 @@ Validator.prototype.initialize = function(attrs, types) { // If property is reserved don't do anything w...
Added SailsJs "populateSettings" property to the non-validatable fields
balderdashy_waterline
train
286c6d6a8529b3b6d2c6732d9f0e804081335740
diff --git a/http/netty/components/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/NettyCarbonMessage.java b/http/netty/components/org.wso2.carbon.transport.http.netty/src/main/java/org/wso2/carbon/transport/http/netty/NettyCarbonMessage.java index <HASH>..<HASH> 100644 --- a/htt...
Fixing Bug incorrect state in CMSG
wso2_transport-http
train
45228fc570384e84f04d100d0412259810e0fbd2
diff --git a/ninio-snmp/src/main/java/com/davfx/ninio/snmp/SnmpClient.java b/ninio-snmp/src/main/java/com/davfx/ninio/snmp/SnmpClient.java index <HASH>..<HASH> 100644 --- a/ninio-snmp/src/main/java/com/davfx/ninio/snmp/SnmpClient.java +++ b/ninio-snmp/src/main/java/com/davfx/ninio/snmp/SnmpClient.java @@ -110,10 +110,1...
Fix SNMP for the first request
davidfauthoux_ninio
train
0583f27720e8aaab53014c56539c02f8d68fbbb9
diff --git a/confpy/core/option.py b/confpy/core/option.py index <HASH>..<HASH> 100644 --- a/confpy/core/option.py +++ b/confpy/core/option.py @@ -8,12 +8,7 @@ from __future__ import unicode_literals class Option(object): - """Base class for all validated options. - - Attributes: - default (opti...
Add expanded Option API The new properties and methods allow for an alternative way of interaction with the option in addition to the descriptor interface.
kevinconway_confpy
train
7344c59aa6f64678f6e93e3b774553b1a9493189
diff --git a/tests/test_bibo.py b/tests/test_bibo.py index <HASH>..<HASH> 100644 --- a/tests/test_bibo.py +++ b/tests/test_bibo.py @@ -56,6 +56,13 @@ def test_list_with_search_by_field(runner, database): assert 'The Lord of the Rings' in result.output +def test_list_with_no_arguments_to_get_everything(runner, ...
Test listing everything (no search terms)
Nagasaki45_bibo
train
23a87ef8e16403e849b53b7e090f94e1a499f7dd
diff --git a/src/Input/Input.js b/src/Input/Input.js index <HASH>..<HASH> 100644 --- a/src/Input/Input.js +++ b/src/Input/Input.js @@ -227,7 +227,6 @@ class Input extends React.Component { constructor(props, context) { super(props, context); - this.isControlled = props.value != null; if (this.isContro...
[Select] Throw when the non native select is not controlled (#<I>)
mui-org_material-ui
train
53f1fae27f351da8a31bffa3e83d7d7d462449eb
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 @@ -1,3 +1,4 @@ +require 'support/coverage' require 'minitest' require 'byebug' require 'byebug/interfaces/test_interface'
Restore test coverage tracking Somehow this got lost recently.
deivid-rodriguez_byebug
train
a7b5a1ec44100c7649de77214189a1eeeb243fe5
diff --git a/lib/deliver/app.rb b/lib/deliver/app.rb index <HASH>..<HASH> 100644 --- a/lib/deliver/app.rb +++ b/lib/deliver/app.rb @@ -28,10 +28,14 @@ module Deliver # INVALID_BINARY = "Invalid Binary" end - # @param apple_id The Apple ID of the app you want to modify or update. This ID has usually 9 d...
Fixed deliver not working on ruby < <I>
fastlane_fastlane
train
aa5e3dd26da751b50c8e4cc4969d483d2ce9c270
diff --git a/spec/helper/spec_helper.rb b/spec/helper/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/helper/spec_helper.rb +++ b/spec/helper/spec_helper.rb @@ -270,6 +270,7 @@ module SpecHelpers end RSpec.configure do |c| + c.treat_symbols_as_metadata_keys_with_true_values = true c.include SpecHelpers ...
Tag tests that require warden to allow for green local run To run without warden dependent tests: rspec spec --tag ~requires_warden
cloudfoundry-attic_vcap-services-base
train
bb99e62f86e23137405de415d0af4360735a637c
diff --git a/geomdl/BSpline.py b/geomdl/BSpline.py index <HASH>..<HASH> 100644 --- a/geomdl/BSpline.py +++ b/geomdl/BSpline.py @@ -805,11 +805,12 @@ class Surface(object): def ctrlpts(self): """ Control points. - The v index varies first. That is, a row of v control points for the first u value i...
Update control points getters and setter
orbingol_NURBS-Python
train
96a7322100cf6253ed0e23258a0213774055d97b
diff --git a/fishbase/__init__.py b/fishbase/__init__.py index <HASH>..<HASH> 100644 --- a/fishbase/__init__.py +++ b/fishbase/__init__.py @@ -27,4 +27,4 @@ from .fish_system import * from .fish_project import * from .fish_random import * -__version__ = '1.3' # type: str +__version__ = '1.4' # type: str
<I>, <I> release
chinapnr_fishbase
train
9465f516f606bf0819b6d687c47013b5d91c64c6
diff --git a/src/Ademes/Core/Http/Client.php b/src/Ademes/Core/Http/Client.php index <HASH>..<HASH> 100644 --- a/src/Ademes/Core/Http/Client.php +++ b/src/Ademes/Core/Http/Client.php @@ -15,6 +15,22 @@ class Client { $this->client = new \GuzzleHttp\Client(['base_url'=>$base_url]); } + public function...
added new methods in Http/Client
lhj1982_ademes-core
train
7f04cf742ddcf61f898434e8176a0989930c5c4d
diff --git a/lxd/networks.go b/lxd/networks.go index <HASH>..<HASH> 100644 --- a/lxd/networks.go +++ b/lxd/networks.go @@ -157,7 +157,7 @@ func networkGet(d *Daemon, r *http.Request) Response { return SmartError(err) } - etag := []interface{}{n.Name, n.Description, n.Managed, n.Type, n.Config} + etag := []interf...
network: Fix ETag regression The "description" branch modified the etag source but used a different order in different places, causing validation failure.
lxc_lxd
train
dc7c8459ed684abc5c83512a589173322da8d97e
diff --git a/lib/chef/provider/git.rb b/lib/chef/provider/git.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/git.rb +++ b/lib/chef/provider/git.rb @@ -283,6 +283,7 @@ class Chef env['GIT_SSH'] = @new_resource.ssh_wrapper if @new_resource.ssh_wrapper run_opts[:log_tag] = @new_resource.to_s ...
set nil by default, add two specs
chef_chef
train
7af0ad0781a92bb5c6b126cc169f661be323eacb
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb b/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb @@ -60,10 +60,9 @@ cl...
SONAR-<I> The last empty line of source file is not displayed in the source code viewer
SonarSource_sonarqube
train
d61989033ff1c3fafa8e23faf43a56c02c1cfb91
diff --git a/calendar/lib.php b/calendar/lib.php index <HASH>..<HASH> 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -104,9 +104,15 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y list($d, $m, $y) = array($date['mday'], $date['mon'], $date['year']); // This is what we w...
Bug #<I> - The calendar does not show the month's first day's event; merged from MOODLE_<I>_STABLE
moodle_moodle
train
71d26732e1dc9d7e41a10b3bea4d3a991341ccfc
diff --git a/lib/connection.js b/lib/connection.js index <HASH>..<HASH> 100644 --- a/lib/connection.js +++ b/lib/connection.js @@ -88,7 +88,7 @@ function escapeCQL(val) { return val.toString('hex'); } - if(typeof val === 'boolean' || typeof val === 'number'){ + if(typeof val === 'number'){ return val.t...
Boolean values need to be enclused in single quotes.
lyveminds_scamandrios
train
d7a55994d5c76f2cce74bcec47b574aa7d849af3
diff --git a/product/selectors/product.js b/product/selectors/product.js index <HASH>..<HASH> 100644 --- a/product/selectors/product.js +++ b/product/selectors/product.js @@ -236,7 +236,7 @@ export const getProductImages = createSelector( export const getProductRating = createSelector( getCurrentProduct, (produc...
CON-<I>: Users can write new reviews - fix rating not showing up
shopgate_pwa
train
6b95febc8e373d983851672271c1d5526be8542e
diff --git a/app/models/manager_refresh/dto_collection.rb b/app/models/manager_refresh/dto_collection.rb index <HASH>..<HASH> 100644 --- a/app/models/manager_refresh/dto_collection.rb +++ b/app/models/manager_refresh/dto_collection.rb @@ -3,9 +3,10 @@ module ManagerRefresh attr_accessor :saved, :data, :data_index,...
Allow custom saving block Allow custom saving block, for cases where we do special saving logic, like orchestration_templates. In many cases though, the special logic is not needed, so we should do refactoring of the code. (transferred from ManageIQ/manageiq@<I>b<I>d<I>cc6bc<I>e<I>fdca3f5fc<I>fcf<I>)
ManageIQ_inventory_refresh
train
7239a2013caafd039a9c993490fc96d1fb5d54be
diff --git a/Clipper/joplin-webclipper/content_scripts/index.js b/Clipper/joplin-webclipper/content_scripts/index.js index <HASH>..<HASH> 100644 --- a/Clipper/joplin-webclipper/content_scripts/index.js +++ b/Clipper/joplin-webclipper/content_scripts/index.js @@ -103,7 +103,7 @@ // Cleans up element by removing all it...
Clipper: Improved clipping of images in HTML mode
laurent22_joplin
train
f61d0760e90f514c659f25450613d745a7a6e7e1
diff --git a/app/models/effective/order.rb b/app/models/effective/order.rb index <HASH>..<HASH> 100644 --- a/app/models/effective/order.rb +++ b/app/models/effective/order.rb @@ -77,17 +77,15 @@ module Effective end retval = cart_items.map do |item| - self.order_items.build( + order_items....
Allow non-persisted purchasables to work with order.add_to_order
code-and-effect_effective_orders
train
f9719ba85a2ce5ce4ac0228c43fd6c46ec68dfb9
diff --git a/code/model/OrderStep.php b/code/model/OrderStep.php index <HASH>..<HASH> 100644 --- a/code/model/OrderStep.php +++ b/code/model/OrderStep.php @@ -58,6 +58,18 @@ class OrderStep extends DataObject { "ShowAsCompletedOrderNice" => "Varchar" ); + + public static $searchable_fields = array( + 'Name...
changed Searchable fields for OrderStep
silvershop_silvershop-core
train
cb47c8aba9e3871de85d91f8c1df3cb1a9904880
diff --git a/eZ/Publish/API/Repository/Values/Content/URLAlias.php b/eZ/Publish/API/Repository/Values/Content/URLAlias.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Values/Content/URLAlias.php +++ b/eZ/Publish/API/Repository/Values/Content/URLAlias.php @@ -21,6 +21,7 @@ use eZ\Publish\API\Repository\V...
small corrections - added forward property to value
ezsystems_ezpublish-kernel
train
548fe9965f5e71d52f720cd5eac962e70aa46459
diff --git a/lib/extinction.py b/lib/extinction.py index <HASH>..<HASH> 100644 --- a/lib/extinction.py +++ b/lib/extinction.py @@ -106,17 +106,6 @@ _smc = _computeSMC(_waveset) _xgal = _computeXgal(_waveset) -class Ebmvx(spectrum.SpectralElement): - def __init__(self, extval, redlaw): - ''' E...
Extinction.py: added .citation attribute to Ebmvx objects, which closes #<I>. Added static class method Ebmvx.options() that prints the supported reddening laws & their citations. Modified stubbed-out Gal2 and Gal3 classes to raise NotImplementedError. git-svn-id: <URL>
spacetelescope_pysynphot
train
dce3931f20822850d40851c2a87fddda3984fa70
diff --git a/modules/system/models/MailPartial.php b/modules/system/models/MailPartial.php index <HASH>..<HASH> 100644 --- a/modules/system/models/MailPartial.php +++ b/modules/system/models/MailPartial.php @@ -72,14 +72,24 @@ class MailPartial extends Model */ public static function createPartials() { ...
Clean up uncustomised partials if they are no longer provided. An exception was being thrown in some instances if a partial had been added to the DB that was provided by a plugin that no longer exists, or had been disabled. This will remove any partials provided by non-existent plugins, only if they haven't been subse...
octobercms_october
train
bc6ec46620be2805792da6fdfe5f541f9134ca7f
diff --git a/plugins/CoreHome/angularjs/notification/notification.directive.js b/plugins/CoreHome/angularjs/notification/notification.directive.js index <HASH>..<HASH> 100644 --- a/plugins/CoreHome/angularjs/notification/notification.directive.js +++ b/plugins/CoreHome/angularjs/notification/notification.directive.js @...
Ensure at least one notification with the same id remains (#<I>)
matomo-org_matomo
train
5e2b9410a7db019e4ad1056ec0a3d507374e5e4b
diff --git a/tests/test_replay.py b/tests/test_replay.py index <HASH>..<HASH> 100644 --- a/tests/test_replay.py +++ b/tests/test_replay.py @@ -92,10 +92,16 @@ def test_run_json_dump( ) spy_json_dump = mocker.spy('json.dump') + mock_get_user_config = mocker.patch( + 'cookiecutter.config.get_user_co...
Make sure that get_user_config is called in replay.dump
audreyr_cookiecutter
train
db89c0ec337a540da67b76b104676bd1efedd91b
diff --git a/experiments/lm/char_irnn_lm.py b/experiments/lm/char_irnn_lm.py index <HASH>..<HASH> 100644 --- a/experiments/lm/char_irnn_lm.py +++ b/experiments/lm/char_irnn_lm.py @@ -15,14 +15,15 @@ logging.basicConfig(level=logging.INFO) model_path = "/tmp/rnn_lm_params12.gz" resource_dir = os.path.abspath(os.path.d...
Char-based LM with history <I>
zomux_deepy
train
7f982a8daa985694a01d2b615619d468d2c582e4
diff --git a/dependency/bson/bson_test.go b/dependency/bson/bson_test.go index <HASH>..<HASH> 100644 --- a/dependency/bson/bson_test.go +++ b/dependency/bson/bson_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/youtube/vitess/go/bytes2" + "github.com/xwb1989/sqlparser/dependency/bytes2" ) ty...
Refer to dependencies folder for all packages copied from github.com/youtube/vitess/go references so that tests will run.
xwb1989_sqlparser
train
f5c8ae0fcdb531b22acf38ea9bfa27e5f916caea
diff --git a/lib/adhearsion/call.rb b/lib/adhearsion/call.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/call.rb +++ b/lib/adhearsion/call.rb @@ -310,7 +310,7 @@ module Adhearsion # @param [Hash, Optional] options further options to be joined with # def join(target, options = {}) - logger.info ...
[BUGFIX] Revert potentially breaking change to logging
adhearsion_adhearsion
train
3caa4ad1baba3019c06733e1a80d78d9a57137bb
diff --git a/p2p/protocol_test.go b/p2p/protocol_test.go index <HASH>..<HASH> 100644 --- a/p2p/protocol_test.go +++ b/p2p/protocol_test.go @@ -4,6 +4,7 @@ import ( "fmt" "net" "reflect" + "sync" "testing" "github.com/ethereum/go-ethereum/crypto" @@ -36,50 +37,71 @@ func newTestPeer() (peer *Peer) { } fu...
p2p: improve test for peers message The test now checks that the number of of addresses is correct and terminates cleanly.
ethereum_go-ethereum
train
7088bea224ce144405c65e3781c9ab505dba48c9
diff --git a/src/main/java/org/agmip/dome/Calculate.java b/src/main/java/org/agmip/dome/Calculate.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/agmip/dome/Calculate.java +++ b/src/main/java/org/agmip/dome/Calculate.java @@ -262,7 +262,7 @@ public class Calculate extends Command { continu...
Fix the issue that the calculated result for event variable might not be set back to data set correctly.
agmip_dome
train
4ce18dfeaa33749bf0568ee57cde0b311ddbc74a
diff --git a/werkzeug/security.py b/werkzeug/security.py index <HASH>..<HASH> 100644 --- a/werkzeug/security.py +++ b/werkzeug/security.py @@ -253,7 +253,7 @@ def safe_join(directory, *pathnames): cannot be done, this function returns ``None``. :param directory: the base directory. - :param filename: the...
Typo fix for a `safe_join` docstring Just fix a minor inconsistency for function params and docstring names. The original commit comes from: - <URL>
pallets_werkzeug
train
84f121e0fec8e1f73ec47d9894eb9946b900be22
diff --git a/src/HttpMasterWorker.js b/src/HttpMasterWorker.js index <HASH>..<HASH> 100644 --- a/src/HttpMasterWorker.js +++ b/src/HttpMasterWorker.js @@ -6,7 +6,8 @@ var crypto = require('crypto'), regexpQuote = require('./DispatchTable').regexpQuote, tls = require('tls'), DI = require('./di'), - path = requ...
Cache http servers for better reloading of SSL.
virtkick_http-master
train
9e23e8453014a65198b8aae5c5b151f6ed048609
diff --git a/src/rudiments/reamed/click.py b/src/rudiments/reamed/click.py index <HASH>..<HASH> 100644 --- a/src/rudiments/reamed/click.py +++ b/src/rudiments/reamed/click.py @@ -88,6 +88,10 @@ class Configuration(object): '/etc/{appname}.d/', '{appcfg}.conf', ] + DEFAULT_CONFIG_OPTS = dict( +...
pass the same config opts to every ConfigObj()
jhermann_rudiments
train
547285f151b4b42851f8e300303e779e699cf855
diff --git a/src/View/Helper/AlaxosFormHelper.php b/src/View/Helper/AlaxosFormHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/AlaxosFormHelper.php +++ b/src/View/Helper/AlaxosFormHelper.php @@ -321,4 +321,12 @@ class AlaxosFormHelper extends FormHelper return $this->AlaxosHtml->script(Ro...
Added public domId() method to AlaxosFormHelper
alaxos_cakephp3-libs
train