Samuel Colvin
Samuel Colvin
### Describe the bug I just cloned datafusion and tried `cargo t` on my ubuntu desktop, to check things were working properly. It crashed. I restarted, and it seems datafusion...
### Describe the bug While investigating #10709, I tried using datafusion CLI to require parquet files to a better size. But I got a panic: ``` thread 'tokio-runtime-worker' panicked at...
* a new module with all the methods - what the hell do we call this module? * call from `BaseModel` methods * call from `Validator` methods #4669 * add...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description In the example below, `bar` will always have a value, so should be included in `required`,...
Thanks again for griffe - it's doing exactly what I need. I have the following code: ```py import inspect from typing import Literal, Callable, Any from griffe.dataclasses import Docstring from...
See https://github.com/samuelcolvin/rtoml/pull/59. We should move `ObType` to a separate crate so it can be reused by other projects, there's also a chance that it allows one of us, or something...
I'd love to see how rtoml v0.11 (specifically https://github.com/samuelcolvin/rtoml/pull/78 where the GIL pool was removed from pyo3) effects performance.
Fix #99
### Description In typical usage, the SDK should make a request to the logfire API at process start: * the request should include: python version, SDK version, platform * if...