matheburg

Results 2 comments of matheburg

@Entropy512 I am experiencing the same issue - without threading, while - snakeviz is working on the same `.prof` file. Python: `3.9.13` flameprof: `0.4`

Same for me under Ubuntu 22.04. The only way I could proceed was to install an older release, e.g., ```shell # https://github.com/jgraph/drawio-desktop/releases/tag/v24.6.4 sudo dpkg -i drawio-amd64-24.6.4.deb ``` PS. To raise...