Anton Filimonov
Anton Filimonov
Copied @MrMacStripe suggestion from #5. I´ve got another idea that would enhance the usability further. Implementing a "display only images that contain this string" option. Since Grav provides the meta...
Prebuilt binaries for Linux and probably Mac require cpu with popcnt instructions support because of hyperscan. Klogg tries to detect supported instructions at runtime and avoid using hyperscan on old...
``` Fatal Error: EXCEPTION_ACCESS_VIOLATION_EXEC / 0x246cb040100 KLOGG-F7 Windows Version:10.0.22000 Device Arch:x86_64 build_arch x86_64 commit 6340d94 os Windows 10.0.22000 os.name Windows qt 6.2.4 release 22.06.0.1289 OS Version: Windows 10.0.22000 (708) Report...
[All issues with "Need documentation" label](https://github.com/variar/klogg/issues?q=is%3Aissue+milestone%3A2020.10+is%3Aclosed+label%3A%22status%3A+need+documentation%22)
There are many unneeded includes. And some unusual style for Qt includes (may be from clangd). Need to cleanup the mess.
Unfortunately I cannot build the recent klogg (21.09) with MSVC 2019 / Qt 5.15.2 because of following issues: ``` Build started... 1>------ Build started: Project: generate_version, Configuration: Release x64 ------...
From nickbnf/glogg#291 by @zell-mbc: > Ran into the situation that I wanted to open a log and the app just did nothing, no error. Either opens with a blank screen,...
For expressions like aaa.*(bbb|ccc) klogg assumes, that user wants to see only captured part highlighted. For regular highlighters that should be configurable and main match highlight should always highlight full...
There are some crash reports for x86 version that ran out of available memory per-process, but system has 16Gb of memory in total (PAE?). Probably can check memory used by...