Luke Bakken

Results 123 issues of Luke Bakken

### Related disk monitor issues: * #5726 * #5721 * #5681 * #4140 * #4328 (not implemented) * #3895 * https://github.com/rabbitmq/rabbitmq-server/discussions/4753 ### Other disk monitor issues: * #1959 * #2095...

Replace `supervisor2` with the built-in OTP `supervisor` where possible.

**Is your feature request related to a problem? Please describe.** Team RabbitMQ would love to use the built-in disk monitor that ships with Erlang/OTP - `disksup`. Unfortunately, the smallest `disk_space_check_interval`...

team:VM
enhancement
help wanted

https://www.digitalocean.com/community/tutorials/how-to-use-contexts-in-go https://github.com/rabbitmq/amqp091-go/discussions/121#discussioncomment-3788391 See the following: * #96 * #122 * #103 cc @mgdotson

For instance, see this listing: https://www.rabbitmq.com/clustering-ssl.html#strategy-one-flags ``` erl -noinput -eval 'io:format("ERL_SSL_PATH=~s~n", [filename:dirname(code:which(inet_tls_dist))])' -s init stop ``` The correct form of the above command when using `cmd.exe` is: ``` erl -noinput...

https://devblogs.microsoft.com/dotnet/configureawait-faq/ https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2007?view=vs-2019 https://github.com/dotnet/roslyn-analyzers/issues/6757

Reported by @boskjoett ### Discussed in https://github.com/rabbitmq/rabbitmq-dotnet-client/discussions/1249 Originally posted by **boskjoett** September 9, 2022 We are consistently, but with random frequency, experiencing long delays (more than a second) from the...

- [ ] Standardize on names that closely or exactly match the Java client - [ ] Ensure that the API test uses "published" version

https://stackoverflow.com/q/50402938/1466825

Hello! Thanks for the excellent syntax file. I'm wondering what would be necessary to support [[ | ]] style links like those used by the gollum wiki (https://github.com/github/gollum/) I'll try...