Christopher Wellons
Christopher Wellons
You're on the right track. XORing the input is what I've done in the past myself. It's safe in that it cannot negatively affect the permutation regardless of the seed....
Related: a UTF-8 BOM displays as a `?` at the very beginning of the source. (I prefer a BOM to the `cl` `/utf-8` switch.)
This is something that each database driver would have to handle, but there's currently no interface in the driver for it. For some drivers that drive an interactive command line...
The original implementation *was* based on `replace-regexp-in-string`: 3b70e8f. I switched to the temp buffer version because whatever throwaway benchmark I used at the time showed it was faster, particularly because...
Whoops, I didn't realize that I didn't have issues enabled on my repository. I thought it was enabled since I had gotten PRs. I've now enabled issues on my repository.
This looks like an encoding issue with slashes in the buffer name. They're being treated as a delimiter in the URL rather than part of the buffer name.
This turned out to actually be a bug in simple-httpd, which was fixed in 1.5.0. Then impatient-mode needed to be adjusted in c9564bd, though this hasn't seen been included in...
The *elfeed-log* buffer lists errors from fetching feeds. In this case it lists HTTP 404 for that URL because the path component should be singular "feed", not "feeds". Errors aren't...
You're running into a GCC bug, namely that [GCC does not yet fully support AVX on Windows](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412). It will produce aligned loads/stores on local variables which it has not aligned...
Thanks for the kind words, @raysan5! I'm pleased w64devkit has had such a useful role in raylib.