Josh Nichols

Results 134 comments of Josh Nichols

If there was a to run a command on project change (ie https://github.com/ahmedkhalf/project.nvim/issues/73), then it would be possible to integrate with a session manager plugin.

For what it's worth, I added @apinstein as a collaborator/owner on the rubygems sometime shortly after the last message in thread.

I'd just use bundler, as it's a bit simpler and more maintained. The easiest way to switch over is: - bundler gem capistrano-gitflow - copy things out of `Jeweler::Tasks` in...

Seeing this as well after being offline a few days: ![summary of failures for google apps script_ technicalpickles octogas - josh nichols github com - github mail](https://cloud.githubusercontent.com/assets/159/3921735/fb4a0f88-23c3-11e4-9385-d609ad55e7d4.jpg)

While this is being figured out, I ended up creating a filter to just ignore the email notifications about hitting rate limits: ![](http://cl.ly/image/0R1L2Y0D3i0X/Image%202015-04-06%20at%2011.25.02%20AM.png)

> As for the rate limit problem with the labeler script, @josh had a good idea that I was meaning to follow up on. If the user adds a Gmail...

This seems like a partial solution. The `Gemfile.lock` is no longer has a filetype of `toml`, but is `lock`. `:verbose set filetype?` says it was set from lua, but not...

I've seen this behavior in other cases too. For example: ``` -- ⌘ p - fuzzy find files vim.api.nvim_set_keymap('n', '', "lua require('telescope.builtin').find_files()", { noremap = true }) -- ⌘ P...

🤦🏻‍♂️ I had tried several variations and must have caught it at a bad time. I did confirm I reproduced with p vs P though. Updated original comment.

I'd imagine this would be implemented like a bunch of other methods on `robot`, basically it'd delegate to the adapter: ``` coffeescript usersForRoom: (room) -> @adapter.usersForRoom user ``` You can...