EdJoPaTo
EdJoPaTo
im not entirely sure about it. Setting something twice seems like a mistake so having that is a code smell. Normally code smells are something for the linters… Could it...
Hm… I like thinking about this but for some reason it's still something I don't particularly like. Your example with the tests still requires knowing / specifying the types generated...
Is there also a plan / time to remove the feature when it doesn't seem to be used and no one stated their use case? Keeping the code clean seems...
Currently, there is no MQTT 5 logic specifically used. Until now there didn't seem to be a need for any MQTT 5 specific logic, but maybe this might be one?...
Is there an article somewhere about why it's the preferred way? What's its benefits are? Also, hey there over there. Noticed an Microsoft Article mentioning mqttui some time ago which...
Personally I still think this is something the reply method is supposed to do on its own. The idea of reply is to reply to whatever the update was about....
Personally I still think this is a bug. Reply is meant to reply to exactly what the user did, so sending a message in a thread should be replied exactly...
@xlfish233 have you seen #260 which is inspired by this PR? It took exactly that approach after some experiments.
Just as a heads-up: I can take a look on this in a few days as I don’t have that much time this weekend. Also, TUIs are currently low on...
Tree structures are surprisingly complicated with Rust. So I fully understand why it feels so hard. I started working on #34 for cases like this, but my whole progress with...