Fu YunGe
Fu YunGe
For such invalid config: `api = NinjaAPI(auth=[django_auth, some_auth_derived_from_APIKeyCookie], csrf=False)` Sometimes the raised exception is: ``` To let ninja distinguish them you need to set either unique version or url_namespace -...
I really love this lib, and I think it has a lot of potential. But its name is a little bit mediocre, would you consider changing it to a better...
In the example page "fluid.html", the first "row" always has same bottom baseline as sidebar, if the bottom baseline of sidebar is lower than the first row's bottom baseline. Tested...
I don't know how you are going to deal with DB migration, so I just created a sql file "backend/drizzle/uuid_pk.sql", and it should be tested carefully. The last commit is...
Hi, Would you please consider replacing NanoID with UUID? There are some points worth considering: - Postgres & CockroachDB have native UUID type, so UUID columns can be processed in...
In auth middleware, the update of User lastSeenAt & lastVisitAt is too frequent, it's better to "update after a certain amount of time past the old timestamp". Unnecessary updates can...
The current version of call_script() is too limited, as it can only defines a State.callback_function, we can't use it directly in a function. Suppose we have the following requirement, it's...