Samuel Hierholzer

Results 12 issues of Samuel Hierholzer

One of the main problem people often have when setting up their vim environment is that **different plugins** come with **different keybindings** which are more or less hard to remember...

good first issue
Feature-request

With bash version 4+ and associative arrays, it's possible to create multidimensional arrays. Here an example: ``` #written on phone and untested, apologies for mistakes! declare -A animals animalNames=() addAnimal()...

enhancement

Thanks a lot for writing `khal`! I'd love to be able to filter all events, e.g. by category or description. Also negative filtering would be great. E.g. I have some...

I want to try out `nixos-manager`, but I can't get it to work. I am on `NixOS` and have `home-manager` configured inside my `configuration.nix` (my configuration is split in multiple...

I'm preparing a NixOS configuration for a newly rented VPS. I wanted to test the config with (don't ask about the `dorette` :D ): ```bash nix run github:nix-community/nixos-anywhere -- --flake...

Removes the very time intensive `SystemStateReader.read()` function and use functions that directly return the variables. Solve the caching Problem with `lru_cache`, which is cleared with `...clear_cache()` whenever a respective `Command`...

If the configuration file is "wrong", it leads to seemingly fatal crashes, like the following when the configuration doesn't have any `snapshot`s defined: ``` # pyaptly publish config.toml create ERROR:...

Mirror creation/updating is still done when `--pretend` is used. It's because the mirror code currently doesn't use the `Command` feature but runs commands directly. I'm not sure if the solution...

I thought writing some user docs is the best way to repeat what I just learned and analyzed :) Some features are still ignored and `publish` is not even properly...

I try to use a manually crafted `credentials.json` because I only got the client_id & client_secret from my company. Using the id & secret + my mail account information works...