Jaakko Keränen

Results 240 comments of Jaakko Keränen

Something to consider: the export/import feature in v1.12 could be leveraged to build an automated sync mechanism.

> It would be really nice to have its native support I must ask: why would this be nice? What kind of use case are you thinking of? This is...

Correct me if I'm wrong, but the point of Farbfeld seems to be to make it simple and easy to load and process images with full precision. It is in...

I think actually playing videos inline inside the Lagrange window would add too many dependencies to the build. At this point I’m more inclined to implement an external handler feature...

I have noticed similar issues occurring recently, but it seems quite infrequent. Will need to investigate.

@krixano Any specific places or situations where you encounter this? I currently don't have a way to reproduce the issue.

Yeah for now only GIFs, since `stb_image` is doing the heavy lifting here. APNG is interesting, but I expect it to require writing more code to extract the animation information...

I likely could use that, but I'd rather stick to the unmodified stb_image.h from the main nothings repository, as there is no guarantee this patch will be updated whenever the...

You're right, the zoom gesture is not working as it should. I've noticed accidental zooming even while just using my phone normally, bottom-swiping between apps. I'll adjust the threshold for...

This is related to #500. Basically, the way the swipe animation is implemented is too complex and cumbersome, and should be rewritten. There are a couple of edge cases where...