Jamie Neil

Results 6 comments of Jamie Neil

Have you considered using a modified router image to handle the /.well-known/acme-challenge path globally? It should be possible to use a custom haproxy-config.template to route challenge requests to a handler...

Just ran into this issue with build artifacts being uploaded to a bucket. Our HTML tended to only change hash codes for asset links and so size was always the...

I can't believe this ticket was not closed some time ago. As far as I can tell, it works as designed, but users (including me) make assumptions about how it...

> Are you importing `Field` from `ninja` or `pydantic`? `ninja` ```python from ninja import Field, FilterSchema class FooFilterSchema(FilterSchema): project_id: Optional[UUID] = Field(q="project_id") ```

> @jam13 > > that's weird - as you can see in tests it's used just fine: > > https://github.com/vitalik/django-ninja/blob/master/tests/test_filter_schema.py > > maybe you mixed some imports ? May be...

> > @jam13 > > that's weird - as you can see in tests it's used just fine: > > https://github.com/vitalik/django-ninja/blob/master/tests/test_filter_schema.py > > maybe you mixed some imports ? May...