Matt Dainty
Matt Dainty
Adds an additional constructor so you can create an active high button like: ```cpp ezButton button(pinNumber, INPUT, ACTIVE_HIGH); ``` The default is active low so this change shouldn't break existing...
This PR adds the ability to remove elements from a cache without calling any configured eviction callback. My use-case is I have a cache of non-trivial `io.ReadCloser` implementations and the...
Consider supporting STOMP via https://github.com/bodgit/libevent-stomp Now that all the fancy Federation/HA knobs and whistles are implemented in RabbitMQ as policies in the broker, using STOMP via the plugin shouldn't omit...
So RabbitMQ 3.x is released with changes to how federation and queue mirroring work, this should be supported moving forward. Bonus points for supporting both the new and old ways.
Unsure if this would provide a performance benefit or not, some investigation required.
Neither daemon handles the AMQP broker or upstream Graphite server going walkies, this needs to be handled.
Add support for sending rejected Graphite messages to a dead letter exchange, could be handy for debugging.
### What happened? I'm trying to configure the nameReference transformer so it updates the name references in a handful of additional resource kinds using additional configuration. For testing purposes I've...