-
### Is your feature request related to a problem?
I would like to run server code inside the qwik-city server.
:point_right: Obviously I can put it in the server entry, but I also want to run in dev…
-
### Which package is affected?
Headless Kit
### Describe the bug
### Issue: Modal Backdrop Covers Entire Screen and Buttons Flicker
#### Description
I’m encountering an issue with the Qwik moda…
-
### Issue description or question
Hi,
I am unable to run Wallaby JS in a monorepo with qwik + vitest projects. Individual libs and apps do successfully run their test using the corresponding nx…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Sometimes input and output types in `zod` schema may differentiate, but actions ignore this on type-level. From the l…
-
### What version of Bun is running?
0.5.9
### What platform is your computer?
WSL - x64
### What steps can reproduce the bug?
```js
async function handler(req: Request) {
const contentType = r…
-
### Is your feature request related to a problem?
Yes. We have a pretty complex page which requires various api calls which we use a different loader for each. Not sure if this is feasible but it w…
-
### Is your feature request related to a problem?
In layout, multiple slots with name attributes cannot be supported.
### Describe the solution you'd like
Can multiple slots be supported in the lay…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When specifying either a relative or absolute url (where the protocol and origin match hosted site) the callback url does not work…
-
### Is your feature request related to a problem?
I came into this interesting API introduced in [this article](https://developer.chrome.com/docs/web-platform/view-transitions/). ([MDN](https://devel…
-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
Hi 😊
Currently, I can import any component by this way, the normal way:
```
import { $, component$, use…