Dario Piotrowicz
Dario Piotrowicz
### Is this a regression? - [ ] Yes, this behavior used to work in the previous version (I have honestly no idea) ### Description The selection of a basic...
currently in emulated view encapsulation if a selector contains a functional pseudo-class selector (such as :is() for example) and contains different spaces and commas inside the parenthesis such characters are...
In the Git Hooks section it is specified that githooks are not copied when you clone a repository, this is true because they reside inside `.git` (`/hooks`), but they could...
initialize the events fields of the EventsComponent so that they are always defined ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message...
use `text-top` instead of `top` for table cells verical alignment so that the texts are correctly vertially aligned regardless on the dom structure resolves #47423 ## PR Checklist Please check...
The `fetch()` request's type is set as `Request | string` as you can see here: https://github.com/cloudflare/workers-types/blob/4d2664ba55a5c4cc6eaa3d4a144de3156ba6ebda/index.d.ts#L1936 But a `URL` object should also be accepted (as you can see from this...
Due to the local fetch check, URL objects are wrongly not accepted by `fetch()` calls, amend the `checkedFetch` function in order to allow such scenario (which anyways works after deployment)....
### Basic Info - Qwik Version 0.0.113 - macOS Monterey (Chrome v.105) ### Which component is affected? Qwik Runtime ### Description of the Issue It seems like the qwikLoader gets...
### Qwik Version 0.11.1 ### Which component is affected? Qwik Optimizer (rust) (I think) ### Expected Behaviour In javascripts variables get hoisted, so in my components I would expect to...
In the docs if you press the `/` key the search modal opens, but I think this shouldn't happen in the playground since it make closing jsx tags a real...