Ryan Lue
Ryan Lue
I'm on a fresh install of Debian 9.4 (stretch). ```sh # avn and anv-nvm are installed globally on the system node: $ type avn avn is /usr/bin/avn # nvm contains...
According to the README, `chruby.sh` should be called from `.bashrc`: > Add the following to the ~/.bashrc or ~/.zshrc file: > > source /usr/local/share/chruby/chruby.sh However, gvim (MacVim) fails to load...
Commit 4719f3f adds `$XDG_CONFIG_HOME` to `&runtimepath`, but if you use ```sh $ source /vimstubs/load ``` for a temporary/portable installation as suggested in the README, vim-plug installs to `$XDG_CONFIG_HOME/vim/plug` rather than...
### Summary In some cases, `User.invite!` can alter DB records for the associations of existing (registered) users. ### Description In my app, for instance, a `User has_many :teams, through: :user_teams`....
The links at the bottom of the README are currently kaput; moreover, for a colorscheme, screenshots should really be at the top of the document, embedded rather than hyperlinked. With...
When inputting Chinese text, a user has to enter multiple keystrokes and then select a candidate character (optionally, from an on-screen menu). In alacritty (on macOS), the keystrokes return literal...
Namely, a673cb4
ffsubsync fails on python 3.9+ due to an issue in upstream dependency python-ffmpeg, as described in [this issue](https://github.com/kkroening/ffmpeg-python/issues/660) (excerpted below): > ### Problem > > On python 3.10.2, ffmpeg-python raises...
argparse has been part of the python stdlib since [2.7][0] & [3.2][1], which [reached end-of-life on 2020/01/01 and 2016/02/20, respectively][2]. It can safely be used without being specified as an...