Casper Lamboo
Casper Lamboo
### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...
I have data sets that can contain duplicate vertices. In this case the holes aren't handled correctly.  When I remove the duplicate vertices the holes are handled correctly. . This packages is supposed to...
CURA-11912
# Description We encountered some issues when compiling for a different operating system where `size_t` is 32bit rather then 64bit. this causes the following simple example ```cpp void main() {...