Zsolt Ero
Zsolt Ero
> @hyperknot using `mssim-tuned kodak` seems to fix your artifacts for similar savings. ~10kb more in this case. But the funny thing is that using q52 barely adds to the...
No, I just click invite, signup and that's it. You can reproduce this only with the 4 clicks I mentioned.
It doesn't even need to click the link in the invitation email, enough to invite + delete.
Then an ON DELETE CASCADE is missing somewhere, or something similar. I mean it's pretty much buggy if I click 2 buttons to create a sample project and then I...
@kiwicopple I don't have anything in any table, I just run the official "User Management Starter" SQL on an empty project which is basically the foundation of every tutorial on...
I _think_ adding an ON DELETE CASCADE to this line might solve this: ``` create table profiles ( id uuid references auth.users not null primary key, ```
Yep, passlib seems to be abandoned and the new bcrypt doesn't work with it. Needs to force `bcrypt==4.0.1` to keep using passlib.
Can you provide some small snippet for a basic CLI usage of the modularize branch? It doesn't need to be on npm, I'd be git cloning it, I just cannot...
I am curious about the licensing situation here. From what I see, OpenMapTiles development in the official repo has stopped (let's call it OMT 1.x) and now MapTiler is pushing...
Is there a way to verify a new, potential email address before changing it? I thought that it's a basic feature in an auth system. In my custom-built old auth,...