Daniele De Gregorio

Results 3 issues of Daniele De Gregorio

If "filters" module of PCL is not specified in "find_package" linker can't find "ApproximateVoxelGrid" implementation

## 🔗 Linked issue ## Description I made an attempt to add what I believe to be a crucial feature: labeling *Handles* with a `dataType` attribute to automatically disable linking...

In your `Svelte` Getting Started guide: https://pdfslick.dev/docs/svelte there is a minor error: ``` import "@pdfslick/solid/dist/pdf_viewer.css"; ``` Should be: ``` import '@pdfslick/core/dist/pdf_viewer.css'; ``` Just to avoid Svelte user to download the...