Marco Pegoraro
Marco Pegoraro
Hi, this is a security problem related with cookies domain scoping. Look at this documentation: http://visionmedia.github.io/superagent/#cors
Looks like you need to hook into webpack's configuration and fix the optimization configuration: ``` config.optimization = { ...config.optimization, splitChunks: { chunks: 'initial' }, } ``` I do this using...
By passing the method as first argument, the request will hang forever :-(
Hello Gan, I like the idea and the readme seems very detailed. I could not try it out now for I’m traveling and only have my phone with me. Suggestion:...
I’ll double check, but this is the notation that works for me. My guess is that Hasura follows Postgres’ array notation. On Tue, 20 Feb 2024 at 14.08, Sean Park-Ross...
🤠 On Tue, Feb 20, 2024 at 9:26 PM hasura-bot ***@***.***> wrote: > 🤖 > > [image: GIF] > > > Awesome work, @marcopeg ! > > Your changes were...
Hi guys, take a look at [my answer in the gitbook repo](https://github.com/GitbookIO/gitbook/issues/1321) for a simple idea how to setup the gitbook with a `package.json` file and use the `npm start/build`...
Yes, caching with mp4 it is seems broken
I ran into the same issue and I was just doing it wrong. You have to register to "deviceready" and refer to "shake" into that callback.