Fred Drake

Results 37 comments of Fred Drake

I have a use case for non-editable installs of packages from local files. I wrote a tool to build Debian packages for applications using pipenv for dependency management ([appackager](https://github.com/keepertech/appackager), woefully...

That example only shows the Python prompt as output; there's no issue of there being additional input there. (I haven't looked for other examples.) That example also mistakenly colorizes the...

+1 I'm starting to work with RAML for an application using Flask-RESTful, and am looking at integration options.

I think this is the same as issue #26, which was fixed in PR #23, but has not been released.

Is there going to be a release with this fix?

If necessary, 128-bit support could be implemented using two 64-bit values (assuming we're careful!), and we'd get all the memory advantages and at least most of the performance advantages, and...