Dustin Sallings
Dustin Sallings
Yeah, naming is hard. There's an `mqtt` library in hackage that seems to be abandoned as well as a `mqtt-hs` (I only named the repo this because I work in...
Hey, thanks for the pointer. I hadn't heard of uri-bytestring, but I'll see if it makes my life better or worse. :) Is there usage of network-uri in here that...
it depends on what you mean by this. I have generally run multiple instances bridged together with [mqtt-bridge](https://github.com/dustin/mqtt-bridge). They're not exact mirrors, but I do replicate portions bidirectionally. If you...
Right, I think you can do that today with [mqtt-bridge](https://github.com/dustin/mqtt-bridge). I've not actually tried it N:N lately, but the idea is that every incoming message can get sent to N...
Do you intend to try to respond to particular mqtt events in application code, or just consolidate the functionality into a single binary? The server's main is just this: ```haskell...
The easiest thing to do, tbh, is just run a server and have the web handler connect to it. There are lots of edge cases that would be difficult to...
AAA is an area that could probably use some increased fanciness. I just added support for separate ro/rw ACLs, but it's only good enough for my needs. It might be...
I don't think there's anything to do here. I've been running this exposed on the internet for a while with AAA and what not.
While resuming a print would be a nice magical feature, I'd be very happy if octoprint could just reconnect and run a bit of gcode script. e.g., on connection failure,...
The documentation mentions a method: https://ducklake.select/docs/stable/specification/queries.html#select-with-file-pruning