Results 22 issues of David Kerns

Incredibly useful plugin – would be nice to see it as a Tailwind plugin, but it's still easy enough to integrate in the build chain as scss. :) Wondering –...

Is the navigation in this example supposed to disappear half way down the page? At first I thought it was a bug in my own implementation, but it's in example...

h3 { font-size: 1.625em; /\* 26px */ line-height: 1em; margin: 0 0 1em; } Just wondering if there isn't something wrong with the calculation of an h3's line height within...

Feature request or version request? I'd really like to see a lightweight version of this script that just combined RSS feeds and applied some simple formatting for "time ago", etc....

Randomness of images seems impacted by latest updates. Or maybe it's just the randomness of images by URI. I can reload the page and get the same image 10, 15,...

I know this is already fully configurable, I would just like to discuss some alternative sort orders – or maybe even reach consensus on one other alternative sort order that...

question

It would be really great if someone took up the challenge of creating a theme for medium zoom based on the NYT's image zoom. Not sure if it's possible, but...

help wanted
Type: Example

I never would have imagined that playing with the shell env of my host would impact the ability of a git repo on the same machine to receive data –...

I personally feel that a more logical scale and corresponding class designation would drop `xs` in favor of `xl`. Thankfully, with access to the .scss, you don't have to agree...

It seems like `zoomControlOptions` may not be supported? 🤔 ``` zoomControlOptions: { position: 'map.ControlPosition.RIGHT_CENTER' } ``` Trying to incorporate this causes the zoom control UI to disappear for me.