Charlie

Results 10 comments of Charlie

In iOS if you install the app that has a transparent background, apple will use black as the background, which is ugly.

I am curious how do you work around this black background issue in iphone.

"from chalicelib import mymodule you could just say import mymodule" I just spent 40 min trying to figure out why "import mymodule" failed. Better to mention chalicelib in github readme.

Run into same issue. Looks like this library is not compatible with latest spark/guava version?

I have exactly the same question. I think async support is a must have, due to token expiration.. You cannot assume the token is static. For example, AWS Amplify's token...

@a-zog Thank you so much!!!!!

@a-zog seems like "async support" is added recently in that vue-cli-plugin-apollo. apollo-module is using that plugin. We just need to bump up vue-cli-plugin-apollo to the latest version(it is 0.22.2 now)....

@esmo Hmm, interesting. RegeneratorRuntime may be related to es6 or babel. it is not related to logic. You may need to update your babel.rc. https://github.com/babel/babel/issues/8829

@minyou9 No, we don't need to keep it in package.json. Once this PR is merged, you don't need to "force" the version: https://github.com/nuxt-community/apollo-module/pull/331/files

Got this error: ReferenceError: window is not defined after adding the { ssr: false }