TanninOne

Results 31 comments of TanninOne
trafficstars

I think I found a fix, although I don't 100% understand it. Merge this into your bindings.json ``` { "targets": [ { "conditions": [ [ 'OS=="win"', { "libraries": [ "-DelayLoad:node.exe"...

Another related thing I just found out and still don't fully understand: I was getting crashes when using c++ streams in a nbind extension running in electron. After quite a...

I'm interested in this as well. When you pass the foo_wrapper directly to output however it's toJS function is never called so you get the wrapper object in js. I...

I'm pretty sure this is an error in how electron is built for windows, I have created a bug report here: https://github.com/electron/electron/issues/29893 Going back to nan 2.14.0 won't work if...

@wxfred tl;dr: So the solution currently would be to build modules with clang, which, to be completely honest, is a massive pita on windows atm. Contrary to what I said...

Ok, I have further information @ckerr It is true that openExternal, under the hood, calls ShellExecute as well, but it manipulates the parameters before it does so. when you run...

> Some more information, about why this may be happening. I posted a question about this issue to this [directory opus forum thread](https://resource.dopus.com/t/explorer-replacement-links-to-network-folders-not-opening-in-opus/33080/13) and the directory opus developer responded with...

Yes please! I have to generate xml for a foreign application and they will throw an error if certain fields aren't wrapped in CDATA. So either remove the condition or...

Yeah, very possible, there was no further report of this kind of error. I thought maybe there is something suspicious in the code indicated by the backtrace (wrong buffer size...

The native libzmq is absolutely not a stable piece of software. It will terminate the running process as soon as it encounters a network error code it doesn't recognize (see...