Evan Prothro

Results 28 comments of Evan Prothro

@dbishai I assume this issue is related to `arc_ecto` and not `arc` itself? https://www.reddit.com/r/elixir/comments/5yo4ui/ecto_lack_of_callbacks_the_pain/

I'm not sure I understand the motivation for dynamic keys and secrets per-request. However I agree that I'd like to be able to define an IAM role with `ex_aws` config...

+1 for this PR. We lost a few hours that would have been saved by this being called out in the README.

In case anyone is looking for the code for Haml (and other templating languages) support for view template cache digesting in Rails 4, it's referenced in this haml-rails PR: https://github.com/indirect/haml-rails/issues/50...

FYI, @austenito if you're using the latest `haml-rails` release, it includes the necessary code to ensure cache digesting works properly.

@austenito no problem! Please let us know over on haml-rails if you have issues.

FYI forcing sassc to an updated version solved this problem. ``` gem "sassc", "~> 2.4" ```

@benwilson512 do you have thoughts on these kind of these kinds of loading issues in 2021? Is there a good answer to this with the current iterations of Absinthe /...

Hi @tlvenn I don't have a concrete issue. I'm evaluating implementing dataloader on a project and was curious about usage from context functions and more complex authorization scenarios. Ben and...

Thank you for the rapid response. I agree in general, my point was that whether that is debug or info level is application dependent. Agree the telemetry approach is better...