Egor Larionov
Egor Larionov
Thank you for submitting the issue @awoimbee! You bring up an important point! To start, for context, `Vtk` is a barebones model/type for representing all possible representations of a vtk...
I've never heard of pyvista until now, so thanks for bringing it up. I glanced at it and noticed that pyvista is actually a wrapper for Vtk. Vtk actually has...
Closing due to inactivity and this being out of the scope of `vtkio`.
Thank you for this issue! Indeed officially the XML format doesn't support binary data, and this is actually what is blocking the 0.7 release currently. The plan is to upstream...
Yes exactly! Thanks for linking that issue.
Sadly not yet, because we use the serde API for dealing with XML files here, we also need to extend the serde API to support binary blobs in quick-xml. I...
Thanks for the issue, and the solution! Which platform did you compile on?
Thank you for the PR! Looks like the new type needs some placeholders in the algo module.
Thank you for bringing this up, @DanW97! I want to clarify: is the issue in reading base64 encoded VTP files produced by PyVista using vtkio? If so, could you paste...