NbrTDB
NbrTDB
Just floated across this issue while looking for documentation on flow control! Seems like there isn't really any, sadly. I'm not sure myself (hence the looking), but I wonder if...
In case the problem was somewhere in Node, I cobbled together a "benchmark" comparing NW.js performance to normal Node, and it seems that Node isn't really affected by this issue...
Sure, added benchmark code below. I tested OS X Mojave and Ubuntu Mate 18.04.3. On OS X there didn't seem to be any issues with setTimeout on NW.js, and if...
No changes. I can use `setInterval()` as a workaround in that for scenarios where I might need timers for regular events, outside of the normal call stack (running like a...
This actually seems to have improved now. Running the same benchmark on modern NWJS 0.72.0, Windows 10 21H2, the performance is miles better and more in line with expectation. ```...
@rolftimmermans there are ABI differences that mean that native binaries don't necessarily work without rebuilding with nw-gyp: https://docs.nwjs.io/en/latest/For%20Users/Advanced/Use%20Native%20Node%20Modules/ nw-gyp wouldn't need Python 2, except that it doesn't appear to have...
Is this still an issue? I see that we get fed unique IDs for devices (https://developer.mozilla.org/en-US/docs/Web/API/BluetoothDevice) but still no MAC address. This is probably the wrong place to be requesting...
@gischy Nope. It's a security decision, it seems. Annoyingly the "unique ID" you get for a device instead also changes every session, which means if you're trying to implement an...
Same here, Dynaframe 2.19 on a fresh Raspbian 32-bit build, web UI looks exactly as above. Have tried multiple times deleting, re-downloading the install script and re-running. Odd since before,...
> What do you mean by fresh ? Make sure you are using Buster. Oof... yep, that's a problem! I meant freshly installed off the Raspberry Pi Imager, which almost...