Adrian Rangel

Results 70 comments of Adrian Rangel

We are running our fork on production with ecto 3.0 https://github.com/acrogenesis/kronky/

I'm sorry I copied the wrong repo 😅 but it's basically the same I just fixed the warnings it was giving. And it's been working great https://github.com/acrogenesis/kronky/ In patch-1 branch

do you know which stuff changed? perhaps I can help

There are 100 persons on [24PullRequests Participant Coderwall org](https://github.com/coderwall-24PullRequestsParticipant) and 8 on [24PullRequests Continuous Syncs Coderwall org](https://github.com/coderwall-24PullRequestsContinuous). That's 8% so you can estimate with that :smile:

Thanks! was looking for this variable name

@apellerano-pw which are the packages you added?

Hello @AndrewDryga, at Valiot we are actively maintaining and adding features to ecto_trail as we are using it in our core product. If you like we can take over it....

So the problem is evaluated at compile time [plug_exporter.ex#L74](https://github.com/deadtrickster/prometheus-plugs/blob/master/lib/prometheus/plug_exporter.ex#L74) I think we could how that particular config is handled, or we could change how [deadtrickster/prometheus.ex/lib/prometheus/config.ex#L48](https://github.com/deadtrickster/prometheus.ex/blob/master/lib/prometheus/config.ex#L48) works. The latter seems a...

I'm trying something along those lines but I'm having trouble with the metaprogramming 🤯