Casper Lamboo

Results 13 issues of 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...

wontfix

I have data sets that can contain duplicate vertices. In this case the holes aren't handled correctly. ![download](https://cloud.githubusercontent.com/assets/6638028/17733617/d0f369b8-6477-11e6-9392-7ca911b3b61a.png) When I remove the duplicate vertices the holes are handled correctly. ![download...

bug

I've implemented a function, `loadImageFromCanvas`, that can be used instead of `loadImageFromFile` and `loadImageFromUrl`. This function has one argument, `canvas`. When using this function the library can be used synchronously.

Solved simply adding one additional check before showing the popup where we look at the “last modified” timestamp of the model. If this timestamp is too far in the past...

For windows wagyu wasn't working in debug due missing `execinfo.h`.

I was struggling to get an oauth provider to work so I dived a bit in the code. I found this if statement and the logic puzzled me. ```javascript if(accessToken...

Add `volume`, and `area` calculations to `IndexedMesh`. Volume calculations are based on https://doi.org/10.1109/ICIP.2001.958278. Added tests to make sure the calculations were valid. For valid volume calculations the input mesh cannot...

Loading an image while in a worker fails. `Uncaught (in promise) Error: ReferenceError: Image is not defined` Error is caused by image load module, [get-pixels](https://github.com/scijs/get-pixels). This packages is supposed to...

# 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() {...