Drake Costa

Results 37 comments of Drake Costa

I would feel more comfortable making a pull request and touching up the documentation if I had a better idea of what I was doing. I'm basically your target audience....

Cool. I hope this helps you and others out! To add to what I said above, my natural inclination when using easy-webpack is to assume that any of the plugins...

Probably true. I'm still having issues with my specific use-case (OpenShift sounded great on paper, but I'm starting to wonder if free nodejs hosting is worth all these headaches. Yay...

I ran into this same issue while trying to configure Easy-Webpack to work with Redhat's OpenShift platform this week. My solution was just to pass a metadata object in along...

Very interesting. I followed a similar pattern with `useSyncExternalStore` in one of my recent projects. This appears to be a more generic and granular implementation which only notifies subscribers of...

Hey @silvia-odwyer thanks for taking the time to look into this! I'll see if I can make something work of the solution you proposed. I'd like to point out that...

Closing this out now as there's actually an official integration which can be found here: https://github.com/apollo-server-integrations/apollo-server-integration-next#readme as mentioned in #15

I'm not sure what is causing the tests in https://github.com/oclif/config/blob/master/test/typescript.test.ts to fail. Some guidance here would be appreciated.

Should also be noted that I bumped `typescript` up to the latest version. This facilitates importing the official `CompilerOptions` type definition. It should also allow for `ts-node` to compile the...

I can open a PR to resolve this later this afternoon maybe. Should be a relatively quick fix.