Tips for Job Interviews as a Junior Software Developer Sep 27, 2020
As coding bootcamps such as Coder Academy and General Assembly churn out more and more software developers, and as more and more people…
Initially developed by Yehuda Katz, the Textmate gem is an extremely handy tool for installing and managing your Textmate bundle files.
The tool works very well, for the most part. But due to the way the GitHub search query was built, the tool failed at finding Textmate bundles that do not honour the ’-tmbundle’ suffix in the name of their repositories.
I was waiting for GitHub to fix their API bug which I reported here, but today I discovered a workaround that solves this issue.
So, here, I present you with the improved code on my fork.
Update: The changes are now merged back to Ddollar’s repo, so you may install the Textmate gem by:
gem install textmate --source git://github.com/ddollar/textmate.git
Enjoy! :)