Samuel Colvin

Results 325 issues of Samuel Colvin

Currently built in JSON parsing works something like this: * parse the JSON bytes and create a `JsonValue` - effectively a recursive enum of vec, map, int, float, string, bool,...

enhancement
performance

See https://github.com/pydantic/pydantic/discussions/3303. We should allow the descriminator to be a regex or function.

enhancement

This should work but it doesn't ```py class RepoForm(BaseModel): repo: str = Field(json_schema_extra={'placeholder': '{org}/{repo}'}, title='GitHub repository') ``` I from a brief check, the problem is in python

bug

we should move https://github.com/samuelcolvin/dirty-equals/pull/51 to this package. Function should be `debug.insert_assert`, but we still need the library to become a pytest plugin so tests with `insert_assert` can fail.

(I thought this was already an issue, but I checked and it seems it only existed in my head) I want a way to pretty-print pertinent attributes of an object,...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hi, I'm using sax-wasm...

enhancement
help wanted
good first issue

I maintain three packages that use maturin-action, and it's great. The hardest part is setting up CI to generate all the right binaries. I propose we create a separate action...

enhancement

We need a magic string to search for in issues that prevents someone getting assigned (and the rest of that workflow). Could be a label instead - that would be...

comment to explain how this works. Initially new prs get assigned to the author, unless they're in draft.

enhancement