Roberto Leinardi
Roberto Leinardi
Link to thje NavigationMaterial issue: #1480
I've [found out](https://stackoverflow.com/a/70706540/293878) that using clustering plus the `NonHierarchicalViewBasedAlgorithm` as algorithm for the `ClusterManager` helps since it will render the images only for unclustered items that are visible on the...
Agree with @qihigh, the minSdk is definitely too high.
This seems to fix the issue also for me on Windows. Please merge it asap.
Sorry, I was planning to do some test during the weekend. I just tried and for me is still failing: ``` ======================================================================== Building module python3-matplotlib in /home/leinardi/Workspace/gitlab/gwe/.flatpak-builder/build/python3-matplotlib-3 ======================================================================== Running: pip3...
@willprice this workaround seems to work locally but fails when you try to deploy it on Flathub: ``` ]2;flatpak-builder: Building python3-matplotlib]2;flatpak-builder: Cleanup python3-matplotlibError: Can't specify build-args in sandboxed build FB:...
Did anyone manage to build the latest matplotlib, v3.4.1?
@gasinvein sorry, I'm not sure how to do that, if you can give me some guidance I'll be happy to test it. So far I have generated the `pypi-dependencies.json` using...
Unfortunately still fails: ``` Running: pip3 install --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "numpy" --no-build-isolation Looking in links: file:///run/build/python3-matplotlib Processing ./numpy-1.20.2.zip Preparing wheel metadata ... done Building wheels for collected packages: numpy...
I added it, now it looks for `cppy>=1.1.0`... I'll try to provide that as well...