Lucas Mazza

Results 29 comments of Lucas Mazza

This seems to be more related to [sprockets](https://github.com/sstephenson/sprockets) rather than catapult, and you could get more help over there. Anyway, if you can provide a sample app I might take...

Your app.css at the `broken` branch is using CR line terminators and it breaks when sprockets process it, while the new_file is using LF. You could convert it to LF...

Isn't easier to place your file inside `public` and let the Static server serve it? (I guess it should work)

@rafaelfranca yeah it should. Updated the original description.

Tested this successfully on our app by decoding/encoding the values with 64 as suggested on the initial comment here: ```elixir defmodule MyApp.EncodedBinary do use Cloak.Ecto.Binary, vault: MyApp.Vault def embed_as(:json), do:...

This was once implemented on appsignal/appsignal-ruby#112 but looks like #362 remove it 😬

@dewski any plans on still merging this? The patch looks interesting, specially as how Rouge evolved since 2013 :eyes:

@dasch I guess it could cover a few similar use cases, but those directives have a few different caveats - `max-stale` can be used by clients who know that they...

@tadas-s it's something I would to see implemented but I don't plan to work on this anytime soon