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.
Rasky informed me that LibDragon is already good on the 2038 problem: `time_t` is 64-bit in LibDragon. I haven't actually tested to see what our practical limit is on the...
Should the RTC subsystem be responsible for enforcing min/max dates based on RTC hardware limitations? * The 1996-2095 range is dictated by the 64DD RTC, which only stores a two-digit...
The original 2013 Flappy Bird game that this port is based on did not have music, only sound effects. This port does implement sound effects. Early versions used a software...
Correct; I am using mDNS
Just to follow-up: as a workaround, I switched PrusaSlicer to connect via IP address instead of mDNS hostname and it has been working fabulously.