Joshua Vernon

Results 3 comments of Joshua Vernon

This is my current workaround 😋 ```sh function gcp() { if ! command -v commitpal &> /dev/null then npm install commitpal -g fi local config_path config_path=$(realpath --relative-to=. ~/.commitpal.config.json) commitpal -c...

I did this recently albeit not as elegantly as I would have liked. Here's the code. It works great, however, typing everything is pretty horrible ``` import { BoundActions, createContainer...

I am getting this issue as well. I tried install from npm, brew and directly downing from the https://ngrok.com/download site. Steps to reproduce: 1. Download `ngrok` with NPM ``` $...