Josef Brandl

Results 12 issues of Josef Brandl

I'm using this tool to generate my iOS icons. I looked into the `AppIcon.appiconset/` directory and I see that the default cordova icon files are still in the folder after...

Your example doesn't work in Chrome as expected: You can't drop an my/event as event. I also have this problem in a project of mine. Can you fix this? Is...

I think the double underscore was added by mistake. In the template it is used without.

cla: yes

Neon animation is deprecated and there is no Polymer 3.0 support for it. Since `iron-dropdown` is widely used, it is very important that it starts working with Polymer 3.0. Shall...

Scrolling on touch devices triggers the ripple effect which is really distracting. It'd be great if the ripple could start as normal but aborts if a scroll is detected. Maybe...

p2 - icebox

My `` element draws it's selection bar incorrectly if I use it as a descendant of a `` element on an initially hidden page. The culprit is [this line](https://github.com/PolymerElements/neon-animation/blob/69096cf293091fe8faaa7b78b505bb8d444ff89f/neon-animated-pages.html#L218). It's...

bug
p1 - backlog

`slide-right-animation` complains if I leave out the `node: this` from the animation config. The README states that it should default to `this`.

enhancement
p2 - icebox

Hi, I propose to let `` just sync to the url bar, not split the url string. The splitting should be done by another element. ``` HTML ``` Note: ``...

### Describe the problem Currently `cookies` are only available in `+page.server.ts` and `+layout.server.ts` but not in the universal load variants. ### Describe the proposed solution Make `cookies` available in universal...

feature request
needs-decision