Julius Marminge

Results 324 comments of Julius Marminge

For anyone wanting to pick this up, I think we should satisfy with my suggestion above and just let the fs calls overwrite. Explicitly saying what files conflict seems scary...

I think we can move forward with this without codemods since progress there seems to be a bit stale right now, so if anyone wants to make a neat way...

I think we should look into merging this @nexxeln @JacobMGEvans Is there a way to make this work with multiple tags? We have latest, next and beta.

Hi Alex, > Background: https://github.com/trpc/trpc/issues/2160 We implemented the context as per your kitchen-sink example: https://github.com/trpc/examples-kitchen-sink/blob/main/src/server/context.ts > If you add me as a contributor I can open a better PR on...

Superseded by #324.

> Just as a note here, this probably should be a breaking change where we get rid of `.cancel()` and our own odd cancellable promise abstractions. > > > >...

It should be possible to automate this even further, and use the script for the exports field in package.json too from the inputs in the rollup config.

> * Will `yarn dev` just work or does it require a `build` first`? If so, please make the `postinstall` script make it "just work" Will look into the scripts...

Just checked and following the contributing guide works, all you need is a `yarn` command which will install deps and do initial build and codegen, then `yarn dev` will startup...