Vitaliy Kucheryaviy

Results 267 comments of Vitaliy Kucheryaviy
trafficstars

Hi @jamesrkiger > Would you be open to a PR for async pagination? sure - would be nice

https://swagger.io/docs/specification/authentication/ `Using Multiple Authentication Types`

yes, looks like it's safe to merge if tests are working

Merged in a separate PR Thank you for contribution !

@cblakkan by the end of the week should land to pypi

> Understand the reason behind making ja.map available, but blocking to upgrade to 4.2 as we don't have all the js.map files available. Any chance this could be removed or...

sorry, closing this - as of django ninja v1 - we are following same guides as django model forms - so now recomended way is ```Python class Foo(ModelSchema): class Meta:...

Hi @ianrodrigues > Is that really intended? What is the reason for that? yes, at the moment it it intended because for APIs your auth entity is not always a...

probably implementation will be the following ```Python class MyAuth(HttpBearer): request_attribute = 'user' # !!! def authenticate(self, ...): return some_object ```

still thinking about this - will move it to next release (as current fixes urgent python compatibility)