2025-07-22

25-07#

Tab cleanup#

Pydantic Architecture and v2 Features#

Samuel Colvin: How Pydantic V2 leverages Rust’s Superpowers is a talk about Pydantic v2 features and Python / Rust interop.

jj diff has underlines#

That’s expected behavior [1].

Run jj config edit --user and set

[colors]
# remove underlines
"diff token" = { underline = false }