Erwan JOLY
Erwan JOLY
seems to be related to https://github.com/apollographql/apollo-client/issues/9417 fixed by adding webpack-node-externals with this configuration ``` externalsPresets: { node: true }, externals: [nodeExternals({ allowlist: [/\.(?!(?:jsx?|json)$).{1,5}$/i], })],
> have you tried using "always use secure connections" in brave://settings/security? This link doesn't bring anywhere on my phone. My issue is on iOS not desktop I think this settings...
webkit bug report answer: >WebKit doesn't have the logic to try https when connection on port 80 is refused, and probably shouldn't, because that's trivial to implement in a browser,...
@dnalborczyk issue is not really about binary data types here but the http proxy part. I only get 204 No Content. If I had binary issue I would still expect...
I tried to fix it myself https://github.com/erwan-joly/serverless-offline/pull/1/files but it seems like my knowledge of this codebase is not big enough. The new seems to return 404
Im wondering if this is not a regression. Dependabot now opens 1 pr per update and close it 2min later as superseded by the group one. I guess it’s just...
Throwing the whole network request payload get truncated not ideal to investigate what’s happening. 512 character is very small if we want something like a call stack. The c# lib...
> @0Lucifer0 , the increment is needed, otherwise doing 2 joins with the same data source would result in the same query. Please see: #16 Would be nice to be...
> > Not dead. Resting. Like the parrot. > > All right, then; if it's resting I’ll wake it up. > > ### Hello FastMember! I've got a nice PR...
> Hi, still having issues with this ... I saw/read a lot of issues and did not see a universal solution (if there is one) ... maybe someone can help...