Bart van Andel

Results 54 comments of Bart van Andel
trafficstars

Yes this is due to missing support for vector icons in the Windows build of GIMP. According to the [2.9.4 Release Notes](https://www.gimp.org/news/2016/07/13/gimp-2-9-4-released/) (I know, different version): > Vector icons are...

Better still: change from having `dotenv` as a `dependency` to having it as a `peerDependency`, and any compatible version: ```json [...], "peerDependencies": { "dotenv": ">=8.0.0" } ``` This way we...

@kerimdzhanov Would you be so kind to reply?

Strange. On my system, `scoop search net` went down from 32 seconds to 4 seconds with this change. Likewise, `scoop search zulu` went from 8 seconds to 2 seconds (this...

Well, if the results are this unpredictable / unreliable, I'd suggest to not merge at the moment. I don't currently have the time to dig any further.

I was annoyed by this myself, so I've just put some effort in writing a fix for this. Will publish a PR soon.

If you're willing to go that path, maybe switching to [Coppersmith-Winograd](https://en.wikipedia.org/wiki/Coppersmith%E2%80%93Winograd_algorithm) is even better. Strassen was the first to find an algorithm better than O(n^3), this led to more research...

Looks like recently, activity is returning to this repo. Maybe this would be a good time to have the changes merged back into this original repo?

Got the same issue (may help with triage). Running `npx @rneui/envinfo` halts, so can't provide that, but maybe this helps: npm ls --depth=0 @org/[email protected] D:\src\org\our_app ├── @babel/[email protected] ├── @expo/[email protected] ├──...