Kevin Yank

Results 56 comments of Kevin Yank

I wish I could search package.elm-lang.org using my launcher, [LaunchBar](https://www.obdev.at/products/launchbar/index.html), but doing this would require URL-based query support in the site. I use this for many other package sites, like...

Worked around by installing PHP with [Homebrew](https://brew.sh) and editing `default.js` to refer to `/opt/homebrew/bin/php` instead of `/usr/bin/php`

I'm needing this too, because I want to show a list of sub-pages on each directory's index page. To get the list of sub-pages, I need to be able to...

Thing is, we're hoping to sync the number’s easing with the styles’ easing, and we want the interruptible nature of the springs. We're thinking of trying a fork and seeing...

Thanks so much for the advice, by the way! Exciting to see this on the roadmap for 4.0.

Short answer for why we haven't moved on this yet is that Culture Amp hasn't upgraded to 0.19.1 yet. We should do that soon, though. I'll check with @zioroboco to...

Same issue here on macOS Catalina. Connecting via hostname doesn't work. Connecting via IP address works.

This is adversely affecting the reliability of our production deploys as well. codeload.github.com seems to go through occasional periods of instability, during which times dependencies randomly fail to download with...

Something similar I see a fair bit is: ``` (\b -> someFunction b) ``` which could be replaced with ``` someFunction ``` I guess I'd wonder if this is likely...

The most thoroughly-implemented prior art I've seen on this is the [Popper](https://popper.js.org) JavaScript library. Its [documentation](https://popper.js.org/docs/v2/constructors/) provides what is likely to be a sensible starting point for a list of...