Live data from Hacker News

Viewing profile — QuartzLibrary

QuartzLibrary

HN member
Joined
Wed, Nov 20, 2024, 2:04 PM UTC
HN karma
7
Public activity
2 items

About QuartzLibrary

No profile information was provided.

Recent public activity

  1. story
    Show HN: stable_pydantic – catch Pydantic schema breakage in two tests

    Hi HN! If you persist your pydantic models (db, cache, queues, config, ...), a schema change can quietly break deserialization. To help with this, stable_pydantic: - tests for back…

  2. comment
    Comment #43944483

    FYI: `#[forbid(_)]` cannot be bypassed by the affected code (without a never-to-be-stabilised nightly feature meant to be used only in `std` macros). https://doc.rust-lang.org/rust…