Svein Alexander Frotjold

Results 10 issues of Svein Alexander Frotjold

Please add support for catching errors from the config node. Discuction on propper way to log errors from config node so they can be catched here https://discourse.nodered.org/t/catch-error-node-question/15694/3

i'm using this for my smart home for door sensors and some temperature sensors + danalock door lock. It works great but once in a while after a reboot of...

Hi. i have just swapped over from my own pdi implementation to yours. It's working fine and is a lot simpler code wise than what i had mashed together. However...

No platform options matches pi3 running 64bit os.

- LeftClick - RightClick - DoubleClick Are not triggered on linux. I have found out that this is due to a limit in `libappindicator` used on linux. Is it possible...

Could you provide a sample that publishes a MQTT 'will'?

on windows i get this output after running the sample with ``deno compile -A .\systraytest.ts`` ```` tray started! illegal base64 data at input byte 0 exited ````

Could you provide some more samples? - How to bind async functions? This do not work at my end: ````typescript webview.bind("press", async (a, b, c) => { console.log(a, b, c);...

enhancement

i would like to link directly to a device page by name not id instead of: https://host/#/device/0x00158d00047db7b1/info i woild like this to work: https://host/#/device/friendly_device_name/info Also it would be nice to...

[DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead. Could you update internals so we do not get this deprecation warning all the time. ```` (node:3816) [DEP0044] DeprecationWarning:...