JCGoran
JCGoran
Pyproject migration. TODO list: - [ ] move docs building to a separate script instead of`setup.py` - [x] replace all CLI flags with env variables (more or less done) -...
In Python, when calling `help([OBJECT])`, one usually gets the scrollable help (via `less` or some other program). This seems to stop working upon running `import neuron`, and all subsequent calls...
Fixes #41. Instead of Git tags, it now parses Dockerhub tags instead. Additionally, now it always uses 'latest' as the default tag.
This is on the latest master (commit 2008cbb429835), with git `2.30.1`. Basically, running `./xfce-test start` fails with: ``` Starting container: Unable to find image 'schuellerf/xfce-test:master' locally docker: Error response from...
TODO: - [ ] according to [the docs](https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00016.html), updating `name-prefix` to `api.prefix` is a bit non-trivial, and a naive fix results in compilation errors. For reference, here's the relevant section:...
Attempt at fixing #1255.
In case of issues like #1217, we get a very short log trace like the below: ```sh $ nmodl invalid_name.mod libc++abi: terminating due to uncaught exception of type std::runtime_error: NMODL...
For now only ARM64 wheels for MacOS.