Robert Minsk

Results 38 comments of Robert Minsk

It could be nice to return the `versionId` (optionally None) field also.

> Hi @cfxegbert, is the multipart range download functionality fully implemented in this PR? I'd enjoy taking it for a test drive! It should be complete. I don't think it...

How is this different than using `VersionId` in the extra_args parameter? `VersionId` is already in the `ALLOWED_DOWNLOAD_ARGS` list. One useful feature is grabbing the version id at the beginning (if...

> Thank you for taking a look! FYI, I do not have any permissions to do any sort of approval on this repo. > > How is this different than...

Looks like the ephemerals are available in the `request` object as a workaround. To be consistent it should be available as `ephemerals` when in_context() is true.

Printing the current version is addressed in pull request https://github.com/python-semantic-release/python-semantic-release/pull/852. You can choose to print the last released version number or tag.

It ends up this is how os.path.expanduser works on windows. On unix if there is a string that is not a path separator after ~ it check for the existence...

Sorry about that. From a comment in the code. On Mac OSX files may consist of a data fork and a resource fork. On a foreign file system these files...

When you install rez with install.py it creates the executable and the executable with the python major.minor version number ``` -rwxr-xr-x@ 1 root wheel 232 Mar 13 10:42 rez -rwxr-xr-x@...

It looks like a similar fix has be made upstream. https://github.com/pypa/distlib/blob/master/distlib/scripts.py#L298-L301