Blinter
Blinter is a linter for Windows batch files. It provides comprehensive static analysis to identify syntax errors, security vulnerabilities, performance issues and style problems.
https://github.com/tboy1337/Blinter
Blinter is a linter for Windows batch files. It provides comprehensive static analysis to identify syntax errors, security vulnerabilities, performance issues and style problems.
https://github.com/tboy1337/Blinter
GitHub
GitHub - tboy1337/Blinter: Blinter is a linter for Windows batch files. It provides comprehensive static analysis to identify syntax…
Blinter is a linter for Windows batch files. It provides comprehensive static analysis to identify syntax errors, security vulnerabilities, performance issues and style problems. - tboy1337/Blinter
django-bolt
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware.
https://github.com/FarhanAliRaza/django-bolt
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware.
https://github.com/FarhanAliRaza/django-bolt
GitHub
GitHub - FarhanAliRaza/django-bolt: Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for…
Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware. - ...
👍1
Wrapping immutable objects
Graham Dumpleton explores how Python’s wrapt library must correctly handle immutable types when wrapping objects, highlighting hidden issues with in-place operators like += and @= when applied to proxies of immutables. He outlines a refinediaddstrategy for ObjectProxy that preserves expected behaviour in version 2.0.0 of wrapt.
https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/
Graham Dumpleton explores how Python’s wrapt library must correctly handle immutable types when wrapping objects, highlighting hidden issues with in-place operators like += and @= when applied to proxies of immutables. He outlines a refinediaddstrategy for ObjectProxy that preserves expected behaviour in version 2.0.0 of wrapt.
https://grahamdumpleton.me/posts/2025/10/wrapping-immutable-types/
grahamdumpleton.me
Wrapping immutable objects - Graham Dumpleton
Using the wrapt object proxy around immutable objects.