Steven Irby

Results 5 issues of Steven Irby

Not sure if rbenv-gem-rehash is working on ubuntu. I can't seeing rbenv-gem-rehash listed when I run gem list. I ran: git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash Then I ran: gem list

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] More and more pages...

Feature-Request

This fixes two of the methods `api.helper.get.navigation_count` and `api.get.storage_info`. It returns a fair amount of data back: ``` {storage_info: {used: 14.32, total: 15, percent: 95}, unread_draft_emails: 152 unread_emails: {inbox: 882,...

**Before you start.** * [x] I have checked the [Common Problems](https://github.com/kickscondor/fraidycat/wiki/Common-Problems) page. * [x] I have searched the issue tracker for a bug that matches the one I want to...

bug

When I clone the repo and try to run `npm run start` I get this exception: ``` sh: nodemon: command not found ``` I recommend changing the package.json to use...