Raymond Hill
Raymond Hill
Sorry, I completely wasted your time. It just occurred to me that the scope is auto-created way too early, at a time when the matrix is rather empty, hence the...
Never mind, I will add useful information only _if_ I spent time investigating what is actually happening.
As said in the change log, I am done. If someone take the project further, good luck to them.
The [change is already made](https://github.com/gorhill/uMatrix/commit/d7cb45c2376172565f56215ad98185de377c1415) -- I will create a new release candidate. I was never intending to support Android, but I tried the emulator in the browser and it...
You can try the latest dev build (1.1.7rc0) and see if this works better: https://addons.mozilla.org/en-US/firefox/addon/umatrix/versions/beta?page=1#version-1.1.7rc0
> Unable to scroll on the matrix tab on v1.1.8. Default view only shows up to the css column. I can't reproduce this with the mobile view emulator in the...
Dev built 1.1.11b0 is available on AMO, hopefully this improves user experience on Firefox for Android. I didn't try it myself yet, except through emulation. I know there are still...
When you say "adjacent vertices", do you mean the vertices linked through the same edges?
That would be possible with a somewhat complicated algortihm, using the fact that from a cell's halfedge one can get the other cell sharing the halfedge, and from there finding...
> Perhaps the filtering pipeline could be re-implemented a stream I think I will focus on making an as efficient as possible atomic filtering engine. From there, as performance allows,...