Jaakko Keränen

Results 240 comments of Jaakko Keränen

See comment: https://github.com/skyjake/lagrange/issues/417#issuecomment-985511677

The behavior that is currently implemented (if it works) is that when you try to start a second instance, it will open a new tab in the first instance and...

> could you please print a message when a second invocation of LaGrange is executed? This seems like a reasonable thing to do, yes.

@krixano I would expect so, although how it actually works in practice is probably very platform-dependent. Will need testing and experimentation once I get that far.

The input fields do get inefficient with long text, especially when it needs to be wrapped a lot. The URL field in particular is a little problematic as it is...

Gemini URLs do have a limit of 1024 bytes. However, at the moment all text fields work pretty much the same in the app: either a fixed-length mode that is...

Does the same happen if you paste the words in the Upload dialog text editor? What is the width of your browser window?

Version 1.12 will include a few optimizations that improve performance of long wrapped text lines in input fields.

I agree the current setup is not perfect. `clagrange` remains a bit experimental and there may still be substantial changes. Ultimately, it should be possible to expand the main CMakeLists...

Well, on the positive side, Android and iOS are both pretty POSIX compatible so yeah you could build and run Lagrange on them pretty much as-is. (In fact, I did...