Dennis Schridde

Results 167 issues of Dennis Schridde

When I start hifi.rs in the Text User Interface (TUI) on my [Rio terminal](https://rioterm.com/), I would like to see the album cover in the terminal. It shows in the MPRIS...

References: https://workmanlayout.org/

Co-authored-by: TUXEDO Computers Service- & Support-Agent

https://www.tuxedocomputers.com/en/Infos/Help-Support/Instructions/Keyboard-laser-etching-and-logo-printing-service.tuxedo requests "Don't change the position of the key labeling for your keyboard layout." https://github.com/tuxedocomputers/keyboard-layouts/blob/6e781a0a412c26093b8158a302d77c50be39705b/README.md#submitting-your-own-layout similarly requests "Ideally, do not change the position of the key labeling." But in the...

`malli.experimental.time/schemas` already supports `java.time` objects, but it would be convenient if there was a pre-defined set of ISO 8601 string schemas, so I could validate `"2025-10-31T14:28:Z"` without having to transform...

enhancement

### Describe the feature It would be nice if there was a AWS Java SDK equivalent of AWS CLI's `aws eks get-token`, which I could call to generate a (time-limited)...

feature-request
service-api
service:eks

I have a Rust dependency that needs `pkg-config` to build. With the `Cargo.toml`, `devenv.nix` and `devenv.yaml` below, I get this error (full logs below): ``` thread 'main' panicked at build.rs:10:47:...

question