EdJoPaTo

Results 355 comments of EdJoPaTo

Yes, the simplifyEntities method is from this library but this library does not use any promise. Therefore it can not produce an uncaught promise which means the uncaught promise must...

Ok, the title of this issue is very misleading. It’s not at all about the uncaught promise. Can you specify which Item ID fails exactly? Also it looks like Deno...

Good catch. Also had that issue and #102 will fix this.

Maybe something like this? ```ts /** Language code like de, en, fr but not de-ch */ type WmLanguageCode = typeof languages[number] // generated by script /** Language variant like de-ch...

v9 requires ES Modules and can not be used from CommonJS anymore

It’s always great to hear positive feedback. Thanks @jr1221! 😌

Just to be sure I understand this correctly: on the same topic is different JSON content multiple times a second? When that’s the case I’m not sure that’s something I...

Personally most of the devices I am working with don't use JSON in the first place as plain values are easier to handle on embedded devices. Having other peoples use...

> I will follow your revisions and learn rust. Contribute code. Just to say it: there is no requirement in code contributions. There are a other ways to contribute like...

Selecting history entries from the table is possible with [v0.20.0](https://github.com/EdJoPaTo/mqttui/releases/tag/v0.20.0) now. It also includes a topic search. Searching for topic payloads is currently not possible. Thinking about it, I am...