Samuel Colvin

Results 1267 comments of Samuel Colvin

Why not just set `validation_alias` instead of `alias`?

So does `validation_alias`, please try that in vscode and pycharm.

No, you'd need to set `serialization_alias` as well, but 1. You can. 2. I doubt the OP would want that from their description.

What should we do about this? There's an equivalent case where the AI returns multiple tools calls, one of which is a result tool, currently the other tool calls are...

> I like the idea to have a cli frontend that is query engine agnostic (datafusion, duckdb), table agnostic (iceberg, delta), file agnostic (parquet, lance), and even more. Surely this...

Somewhat related to a great CLI experience, "leading FROM" duckdb syntax would make any autocomplete much more useful — https://github.com/sqlparser-rs/sqlparser-rs/issues/1400.

It'll be because before v2.7 we just called the enum with the value so `MultiValueEnum` took care of validating that the value was allowed. As of 2.7 we check the...

One point that somehow hadn't occurred to me until now: We should DEFINITELY not call it `FastModel` for fear of confusion with `FastAPI`, and all the other projects which have...

@Viicos is broadly correct, but I'll add a bit more detail: * (fairly common) if you're validating against a pydantic model and then just serializing to JSON * (extremely common)...

sorry for the slow response, you need to change `actions/download-artifact` too.