Michael Bianco
Michael Bianco
Would be great if a readline cheatsheet was added: https://readline.kablamo.org/emacs.html
https://devhints.io/xpath Would be great to have this as a cheatsheet
It would be great to be able to use the advanced action `open -g "dash-advanced://snippet-name/Snippet/(null)"` with raycast. Could you open source the `./dashAlfredWorkflow` tool?
Would be great to have the updated version of this on ruby gems.
Are there any features missing from ipdb? This seems like a full replacement for ipdb (which is awesome). If that's the case, hopefully we can get the ipython documentation updated...
Some projects require additional configuration options for packages to be specified. It would be great if these could be specified in the `tool-versions` file, allowing a simple `asdf install`, which...
https://github.com/resque/resque/pull/1691/files fixed a single instance of this, but there are [many other situations](https://grep.app/search?q=split%28%27%3A%27%29&filter[repo][0]=resque/resque) where we split without a limit. We should add a helper method for `id.to_s.split(':', 3)` and use...
[As I mentioned here](https://github.com/asdf-vm/asdf-ruby/issues/37#issuecomment-837372704) the `ASDF_PKG_MISSING` variable doesn't actually do anything. This change actually throws an error if a package is missing. Also added a link to a blog post...