Alessia Bellisario

Results 136 comments of Alessia Bellisario

The separate `{"hasNext":false}` is also not an issue on our side. We would, however, also expect each item in a list to have its own payload. Given https://github.com/robrichard/defer-stream-wg/discussions/46, can we...

Started looking into some tools that might help us here and came across [this post by LogRocket](https://blog.logrocket.com/recreating-the-chrome-console-in-react-123d6c4aa930) which led me to [`react-inspector`](https://github.com/xyc/react-inspector). Looks promising, going to play around with it...

Hi 👋 First off, thanks for your work @garetmckinley ! This plugin piqued my interest and I became curious about exploring other options for using a monospace font without having...

Thanks for the response @garetmckinley, agree -- even something like [this plugin](https://github.com/sw-yx/swyxdotio/tree/master/screenshot-plugin) that uses Puppeteer to render some HTML and take screenshots is a neat approach, too! I ended up...

Thanks! Yeah, I recently [realized](https://aless.co/gatsby-wasm-plugin/#aside-netlify-build-image) Netlify includes graphicsmagick and imagemagick in its [base image](https://github.com/netlify/build-image/blob/xenial/Dockerfile#L59). So any Netlify user would be able to use a plugin that depends on those out...

Hi @Akryum 👋 As far as I can tell, there is no action needed on your side. I spun up a [quick demo](https://github.com/apollographql/router-defer-e2e-tests/pull/10/files#diff-34ca326ef8c875422b9133e6e3939332d999d9cdb9b0b3647c892d48c54d2242R13-R44) in our E2E testing codebase running `@vue/[email protected]`...

Thanks for the reproduction, @lawrence-yu! https://github.com/apollographql/apollo-client/pull/10229 is open with the fix, I'll update this issue again when it's merged and released 🙇‍♀️

Thanks for opening this @MrDoomBringer! Believe we can include https://github.com/apollographql/apollo-client/issues/8010 in the list of related issues.

Hi @michaelcbrook 👋 Thanks for the reproduction here! After looking at your codesandbox, I was able to narrow it down a bit further: when the variables passed to `observer.refetch` change...

The fix was just merged and will go out in an upcoming patch release (3.7.1). Thanks all!