John T. Wodder II
John T. Wodder II
I was trying to use this method in my own code, but clippy kept saying it didn't exist despite me enabling the "time" feature, and felt like I was having...
### What's the problem this feature will solve? Now that setuptools has support for specifying `setup.cfg` options in `pyproject.toml`, one config file remains: `MANIFEST.in`. It would be nice if `MANIFEST.in`...
**How would this feature be useful?** I have a number of small Python scripts with third-party dependencies in my `~/bin` that I'm currently using `pipx run` in their shebangs to...
Somewhere (in the README?) document exactly how `in-place` works with regards to creating temporary files and moving things around.
`InPlace` should gain a `create: bool` option that defaults to `False`. If this option is set to `True` and the specified input file doesn't exist, `in-place` should create the file...
`InPlace` should gain a `follow_symlinks: bool` option for controlling whether to resolve any symbolic links in the input file path before opening the file for reading. Setting this to `True`...
## Problem I recently created my first ratatui widgets, and I was a bit shocked to realize that the buffer passed to `render()` is for the entire terminal (not just...
The links to the documentation in `README.md`, as well as two intra-docs links, are currently broken and returning 404's. This PR fixes them.