Andras Deak
Andras Deak
> can this issue be eligible for the hacktoberfest? If yes, can we add the label for it? thanks! My understanding is that PRs are what are eligible, and approved,...
> Can I assign this issue to me? I've an open pull request about it. I don't think you can, but I've assigned you now.
Errors are coming from tests but I'm not sure I'm the one who's wrong here :smile: Here's one of the tests: ```py import pyvista from pyvista import examples as ex...
> If we cannot track it down, should I pin/limit the version of ipywidgets in `ipyvtklink` directly? I don't see a reason why we shouldn't do that. If the functionality...
> the methods of the VTK algorithm class have to be executed on the C++ side. Could you explain what this means? It went over my head.
Cross-posting for visibility: triangulating your meshes will probably help with the artifacts (but there's a chance some might stick around based on some of the comments here). See https://github.com/pyvista/pyvista/pull/3361 where...
Without claiming to know much about this, the brief history seems to be `setuptools` (third-party packaging library) coming up with `setup.py`, then switching over to `setup.cfg` due to code execution...
@akaszynski should also weigh in here I think.
> Switched to `pyproject.toml`. Codespell is having issues using the `pyproject.toml` file even though it is supposed to support it... According to [its readme](https://github.com/codespell-project/codespell#using-a-config-file) > Codespell will also check in...
> Doing a bit more digging, it looks like the maintainer(s) of `flake8` is(are) decidedly against supporting configuration in `pyproject.toml`. See [PyCQA/flake8#234](https://github.com/PyCQA/flake8/issues/234). One of the greater objections seemed to have...