Eric Bidelman
Eric Bidelman
Not yet :\ Given the info in https://github.com/GoogleWebComponents/google-apis/issues/67#issuecomment-235036574, it would be awesome if someone wants to propose a PR that would be cool.
I'm not too family with custom endpoints. Can you generally pass objects into the request object? e.g. do they get serialized properly?
Can you post a jsbin that repos the race condition. I'd like to understand whst caused the problem instead of hacking around it.
I don't think anyone has started in on a datastore element yet.
See https://github.com/GoogleWebComponents/google-cloud/issues/2
It's not a bad idea. Generally, we encourage components to load their own resources/dependencies, but I'd be in favor of PR that uses an existing instance of `google.map` if it...
Use using multiple versions of the API recommended? That sounds like a bad plan :) On Wed, Jun 22, 2016, 10:05 AM Jacob MacDonald [email protected] wrote: > Both the v2...
This is precisely why the elements were released under a different organization. If users chose to use FB v3, they go to another place to get those elements.
The current calendar elements are fairly limited but there's nothing stopping you from creating a gcal like interface by authoring more elements
You should be able to bower install the goole-calendar element, start a web server in the directory you did that in, and got demo.html. is that what you did? On...