rbq
rbq
I got a weird error telling me that RVM couldn't use the Ruby version `.bundle`. Apparently rvm-capistrano looks at `$GEM_PATH`, hoping that the last path segment might indicate the version...
Would be great if this tool was available via Homebrew.
I set up MetalLB in layer2 mode, it hands out local IPs from a /29 range and my firewall routes a public /29 subnet there. All this works extremely well,...
Would be great if Tiron could be installed via Homebrew.
To ease installation and stay up to date with new releases on macOS I would like to have a Hombrew cask available.
``` $ brew search fira | tr " " "\n" font-fira-code font-fira-code-nerd-font font-fira-mono font-fira-mono-for-powerline font-fira-mono-nerd-font font-fira-sans font-fira-sans-condensed font-fira-sans-extra-condensed font-firago ``` 😠Example Cask: https://github.com/Homebrew/homebrew-cask/blob/15fe21b42992e24722c99d62e0889e3d8b5b4120/Casks/font/font-f/font-fira-code.rb
### Motivation Every time I open a Typst file, I need to open the preview window manually. This is cumbersome, especially if I'm not planning to edit the specific file,...
I set up the following config store, which correctly adds the respective files to kubeswitch: ```yaml - kind: filesystem kubeconfigName: "kubeconfig.yaml" paths: - ~/Development/Terraform/ ``` But despite this being the...