Gary Green

Results 125 comments of Gary Green

Any news on this? The repetivtive calls to `postcss.config.js` is causing 3+ minute build times for us and without it only 30 seconds or so. Is there any quick workaround...

Just realised this issue is on postcss - I personally think the repetitive call memorization should live on postcss-loader - it's an issue with that loader in particular and not...

Yeah it would make more sense to sit on `postcss-load-config` - ideally there should be an option to just allow it to `require` the config once and then re-use it...

That does seem like a custom approach - it would be great if uPlot supported ESM modules. Supporting basic `` import from urls e.g. CDN in browser this can just...

This is on Windows 10 using Google Fonts. It's actually an issue that can be tested right now on the Google Fonts page. https://fonts.google.com/specimen/IBM+Plex+Sans?query=ibm#standard-styles Notice when switching to 16px and...

You mention in that original post: > It is no wonder that the fonts render differently than they're supposed to because Google stripped out all the hinting information that we...

I'll try using the fonts hosted in the repository

I see dejavu as a "lightweight" version of Kibana. In some ways, the two projects overlap in their goal which ultimately is this: to understand what's stored in Elastic Search...

Well in my application I'm looking to store operations that need to happen to my user images on the fly (so I can keep the existing source image intact). I'm...

If you get the fallback it's cos gregwar can't find the file. You should try to use absolute paths always. The Laravel `public_path()` helper may help you here, or `base_path()`,...