Michael Vogt

Results 57 comments of Michael Vogt

is there anything I can do help diagnose this issue? I'm pretty clueless tbh at the moment, any hints are appreciated!

Yeah that is from the bundled version. Here's a copy of the code that crash ``` const os = require('os'); SystemInfo.prototype._getInterfaces = function() { return os.networkInterfaces();

Thanks @thunder-coding for your feedback, is my example above enough or is there anything I can do to help you reproducing the problem?

>Termux targets sdk level 28 https://github.com/termux/termux-app/issues/2155, so I guess we won't be able to reproduce the issue. Yeah, I wanted to bring that issue up for the future (and my...

these are not only mussing for Address4 but also for Address6 I use parsedAddress to check if two ipv6 differs or not

I setup an minimal example project, that shows the issue: https://github.com/neophob/nbind-blocking Tested with node v6 and v8. So I guess to fix this behaviour I should use libuv threads (either...

Ok the correct way to address cpu bound tasks (or tasks which run long time) is using the libuv worker threads (uv_queue_work) so the EventLoop is not blocked I found...

SQ:4 is the SONOS Playlist, which is the only list I saw without embedded metadata.

thanks for the quick feedback. maybe it make sense to split your request up in two different issues: 1) switch to tvin and linein and 2) detect model. then the...