vazub

Results 8 issues of vazub

Would be great if font and icon sizes for tile content could change automatically based on the number of tiles on the board. Currently this can be done only manually...

feature
ui

Could you please update the Fyne dependency to the latest? It is v2.2.2 at the time of writing, and is needed for proper OpenBSD/NetBSD support. Thanks!

fix musl compat after accidental revert with OpenBSD sync

As the title says, when building Finit binaries statically linked, `tmpfiles.d` feature is not working, namely: - the temporary dirs are not getting created according to config rules - finit.debug=true...

When building a 3rd-party project, I'd like to be able to tell it to build both library types with the `-Ddefault_library=both` (works) argument but link any created binaries statically, with...

Currently, only `coreutils` provide fully statically linked pre-built [binaries](https://github.com/uutils/coreutils/releases/download/0.0.26/coreutils-0.0.26-x86_64-unknown-linux-musl.tar.gz). This is immensely useful and allows for increased adoption of this project with alternative distros. Kindly request similar musl-based, statically-linked binaries...

enhancement
github_actions

Would be great to add proper support for this OS - https://www.haiku-os.org/ Headers: https://github.com/haiku/haiku/tree/master/headers ----- The current goal is Tier 3. Once Zig reaches Tier 3 this issue will get...

enhancement
contributor friendly
arch-x86_64
os-haiku
tier system

Tested with https://github.com/uutils/coreutils/releases/download/0.2.0/coreutils-0.2.0-x86_64-unknown-linux-musl.tar.gz ``` > file coreutils coreutils: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-musl-x86_64.so.1, stripped ``` This appears to be a regression, or...