Johannes Maibaum

Results 7 issues of Johannes Maibaum

A little bit of cleanup, extending the work done in #483

Eases packaging using standard CMake functionality.

I see that SILE defines the `\em` command as follows: https://github.com/sile-typesetter/sile/blob/f371bffab2db6d71ea3607ea34eba12a3eadc6b3/classes/plain.lua#L118 Which doesn't allow for LaTeX-style nesting of emphasis’ like: ```latex \emph{Emphasize a \emph{word} in emphasised text.} ``` which would...

enhancement

I used `flatpak-pip-generator` to generate the necessary JSON for `wxPython`, but using the JSON, the build process stopped while trying to install the `numpy` dependency of `wxPython`: ``` ======================================================================== Building...

pip

At commit `d7bcd17f10` (currently the latest), invoking build.sh with standard parameters (e.g. meaning to build a universal binary with support for both x86_64 and i386) fails during linking the boost...

**Is your feature request related to a problem? Please describe.** I tried to run https://git.sr.ht/~emersion/sr.ht-container-compose/ which requires `configs:` support. However, I always got "No such file or directory" errors being...

enhancement

LV2 hosts can use the same buffer for input and output. As a popular example, Ardour chooses to do so, making the soft-bypass option a no-op, the plugin is thus...