Marc Di Luzio
Marc Di Luzio
# Compatibility Report - Name of the game with compatibility issues: Sea Of Thieves - Steam AppID of the game: 1172620 ## System Information - GPU: RTX 2070 Super -...
It appears the steam runtime's libcurl by default tries to use `/etc/ssl/certs/ca-certificates.crt` on all distros. This string can be checked by the following: ``` bash .../steam-runtime/amd64/usr/lib/x86_64-linux-gnu $ strings libcurl* |...
[DeleteMessageAsync](https://github.com/Inumedia/SlackAPI/blob/74f8656f5280028ff1fb35815e1096afbf189dc5/SlackAPI/SlackTaskClient.cs#L544) for the task client seems to be written to match the one in the socket client, which understands timestamps as date times, but the API requires the timestamp as...
It doesn't have to be a paid bounty list, but maybe having a regularly updated list of specific features/issues (ie. direct links to the github issue #) that could use...
https://github.com/DanB91/Zig-Playdate-Template/blob/d2a2060e1af5186f151833bdff8fd2f89da210ee/build.zig#L104 You get odd errors like this when running `zig build clean`: ``` error: unable to recursively delete path 'C:\Users\marc\gamedev\zig\saturnalia/C:\Users\marc\gamedev\zig\saturnalia\.zig-cache': AccessDenied ``` From what I can tell this just isn't...
Getting a stack overflow when the panic handler tries to get the stack here: https://github.com/DanB91/Zig-Playdate-Template/blob/d2a2060e1af5186f151833bdff8fd2f89da210ee/src/panic_handler.zig#L51 Quick repro is just replacing a `return 1;` with a `@panic("trigger");`. ``` [Inline Frame] pdex.dll!win_probe_stack_only()...