Samuel Colvin

Results 325 issues of Samuel Colvin

It's not that clear from the README how to use outputs. It might help to include that `"success"` is the string, not the name of the variable set is `result`,...

documentation
good first issue
help wanted

Hi, this question is quite selfish, I'd like to use this repo among others for smoke testing new pydantic releases, see https://github.com/pydantic/pydantic/discussions/4359. According to [this](https://sourcegraph.com/notebooks/Tm90ZWJvb2s6MTU1MQ==#by-repo-d7df30cd-e39d-4deb-9fb6-9eaeef4bf511) this repo has the most...

We need a formal and agreed way to decide what types to add to this package. I would propose the following: * 10 upvotes on the issue for new types...

question

# Bug report I've tried adding `limit 1` etc. to a query, but the `limit: &Option` parameter to `begin_scan` seems to always be `None`. I tried setting `offset 1 limit...

bug

# Bug report I've been trying to implement my own FDW using this crate, however I'm running into two issues (details on both below): * when trying to `supabase-wrappers` from...

bug

I just made it up, but it's a superset of [JSON lines](https://jsonlines.org/) that ignores whitespace and instead just parses concatenated JSON things. [source of idea](https://twitter.com/samuel_colvin/status/1786307187087740949) So the following would be...

At the moment `python_parse` parses JSON floats to python floats (internally an f64 AFAIK), thereby potentially loosing some information. (I guess `JsonValue` arguably suffers from the same problem as it...