Michał Zalewski

Results 6 comments of Michał Zalewski

@tomash I found fork of this library, which looks compatible with recent liquid-rails (I use latest version of it with Rails 4.2). I need just to remove require for liquid_views...

I have the same problem. I found workaround, which works for me. I used inline block and raw method to render fields. ```ruby = raw(f.fields_for(:files) { |files_f| files_f.file_field :file })...

Hi! You probably don't removed `plug Plug.Logger` from endpoint.ex in your project (3rd step in [Installation](https://github.com/bleacherreport/plug_logger_json#installation)).

I used slim before many times and I think that slim works in the same way in cells-slim. I found XSS problems when one of customers take penetration tests on...

I also use it today and everything works like a charm. @samyk Thank you! 🥇

The same issue occur for `Trans` component from `i18n-react` used to translate part of text with HTML tags. Below code will be transformed in incorrect way which cause translation will...