Robin Malfait

Results 187 comments of Robin Malfait

This should be fixed by #3242, and will be available in the next release. This PR essentially allows you to render `` components as siblings and the last one that...

@aronduby this is currently only a new feature for React, the infrastructure is a bit different for Vue so will require a bit more work to get it implemented there...

Hey @alexander-akait! Which option do you prefer as the solution? 1. Convert the color without losing information. One way we can do this is by converting the color, then converting...

Hi! I'm not 100% sure yet if we will add backwards compatibility support for this as-is, or if we are going to only apply it as part of a codemod...

So the extension is `.vue` are there other extensions? I don't know if `.html` is a good plan though... 🤔

The reason it errors, is because there are multiple 'languages' in the file. So prettier takes in the whole file (or selection) but it sees html tags like and it...

@tomkp Well I was trying to read my ID card so I can get the basic information but it is encrypted with certificates I guess? I don't even know if...

This should be fixed by #3254, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`. Thanks @eps1lon for the PR!

This should be fixed by #3259, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! This behavior was improved and is available in Headless UI v2. The `label` will now also have a `for` attribute pointing to the control (in this case the `ComboboxInput`)....