Wendell Smith
Wendell Smith
I just found the same issue. On my installation. Its bad enough that half the time the editor window crashes.
Sorry for all the issues; I am just really interested in seeing this library work!
That does look pretty straightforward! Perhaps, though, make the naming something simpler, like `MeshManager::to_mesh(geom, false)` or `MeshManager::new_mesh(geom, false)`. Or... perhaps skip that step entirely, and later when you try to...
Yes, neither have I. The best I've thought of is `new_with_count`, which does seem a bit more descriptive, but I'm not sure I like it...
Great! I'll look forward to hearing from you when you return. In the meantime, I'll think about things and maybe submit a "candidate" PR or two as possibilities.
Hi! Sorry, on vacation for a bit. > > I was thinking of perhaps adding two usability features to Sieve: the first a new_with_n function > > Could you clarify...
Well... I may be over my head, but I'm not sure its quite that simple. I tried just removing the `` line from the HTML output, and it still has...
@Nagnar @peder2tm : This module is only Python 2, and will not build with Python 3. Previous issues: https://github.com/joe-jordan/pyvoro/issues/8 Some work was done to port it to Python 3: https://github.com/joe-jordan/pyvoro/pull/11...
@Sloth6: Just a guess: try switching to a different directory (like your home directory) before you run Python and import `pyvoro`. When you import it from `/Users/joelsimon/Downloads/pyvoro-feature-python3/`, it imports the...
Hi, On Python 3, this compiles (`python setup.py build`) and installs (`python install`) just fine, but then when importing you get a confusing error: ``` $ python -c "import pyvoro"...