Louis Maddox

Results 158 comments of Louis Maddox

A little late to the party, but just arrived here after hitting an edge case at the 33 key mark :-) I am using simd-json in my JSON schema inference...

> The best approach here would be a Value that is distinct from the current one I took this to mean new types like `OrderedBorrowedValue` and `OrderedOwnedValue` in simd-json (just...

Thanks for releasing value-trait, I updated the PR with it at 0.12.1 so looks like it'll work ! ๐Ÿ™‚ I've re-rolled into a single commit now that it's feature complete

I'm not against generics with a default but since I can't fully predict all the requirements they might incur I'd avoid them too. Though on the other hand it looks...

oh wow pandemic throwback, yes I am totally down for that letโ€™s go! ๐Ÿ˜€ at a glance the bench and unit tests are left to do, and some new conflicts...

I saw it noted [elsewhere](https://github.com/pydantic/pydantic/issues/7022#issuecomment-1671571037) by @adriangb that: > v2 does multiple passes on unions. the first without coercion and if none of the options match it does another pass...

> Reopening, I think this was a regression with our migration of enum validators to rust! Blessed are the backlog revivers :pray:

Thanks for the prompt triage @sydney-runkle and explanation @Viicos ! Best team :muscle: Due to the specific [imposed] requirements I have in this project: 1. The code is codegen'd, some...

[Yes yes](https://github.com/lmmx/page-dewarp/blob/405c65b73b1fcff7266375ac47b1fa1a47128df8/pyproject.toml#L41) ```toml requires-python = ">=3.9,1.25", # NumPy 1.25+ requires Python >= 3.9 ``` The PDM UI of "here are all these constraints, which make it plain to see why...

Seems like this is the same issue I came to report, please let me know if I should make a separate one, but when piping with the `-n` flag (equivalent...