NRK
NRK
Not sure if systems with non-zero null pointer would be the target audience for this library; but if we *do* care about dealing with that edge case correctly, there's two...
> (btw, the reason I moved this discussion here outside of the PR was so you _wouldn't_ change the PR until we decided. Whoops.) Ahh, no worries. I interpreted https://github.com/nothings/stb/issues/1099#issuecomment-1066118311...
> In older versions of gcc, using `{0}` initializer produces warning for the C code as well. Here is example for gcc 4.6: https://godbolt.org/z/83Wv4oYx8. Yes, afaik they later changed it...
> A simple solution might be to shuffle the declarations around, to have 'char* s' right before 'num', so as to force 'num' to be aligned like a pointer. However,...
> I understand that -6 is a non valid input for trailing zeroes nonetheless, in my opinion should be protected. Depends on what the standard says. If it's undefined then...
We had to make a similar decision about moving away from github for the `nsxiv` project a couple months ago. [Here's a brief list of alternatives we considered and some...
> On the other hand, diverse code hosting services will reduce collaboration, as people need to be signed up to many different services Might I note that there exists [SourceHut](https://sourcehut.org/)...
> Move is just one example, there could be many in what nnn does: rename, delete, batch rename, copy, etc. I don't think this is feasible: 0. How can we...
> Maybe we can add this to the troubleshooting section of the Wiki? Done. https://github.com/jarun/nnn/wiki/Troubleshooting#running-inside-docker-containers
> I have a key bound in mpv that launches a script that depends on the absolute path of the file passed as command line argument. Why not tune your...