Amin Pakseresht
Amin Pakseresht
Even though there is no guarantee that any chars would be a good candidate (apart from weird ones such as `~`) what about a less sensitive char `/`? ```ts @select('db/customers')...
I'll let you decide. I'll be glad to work on a prototype.
to answer to your questions: 1. We should not complete the observable until the component is destroyed. 2. Yes. Developer is responsible for any value that is being emitted to...
@e-schultz Could we use a simpler strategy? I was recently working on typing the actions properly and ended up writing [a package](https://www.npmjs.com/package/redux-typed-actions) to handle them. [A working example](https://stackblitz.com/edit/redux-typed-actions-example) based on...
@KSuttle-cng Did you try my solution?
Any other solution for this issue. We have hundred of thousands components and now we got stuck to upgrade.
@grossbart your examples are very practical. If we can have examples for the modules like `Array`, `function` or how we can wrap inpure modules like `moment` in fp-ts that would...
@grossbart BTW I think the way you kick off the tutorial with Async and simply mapping `Task` and `TaskEither` is really nice. Makes me think very little about writing the...
@Lonli-Lokli, @waynevanson I understand how you feel exactly. I've been trying to wrap my head around FP for a long time. I think it's true that we learn quicker from...
@gcanti Is there anyway we can help? 1. Do you think the documentation should be part of this project? 2. Do you have some ideas how to discuss more complex...