Anton Sutarmin
Anton Sutarmin
1. Devexperts 2. https://devexperts.com/app/themes/devexperts/dist/images/logo-dx-orange_ad718999.svg 3. https://devexperts.com 4. https://github.com/devexperts/remote-data-ts https://github.com/devexperts/swagger-codegen-ts
> @sutarmin And a ton of NDA projects in production :D They probably don't even know that they have a chance to appear on fp-ts website 😄
This question is important for me too. It would be cool to use last PNotify in ASP.NET projects! @hperrin , may be you can tell us something about this? Or...
@moljac024 if I would need to distinguish "loading" and "loading not started yet" I will probably use `Option` because when loading not started, there is no `RemoteData` yet.
Oops, sorry. @raveclassic I caught myself thinking that we are trying to restrict ways RemoteData can be used without any profit from it. It is just a data structure, I...
Did I get it right that `altL` is calling its callback for all `RemoteData` "states" except `RemoteSuccess` but `orElse` should call its callback only when RD is `RemoteFailure` state?
I like the overall idea, monorepo fits here very good. But as it's called `swagger-codegen-**ts**` isn't it supposed to work only with typescript? 😅Moreover, we could have different types of...
> -ts stands for being build on top of fp-ts Then it's just an implementation detail and not worth mentioning in the name (IMO, of course). > `io-ts` is our...
It's convention among `fp-ts` ecosystem, not for every library that uses it. Did I get it right that you think that every library that used `fp-ts` must end with `-ts`?...
> If so should we rename @devexperts/remote-data-ts to @devexperts/remote-data then? OK, I got your point. I thought that `remote-data-ts` is a part of the ecosystem and for `swagger-codegen` fp-ts is...