Hugo

Results 1705 comments of Hugo

> it's not supported by all terminal emulators This is likely, some emulators don't have any features from the last decade. Is it reasonable to simply fall back to `default`...

`libudev` exports versioned symbols, but this project does not, so there's a mismatch between the exported interfaces.

The linked issue was fixed and the fix was later reverted with "Trying to catch up with upstream is not good idea here". I'm uncertain what this means, but the...

@phkrl Yeah, that seems to be the case. The entire dependency tree is distro packages, which default to building with eudev. I think we need to add versions to symbols;...

This PR and https://github.com/InfiniTimeOrg/InfiniTime/pull/2342 mutually depend on each other; I don't think CI can be made to pass without hacks, so it needs to be tested locally.

As mentioned in https://github.com/ghostty-org/ghostty/discussions/8125, ghostty also completely ignores the font _families_ themselves too. My local configuration sets Noto Sans Mono CJK SC as my default monospaced font and Twemoji as...

Shall I open a separate issue to track that instead? Or can we include that within scope for this issue? I'm not really sure it makes any sense to respect...

We probably want to drop argparse entirely and clean up the main code a bit.

I believe this check should be removed entirely. It is problematic when `shadow.h` does not require being root to access the current user's credentials. Running without suid in situations where...

My bad, I misinterpreted this (no wonder some of it looked off). My apologies for the noise.