Results 540 comments of ahrm

Sioyek can be built natively for Arm64 already with no change to source code. The problem is, since I don't have a mac machine, I rely on github actions to...

Thanks :). Should be fixed in https://github.com/ahrm/sioyek/commit/5b0cd55c8a6e2596b5ce84dce8f75787ff6edb83.

I think this is fixed in the development version.

Which operating system are you using?

Should be fixed in https://github.com/ahrm/sioyek/commit/86f7f097aefc7d7b5dbf430d98cbe3b42d37e724.

You need to also include the name of the PDF file in the command: ``` sioyek --forward-search-file --forward-search-line ```

I am not sure if I understand your use-case but we have a `execute-command` command line option that can be used like this: ``` sioyek --execute-command new_window ``` Does that...

Does the issue happen with the development branch here: https://github.com/ahrm/sioyek/tree/development ? (there are no binaries yet unfortunately, so you'll have to build sioyek from source).

Maybe replace this: ``` 289 | return sqrt(norm_squared); ``` with ``` return sqrt(norm_squared) ```

`this->sqrt` doesn't make any sense. It is not a suitable fix for this issue.