Casper da Costa-Luis
Casper da Costa-Luis
Should be able to delete a system (and all associated commands). Would allow re-using the a system name. Related: - retry on system name clash #37 - rename system #80
`yapf --style=setup.cfg` exits non-zero with the message ``` toml package is needed for using pyproject.toml as a configuration file ``` Explicity specifying `--style` should suppress this warning & error. (basically...
Many markdown files start with a YAML header block. Would be nice for `yq` to support them. ## current behaviour Currently `yq` complains about the markdown: ```bash $ cat doc.md...
https://github.com/iterative/PyDrive2/blob/378c6e80471d44f4164e64a178efc2f06ecae882/pydrive2/fs/spec.py#L358-L365 ref. https://github.com/iterative/PyDrive2/pull/119#pullrequestreview-753066960 suggestion: > ```diff > - """In-memory streamed copy""" > - with self.open(lpath) as stream: > - # IterStream objects doesn't support full-length > - # seek() calls,...
- similar to https://github.com/iterative/shtab/blob/5495601c22d2762dbeb140eabd378f396f9efa39/.github/workflows/test.yml#L87-L102 - [x] after https://github.com/iterative/shtab/pull/51 is merged
There should be a `close` method exposed (for example for `MediaIoReadable`) to close the underlying connection. The underlying `httplib2` library (https://github.com/httplib2/httplib2/blob/master/python3/httplib2/__init__.py) seems to auto-`close()` on `Exception` or on `HEAD` requests...
The tests are not designed to run concurrently. - one job from a PR build can failed at the same time as a job from a branch build because they...
`[options.package_data]` is ignored in `setup.cfg` (but works as expected in `setup(package_data={...})`) related #315
- fixes Jupyter notebook kernel non-start/crash - fixes major errors in the `tools/packaging/cpt.py` build helper