Petrik de Heus
Petrik de Heus
The following doesn't seem to trigger the `keyup` event in Javascript: ```ruby fill_in 'Some field, with: 'Some value' ```
According to https://github.com/TechEmpower/FrameworkBenchmarks/issues/8420 test mutations should be limited. > The number of test mutations will be limited to 10. ~This change makes mutations fail for frameworks if the maximum is...
I've added Falcon to the Rails TechEmpower benchmark: https://github.com/TechEmpower/FrameworkBenchmarks/pull/9339 I had to set the `isolation_level` to `:fiber` by hand to make it work. https://github.com/p8/FrameworkBenchmarks/blob/f7822a3d79689164e372fba05be4ee744b1f42a4/frameworks/Ruby/rails/config/application.rb#L55 Otherwise the following error would occur:...
When I comment out the default CSP (Content Security Policy) in a Rails application, ```ruby Rails.application.config.content_security_policy do |policy| # ... policy.img_src :self, :https, :data # ... end ``` Pasting an...
## Description Calling global `append` is deprecated. This uses "sass:list" instead. ## Types of changes - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description Calling global `percentage` is deprecated. This uses "sass:math" instead. ## Types of changes - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description Calling global `nth` is deprecated. This uses "sass:list" instead. ## Types of changes - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description Calling global `floor` is deprecated. This uses "sass:math" instead. ## Types of changes - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue)...
## Description Calling global `type-of` is deprecated. This uses "sass:meta" instead. ## Types of changes - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue)...