dwolrdcojp
dwolrdcojp
> Looks like I'm getting the same memory leak with a bare bones SFML window test code. Leak: 0x600000eed920 size=48 zone: DefaultMallocZone_0x10514c000 CFString ObjC CoreFoundation ![Screen Shot 2022-08-18 at 3...
> What if the entire contents of main() is purely just this? > > ``` > int main() > { > sf::Window window(sf::VideoMode(800, 600), ""); > } > ``` >...
I was just experiencing the same issue. I manually put the latest versions of each of the packages in my package.json file. deleted package-lock.json and node_modules folder then did a...
> #542 (comment) This also worked me. No need to scrollarea
This is the change we made in our repo to support building on macOS. Unfortunately the way macOS / Xcode links these libraries is a bit of a mess. ```zig...
We're going to attempt to reproduce this https example in facil.io as well to verify if it's only Zig / Zap related.
We've decided to use Nginx with a reverse proxy to our Zap server and let Nginx handle HTTPS with certbot. By disabling the SSL / TLS in Zap we are...