heinrich5991

Results 65 issues of heinrich5991

This way, people don't accidentally implement them if we haven't even decided whether we want them. Example: #5091.

meta-discussion

While implementing past pull requests like #5064 I've been thinking about implementing them using Rust instead of C++. Rust is a language targeting a similar audience as C++. It tries...

discussion

This would make some startline skips harder to exploit. ## Checklist - [x] Tested the change ingame - [ ] Provided screenshots if it is a visual change - [...

Specification: https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf Sample: https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/PDF32000_2008.pdf

E.g. my repository https://github.com/heinrich5991/libtw2 is marked as not having a `Cargo.toml` and no `Cargo.lock`.

It stops the browser from using the new multiprocess feature, as reported by the Addon Compatibility Reporter. https://wiki.mozilla.org/Firefox/multiprocess

For CMake, `CXXFLAGS="'-DRETURN1=return 1;'"` generates a macro that returns 1, in cc, this is interpreted as an argument `'-DRETURN1=return` and an argument `1;'`. This seems undesirable. Would a patch fixing...

[8:14 PM] fokkonaut: @heinrich5991 could you also reset on connect, that the server sended the message for rcon username login? because when i connect to ddnet, then to my server...

bug
client
to-reproduce

The initial map change message (`NETMSG_MAP_CHANGE`) is sent twice by the server for some reason, leading to two HTTP map requests if the map is not present. It should only...