Zephyr Lykos
Zephyr Lykos
it passes now: https://github.com/mcha-forks/fmt/actions/runs/20040662950/job/57473549407
kernel driver issue? ```yml # libinput record version: 1 ndevices: 2 libinput: version: "1.29.2" git: "unknown" system: os: "fedora:44" kernel: "6.18.0-0.rc1.251015g9b332cece987e.18.fc44.x86_64" dmi: "unknown" devices: - node: /dev/input/event17 evdev: # Name:...
Fix: Change https://github.com/illiliti/libudev-zero/blob/master/udev_device.c#L491 `else if` to `if`
I'm using this to workaround the env var issue: ```python import os from collections.abc import Callable from configparser import RawConfigParser from functools import partial from typing import TYPE_CHECKING, Any, ParamSpec,...
The revised export scheme currently has a bug in upstream meson: https://github.com/mesonbuild/meson/issues/15371 a current workaround is to ensure default_library and prefer_static is the same
I think you meant `UserConfigDir()` for the first one -- see https://cs.opensource.google/go/go/+/go1.23.4:src/os/file.go;l=528 I will apply the suggested changes.
Done via 6c021295947c520832bd24356c49c6342a57269e
I will make viper try to find `~/.vt.toml` first, then fallback to `os.UserConfigDir()/vt-cli/vt.toml`.
made it migrate the configuration file automatically so existing installations won't break. imo this is better because: 1. not everyone needs to edit vt-cli's configuration frequently, so it's better to...