Gerwin Sturm
Gerwin Sturm
Yes, `gapi` generally doesn't get along well with Chrome extensions, see for example: https://github.com/google/google-api-javascript-client/issues/64 The preferred way for authentication inside of Chrome extensions is the [Chrome Identity API](https://developer.chrome.com/apps/identity) which would...
As for "replicating": Isn't the main purpose of this element to replicate the behaviour of the gapi.auth2 methods, hiding the complexity of the actual calls? ;)
I think just having the user information available (without having to call any extra methods) would be best. The `BasicProfile` object you get is a bit strange in JS terms,...
I'm not all that familiar with google collab, but it seems the way to execute a python script is different, see this question/answer on Stackoverlaw - https://stackoverflow.com/a/56095408/1339966
Is this "Polymer linter" already available somewhere for testing/contributing or is it just an idea so far? :)
What we could do is to use `index.mjs` as ESM and compile this to `index.js` as you previously did, defining them in `package.json` like this: ``` { ... "main": "index.js",...
I did some testing myself and tooling support for .mjs files is still very limited and inconsistent. It might be better to use something like this instead, until there is...
Hi, it seems this repository/the package is no longer maintained by the owner. I've updated my fork https://github.com/Scarygami/giiker with this fix (and my own latest feature additions) and published a...
You have to start the Hangout App first where you get the link for the external chat. The Hangout ID is supplied as query parameter. The error just shows that...
Thanks for taking care of this topic. The issue I see with this approach, is that this will just create empty output files, when choosing the wrong input file. I...