Niklas Hasselmeyer
Niklas Hasselmeyer
Rails 6.1 changed how where.not works with multiple hash arguments. This cop identifies places where where.not is used with multiple hash arguments. It doesn't suggest corrections because depending on the...
As the default initials generated by `geordi branch` have conflicts, I'd like to overwrite them in some way. Of course I am able to overwrite them each time I check...
I noticed by chance that the gem doesn't read the `:otp_secret_encryption_key` configuration anymore. ``` $ rg otp_secret_encryption_key -C 3 lib/ lib/devise-two-factor.rb 13- @@otp_allowed_drift = 30 14- 15- # The key...
### Motivation / Background Currently, when rendering an `ActionView::Template`, the template source is loaded from the disk twice. During one rendering process, `Template#source` is called at least twice (once in...
The following file fails to parse: ``` 864_vp9.webm 864_aac.mp4 ``` The problem seems to be in https://github.com/videojs/mpd-parser/blob/d7261e907c460ed21d186f0b094f61f66a1cffae/src/toPlaylists.js#L21-L27 For the first representation, there are no elements with any segment information, so...
### Steps to reproduce Raise an ArgumentError in a template that is rendered with strict locals. Reproduction script: ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" gem "rails"...
A lot of commands in geordi still assume that the default git branch is named `master`, which is slightly outdated. From grepping through the project, the affected commands are at...