Rob Resendez
Rob Resendez
Hopefully this isn't a duplicate... Currently - `:e#` tries to open a new file named "#".... - `:n` fails I did find `pane:show-previous-item` and `pane:show-next-item` those might work nicely. I...
### Description In a polymer 2.0 app, iron-ajax is generating an exception in its error handler whenever `verbose` is true: ``` Uncaught (in promise) TypeError: undefined is not a function...
when using browser's native print, `position: fixed` header inside `app-header-layout` shows up.. in its current position w/ regard to document scroll pos. eg: ``` content content -------------- Hai toolbar --------------...
When placed inside a horizontal-flex parent, the iron-icon shrinks w/ the content window. [Here is a codepen](http://codepen.io/robrez/pen/EKaVOO?editors=1000)  A couple workarounds: - (A) Wrap icon-buttons in a div - (B)...
### Description Currently, we learn of selection-change events through data-bindings only. Selections can change via internal (to iron list) event handlers or through the selection-related functions. We'd currently have to...
### Description We have a use-case here that is probably not typical... so you can tell me to get lost! If nothing else, maybe this will help someone in the...
### Description iron-location's handling of history api seems to be causing IE11 to _not_ fire hashchange events in some edge-case scenarios. I'm able to reproduce whenever the site uses anchor...
### Describe your motivation To generate a skeleton layout for content within a loading row ### Describe the solution you'd like I think, perhaps to have the `loading` attribute propagated...
Should swagger documentation be generated for OperationDefinitions? eg: - https://www.hl7.org/fhir/DSTU2/patient-operations.html - https://www.hl7.org/fhir/patient-operations.html#8.1.18.2
### Description When binding `undefined` to the `value` property while using `allow-custom-value`, the string `"undefined"` is visible inside the input-container. By contrast, the input-container becomes empty whenever, `allow-custom-value` is not...