Nicolas Goutay

Results 16 comments of Nicolas Goutay

Hey! Chiming in to say that I’m also seeing this issue with the following versions: ``` "preact": "^10.6.4" "preact-render-to-string": "^5.1.19" "webpack": "^4.46.0" ```

For anyone wondering how to install the 2.0.0 Alpha, here’s the command (to run after unzipping the file provided by @praveenperera in the original post): ``` code --install-extension headwind-2.0.0.vsix ```...

Hey @TheCapedBaldi! The version currently available on the VSCode Marketplace is a few versions behind what’s on this repo, and classRegex doesn’t seem to work on that one. v2.0.0 is...

@homerjam In case it helps, here is the `classRegex` we use for HAML files (the syntax is similar to Pug’s): ```json "headwind.classRegex": { "haml": [ { "regex": "\\.([\\._:a-zA-Z0-9\\-]+)", "separator": "\\.",...

Oh—it’s inside VSCode’s settings, not your `package.json`. Here’s how to change those: in VSCode, open the Command Panel (⌘⇧P on macOS) then search for `Preferences: Open Settings (JSON)`. You can...

I tried to get InstantPage to work with Rails to no avail, but managed to get InstantClick set up for a pretty similar result. If anybody’s interested in how I...

It would be amazing to see this merged upstream!

After investigation, it looks like this is caused by the Lighthouse “interactive” audit not working if the page is not interactive for too long. The key here is not found:...

Small detail: can the + icon become blue on hover, like the text? ![image](https://user-images.githubusercontent.com/2587348/67294430-1ac0a900-f4e6-11e9-9e06-fc2b90c9916f.png)