Bill Lipa

Results 5 issues of Bill Lipa

Native browser support for css nesting is becoming quite widespread - https://caniuse.com/css-nesting It appears that crass ignores nested rules. Would it be possible to support the nested syntax?

enhancement

This PR adds dependency aware asset fingerprinting/digests to address the issue of stale assets remaining in the cache if an indirect dependency changes. It specifically affects css files with embedded...

If you search for "String" on https://docs.ruby-lang.org/en/3.3/ the first four results returned are obscure: Gem::SafeMarshal::Elements::String Prism::StringFlags Prism::StringNode Reline::Terminfo::StringWithTiparm String Would it be possible to change it so that if one...

bug

Controllers with multiple actions with their own instance variables can easily trigger a performance warning while running with `Warning[:performance] = true` under Ruby 3.4. Example: app/controllers/home_controller.rb ``` class HomeController <...

I have an app with a public/static directory which I manually version. It has things that don't change much like fonts and certain vendored js. In previous versions of propshaft,...