Benoit Pierre

Results 29 issues of Benoit Pierre

To avoid freezing the GUI. Notes: - the worker process is forked, but a new interpreter is then started to ensure a clean slate: I could not find a way...

This make caching link commands for example problematic, as the permissions' execute bits are lost.

So Java 17 can be used, the minimum required version to use the most recent Android SDK tools like `sdkmanager`. The `koandroid` docker image will have to be updated to...

chore

It looks like the debian package generated on Github Actions for IOSurface is actually missing the actual framework contents: ```bash ▸ als darling-iosurface_0.1.20231102~jammy_amd64.deb drwxr-xr-x root/root 0 2023-11-02 02:36 ./ drwxr-xr-x...

**Describe the bug** When compiling for a Linux platform with an old glibc using the meson build (default options), the `zstd` and `zstd-frugal` programs fail to link: ``` ninja: Entering...

help wanted
build
Portability

Rework the build system to make it faster and better. TODO: - [x] PR fbink build system patches - [x] resolve libk2pfopt situation - ~[ ] update docker images (chrpath+meson)~...

This change is [](https://reviewable.io/reviews/koreader/koreader-base/1748)

To be used (`document:setCacheFileStale(false)`) to ensure the cache is not being updated when closing a document from a forked process. - - - This change is [](https://reviewable.io/reviews/koreader/koreader-base/1696)

This change is [](https://reviewable.io/reviews/koreader/koreader-base/1774)

### Description The pkg-config entry libraries search path is invalid: ```bash # the include directory is correct: ▸ pkg-config --cflags libcrypto -I/opt/homebrew/Cellar/openssl@3/3.3.0/include # but the libraries search path is not:...

needs triage
bug report