Results 543 comments of ahrm

Yes, when you checkout recursively, it downloads the main branch, so we have version 1.20 of mupdf (main branch) checked out and you never update it after checking out the...

You mean being able to scroll above the first page? You can set `scroll_past_document_ends 0` in your `prefs_user.config`. However, there was a bug where this config was not working with...

See this: https://github.com/ahrm/sioyek/discussions/1156#discussioncomment-10818199.

No, `super_fast_search` does not restrict the regex to the current page. Why did you get that impression? I don't plan to use third-party libraries for regex search as it is...

Yes that is true, with super fast search turned off the regexes don't match across page boundaries.

The problem is that searching page-by-page reduces the search speed (which is the whole point of super fast index). I suggest compiling sioyek with clang, it is unlikely to have...

Doesn't clang use use its own `STL` implementation? (I am not sure about that but if that is the case it is unlikely to contain this bug which is in...

Yeah I can't reproduce the issue with clang (on mac), it just matches the whole document. Hopefully the issue will be solved soon on libstdc++ (honestly it is embarrassing that...

You just run the exe, there is no installation.

I mean that is what is supposed to happen. Using the keybindings or mouse wheel doesn't change anything?