Daniel Arnold

Results 10 issues of Daniel Arnold

Here's me calling atags#generate() in neovim inside a terminal: ![2017-04-12-23 31 31_maim](https://cloud.githubusercontent.com/assets/1298123/24989120/5f9514f2-1fd8-11e7-949d-aba688a4fe68.png) The same, but inside tmux: ![2017-04-12-23 31 44_maim](https://cloud.githubusercontent.com/assets/1298123/24989128/700d5d9e-1fd8-11e7-8b9c-6f8d84916ad8.png) It seems to bump everything up a line in the...

The repository already mentioned Regexp#match? but didn't provide a benchmark for it. For the sake of completion, I've also included Regexp#match so nobody mixes them up.

When I connect to a server with authentication, I get the following error: ``` Errno::EINVAL: Invalid argument from /home/dan/.rvm/gems/ruby-2.5.3@gemset/gems/redis-4.1.0/lib/redis/connection/hiredis.rb:19:in `connect' /home/dan/.rvm/gems/ruby-2.5.3@gemset/gems/redis-4.1.0/lib/redis/connection/hiredis.rb:19:in `connect' /home/dan/.rvm/gems/ruby-2.5.3@gemset/gems/redis-4.1.0/lib/redis/client.rb:342:in `establish_connection' /home/dan/.rvm/gems/ruby-2.5.3@gemset/gems/redis-4.1.0/lib/redis/client.rb:104:in `block in connect' /home/dan/.rvm/gems/ruby-2.5.3@gemset/gems/redis-4.1.0/lib/redis/client.rb:299:in `with_reconnect'...

Are there any plans to add support for mongoid 8?

The Rubocop cop [Layout/EmptyLineAfterGuardClause](https://docs.rubocop.org/rubocop/cops_layout.html#layoutemptylineafterguardclause) appears to trigger with slim-lint for every guard clause, regardless of whether there's an empty line after it or not. Example: `test.html.slim` ```ruby - arr =...

bug

Mongoid seems to have moved the functionality from `Mongoid::Association::Referenced::Eager::Base` into `Mongoid::Association::Eager`. Changing the prepend to work on that module seems to make everything work as expected. Additionally, I updated the...

Hi, are there any plans to support mongoid 9.0? Looking at the changelog, there don't appear to be any breaking changes, so hopefully it's just a matter of updating the...

The gem adds hooks for stopping sidekiq after the `deploy:updated` step. This is sufficient for a regular capistrano deploy. However, during a capistrano `deploy:rollback`, the flow is different and `deploy:updated`...

* **Browser**: Google Chrome * **Operating System**: Windows 11 * **Link to page with the issue**: https://github.com/rails/rails/pull/56107 * **Screenshot**: I'm using just github-custom-fonts.user.css with Stylus. I have the custom font...

bug :bug:

**Changes proposed** This creates a theme variant called Omni (No italic) that's identical to the main theme, but has no italics. Italic removal is done on build, so the no...