-
### What was wrong?
Now that `eth-typing` is properly exposing types for functions and `mypy` is better at using those, this code throws errors.
```python
from_hex_to_bytes = hexstr_if_str(to_b…
-
I'm currently trying to add translation support to our Fable app with `react-i18next` (https://react.i18next.com). My first attempt was to wrap my view functions as functional components (by calling `…
-
onChange simply returns the new value and label and not the whole event.
I understand we can use the hidden input field to fire an onChange but this does not happen automatically and while we can m…
-
Hello everyone!
In the last few months I've been experimenting with fp and I've been enjoing fp-ts.
I am writing a small application which is basically filled with lots of forms, so I am writing her…
-
-
I'm surprised by the inclusion of this construct. It seems a bit complicated to me, and it ends up necessitating disallowing arbitrary expressions on the right hand side of a pipeline (#2). I can see …
-
I'm a Typescript newbie... As it seems, `R.curry` function does not preserve typing at all (returning `any`). I suppose this is due to TypeScript limitations on generics and variadic args. Would be gr…
-
Interesting idea here, with the "don't shoot yourself in the foot" reasoning. I agree that I'd rather not encourage currying as the main way to use the pipeline operator, but it seems like this syntax…
-
Issue created from [fantomas-online](https://fsprojects.github.io/fantomas-tools/#/fantomas/preview?data=N4KABGBEDGD2AmBTSAuKAbRAXM0AWi0A1gM4CuAtmALwA6ATrQHYTRYAeAdACr0CeAcWwAlRAEcyiElgASiAIZJ6YWpADCs…
-
Currently we only allow ES5 in our eslint configuration. But recent versions of the PureScript compiler support several useful features from ES6, namely:
* arrow functions, which are more convenien…