Micah Engle-Eshleman

Results 16 issues of Micah Engle-Eshleman

Hi, first off, nice job on this project! I work on a [photo editing / graphic design webapp](befunky.com/create/) where we auto-save the user's project in IndexedDB. Most of what we're...

First of all, thanks for a great repo! I had no idea Disqus embeds bundled so much JS & CSS. I noticed that scroll & resize event listeners aren't removed...

**What is the current behaviour?** When running `preact build` (but not `preact watch`), `padding` or `margin` selectors with `vh` fallback units are removed from CSS module styles. Oddly enough, they...

Hi, we've been using Navigo 7 in production for a few years and it's been working great--thanks for all your hard work on this. I'm working on migrating to version...

Are there any guides on writing a custom Haunted hook and specifying types for the return value? I've written a handful of custom hooks but can't get a return types...

Hey, just a reminder to update the version string from 1.0.4 to 1.0.5 in the latest release. Thanks! https://github.com/hMatoba/piexifjs/blob/master/piexif.js#L29

Last month I launched a silly, React-based side project with Microstates ([anymammalsmilk.com](https://anymammalsmilk.com/)) and overall had a great experience with it. Thanks in particular for your help with issue #342, which...

triage

Noticed some typos in the ECS docs code, where Fargate is used instead of EC2. File: [docs/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/awsx/ecs/) In Task Definitions... `const ec2Task = new awsx.ecs.FargateTaskDefinition("ec2-nginx", {` In Services... `const ec2Service...

kind/bug

Is this action supposed to work when deploying a new branch for the first time (ideally diffing against a different branch)? Or does it only compare commits within the same...

I'm working on upgrading BeFunky to the latest version of Lit and Haunted. We currently don't use shadow DOM for components, and I noticed that when `useShadowDOM: false` is set,...