Danilo Reinert
Danilo Reinert
don't know if it's worth, but direction="up" is more appropriated than "top"
Digest auth endpoint is missing the "Access-Control-Expose-Headers: WWW-Authenticate" header in order to correctly support CORS requests. Without it, the browser doesn't allow the client to get the value of the...
Hi Ray. I've forked the core part of your project to [Turbo GWT](https://github.com/growbit/turbogwt) ([Core](https://github.com/growbit/turbogwt-core)). I'll use it in the [HTTP module](https://github.com/growbit/turbogwt-http), and I had to make a slight change on...
Is there any alternative to use `upsert` but updating instead of replacing?
I'm trying to deselect the `paper-dropdown-menu` reproducing this [test case](https://github.com/PolymerElements/paper-dropdown-menu/blob/master/test/paper-dropdown-menu.html#L131-L136) but I'm failling because `paper-dropdown-menu.querySelector('.dropdown-content')` actually brings the [`paper-material` that wraps .dropdown-content](https://github.com/PolymerElements/paper-menu-button/blob/master/paper-menu-button.html#L121) which, in my case, is a `paper-menu` too....
This is an initial proposed solution for #99. Basically it prevents `select` method to set a disabled item as selected. Also `selectNext` and `selectPrevious` are covered: they try to find...