Day Fisher
Day Fisher
Sorry for not having gotten to this so far! I should have time to to finish the review and release the new version in the next couple days.
I think this is actually possible without any changes to Klipper if we use a continuation passing style, which is a bit odd, but seems potentially viable. Here's a simple...
Ahh, that makes sense. Thinking about it a bit more, I realize that the approach above only works for macros that are run in isolation on an otherwise idle printer...
Alternatively, instead of doing something very complicated to make sure `A.register(B)` works everywhere, just make `A.register(B)` a type error in modules that don't define either A or B, because you...
Hi all -- we've been working hard on a new approach to ssh that should fix this bug (and a number of others!). We'd love your feedback! If you're up...
Thanks for giving this a try! A few things: - Hmm -- that's strange! I can't reproduce the problem myself unless I set a `RemoteCommand` for the host in my...
I think that--in this case--that error is unrelated to Warp, actually. From what I've seen, having a `RemoteCommand` set in ssh config is incompatible with providing a program to execute...