Edoardo Cavazza

Results 29 comments of Edoardo Cavazza

Hi @gartz ! Thanks for your suggestions, and sorry for the late reply. With [this PR](build-public-path) we aim to add support for the `publicPath` option, which should (I think) solve...

I admit that the statement may have been a bit strong, but I believe it to be fundamentally accurate. Autonomous custom elements, as described here [Using custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements), directly extend...

In most of the rendering engine, both `for` (as attribute) and `htmlFor` (as property) are valid. Maybe the global setting should be an array of property names to check?

I think it would fit a lot, but I have some issues creating the test cases for the settings :(

Uh I am sorry, I thought it was a good idea to make the rule configurable too. I'll drop rule options, keeping the global setting.

Hi @passchn, thank you for starting a discussion. Our use case is as follows: without a stringent convention for the use of virtual hosts in local development, the `hostNeedles` configuration...

Hello @maartenst! Thanks for reporting! The issue should be resolved in the latest version of the plugin. If you still notice any problems, feel free to reopen the issue.

Hi @maartenst, I am sorry for the delay, I really wanted to fix this but haven't time yet. It would be very helpful for me to have a reproduction repository...

It is certainly possible. The reason why it doesn't work that way at the moment is that the plugin does not alter how the CSS file was included in the...

We actually can inject CSS at build time using ``. My concerns about implementing this transformation are about the misaligned behavior between serve mode and build mode. I think I'll...