Mischa Spiegelmock
Mischa Spiegelmock
yeah i'll tell you it in the #bitlbee channel
> This works but indeed the sign that "@apollo/client/index.js" is not properly interpreted as an ES module in the first place. I have no idea how to force build system...
I just really want tree shaking to work with @apollo/client. No matter what I do the entire thing always gets bundled in my app, and it affects lambda cold starts....
Got this too
This error is causing problems with SQS please merge
I get this error too using ES modules and `jest-dynalite-config.ts`: `Something went wrong reading your jest-dynalite-config.ts: Unexpected token 'export'` I tried renaming the file to `jest-dynalite-config.js` - I get the...
I understand the challenge in changing the interface of a data structure used by multiple consumers. My (big) assumption was that the consumers will treat a missing value as `false`...
Like a callback? Not really but feel free to send a PR!
I agree that cookie support is needed. It's generally considered best practice because of HttpOnly and friends. Which I didn't know when I wrote this module.