Nico Tonnhofer
Results
32
issues of
Nico Tonnhofer
This is a draft how `uv synv` could be added to `nox[uv]`. ```python @nox.session(venv_backend="uv") def test(session): session.sync(extras="all") # inexact by default session.install("pytest") session.run(*"pytest tests".split()) ```
A singleton function in AWS CDK is unique by the `uuid`. To create a custom singleton the user may want to overwrite the `uuid` to create a custom one. Because...