Morten Houmøller Nygaard
Morten Houmøller Nygaard
Hello. The current available tarball on npm https://registry.npmjs.org/snapsvg/-/snapsvg-0.5.1.tgz contains the following snippet of code ``` function Snap(w, h) { if (w) { if (w.nodeType) { return wrap(w); } if (is(w,...
Should be something as simple as setting window hint: GLFW_FLOATING. Generally it would be nice if the user could set the window hint settings themselves.
Hi I'm currently working on a websocket server in C. At this point in time I pass all tests in the testsuite including the compression tests. One interesting bug that...
### Is your feature request related to a problem? Please describe: I have a window, which needs repositioning according to some other application. I already know the screen position, widt,h...