Joe Podwys
Joe Podwys
Should there be a flag so that errors returned by AJAX calls are cached just like successful responses?
When a response comes back from a POST or a PUT, often all of the new/updated asset's information in known by the client. It could be a nice convenience option...
Let's say I have a basic CRUD journal site--I can create an entry, edit/delete an entry, view an entry, and view a list of entries. Cache invalidation works great when...
### Description Currently, calling `paper-listbox.select(n);` [causes the referenced list item to receive focus](https://github.com/PolymerElements/iron-menu-behavior/blob/master/iron-menu-behavior.html#L275). This is problematic when users are typing with IME because stealing focus from the input that triggers...
### Description I'd like to add css apply rules to a number of things that cannot currently be overridden. ### Expected outcome I'd like to be able to, for example,...
I've been using twilio-video for nearly 2.5 years now and I want to express my gratitude to those involved with this repo's development. It's been a sincere pleasure to work...
Twilio employee Donal Toomey requested that I create this issue. I'd like to request official [documentPictureInPicture](https://developer.chrome.com/docs/web-platform/document-picture-in-picture) support. Today, Twilio's very nice efficiency features (pausing tracks when a tab is backgrounded)...
Twilio employee Donal Toomey requested that I create this issue. Today, calling `const videoTrack = new LocalVideoTrack(mediaStreamTrack)` results in being unable to call `videoTrack.restart()`. Today, we're bypassing this by passing...