Billy Peake
Billy Peake
**Describe the bug** When pattern matching a dynamic struct type, the plugin fails to recognize the following syntax as valid, and causes any code below it to lose syntax highlighting:...
Recently moved over to distroless for my Go services and am very pleased with the results. Would love to start poking around the experimental python versions. I noticed that the...
Hello! I am having a hard time getting Erlang/OTP 22.3.4.1 to install on Apple Silicon. Here is my system info: ``` Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro17,1...
We should add tests that match all of the [official tutorials](https://www.rabbitmq.com/getstarted.html). In addition to being a good baseline to ensure correctness, it will also make sure that we avoid the...
We should add benchmarks comparing this library to the base streadway lib.
It would be nice to be able to have a version of all Channel methods that can take in a Ctx and exit on error.
It might make more sense for many of the current test suite methods to be defined on the channel / connection test harness instead to support non-suite tests.
It should be east to make the base handler for each message call a registered function type which can be swapped out to mock functions in a test. The mocks...
Transaction methods are not supported by the robust Channel type, and Tx methods currently panic when called. We will need to come up with a way to handle unexpected disconnections...