Miklos Megyes

Results 7 comments of Miklos Megyes

Yeah, `npx` does the same for me, but when I run it locally, it works fine. The problem must be npx installs a newer version of Tailwind. I don't know...

This is a very lightweight package, basically just a collection of shaders on top of a thin api layer. Make sure the component exported in [src/index.js](https://github.com/miklosme/gl-react-color-blending/blob/master/src/index.js) is correct for `gl-react-native`...

If I remember correctly, yes, it's color only. But must be very easy to extend with image blending.

You need to install these modules: `npm install --save cheerio buffer events stream` Those are browser compatible versions of Node modules with the same name. There is no need to...

Upgrading the `typescript` package to the latest version, and doing `npm install` instead of `yarn` solved the compilation issue.

I'd like to, but it still doesn't work. The extension is loaded, but can't see the commands in the command palette. Does this supposed to work with the latest VSCode?

@gaearon We had a memory leak bug report. Although I couldn't reproduce a crash, I saw a lot of uncollected FiberNodes in the memory profiler. After a 17.0.2 -> 18.2.0...