Stefano Magrassi
Stefano Magrassi
@padzikm we need to call `init` the first time in order to get the initial program's `Model` to: - create the `debug$` stream - pass the initial state to the...
**Contactlab** website: https://contactlab.com/en/ projects: - closed source / saas: - https://mc.contactlab.it - open source: - https://github.com/contactlab/appy - https://github.com/contactlab/contactsnag logo: [mc-sign.zip](https://github.com/gcanti/fp-ts/files/4160301/mc-sign.zip)
I think that a solution could be use [`IOEither`](https://gcanti.github.io/fp-ts/modules/IOEither.ts.html) and release a new major version of the library
@jeduan thank you very much, but actually I'm neither an Android nor iOS developer... You did a great job with these plugin and I just fixed some trivial bug.
@matte5031 nope... My fork aimed to be used in order to produce a squared image with a configurable final size (or 1080px as default). If you need to avoid this...
@BePo65 does your implementation also support parsing date-strings with "2-digit" offsets, like `2018-04-04T16:00:00.000+05` or `2018-04-04T16:00:00-05`? Looking at the edited `REGEX_PARSE` regular expression it seems so, but I didn't find a...
superseded by #70
@jashworth nope: the leading `/` is always added in order to have a compliant path and the `?` is the URL's spec separator for query parameters I think that the...
@fastndead we had the same issue and I resolved it following [this tip](https://blog.bitsrc.io/why-is-my-jest-suite-so-slow-2a4859bb9ac0#14e6). It was a long and boring work, but it was worth it
It isn't an `import` related problem: Jest needs to traverse all the re-exported modules of barrel files in order to properly setup the test environment Also, this it isn't related...