Christopher Bonhage
Christopher Bonhage
https://bugs.chromium.org/p/chromium/issues/detail?id=844455 https://html.spec.whatwg.org/#apis-for-creating-and-navigating-browsing-contexts-by-name > The window open steps, given a string url, a string target, and a string features, are as follows: > 1. If the event loop's termination nesting level...
https://github.com/DragonMinded/libdragon/pull/100 was the relevant PR for #30 but it was never merged. There was a missing`dirent.h` when compiling for MSVC.
I am also in favor of making Windows builds as uncomplicated as possible. If we have CI doing builds, we can tell beginners to just use the binaries. Advanced users...
My suggestion is not to rely on global constructors for non-trivial work. Global variables are initialized in the order in which they're declared. So their constructor will be called in...
This may make more sense as a compile-time flag, but overall I think this is a solid suggestion.