Sigmund Lahn

Results 8 issues of Sigmund Lahn

I run the generator with windows authentication, but providing the username/password, not using integrated authentication. The VM use to generate the code is also not part of the windows domain....

Early Bound Generator

The generated `models.d.ts` is present in the `src` directory of the NPM package, but not in the `dist` directory. The result is that ``` import { models } from "@pydantic/fastui";...

bug

When I supply a custom renderer for the `Page` component, the navigation between the forms in the demo breaks. This also happens when you use the default rendering of the...

`_Element.clear()` takes a boolean parameter named `keep_tail`. This parameter does not exist in the stdlib ElementTree, but does exist in lxml.etree. See https://lxml.de/api/lxml.etree._Element-class.html#clear The docstring for `clear` in lxml.etree reads...

### Description Our projects needs clients/models for multiple different OpenAPI specifications. Is it possible to specify multiple configurations in the config file, or to instruct the CLI to load a...

feature 🚀
dependencies
RSVP 👍👎

In pydantic 1.x, `ValidationError` has a `model` property which references the model being validated. We used this when deciding what error to show to the user. It doesn't seem possible...

unconfirmed

# Summary of changes Change the typing of `Graph.triples_choices` and `Store.triples_choises` to match the actual types allowed by the code. The two non-list parameters can be `None`, but this is...

### Description [`Field.metadata`](https://docs.python.org/3/library/dataclasses.html#dataclasses.field) in python dataclasses is an extension mechanism. It's used by some serialization libraries like `xsdata` and `desert`. See #10674 and [this discussion](https://github.com/sqlalchemy/sqlalchemy/discussions/9575) for more context. This PR...