Oliver Schneider

Results 6 issues of Oliver Schneider

The role was depending on a single hard coded hostname. If you hosts have a different name it will break.

https://ui.shadcn.com/docs/components/combobox `CommandItem` has some unexpected behaviours which makes the combobox example work but that is pure luck. When you do not specify a value property it will use the child...

bug
component: command

Not sure if this is the right approach but it solves the issue.

When I was using it with hover card I received some react errors. After exposing ref it was fine.

I think the project could be improved adding convenience methods to the objects instead of passing id's through the relevant services. Examples would be: ``` func (r *Room) History(opt *HistoryOptions)...