Luke Bakken

Results 123 issues of Luke Bakken

User @domicioam noticed the following incorrect comments in #1105: ![141652977-26c68741-38e0-4c48-b5fb-32cf4ab3bdb4](https://user-images.githubusercontent.com/514926/141805910-7a4082c0-d3bb-4fc3-8b0d-19d3cc36f554.jpg)

See this discussion: https://groups.google.com/d/topic/rabbitmq-users/PG-Ls_n8UBw/discussion

help wanted

Hi everyone - While diagnosing [this error](https://github.com/teamon/tesla/issues/469) we found that this sequence of events would lead to a `:disconnected` error: * Start an application using a large HTTP2 pool (we...

Fixes #27 Very WIP as I'm getting the hang of `keytool` References: https://github.com/basho/riak-java-client/blob/develop/Makefile#L43-L59 https://docs.oracle.com/cd/E19509-01/820-3503/6nf1il6er/index.html https://github.com/rabbitmq/rabbitmq-server/discussions/2440

Steps to reproduce: ``` cd basic make USE_ECC=true # in terminal 1 openssl s_server -cert ./server/cert.pem -key ./server/key.pem -CAfile ./testca/cacert.pem # in terminal 2 openssl s_client -cert ./client/cert.pem -key ./client/key.pem...

Also, use of `CancellationToken` for long-running tasks. See this discussion: https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/pull/104/files#r854652659

**Describe the bug** Running `rebar3_format` on a DOS/Windows text file with CRLF endings will result in LF. **To Reproduce** Run this script on a Windows system with Erlang/OTP and `rebar3`...

bug

This is necessary since `cmd.exe` uses ISO-8859-1 encoding and directories can have latin1 characters, like `RabbitMQ Sérvér` Follow-up to #5486 Discovered by @dumbbell

* Do _NOT_ trap exits because we want the disk monitor to crash if a linked process crashes. * Do not lower priority. * Catch errors during the enable phase...

backport-v3.11.x