Tyler Sengia
Tyler Sengia
@samchon Even with latest fix still can't get it to work with react. I had to modify/hot patch `rollup-plugin-typescript2` to support `"allowImportingTsExtensions": true` due to it defaulting to `"noEmit": true`,...
Update: Changing Vite's plugin ordering did me no good, however I did find a different "solution". Essentially, I had to cut Vite and the `@vite-plugin/react` out of the picture and...
> > The issue seems to be caused by `rollup-plugin-typescript` which [forces certain tsconfig parameters](rollup-plugin-typescript): > > > noEmit: false (Rollup controls emit) > > This seems to make it...
> > I had to modify/hot patch `rollup-plugin-typescript2` to support `"allowImportingTsExtensions": true` due to it defaulting to `"noEmit": true`, but even with that hot patch I'm still not 100% of...
@samchon As I am working with Typia, I am noticing some general quality of life improvements that could be made (ie. comments in source code, more developer/maintainer documentation). I'll make...
Encountered this issue as well, to reproduce: ```bash ember new test-application --yarn cd test-application yarn start ``` The `ember new --yarn ...` command does give me a Warning saying: ```...
@brodeurlv This is probably a newbie question, but which JDK version are you using? 11 or 17? I've gotten the CI pipeline to build successfully but I had to bump...
Don't know if this helps at all, but Yarn v3 has a `yarn patch` command that allows users to apply patches to installed packages locally: https://yarnpkg.com/cli/patch This Yarn `patch` command...
I am very interested in this PR. Being able to deploy via Docker would be great! Let me know if I can be of help somehow.
Also, aside from this PR, I would be interested in becoming a maintainer for this repo.