Emmanuel

Results 319 comments of Emmanuel

Here is a workaround: ```cmake set(EIGEN_BUILD_DOC OFF) set(BUILD_TESTING OFF) # This removes the tests and makes autodiff test not collide with autodiff/autodiff set(EIGEN_BUILD_PKGCONFIG OFF) cpmaddpackage("https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.zip") cpmaddpackage("gh:autodiff/[email protected]") ```

Adding: ```python3 def clamp(n, smallest, largest): return max(smallest, min(n, largest)) bkg_seed = (clamp(bkg_seed[0], 0, img_bin.shape[1] - 1), clamp(bkg_seed[1], 0, img_bin.shape[0] - 1)) ``` to line 220 of background_marker.py fixes it.

@IzzySoft Simple Accounting doesn't seem to have updated in FDroid, where can I see the logs?

I thought that FDroid only checked tags for some reason.

> Just check the tags and not build? What good should that do? We need to build the app to make it available. And when the build process fails, there's...

@natrius you should probably open another issue with the logcat

I need a UI interface to do this, and have no idea what it could be, it has to be intuitive and minimalistic.

Seems like a nice option, hadn't thought of it (was thinking bottom bar, but everything would have been too cluttered).

@anotherboringuser that only works with bigger items.

I don't know if this option has been considered, but only allowing "filtering" for visible items, and not reordering would be a good idea. That would mean that "Mercado Pago"...