Samuel Colvin

Results 325 issues of Samuel Colvin

When the server returns 500, we seem to get a weird redirect back to `/`.

bug

`fastui-bootstrap` should take functions matching `CustomRender` and `ClassNameGenerator` to those functions respectively, so you can use `fastui-bootstrap` while still overriding some components.

enhancement

Currently it's a bit piecemeal based on what I needed for `fastui-bootstrap`, we should do something like bootstrap-react to export all components and their props in a nicely sorted way.

enhancement

Waiting for https://github.com/pydantic/pydantic/pull/8282. Currently we have to declare every alias manually which is a pain and error prone. cc @sydney-runkle.

For lists and variable length tuples in forms we should have something roughly akin to [django's formsets](https://docs.djangoproject.com/en/4.2/topics/forms/formsets/) - basically a button to say "and another".

enhancement

### Discussed in https://github.com/pydantic/pydantic/discussions/4708 Originally posted by **07pepa** November 2, 2022 Pydantic 1.x is missing native suport for timezone parsing (and since this will probably will not be added natively)....

feature request

We need a simple `Display` type that rather than looking up the model, can simply render a simple value.

then `response.ok` should always be allowed, so that `201` or `204` don't cause problems.

I'm not sure about this, it would need to have minimal or no impact on performance when switched off. Some questions if we are to support it: * Should we...