Toby Corkindale

Results 12 issues of Toby Corkindale

Version tested: sbt-guardrail 0.52.1 Using the OpenAPI 3 specification, I cannot define a requestBody which is interpreted as a plain string, or binary octet-stream. (Using the akka-http generator) Using an...

bug
help wanted
scala-akka-http
good first issue

If you pass --netrc and use a valid netrc file, you still end up with log output like this: ``` INFO[0000] Starting CIFS :: creds: { user=,pass=****,domain=,security= }, netrc: /etc/docker/cifs/,...

I assumed that I could run --netrc /path/to/netrc However this results in the error: "Could not open /path/to/netrc/.netrc" I think it'd be more sensible if --netrc took the complete path+file,...

Thought you might appreciate this info to add to the Tutorial. If building on Debian/Ubuntu, you'll need to install the following packages: ``` apt-get install build-essential libtool pkg-config autoconf apt-get...

Attempting to add a ppp interface results in errors: ``` # ifconfig ppp0 down # teamdctl team0 port add ppp0 libteamdctl: cli_usock_process_msg: usock: Error message received: "PortAddFail" libteamdctl: cli_usock_process_msg: usock:...

**Describe the problem**: After not using the terminal for some minutes or hours, and then switching back to Tabby, sometimes it is frozen. It does not respond to keyboard input,...

T: Bug

When upgrading from Scio 0.13.4 to 0.14.0, I noticed an issue has appeared in IntelliJ. In the following code, which produced no errors or warnings in 0.13.4, IntelliJ now complaints...

While attempting to follow the documentation on starting vulcand in a docker container, I found that it would not work unless the vulcand commandline had -port 8181 added. I am...

This module has been marked as "needs adoption" (by a new maintainer) on CPAN for some time now. I'm not working with Perl much at all any more, and so...

Docker Compose supports "profile" tags, so you can design docker-compose files where only a subset of services are started, depending on the profile tags. See https://docs.docker.com/compose/profiles/ for more detail. I...