Patrick
Patrick
**Is your support request related to a problem? Please describe.** I'm creating a webapp using web components and I'm trying to lazy load a video that's inside my component, which...
support for double placement in dropdown components as the base flowbite library does. Actually it only supports `top|right|bottom|left`, and originally they are `top|right|bottom|left-{start|end}`. --- Content from base library docs: ####...
**Descreva a melhoria** A extensão poderia deixar logs de todos os comandos executados através da aba "Output" do console do VSCode **Ganhos** Permitirá o usuário debugar qualquer erro que ocorrer...
### Describe the bug in [qwik's docs there is a page that generously shares code for a `useDebouncer$` hook ](https://qwik.dev/docs/cookbook/debouncer/)that works fine, but has broken type definitions, causing it to...
### Which component is affected? Qwik Runtime ### Describe the bug In my Qwik application, I have this interface: ```ts interface SlideFile { id: number; file: NoSerialize; url: string; }...
### Which component is affected? Qwik Runtime ### Describe the bug `onDblClick$` event handler doesn't handle double tap, making it useless on mobile devices. on the other hand, `onClick$` handle...
removes `descriptionFn()` from example as it causes the application to crash trying to find `document` object, and as `data` property returned from `scraper.on("scraper:data")` event already has a filled `description` and...