open source interloper; attracts bugs easily
אַ ביסל ייִדיש־פּאָסטינג
website | https://yossarian.net |
blog | https://blog.yossarian.net |
github | https://github.com/woodruffw |
bluesky | https://bsky.app/profile/yossarian.net |
open source interloper; attracts bugs easily
אַ ביסל ייִדיש־פּאָסטינג
website | https://yossarian.net |
blog | https://blog.yossarian.net |
github | https://github.com/woodruffw |
bluesky | https://bsky.app/profile/yossarian.net |
TIL: Python 3.15's new buffer size
https://yossarian.net/til/post/python-3-15-s-new-buffer-size/
TIL: Overriding pytest fixtures
🦀 ICYMI: "Trusted Publishing" on crates.io is now officially shipped! 🎉
https://blog.rust-lang.org/2025/07/11/crates-io-development-update-2025-07/
tl;dr you can now publish via GitHub Actions without setting up a secret API token
zizmor v1.11.0 is released!
this is a much smaller release than v1.10.0, but it comes with an experimental feature that's been in the works for a long time: LSP support!
with `zizmor --lsp` you can now integrate zizmor directly into your editor/IDE. we even have an (experimental) vscode extension already: https://marketplace.visualstudio.com/items?itemName=zizmor.zizmor-vscode
see the full notes here: https://docs.zizmor.sh/release-notes/
zizmor v1.10.0 is released!
this is a *huge* new release in terms of features, bugfixes, and enhancements. just to highlight a few:
* zizmor's new experimental fix mode is now available! users can use `--fix=[MODE]` to control it; see the docs for more: https://docs.zizmor.sh/usage/#auto-fixing-results
* the new anonymous-definition audit flags unnamed workflows and jobs for the pedantic persona: https://docs.zizmor.sh/audits/#anonymous-definition
* zizmor's location/fixture core has been rewritten to support "subfeatures," meaning that many audits now produce much nicer/more precise finding renders that are easier to read
read the full release notes here: https://docs.zizmor.sh/release-notes/#1100