Thomas Nordquist

Results 9 issues of Thomas Nordquist

In my case, I have separate pages for developers and users. My repo has a developer-only readme, the readme for `gh-pages` is on the `gh-pages` branch. https://github.com/thomasnordquist/MQTT-Explorer It would be...

enhancement

In my project [MQTT Explorer](https://mqtt-explorer.com/), an MQTT Client, I started working on accessibility. To be more precise, I am working on enabling to control the complete app with only a...

Plots may currently hold 500 data points. What has to be done: - [ ] Pre-process incoming data (so it does not have to be processed each render) - [...

user request

App telemetry is used to automatically detect bugs and measure acceptance. One should be able to disable the telemetry. See: https://github.com/thomasnordquist/MQTT-Explorer#telemetry

enhancement
Priority

The changes only consist of structural changes, the build environment itself has not been altered. What has been achieved by the changes: - much faster build time from 33min to...

Could be nice. Topics can be identified by magic numbers: http://www.ntfs.com/jpeg-signature-format.htm https://en.wikipedia.org/wiki/List_of_file_signatures ## JPEG Magic number: FF D8 FF Trailer: FF D9 ## PNG Magic number: 89 50 4E 47...

- [ ] Plaintext / Regex - [ ] Search in Topic only - [ ] Search in Messages only - [ ] Search in Both - [ ] Case...

What needs to improve: - button placement for selecting the decoder - message should be decoded immediatly after changing the decoder (currently a re-render is only triggered by a new...

This reduces CPU consumption massivly and allows to display GIANT - [ ] check that `ViewModel` is released when no longer used - [ ] check memory consumption in general...