Tony Narlock
Tony Narlock
Settle on this for https://github.com/vcs-python/vcspull/pull/362 Should be a `dict` pass-through
https://github.com/readthedocs/sphinx-autoapi/issues/202 https://github.com/aaugustin/websockets/blob/778a1ca6936ac67e7a3fe1bbe585db2eafeaa515/docs/conf.py#L100-L134
We need a way to return a list of objects. Should be: - Simplicity over performance - Not meant for speed. ~100 objects. - Iterable as a list through a...
`GitRepo` - [ ] `clone` - [ ] `--template` - [ ] `--bare` - [ ] `--mirror` - [ ] `--no-hard-links` - [ ] `--recursive-submodules` - .. etc - [...
Inspiration: https://wiki.archlinux.org/index.php/VCS_package_guidelines Other ideas: - Allow registering regex's on startups (sort of similar to how [`mimetypes`](https://docs.python.org/3.8/library/mimetypes.html) initializes as a singleton. And it also allows adding more types at runtime -...
As well as #1, a factory object for normal vcs URL's
OpenBSD, FreeBSD, etc., is there a solution you have in mind for pyinotify on them? I've seen: - https://github.com/emcrisostomo/fswatch (but gpl licensed) - https://github.com/facebook/watchman (apache, and could be a replacement...