Greg Roodt

Results 27 issues of Greg Roodt

If I do the following: Dockerfile: ``` FROM jupyterhub/k8s-hub:0.9.0 # The published version on pypi is ancient # https://github.com/mogthesprog/jwtauthenticator/issues/27 RUN export VERSION=bc08e8c389c9ce41a920376d8c2b15af66d2be15 && \ curl https://github.com/mogthesprog/jwtauthenticator/archive/$VERSION.tar.gz --output archive.tar.gz && \...

Introduces a shim that should enable drop-in replacement for the unmaintained https://github.com/rholder/retrying project. Path towards fix for: https://github.com/jd/tenacity/issues/356 An alternative approach might be to claim the name on PyPI and...

Would the maintainers of this package be interested in obtaining the abandoned `retrying` name on PyPI? This is possible by either asking the current owner or through PEP-541. I see...

**Describe the feature you'd like** The benefits of wheels are well documented. See: https://pythonwheels.com/ This package is pure Python and publishing it as both source and as a wheel is...

The benefits of wheels are well documented. See: https://pythonwheels.com/ This package is pure Python and publishing it as both source and as a wheel is simple. Would you accept a...

This is a fairly large refactor and unfortunately some breaking changes. The intent here is to reduce complexity and duplication. Historically, we had 2 rules to install packages from PyPI...

The benefits of wheels are well documented. See: https://pythonwheels.com/ This package is pure Python and publishing it as both source and as a wheel is simple. Would you accept a...

This is more of a question really. How is `bookstore` actually used? I've got `bookstore` installed into plain jupyter (not nteract). It's saving my notebooks to S3. How does the...

question

Looking at the commit activity, this project seems that it may no longer be active. Can somebody comment on whether this project is still actively maintained?

The benefits of wheels are well documented. See: https://pythonwheels.com/ This package is pure Python and publishing it as both source and as a wheel is simple. Would you accept a...