apollo79

Results 6 issues of apollo79

Will there be support for [deno](https://deno.land) Since there is support for [feathers itself](https://deno.land/x/feathers) itself, it would be really helpful to have the cli tool ported as well.

If I open one of the CLI subsections of the [SolidStart website](start.solidjs.com) (for example the [dev command](https://start.solidjs.com/api/dev)) in a new Tab, the title of the site shows: `[object Object]` ![[object...

### Summary **Important:** This PR is not finished, it is a WIP! This PR updates the packages ported in #2531 to the newest versions. I used the `dove` branch and...

I wanted to add a folder with images as a source to the profile, so I removed the default Location URI, and tried to add it, but nothing happens if...

When using the class `ui-not-invalid:bg-red` for example the following css is generated: ```css .ui-not-invalid\:bg-red[data]:not([data-invalid]), :where([data]:not([data-invalid])) .ui-not-invalid\:bg-red:not(data) { --un-bg-opacity:1; background-color:rgb(248 113 113 / var(--un-bg-opacity)); } ``` For `ui-not-selected:bg-red` it looks like...

I am using Kobalte and want to style a select item when it is highlighted differently than when it is selected, but therefore I have to chain two variants: ```tsx...