Patrick

Results 7 issues of 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...

TYPE: Question

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: ####...

🔧 enhancement

**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...

enhancement

### 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...

TYPE: bug
COMP: typescript
COMMUNITY: PR is welcomed

### 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; }...

TYPE: bug
COMP: runtime
COMP: DX
VERSION: upcoming major

### 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...

TYPE: bug
STATUS-1: needs triage

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...