Kid
Kid
Gitako as a browser extension is awesome, but the project itself is quite a hassle to work with. - No documentation on build instructions. Just running `yarn` is not enough,...
XCode (`rvictl`), Wireshark (CLI) and some other apps put config in `/etc/paths.d`. By using nix-darwin one has to configure this manually (and may not realize it!) Ideally nix-darwin should use...
`/etc/bashrc` is moved to `/etc/bashrc.orig` during installation, but not restored during uninstallation. If one uses `environment.shells` and decided to remove `/etc/shells` manually in order for nix-darwin to link a new...
Derived from nix-community/home-manager#2230 There's no need to use separate variables for each section. We only use one variable for such usage in nix-darwin's [Bash](https://github.com/LnL7/nix-darwin/blob/007d700e644ac588ad6668e6439950a5b6e2ff64/modules/programs/bash/default.nix#L54-L56) and [Zsh](https://github.com/LnL7/nix-darwin/blob/007d700e644ac588ad6668e6439950a5b6e2ff64/modules/programs/zsh/default.nix#L112-L115) module.
Derived from nix-community/home-manager#2231 `promptInit` does nothing special and can already be implemented via `interactiveShellInit`, so I suggest just keep the latter.
It is mistakenly using `js` instead of `html`.
https://gitstalk.netlify.app/unbyte This user has neither "Name" nor "Location", so the former field is completely missing from Gitstalk and the latter shows only a label. Suggestions: - Fallback to username if...
The code doesn't really differentiate whether the pull request comes from the stalked user so "their" makes little sense here.
I think we are at a stage where we can assume `prefers-color-scheme` and system wide dark mode are widely supported: https://caniuse.com/prefers-color-scheme Therefore the following lines: https://github.com/thelittlewonder/gitstalk/blob/2ff5fd5ef96d2b3605b1bfae30b4e376545a6f9c/src/App.vue#L72-L73 Which turns on dark...