Joachim Mairböck

Results 27 issues of Joachim Mairböck

The [C++ runtime source zip for version 4.9](https://www.antlr.org/download/antlr4-cpp-runtime-4.9-source.zip) contains a .git folder in runtime/thirdparty/utfcpp, which apparently is a complete git clone of the utfcpp repository. Is it a good idea...

**Describe the bug** We have a .editorconfig file at the root of our solution which specifies different indentation settings than those I have configured in Visual Studio's options. When XAML...

Bug

which is the version provided at least in Visual Studio 2017 and 2019 fixes #233

note: this doesn't technically depend on Lilypond (see #6836) but is not really useful without it. (is there a way to suggest other packages?) MIDI playback doesn't work because [PortMidi](https://github.com/PortMidi/portmidi)...

wip-no-merge

Now we have a texlive package containing everything that texlive offers, but marked as untested because it is too big to host by Haiku. What should be done instead is...

fontconfig caches the fonts it knows of, so after installing a font package, the cache needs to be updated. This could be done by invoking `fc-cache -f` from a post-install...

The preferences files created by the [Java preferences API](https://docs.oracle.com/en/java/javase/18/core/preferences-api1.html#GUID-66286D3D-67C9-4CF5-8C1E-0BE834F1C6EC) are stored in `$HOME/.java/.userPrefs` instead of a subdirectory of `$HOME/config/settings`.

According to @waddlesplash, "any" architecture packages are built for all architectures separately. This is redundant and wastes resources. "any" arch packages are meant to be suitable for "any" architecture, therefore...

I found out when testing including a generated part of the recipe via source in the texlive recipe https://github.com/haikuports/haikuports/blob/2d7c6ec0190fe8dc1fd438a58e6a5379f2fde895/app-text/texlive_texmf/texlive_texmf-2021.recipe#L57-L68 that $portDir is always empty or unset (did not specifically check...

feedback-needed