Esteban Ibarra

Results 7 issues of Esteban Ibarra

First of all, thanks for the library has been really helpful :tada:. On a project I have been working, we have found out that at least `getAlpha3Code` and `alpha2ToAlpha3` return...

bug

Hi guys, first of all, thanks for a great job in the library :tada: I wanted to know if there's a way to preserve the changes done in #300 and...

As it is now, we Hapistrano is using the following monad stack: https://github.com/stackbuilders/hapistrano/blob/f3fbe9a34cde5c645cbb4d51a48647a80ea00b92/src/System/Hapistrano/Types.hs#L49 Using [deriving strategies](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/deriving_strategies.html) The monad could be implemented like the following: ``` haskell newtype Hapistrano (a ::...

enhancement

Hi folks, first let me thank and congratulate you for this library, it has been great and really helpful :tada:. My following doubt is the following: Shouldn't all default "retries"...

Hi and thanks for the library :tada: I have been trying to run tests in parallel like the following in circle CI: ``` bash MIX_TEST_PARTITION=1 mix coveralls --parallel --partitions 2...

Hi again :wave: I was wondering how could we create the following query? ``` SQL select parent.* left join child on child.parent_id = parent.id where ((child.field > 5 and child.field...

### Is your feature request related to a problem? Please describe. Hey everybody, I would like to see an example of how to set up (global) environment variables on the...

enhancement