Neal McBurnett
Neal McBurnett
I'm running rmlint on a large collection of python virtualenvs (with lots of duplicate directories of python packages), and ran into a "double free or corruption (out)" followed by a...
Error: ``` $ cookiecutter gh:ionelmc/cookiecutter-pylibrary .... release_date [today]: Select year_from: 1 - 2019 2 - 2018 ... Choose from 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,...
I was surprised to see that autodoc, as used in Sphinx, doesn't automate as much as I expected. It requires individually listing modules, ongoing maintenance based on new modules, and...
[Poetry](https://python-poetry.org/docs/) is rapidly gaining traction as a Python dependency management and packaging solution. It has a `poetry new` command which creates a rudimentary project skeleton (with a `--src` option to...
When cookiecutter-pylibrary was written, PyPI didn't support Markdown, but [now it does](https://github.com/pypa/warehouse/issues/869). Sphinx also supports Markdown pretty well now. So would it make sense to add an option (and templates?...
As noted in #7, there are problems with the demo. What is it supposed to do? How do this project's goals compare to [mommermi/callhorizons: a python interface to JPL HORIZONS...
POST data is included in the curl commands, but it seems that backslashes are removed along the way. So what should be posted as curl -d "{\"id\":1002,\"shares\":[{\"id\":2,\"share\":0.9},{\"id\":3,\"share\":0.1}]}" .... comes out...
This is a great resource - thanks! Can you link to or provide some basic demos of the ANE in action? Ideally for me that would be something I can...
Work in progress to get this running under [Binder (beta)](https://mybinder.org/), the free Jupyter notebook execution environment in the cloud. To use: just click on `launch binder` button in README.md (which...
After running all cells in the chapter 2 notebook for over 30 minutes, it seems to have all run. But suddenly, without warning at the very end, the notebook was...