C W
C W
@aigupta - You're running into a completely different issue. From the look of it, something is already providing the `` operator. I know the `pg_trgm` extension also uses that, so...
> This might be a problem in the future for me. Is it relatively simple to redefine the symbol your extension uses for the operator and recompile? I believe you...
> Stores the request string in a variable. Note that the page[cursor] parameter has been obviated for the first request. I can't remember the reason for things being structured the...
The critical part is: > Main.FaGet.StatusMgr - ERROR - No captcha solver configured (or no solver with a non-zero balance)! Cannot continue! The exception is a bug in the cookie...
The cookies file being valid just means that the scraper exited correctly the last time it executed. Whether the relevant cookie in particular is in the cookies file is the...
Sidenote: DA is also broken ATM. I haven't had time to poke things recently.
Ah. Well, you need two cookies, `a` and `b`. Did you get both?
That's strange. It should at least pass the login check if you do that. This login check was written way, way long ago before I was just looking at cookies,...
Hmmm. Do you have a normal index on the column in question? I'm slightly confused, as [this](https://github.com/fake-name/pg-spgist_hamming/blob/master/bktree/expected/test_1.out#L14-L18) works correctly. Can you try ``` select * from images where hash =...
What happens with the explicit cast?