Jeff Laughlin

Results 18 issues of Jeff Laughlin

addDir should be removed because it's impossible to correlate the created image ID's with the original image file. addDir recurses a directory tree and adds each image it finds to...

add --service-ports to run command opts and add run opts to test command

I was rendering a document with weasyprint with a complex SVG scatter chart with ~500 points which are all symbolized by SVG use tags which reference a g in the...

this ugly hack causes the context to be preserved across all excursions into async land. this fixes https://github.com/pytest-dev/pytest-asyncio/issues/127

https://github.com/MeTaNoV/iron-swipeable-pages/commit/2a38231985ae230c513253b63c1e025761e2f013#diff-13549f957703a50cf7279a9976ac1f77R187 this method receives dom-change events triggered by nested sub-templates, not just by the immediately enclosed template when one of those sub-templates fires this event, AND the iron-swipeable-pages widget is...

It would be great if the `icon` property were reflected to an attribute, then we could style icons using an attribute selector. E.g. iron-icon[icon="my-icon"] { color: green; } This would...

### Description common-worker-scope.js fails to load with 404 when using polymer cli starter kit and firebase hosting because BASE_URI at https://github.com/PolymerElements/app-storage/blob/master/app-indexeddb-mirror/common-worker.html#L23 is wrong see also: * https://github.com/notwaldorf/mojibrag/issues/49 * https://github.com/Polymer/polymer-build/issues/22 ###...

### Description When using paper-menu-button in conjunction with paper-submenu, neither the menu width nor the menu height grows when a submenu is opened under native shadow dom. Under shady dom...

### Description navigate to https://www.webcomponents.org/element/PolymerElements/iron-selector and click "demo" ### Expected outcome demo dialog should open ### Actual outcome nothing happens ### Live Demo https://www.webcomponents.org/element/PolymerElements/iron-selector ### Steps to reproduce click demo...

### Description FAB's get keyboard focus at weird times including * randomly when tapped * randomly when changing browser tabs happens on desktop (chromium 53) and mobile (android chrome 53)...