Björn Dalfors
Björn Dalfors
Great lib! A nice feature would be a custom `delay` property on hover to not show the overlay immediately.
`style-loader` forces inline `` tags upon users of this library. This is a security problem since it prevents the application of sane CSP configuration. ( requires `style-src 'unsafe-inline';`) Webpack 4...
Hi, Is this theme repo abandoned? There are a few PRs waiting to get merged. @wuweiweiwu @fritz-c
App is flaky and crashes from time to time. Sometimes when app crashes, all my configuration / settings are lost which is a real bummer. Version 0.5.6-147
Cannot set configuration audio recording format for MQTT SpeechToText Setting values and tapping Back arrow does nothing. Cannot leave page 
Dirty fix #792 by inspecting topic as suggested by https://github.com/thomasnordquist/MQTT-Explorer/issues/792#issuecomment-2111972106 Tested with sparkplug client https://github.com/eclipse/tahu/blob/master/javascript/examples/simple/example.js The whole decoder choice logic should probably be cleaned up later on to support #493...
Use tahu https://github.com/eclipse/tahu for sparkplug Based on #793 ## Changes - [x] use `sparkplug-payload` for decoding - [x] add sparkplugb client script using `sparkplug-client` #781 - [x] add sparkplugb messages...
- [x] Implement mocking of for sparkplugb payloads - [ ] Add test to ui-test script
Hi, Is it possible to specify conversion options for `long`s etc, when decoding payload? We coming from using protobufjs with sparkplug protocol and using `toObject` by specified `conversion options`: ```javascript...
Make workflow run workflow in source repo context to prevent secrets exposure. - `pull_request_target` event will be run in target repo context and will have access to secrets - `pull_request_target`...