Samuel Colvin

Results 326 issues of Samuel Colvin

### Description We should add the following kwargs to [`instrument_httpx`](https://logfire.pydantic.dev/docs/reference/api/logfire/#logfire.Logfire.instrument_httpx): * `capture_request_headers: bool | None = None` * `capture_request_body: bool | None = None` * `capture_response_headers: bool | None =...

Feature Request
P1

See: * [OpenAI reasoning docs](https://platform.openai.com/docs/guides/reasoning) * [Deepseek reasoning docs](https://api-docs.deepseek.com/guides/reasoning_model) * [Gemini "thinking" docs](https://ai.google.dev/gemini-api/docs/thinking) No idea yet how this should look, but we should try to support it.

Feature request

### Description So instead of declaring classes, you building nodes like ```py node1 = Node(...) node2 = Node(...) graph = Graph(nodes=[node1, node2]) ``` one advantage of this is it would...

Feature request
graph

Version: deno 2.3.3 (stable, release, aarch64-apple-darwin) As shown here in [pydantic logfire](https://pydantic.dev/logfire): Two issues: 1. ansi colors are included in the span name 2. These `Listening on http://0.0.0.0:8000/ (http://localhost:8000/)` spans...

## Type of changes - [ ] Bug fix - [x] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

When searching "datafusion create_udf", the first result is `https://datafusion.apache.org/library-user-guide/adding-udfs.html` which is showing a 404 page.

### Is your feature request related to a problem? Please describe. (Please excuse me if this is already answered, or really obvious, I've searched but couldn't find anything) I'd like...

feature
insiders

### Description of the bug If I add in markdown ``` ::: my_package.my_module options: members: - my_attribute ``` mkdocstrings displays this beautifully: But if I add it as: ``` :::...

refactor

### What versions & operating system are you using? 4.17.0 ### Please provide a link to a minimal reproduction https://github.com/samuelcolvin/cloudkv/pull/11 ### Describe the Bug I complained [on twitter](https://x.com/samuel_colvin/status/1933442897740804174) about this...

bug

Preparation for fixing https://github.com/pydantic/pydantic/issues/7186