Romain Thouvenin

Results 17 comments of Romain Thouvenin

In fact, I can already see how guesswork is wrong: if a subscription is canceled and a new one created manually (happens commonly when staff updates the donation amount on...

Thanks for working on a patch! Let me know if I can be of any help. For sure I will help test it. I think you're right that creating the...

@h-c-c Any estimate of when you could release a patch? Not to put any pressure, just want to give myself an idea of for how long I should ignore these...

I was also very surprised to see that the tests expect `reset-name` to have side-effects rather than return a robot with a different name. This is unlike any clojure code...

I have started to write tests here: https://github.com/rthouvenin/sensu-plugins-rabbitmq/tree/refactor

And in the same branch I've started the refactor: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/master...rthouvenin:refactor Now before I continue, I'd be keen on having feedback on whether this is in the right direction. I am...

Alright thanks. I have separated the module and classes in separate files, and I am starting a PR that can be review / tested in more details.