Francesco Belladonna
Francesco Belladonna
`require 'activerecord'` has been deprecated and replaced with `require 'active_record'`
When on Afterglow twilight, with highlight_line true, the vim caret has a background. Doing the same with Afterglow markdown, however, (especially when setting highlight line true), disables the background, it...
This is a very stupid and simple bug, I suppose adding ``` ruby require 'net/http' ``` on top of `dynamic_sitemaps/lib/dynamic_sitemaps/pinger.rb`
Hello! In ruby we use snake_case everywhere and I suffer when I have to camelCase in any place. Is there any option to camelKeys automatically all keys right before spitting...
Hello, When this extension is installed, Ctrl+D (Add Selection To Next Find Match) seems to behave differently (on elixir files). Instead of selecting one word, it selects one word **ignoring...
Any chance you can release this under MIT license or something that doesn't require full disclosure of source code?
Greetings. After installing license_finder with `gem install license_finder` and running `bundle install --path vendor/bundle` in my project, `license_finder` seems to fail (can't find gems). I digged a bit in the...
Whenever I click on a link in discord, nothing happens. Nothing is opened in the browser. If I use the discord debian package, all good. I'm not sure what's causing...
Because the instance method ActionMailer::Base#mail takes precedence over SendGrid::ClassMethods#mail method, the module method was never run. To fix this, I override #mail in the class_eval when module is included, moving...
This code comes directly from angular-ui bootstrap template: ``` html ({{ $index < value ? '*' : ' ' }}) ``` and the plugin fails on ``` html ({{ $index...