Anton Filimonov

Results 378 comments of Anton Filimonov

Klogg requires opened files to be "seekable", so passing real-time things through pipes won't work. I remember some fork trying to build a backend that executed the command and displayed...

No particular reason. During file indexing there are several blocks of this size in memory, but should be fine to make it a bit larger. Does this improve performance? For...

I'm going to move appimage build from 18.04 to 20.04. This should solve missing libraries issue.

Could you try appimage from 24.11.0.1631+?

I've added libssl to AppImage in 24.11.0.1681. However, ldd for klogg_crashpad_handler from appimage doesn't show dependency on libssl now, so I'm not sure if that is required.

The "quickfind" feature has something like this. But not for the highlighters.

Looks like after loading a file input focus was not passed to log view. Fixed in 24.11.0.1669

Bionic is a bit old. Unfortunately, given limited time I can spend on the project some builds have to be dropped. Building from source would require getting qt 5.12 from...

Which part of file was selected for copy/paste? If this is big part of file, then first copy will requires that much memory in OS clipboard buffer, and then paste...