Michael Arnaldi

Results 113 comments of Michael Arnaldi

> I'm not sure choosing the variance is required (besides the complexity it might add), I tend to expect R to be contravariant, E & A to be covariant and...

As I was mentioning there really is no reasonable place where to use variance configured in any non standard setting. Typescript users, strict mode folks, rightfully expect inputs to be...

A side effect of this would be that Deno will be working (without tracing and plugins) https://github.com/Effect-TS/core/issues/754 given the main issues was usage of module augmentation

@shroomist yes we are working on a re-unification with `fp-ts` that has adopted this encoding for `v3` which is under heavy development by @gcanti, you can follow https://github.com/gcanti/fp-ts/tree/3.0.0-new-hkt for updates....

That's a ts+ thing On Fri, 24 Jun 2022, 18:32 Stéphane Le Dorze, ***@***.***> wrote: > Missing the ability to with / without ts+ on specific projects in a >...

While I agree with your feeling related to privacy I have to say that we are growing and managing the community much better since we migrated it from the FP...

Got the idea from TypeScript's Host abstraction where basically the compiler just depends on a Host impl that has access to the filesystem so that the compiler can run regardless...

> I suggested that several months ago and @mikearnaldi told me it's absolutely a no-go 😅 It's great he changed his mind. I am all for ESM only because of...

> I got bundler-free ESM to work from `/dist/`, but only after basically fixing every import statement: > > ![image](https://user-images.githubusercontent.com/5236548/190889622-8cd943c8-4ccf-4148-95ad-8bc6e9b4532f.png) > > It's a pity that TypeScript can't just add...

> @kungfooman haha, I just finished reading all that comments. I think what they want is https://github.com/tc39/proposal-type-annotations so there will be js everywhere in the end. > > @mikearnaldi Did...