Sightem

Results 13 comments of Sightem

previews: ![manulxmas](https://user-images.githubusercontent.com/67830794/220169977-66f8cbe8-fbff-458a-aa4d-bfdda64e8f79.png)![manulbg](https://user-images.githubusercontent.com/67830794/220170052-56d96701-b2bf-4429-8380-562079b0a781.png)![manulversary](https://user-images.githubusercontent.com/67830794/220170157-802503d0-6109-4f56-a406-e04c9f0eb45f.png)

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...

![image](https://user-images.githubusercontent.com/67830794/160063270-f8c5a203-fdb2-48a4-be65-63df7ff043a9.png)

> This one deserves the tr🤡ll category. seconding 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 =...