Chris Adams

Results 315 comments of Chris Adams

I was thinking that it might be good to discuss this with @runderwood to see whether we have a compelling reason to keep `expandvars` in here. This variable is set...

How did you install it? It sounds like the default Python version changed after the first install, so the first thing I'd try is using both the Python 2 &...

This should be resolved now if you uninstall and reinstall it

One useful case for this: upgrading bags to add stronger manifests – ideally we could avoid reading the files more than once by doing something like calculating all of the...

How are you trying to run them? Typically I've built debs from the repo rather than PyPI but if you're trying to just wrap the PyPI package feel free to...

As a general comment, I'm not a fan of having large `if:` blocks since they make it easier to miss bugs or inconsistent behaviour. The approach I've had in mind...

Yeah, back in the day there wasn't a great Windows CI option but there are several now. In addition to Travis, I know bagit-java uses https://www.appveyor.com/ and Azure Pipelines announced...

If memory serves, that bit of code predates the work on the RFC which strengthened the guidance around things like this. If you'd like to send a pull-request I think...

Doesn’t the RFC say one or more spaces as a separator? If I remember correctly - on phone, sorry - that would require using the URL encoded form.

Do you have an example of this creating a problem? This would be a change in security exposure for anyone creating bags in a shared directory, which I'd like to...