Edward
Edward
The following code segfaults with python 3. It does so on the Py_Finalize call ```python3 #include int main() { namespace plt = matplotlibcpp; plt::plot({1,3,2,4}); plt::show(); plt::close(); return 0; ``` The...
kak-lsp.toml ``` [language.rust] filetypes = ["rust"] roots = ["Cargo.toml"] command = "rust-analyzer" [language.python] filetypes = ["python"] roots = ["requirements.txt", "setup.py", ".git", ".hg"] command = "pylsp" offset_encoding = "utf-8" [language.nix] filetypes...
``` openapi: 3.1.0 info: title: FastAPI version: 0.1.0 paths: /heroes/: post: summary: Create Hero operationId: create_hero_heroes__post requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/HeroCreate' responses: '200': description: Successful Response content:...
I already have snippets of configs for: - [tmux](https://github.com/blakat360/nixos-config/blob/master/home/terminal.nix) - [st](https://github.com/blakat360/nixos-config/tree/master/home/st) - [kakoune](https://github.com/blakat360/nixos-config/blob/master/home/kakoune/theme.nix) - [rofi](https://github.com/blakat360/nixos-config/blob/master/home/rofi/default.nix) it would be good to be able to have these stored in nix-colors and accessible...
relevant home manager section: ``` fish.interactiveShellInit = { fish_vi_key_bindings sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }} }; ``` Removing ` sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }}` fixes the issue.
[repo](https://github.com/Canop/broot/tree/main) [guide to theming the program](https://dystroy.org/broot/skins/)
No selection is made, and existing selection is deleted, when using `:easy-motion-f`. If it supported selections then this is a very nice drop in normal mode replacement for f.
I have the following template running, and the swap is being picked up by htop. However, running `systemctl hibernate` results in the following error: ``` ✦ ❯ systemctl hibernate Call...