Andrew Kaster
Andrew Kaster
Another alternative could be to create infrastructure for vcpkg to build from source and cache tool binaries on GitHub or another CDN that the upstream doesn't ship.
Hi! As far as I know, we don't have any programmers actively working on the project who can read or speak any dialect of Chinese. So, we don't regularly test...
@doodoocoder We are in the process of removing our custom font rendering code and start using some open source font/graphics libraries. Once we are using third-party font drawing code, it...
> The best thing in my mind is if we can control how specific domains are handled on a domain or even TLD level based on the DNS tree supporting...
From previous nix issues, you need `fontDir` enabled. I don't quite know what that means, but it's related to putting font paths in the expected place per the FHS
Thanks, I opened https://github.com/WebAssembly/wabt/pull/2558
In https://github.com/tc39/notes/blob/cb328656919c1d6b658099c41bc13df622f649a9/meetings/2023-09/september-28.md#withdrawing-finalization-registry-cleanupsome one of the comments was like so: > SYG: In terms of the code being there, we are not removing anything from implementations. It’s needed for internal implementation...
> Not sure if I should be linking the GCC specific libs in cmake or inside a pragma comment lib. Pragma comment lib is an MSVC-ism. I would be shocked...
This should work on all our platforms now. I moved things around to make sure we actually use std::stacktrace when requested. That being said, libstdc++'s implementation is uh. well it...
> Looking at this we might want to change this backtrace to not include the last two frames(as in the two inside assertions.cpp). What do you think? Meh on that...