Kristian Niemi
Kristian Niemi
I've got dark-notify setup like thus: ``` local dn = require('dark_notify') dn.run({ schemes = { dark = { colorscheme = My_theme_dark, lightline = My_themel_dark }, light = { colorscheme =...
Not quite sure how to phrase this, but attempting to describe the symptom. On my Swedish keyboard, when entering `^` the system waits for a second keypress to know what...
At times, the cursor disappears when I use vim-sandwich command `sd` (surround-delete). Using the following `vimrc`: ``` if &compatible set nocompatible endif " Add the dein installation directory into runtimepath...
Seems antfs-cli doesn't exit properly, even though it's done. I get this: ``` Driver available: [, ] - Using: Request basic information... Capabilities: array('B', [8, 3, 0, 186, 54, 0])...
Some units used by weather_data have been deprecated. In the logs: ```bash 2024-02-04 08:12:00.395 WARNING (MainThread) [homeassistant.const] DEVICE_CLASS_HUM IDITY was used from weather_data, this is a deprecated constant which will...