Indra

Results 11 issues of Indra

**Is your feature request related to a problem? Please describe.** msgspec support for discriminated unions is not currently supported by datamodel-code-generator and it would be great to support discriminated unions....

enhancement

The behaviour of `CSafeDumper` differs from `SafeDumper` with respect to the `allow_unicode` parameter. `SafeDumper` will emit the unicode unescaped whereas `CSafeDumper` appears to ignore the parameter and emits the `\U....`...

Reporting this issue for posterity, I realise this is unlikely to be fixed due to #100. After pickling and unpickling a pyxb object that has an abstract element/substitutionGroup in a...

### Description # Description Converting using `msgspec.convert` from an object with `from_attributes=True` to a struct that contains a `Raw` field doesn't appear to work. # Example Given a struct like:...

Adds msgspec support for datetime output with `--output-datetime-class datetime` addresses #2078

adds support for: - adding base class kwargs to the msgpsec template in order to support adding tag and tag_field kwargs for Struct. - the discriminator property, uses the propertyName...

### :wrench: Summary When manually running `lefthook run pre-push` when git lfs is active/installed lefthook stalls until a new-line is entered. ### Lefthook version ```bash › lefthook version -f 1.7.18...

bug

### Link to the documentation page https://dokku.com/docs/getting-started/install/docker/#prior-to-dokku-start ### Documentation problem I am attempting to build a custom image per https://dokku.com/docs/getting-started/install/docker/#prior-to-dokku-start to include plugins in the image. Given a Dockerfile similar...

type: bug
type: documentation
merge-level: patch
needs: investigation

Given a `Procfile` like: ``` app: env PORT=8000 PYTHONUNBUFFERED=1 uvicorn app:app ``` And the app.py of: ```python async def app(scope, receive, send): assert scope['type'] == 'http' await send({ 'type': 'http.response.start',...

The documentation has a section on [adding help text](https://tome-scripts.readthedocs.io/en/latest/authoring-scripts/#adding-help-text) which implies that tome should be able to print out the help for a script. However invoking `t help script` only...