Florian Reuschel

Results 88 comments of Florian Reuschel
trafficstars

Hey @mculp. First of all, thanks for the kind words, I'm glad you like the extension. Generally, the extension should automatically pick up any new groups or changes to existing...

Oof. That's way more often than I hoped for. Okay, let's see what we can do about this. I could imagine an additional "refresh" entry in the settings, probably also...

I really like idea for the API. Making blend modes properties of `.mix` would even allow to keep compatibility with the current state without a semver breaking change.

I wouldn't have a problem with the unshapely part—the existing behaviour of `.mix` as a function could just be deprecated/removed with the next major release. Regarding getters: to be honest...

Mh, yeah—I don't have too much insight into browser perf stuff (though constructor-defined properties being slower than prototype-defined ones is something I've already heard of). So how'd you like to...

Also what I noticed while working on this: The blending algorithms are about 300+ lines of code. Since they are completely decoupled from the `color` library—they really just take two...

So I just did what I thought about last, I made this feature [a standalone package](https://www.npmjs.com/package/color-blend). It's very straightforward and would be easy to put into the `color` library. We...

Happy to hear you like the theme. 🙂 I've never used Neovim, so I don't have any experience in converting themes for it. But I'll keep this issue open for...

`1.6.4-beta` fixed this for me, but now that ShiftIt updated to the stable release of `1.6.4`, it's broken again. 🙁

I just made an OPFS driver (roughly based on the `fs-lite` driver). It needs some more polishing, but I'm going to create a PR some time this week.