Results 52 comments of Zipdox

I'm trying to figure this out https://stackoverflow.com/questions/4345224/x11-xlib-window-always-on-top

> Would you mind filing an issue for the event loop locking issue as well? I dont know if it's just my use case, I'm using two websockets and one...

https://github.com/romgrk/node-gtk/issues/289

I found a simple workaround. Run Gtk in the main script and run the other code in the worker.

I have recently discovered the wonders of GLib and libsoup etc. in C and have found myself thinking that maybe JavaScript isn't the appropriate language to use with GTK. Perhaps...

> WebSocket listener on the parent side works fine but as long as the window is open the worker is blocked and can't receive messages from the parent. In other...

> Any known downside to this approach? I was looking into this library as a source of inspiration for a possible Deno port but can't quite wrap my head around...

> I fixed it as follow. > change > notes.append((onset_sec, duration_sec, p_prev)) > to > notes.append((onset_sec, duration_sec, int(p_prev))) That doesn't fix anything.