Kyle Shevlin

Results 12 comments of Kyle Shevlin

Hi @tcharlss, not a bad idea, but it's been a few years since I've looked at or used this code. If you have any interest in making a PR for...

There are two ways to solve this. You can make a list and generate it that way. Another way could be to expose the styles as a mixin itself, that...

Is there a good way to kill an `esy` process if you're running into this? I'm very new to ReasonML and this environment and getting stuck on this error repeatedly....

@ManasJayanth yes, but I wasn't doing so intentionally and it took me sometime to understand how it was happening. I was making a contribution to the Onivim2 project which uses...

Looking at your sample application, I believe you are not including `moment` correctly. For third-party npm modules, it is recommended to use the `ember-browserify` addon. Install the addon, and change...

I unfortunately also have this question, and now it's 2022.

I'm just looking around the docs and getting a little familiar with Reptar, but I wonder if using a flag would be a good option here. Thus, `reptar new` stays...

I am encountering this issue, too. It's a bit of a pain given that `lint` runs in the github actions. It's a parsing error, so my instinct was to switch...

An alternative is to make an Image component that takes two img sets and shows them based on theme. This is probably simpler.

This has been resolved in #141. It was easy to make an `Image` Astro component that takes an `invertable` prop and uses `dark:invert` to invert the image.