Zachary Lund

Results 13 comments of Zachary Lund

I can confirm that the upgrade to 1.1.6 fixes this issue. Makes sense since it looks like some of the filepath management now uses native Go libraries. That would also...

I found a project (which I think is the first use of github projects I've seen) here: https://github.com/charto/nbind/projects/4 (Issue https://github.com/charto/nbind/issues/11) It's unfortunately looking a bit on the old side. Looking...

autogyp doesn't do much in simple cases as far as I can see. I was able to get it working in node-cmake by doing the following: Assuming you're not building...

@robinwassen It's still used for things like mplayer, some CPU monitors, I'd imagine most 3D map editors to some extent, and so forth. QT: http://doc.qt.io/qt-5/qwindow.html#fromWinId GTK+ (through GDK): https://developer.gnome.org/gdk2/stable/gdk2-X-Window-System-Interaction.html#gdk-window-foreign-new SDL:...

Most widgets in a toolkit are just much smaller windows. There's usually dozens or hundreds of windows within one big frame window that acts as the parent to all of...

Since our desktop app is now public and we actually embed a native external window into our application, I can explain the steps we took to accomplish this: 1. Get...

@Lillecarl The source is available but it's a bit confusing at the moment and nothing that can be contributed back to Electron itself. If I'm being honest, this is essentially...

@csabamarkus What I would recommend at this point is actually using a native framework (such as libyue perhaps) and embedding the electron window into the native window. Going the other...

* Change to fix bad escaping (cmake regex requires double backslash). * Change to handle node archives that don't properly format the headers archive into version sub-folders. * Give more...

Actually, I guess I can choose just any given runtime that supports a given version of N-API? Herm.... some clarification on this would be cool.