Results 387 comments of Alex Kaszynski

Is this still an issue?

`cython` needs to be installed. I'm reopening this to remind myself to check for `cython` when not installing from the wheel.

Fixed in `pymeshfix==0.14.2`

There's a bit of C++ code that isn't disabled entirely when passing the non-verbose option to the underlying C++ libraries. At worst, you can force python to suppress stdout and...

The only way I can get around this is by diving into the C++ and removing the print statements. This package wraps the existing C++ by including the C source...

@geoffstowe, looks like the keepa API was modified (and reverted). I'm in conversation with the owner of the API and will likely have to submit a hotfix shortly, but prior...

Looks like I should be using `save` instead of `write`. If you're feeling up to it you can submit a PR for this. Otherwise, I can but it might take...

Thanks for the note! I'll try to update it this week.

Resolved in #30 and is on [PyPI - tetgen](https://pypi.org/project/tetgen/) as `tetgen==0.6.0`.

Voronoi patterns are as of yet unsupported with `tetgen`. We can consider adding this at some later date.