Patrik Kullman

Results 16 issues of Patrik Kullman

It would be good to see the names for recent and search results as well as when browsing.

enhancement
data

I implemented (https://github.com/nomego/dc-owc) a composite chart with a stacked, ordinal bar chart and a line chart and the spacing between the bars are too tight and overlapping. Switching to scaleLinear...

Allow user to supply a strftime() format through the format attribute, to be used when outside the relative time scope.

The element is pretty limited to English and the github date style right now. There should be a way to supply a strftime format for anything that is too old...

When updating `nowElements`, figure out how far away in time the nearest one is to ensure timely updates: If an element is within - one minute from now, update a...

When using the google-signin component / button for a mobile web app (Add to homescreen, start without browser controls, "web app" mode) the G+ sign-in doesn't work. Pressing the button...

Nice work with the menu! Similar to https://github.com/Polymer/core-overlay/issues/56, the menu and tooltips appear "below" the core-overlay in iOS 8. In this case though, `layered` is already specified and I can't...

help wanted

Right now, everything is setup to just pick the first display, so it doesn't work with multiple monitors. Could you adapt it to act on all displays? Also, for me...

If the HTML import succeeds but the expected template can't be found (no template tag or wrong template ID), app router currently errors out with: `Uncaught TypeError: Cannot use 'in'...

If I navigate with Safari to https://erikringsmuth.github.io/app-router, it (usually?) works as it should (even though the page is blank for a long time). Navigating to a sub page like https://erikringsmuth.github.io/app-router/#/api...

bug