Alex Kaszynski
Alex Kaszynski
Fully agree regarding splitting up the PR. Changes are easier to swallow when they're smaller.
Also, special request: can we run the CI locally using our new self hosted docker images for the Linux runners?
> Could you detail your request ? I don't have a lot of skills regarding docker images. Yes. For our self-hosted Linux runners we're going to use [ghcr.io/pyvista/arc-runners:ubuntu22.04-latest](https://github.com/pyvista/arc-runners/pkgs/container/arc-runners/491943527?tag=ubuntu22.04-latest). This is...
It's a bit difficult to promise something at this point since we're all quite busy and open-source doesn't exactly pay the bills :) Try uploading to to a file sharing...
Here's a slightly different way of trying to get a uniform cloud of points around your initial point cloud. It works by: - Expanding the initial mesh using `vtkWarpVector` -...
I'm running into the same issue on a `ubuntu-latest` after upgrading to `v2`. GitHub reports on my release step: ``` Received request to deprovision: The request was cancelled by the...
It would still be ideal to create directly from a file, but one alternative is to `update` an existing env: ``` mamba env update -n --file environment.yml ```
Also seeing a huge performance drop when freezing via `pyinstaller` with `pefile==2024.8.26`. Issue goes away with: `pefile
PRs are always welcome! If you submit a draft I can finish it.
Closing in favor of #7800.