Robert Hafner

Results 190 comments of Robert Hafner

Since this is specific to the ephemeral driver I'd recommend making a PR that clones the data on read from that driver.

I've merged in a PR that should give you access to both the expiration and the creation time of the item. Does that help?

If anyone wants to take this on the [recommend solution](https://github.com/tedious/Stash/pull/351#issuecomment-301289515) is to have it throw an error when the system is in this state.

I would definitely be okay with authenticating.

No worries- and as I said, I'm happy to help as well. I really appreciate the work that's gone into this library, and it has really helped me build out...

Unfortunately that also gives an error (regardless of the arguments passed)- ``` File "./githuborganizer/cli.py", line 150, in test branch.protect() File "/Users/robert/Repositories/GithubOrgSync/env/lib/python3.7/site-packages/github3/decorators.py", line 31, in auth_wrapper return func(self, *args, **kwargs) File...

I did manage a workaround by creating my own function that makes the request against the API, so this isn't blocking me on anything- that being said I'm happy to...

It looks like there's another open issue for the `protect` 404 error- #892