WidgetKing

Results 4 comments of WidgetKing

+1 from me. My personal preference for this would be a third kind of monad. A ts-belt equivalent of fp-ts's TaskEither would plug what at least to me feels like...

Thanks for the update @mobily! And thank you for all the time and effort you put into this library. Take your time. We know good things come to those who...

I just ran across this one too. Because folktale was being used by a dependency and not the current project it was not all that easy to track down the...

Spoke too soon. To get it all working I also had to add FOLKTALE_ASSERTIONS to the environment plugin: ``` plugins: [new webpack.EnvironmentPlugin({ FOLKTALE_DOCS: false, FOLKTALE_ASSERTIONS: false })] ```