Bernardo Amorim
Bernardo Amorim
The approach I've used was defining another "connect" method that keeps my wanted static properties. It may seem a little bit of magic, but worked. In _util/connect.js_: ``` javascript import...
First of all, sorry for posting in this old issue, but since it was open I though that would not be that bad. I've been playing around with Credo and...
There is a discussion on rrene/credo#540 about the module ordering
Any updates on that? @gjaldon
(I tried to explain briefly but failed miserably, sorry) That is indeed true. The point is that the docs are not clear (and maybe the behaviour you are expecting is...
I've been thinking about this problem because we've been looking into an option to automatically update translations without having to rebuild our applications and redeploy everything and I think I...
@josevalim today I managed to give this a go and I think I made it work, but still a proof of concept. I created this repository: https://github.com/bamorim/runtime_gettext It contains three...
Hey, thanks for the response. I like the idea of multiple repos, I can definitely give it a try. However, at the same time, it might be putting a lot...
Also, when you say "submit a request to this repo" are you referring to bamorim/runtime_gettext or elixir-gettext/gettext?
So one of the repos would be the one "calling super"? I don't see how that is possible since only the function can call super. Maybe if the repo just...