Tony Narlock
Tony Narlock
## Changes - Add runtime dependency check in CI using `uv run --no-dev` - Run check before installing dev dependencies - Print package version and basic functionality test results -...
## Summary by Sourcery Fix typos and improve clarity in various documentation sections. Documentation: - Fix typos across documentation files. - Clarify installation instructions. - Improve wording in developmental releases...
# Problem If `svn` (subversion) or `hg` (mercurial) isn't installed, fixtures for git-based tests won't run. ## Summary by Sourcery Tests: - Skip tests for Mercurial, Subversion, and Git if...
Fixes #6. # Problem ``` lib/python3.12/site-packages/aafigure/aafigure.py:795 /lib/python3.12/site-packages/aafigure/aafigure.py:795: SyntaxWarning: invalid escape sequence '\-' """\ -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ``` # Changes ## chore(`_follow_rounded_edge`): Use [string literal](https://docs.python.org/3/reference/lexical_analysis.html#:~:text=Both%20string%20and%20bytes%20literals%20may%20optionally%20be%20prefixed%20with%20a%20letter%20%27r%27%20or%20%27R%27%3B%20such) for docstring via "[String and Bytes...
# Problem ``` lib/python3.12/site-packages/aafigure/aafigure.py:795 /lib/python3.12/site-packages/aafigure/aafigure.py:795: SyntaxWarning: invalid escape sequence '\-' """\ -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ``` # Details A benign docstring comment causes this `SyntaxError`: https://github.com/aafigure/aafigure/blob/544fe9a318c0a74d13fbc871da57de9d87dd6dbc/aafigure/aafigure.py#L795-L799 I believe using a [byte...
## Changes - Add runtime dependency check in CI using `uv run --no-dev` - Run check before installing dev dependencies - Print package version and basic functionality test results -...
## Summary by Sourcery Add example typings for workspace imports by introducing detailed TypedDict schemas and updating importers to reference the new workspace configuration types Enhancements: - Define comprehensive TypedDict...
Use `tmuxp freeze` to take exact layouts, current commands, etc. to save lockfiles - `.config/` - `tmuxp/` - `locks/` - `global/` - `/` - `` - `local/` - `/` -...
Not sure what it'd look like, `yaml` may be prettiest.
- `.config/tmuxp/` - `workspaces/` - `.yaml` - `default.yaml`