PatrickJS

Results 76 issues of PatrickJS

### Suggestion document a better way to detect onLoad for images https://github.com/QwikDev/qwik/issues/4481 ```ts const imgRef = useSignal(); useVisibleTask$(()=> { imgRef.value!.decode().then(() => { console.log('loaded and ready!'); }); }); // other logic...

COMP: docs
STATUS-1: needs triage
STATUS-2: docs team is working on this

### Suggestion check all links to github to ensure they still work then error somewhere if it doesn't

COMP: docs
COMMUNITY: good first issue
COMMUNITY: PR is welcomed

### Suggestion we need a page to talk about using web components with qwik and the different trade-offs and ways to load in web components. right now if you search...

COMP: docs
STATUS-2: docs team is working on this

We learned a lot from node/npm and the value of npm tasks. Ultimately it won over the other tasks managers because a lot of the work was moved over to...

suggestion
task runner

add import attribute to rust

https://github.com/PatrickJS/awesome-cursorrules 30k stars Configuration files that enhance Cursor AI editor experience with custom rules and behaviors ### By submitting this pull request I confirm I've read and complied with the...