Kyle

Results 5 comments of Kyle

Thanks for the response! That is interesting about the "sup" parameter. Indeed, the getChallenge method works when sup != 1. Even when I do have a request without the "sup=1",...

I just created a fork of gau that provides a "whitelist" option instead of a "blacklist" option. I needed this functionality for my own project, but I thought I would...

> select * from images where hash = 4039471674891636236::int8; I thought I would mention that I experience this exact same error. It does _appear_ to be fixed for now when...

> All that `unit_vector` does is divide vector coordinates by its length. So, if you had a vector `{0,-5,0}`, applying `unit_vector` to it would result in `{0,-1,0}`. Likewise, for vector...

This is helpful, thank you! It's true that you still get a gradient effect when you normalize it. I still think it is rather confusing because the code doesn't do...