Thor Whalen
Thor Whalen
I'd propose something like the following. Should I do a pull request? If so, might you have your own preferred `get_function_body` you'd like me to use? ```python from boltons.funcutils import...
Same here with python 3.8.2, on MacOS 10.14.6 (Mojave).
Same here. Same problem (on Mac). Tried the above solution proposals. Still run into `Exception in thread Thread-54: Traceback (most recent call last): File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run()...
Same here. On Macbook Pro, MacOS Monterey -- version 12.5.1. ``` ...$ pip show jupyter-manim Name: jupyter-manim Version: 1.3 Summary: Cell magic rendering displaying videos in Jupyter/IPython Home-page: https://github.com/krassowski/jupyter-manim Author:...
I just pushed a pull request that does this.
Here: https://github.com/niltonvolpato/python-progressbar/pull/78. If it's not merged, you can simply use the fork: https://github.com/thorwhalen/python-progressbar
Again, I. An probably figure it out myself and contribute, with a little bit of assistance on where to look.
Hi, struggled for a while to figure out what was happening here, until I found this issue. Indeed, we should at least update the docs temporarily, so as to make...
@jeffchuber. I see where I can submit a PR now. Looking there, though, raises a bunch more questions about what your contributing rules (style, structure, content) is. The [CONTRIBUTING.md](https://github.com/search?q=repo%3Achroma-core%2Fdocs%20CONTRIBUTING.md&type=code) is...
Also, on a side note. I see that some functions have a lot of arguments. Perhaps we can consider putting some of these as keyword-only. Relying on positional arguments becomes...