Sightem
Sightem
previews: 
fixed the commit sign offs
> You should not keep unused code commented. Makes the code harder to read and it's no longer needed. Just delete it. They're temporary, nvim's git integration plugin sucks and...

> This one deserves the tr🤡ll category. seconding this
Status on this?
Oddly enough, from my own example I get these results. This is with the `-static` flag still included. ``` $ ldd C:\\Users\\Sightem\\CLionProjects\\minimal-repro\\cmake-build-debug\\cpr_static_repro.exe ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ff8b9fb0000) KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ff8b93e0000)...
I tested the implementation against the old one using these: ```cpp std::vector test_cookies = { // Basic cases "key=value", "key1=value1; key2=value2", " key=value ", "key = value ; nextkey =...