Samuel Colvin

Results 326 issues of Samuel Colvin

fix #282. This uses notify-rs as of https://github.com/notify-rs/notify/pull/634. To install and test, run ```bash pip install git+https://github.com/samuelcolvin/watchfiles.git@io-error-delete ``` You'll need cargo installed for that to work, otherwise you can download...

## Which issue does this PR close? WIP adopt https://github.com/sqlparser-rs/sqlparser-rs/pull/1398 ## Rationale for this change Interval parsing is a bit of a mess, this is fixed I think in https://github.com/sqlparser-rs/sqlparser-rs/pull/1398,...

sql
sqllogictest

A few people have asked me about Pydantic V3, mostly from the perspective of "what if Pydantic V3 breaks my stuff like V2 did?". I therefore want o describe what...

meta
v3

This is a write up of a plan I've had for a long time to improve the performance of Pydantic/pydantic-core by another big step, hopefully up to 5x-10x in some...

feature request
v3

Adding "batson" binary alternative to JSON code crate. From the README: Binary Alternative To (J)SON. Designed to be very fast to query. Inspired by Postgres' [JSONB type](https://github.com/postgres/postgres/commit/d9134d0a355cfa447adc80db4505d5931084278a?diff=unified&w=0) and Snowflake's [VARIANT...

Still failing due to `LazyIndexMap`

Is there somewhere I should reference this in the docs? Also we need an strategy for testing these examples so we can be sure they continue to work. Maybe that's...

@@frankie567: I just tried with this new database engine and it's clearly day-and-night in terms of performance. We struggled before to load our dashboards for timespans > 3 hours; now...

### Description Running the following ```py import logfire logfire.configure() logfire.install_auto_tracing(modules=['numpy']) import numpy ``` Gives an error: ``` 10:58:46.166 Calling numpy._globals._NoValueType.__new__ 10:58:46.167 Calling numpy._utils.set_module 10:58:46.167 Calling numpy._utils.set_module..decorator 10:58:46.181 Calling numpy._core._exceptions._display_as_base 10:58:46.181...

Bug