Jeremy Cantrell
Jeremy Cantrell
I should have created a different branch for the other nitpicky stuff. Would you prefer if I closed this and reworked it?
I'm trying to download the latest arch linux iso from their magnet link: magnet:?xt=urn:btih:0aae223b7c0244e4952158554cd0506f0eca1fdf&dn=archlinux-2021.09.01-x86_64.iso I have an open port (tested), and the dht bootstrap described above set in my config...
This should be fixed by #2648
What about adding `--enable=require-double-brackets` to `scripts/shellcheck.bash`? It looks like that's already expecting bash syntax. It looks like `asdf.sh` has mixed bracket styles, so maybe that's safe to switch. Are completions...
I'm wondering if something similar could be done to make a command line app that could be used in build processes or https://github.com/dense-analysis/ale. Is it noticeably faster when compiled?
I, too, have `let g:user_emmet_install_global = 0`, but I have `EmmetInstall` in various ftplugin files for the file types I'm using emmet for. Do you happen to be using neovim,...
> May I ask why POSIX compatibility isn't desired? They're declared explicitly as bash files (the extension). If POSIX compatibility isn't a goal, it's better to fully embrace bash syntax...
It's closing the file descriptor stored at index 1 of the `foo` array. The previous `coproc` command puts file descriptors into the array. The syntax for both closing a file...
I'm not 100% sure this is related, but I'm seeing something similar. In the Adwaita icon set, there's a `symbolic/devices/drive-removable-media-symbolic.svg` and `scalable/devices/drive-removable-media.svg`. I have the Adwaita directory added to `icon-path`...
> Adds new flag that tells gron to treat input as a toml instead of json. So that I don't have to use external tools to convert to json first...