roman zanettin
roman zanettin
Hi example query: ``` // works via variables query MoviesByName($name : String!) { movies(name: $name) { ... } } // works with static value query MoviesByName() { movies(name: 'StarWars') {...
Hi When we install `browser-perf` via Yarn, the "cleanup modules" tasks cleans up `docs` folder which is required that the code works as expected. Maybe you can rename the folder...
### Qwik Version 0.10.0 ### Operating System (or Browser) OSX 12.6 / any browser ### Node Version (if applicable) 16.13.0 ### Which component is affected? Qwik Runtime ### Expected Behaviour...
### Qwik Version 0.11.0 ### Operating System (or Browser) OSX 12.6 / any browser ### Node Version (if applicable) 16.13.0 ### Which component is affected? Qwik React ### Expected Behaviour...
### Qwik Version 0.11.1 ### Operating System (or Browser) OSX 12.6 / any browser ### Node Version (if applicable) 16.13.0 ### Which component is affected? Qwik React ### Expected Behaviour...
### Qwik Version 0.12.0 ### Operating System (or Browser) OSX 12.6 / any browser ### Node Version (if applicable) 16.13.0 ### Which component is affected? Qwik Runtime ### Expected Behaviour...
**How can the documentation be improved?** we have in the tutorial some info about how to style an app but nothing is written in the official docs section. the following...
Wanted to start with some docs change proposals to bring `loader$` and `action$` in and remove the usage of `useEndpoint` where listed. While playing around with them and checking the...
### Is your feature request related to a problem? At the moment all data returned from an `onGet` / `loader$` function usage, are included in the `qwik/json` data, even if...
fixes #1675 fixes #2403 # What is it? - [ ] Feature / enhancement - [ ] Bug - [x] Docs / tests # Checklist: - [x] My code follows...