Nathan Brown
Nathan Brown
This is what these two options could look like: - Prettier: https://github.com/cloudamqp/amqp-client.js/compare/main...ngbrown-forks:amqp-client.js:feature/prettier - ESLint: https://github.com/cloudamqp/amqp-client.js/compare/main...ngbrown-forks:amqp-client.js:feature/eslint-format-rules I separated the ESLint branch commits by fixing each rule in turn, but the fixes...
There's a couple options I can think of, #### Get the comment back onto the function call: ```ts closeOk.setUint32(j, 4) // frameSize j += 4 ``` #### Use a postfix...
Without this change, the instructions for monitoring host based RabbitMQ don't make sense (https://docs.datadoghq.com/integrations/rabbitmq/?tab=host#rabbitmq-management-plugin5). There is a step to set the password for the `datadog` user, but no step to...