Juuso Alasuutari
Juuso Alasuutari
At the time of writing there are 4 forks of this repo on Github. This poses a problem: should downstream improvements to the module be classified as bugs, and changes...
Just a wild idea with no technical depth or contribution; feel free to dismiss and close if necessary. Can this be turned into a keyboard sound generator engine? I don't...
Repeatedly rebasing the -ck patches on top of new kernel releases has lead to an accumulation of files that were deleted upstream. A brief glance revealed resurrected files left over...
### Problem description There's a change in libcurl 8.9.1 that causes transmission-daemon to exit within 30 seconds. The cause is unhandled `SIGPIPE` and the details are already covered here: https://github.com/curl/curl/pull/14296#issuecomment-2263711275...
I added a quick feature to `vsdownload.py` to help with download cache refreshes (e.g. on GitHub). This is meant to help when you have a previous cache dir that might...
This is a simple feature, but very useful for caching the downloads. It simply prints all the SHA256 sums for the payloads in the selection. This is a good way...
This is incorrect C: https://github.com/DaveGamble/cJSON/blob/12c4bf1986c288950a3d06da757109a6aa1ece38/cJSON.c#L425 The C17 standard (6.5.8.5) says this about pointer comparisons: > When two pointers are compared, the result depends on the relative locations in the address...
I pointed this out in #919, sorry for taking so long to make a PR. But here it is. No need to check for string overlap–it's simply not legal in...