NonlinearFruit
NonlinearFruit
This is what I observed (when I installed dashboard-nvim via packer, I was unable to configure it). Packer installs to different directories based on the event. The Step 4 example...
Something like this works if you have a `get-github-token` command or equivalent. ``` AUTH="Authorization: token $(get-github-token)" SHA="$(curl -s -H "$AUTH" -H "Accept: application/vnd.github.VERSION.sha" https://api.github.com/repos/neovim/neovim/commits/master)" bob install "$SHA" ``` Using a...
svgs for these would be awesome
I've been collecting all the misbrands from repos/PRs/issues across the whole [fork network](https://github.com/mkrl/misbrands/network) here: Including: - Elixir and Erlang ([commit](https://github.com/NonlinearFruit/misbrands/commit/119ca52c4f2014f87e54f5ddb65e13fd9df067d9)) - R and Rust ([commit](https://github.com/NonlinearFruit/misbrands/commit/795666b0c5cb3f4d4b6bcd73fc2a60111a137737)) It is pretty exciting to...
For anyone (like me) looking for a semi-complete, current list, I forked from ohmyhub's variation of this repo (the naming convention is a lot cleaner) and wrote a script to...
Still down
I have verified that this fix works. Thanks @doekia!
Shields.io has a badge for last commit date ([source](https://shields.io/badges/git-hub-last-commit)), if the goal is to display how stale a repo is, that could work. To get the date of the last...
If the goal is to be similar to an awesome list, they have a simple linter ([source](https://github.com/sindresorhus/awesome-lint))
A big draw back to using the test name is if you have a test like `ignore-node-modules` or similar would be skipped But definitely a way to skip tests without...