Stefan Wrobel

Results 149 comments of Stefan Wrobel

Could @szabadka @robryk or someone else from the guetzli team please look at this patch because it's a major issue for photographers wanting to use guetzli on their files.

If you come up with a clever solution, I'd love to hear it!

I just came across this line in the source ... could that somehow be useful to skip it for parts of the body? https://github.com/stuyam/bootstrap-email/blob/0.3.0/lib/bootstrap-email.rb#L47

Ahhh, looks like the dep needs to be migrated to Dart Sass as libsass (the old C library used by `sassc`) doesn't seem to support this newer syntax. Sigh... There...

Yeah I guess this didn't come up for me because I compile all my Rails app css using webpack. I gave up the asset pipeline long ago. Tbh I think...

I know bootstrap-email doesn't depend on rails, but there also appears to be this official rails version, which is promising: https://github.com/rails/dartsass-rails

I'm seeing the same behavior using version 1.9.6 installed via Homebrew. Flycut is also using 100% cpu when the overlay is open. This same version has been behaving just fine...

Sounds like a great idea. I don't have any API built currently, and I'd be open to a PR to add one for this purpose.

@bf4 this also isn't working for me. I can do the following: ```ruby has_many :assessments def assessments object.assessments.where(vendor_id: instance_options[:vendor_id]) end ``` but when I try to simplify and do: ```ruby...

I don't understand your question