Gian Lu
Gian Lu
Same problem here and it's kind of sad :( Because of this I can not build a [react-on-rails](https://github.com/shakacode/react_on_rails) app :(
Hi @teamon sorry for the bother but I can't figure out the exact structure of you [first example](https://github.com/teamon/tesla/issues/241#issue-355050881): ```elixir # define as many mock adapters as you want Mox.defmock(MyApp.NiceApi.Mock, for:...
@teamon thanks for your quick reply 🙇 I've already looked at it but unfortunately it didn't help much :( Anyway the specific thing that I can't understand is why everything...
I think that this is possibly related to this #401. Unfortunately the codebase has been changed a little bit so I'm currently working on porting the suggested change in a...
Hi guys 😄 is this still relevant? I would love to align this PR with the latest master if needed 😊 P.S: thanks a lot for this great library! 🙇
🙋♂️ I would love to work on this!
Ok I didn't expect it would have been so difficult to retrieve the Russian translations of Pokemon locations 😆 P.S: I'm trying to look around [here](https://bulbapedia.bulbagarden.net/wiki/List_of_cities_and_towns) and randomly on the...
Oh gosh, thanks a lot 😅 I will surely tackle that `Elixir.Faker.Pokemon.It.location/0` as soon as I can!
Hi guys 😄 I took the liberty to open 2 separate issues to track both 🇮🇹 Pokemon [location](https://github.com/elixirs/faker/issues/302) & [names](https://github.com/elixirs/faker/issues/303) Let me know if that's ok 😅 P.S: I've also...
P.S: I managed to reproduce the problem with a test and I've also tried to implement a fix but I think that it is not quite correct. Here's the draft...