MichaelDimmitt

Results 81 comments of MichaelDimmitt

@AmrElTaieb, I think these two details will provide useful information: What is the path where shoes4 is located? What is the path of the project you are trying to package?

@jasonrclark, wonder if this is any progress. Sorry I have been posting it across many issues. Wrote a nifty script. My install uninstall packages are fairly simple. So I removed...

@elylucas , who is the best person to review this for a first time contributor?

worked for me on an m1 mac after restarting computer and then running the source command in tmux. also make sure to use `ctrl b + capital i` ^ `...

@mikeadamz something like this should work added to src/popup.js https://github.com/pmarks-net/ipvfoo/blob/f91c7da5bedca80a1e95a6e9a3b4f9ef7dccacd0/src/popup.js ```javascript const rows = [ ["name1", "city1", "some other info"], ["name2", "city2", "more info"] ]; let csvContent = "data:text/csv;charset=utf-8," +...

ghcd sounds cool; a mashup of the two things the project solves: 'git' and 'cd'. 🙂 ... but what will pushd people think? 😏

I believe that forks are managed via the websites (Github, Gitlab, Bitbucket, etc) and not by git itself. If you want to implement with api requests Github is pretty straight...

If you are on a repo that is a fork. The normal api request for repo has a parent key to tell you what it was forked from. https://api.github.com/repos/ahazem/gh source:...

These commands works pretty well, Implemented on a mac which comes with python by default. Using python to parse the json response. ```bash curl -s 'https://api.github.com/repos/ahazem/gh' | \ python -c...

@sprmn, was there a resolution about this pr?