Remi Rampin
Remi Rampin
The sed tests totally don't pass on MacOS (BSD sed). Might want to refine and check what's a POSIX standard and what's a GNU extension.
`-regex` doesn't seem specified in POSIX and seems kind of unusual for `find` (POSIX specifies tests like `-name` which use globs instead of regexes).
Doesn't work for me either. I can't use Dat at all since it only syncs empty archives. I don't want to be beat a dead horse if "no one is...
I see, so everything changed very recently. That explains it. I took a look at hyperdrive, thanks.
Found this in my open PRs and rebased.
It would be great to have baron accept a unicode object as input; Psycojoker/redbaron#68 fixes printing.
I thought that you linked from the README **because** you wanted people to be able to get there easily from the PyPI page. Right now the first link you find...
Seems to be fixed in opentelemetry by https://github.com/open-telemetry/opentelemetry-python/pull/1500 (if anyone like me ends up here web-searching the error)
Also consider supporting `pyproject.toml` (or `poetry.lock`), see [PEP 518](https://www.python.org/dev/peps/pep-0518/) and [Poetry](https://python-poetry.org/docs/pyproject/)
For Ruby, there is https://github.com/rubysec/ruby-advisory-db For Rust, there is https://github.com/RustSec/advisory-db This does not seem to have any way to add vulnerabilities.