Christoph Bartschat

Results 7 issues of Christoph Bartschat

Had an idea that you could see your queue position over time, with a predicted wait. Here's a quick mockup: ![queue](https://cloud.githubusercontent.com/assets/22112134/24121379/6e7ab19a-0d8e-11e7-815c-d1055d4f3181.png)

new feature

### Qwik Version 0.9.0 ### Operating System (or Browser) Ubuntu/Firefox ### Node Version (if applicable) 18.7.0 ### Which component is affected? Qwik City ### Expected Behaviour In my Qwik City...

bug
triage

### Qwik Version 0.13.3 ### Operating System (or Browser) Ubuntu/Firefox ### Node Version (if applicable) 18 ### Which component is affected? Qwik Rollup / Vite plugin ### Expected Behaviour The...

bug
triage

### Suggestion If a component inserts store values directly into the JSX for example, Qwik can propagate signal updates directly into the DOM without re-running the component's render function. This...

COMP: docs

### Which component is affected? Qwik Runtime ### Describe the bug If I define: ``` const Input = component$((props: any) => { return ; }); ``` That doesn't work to...

TYPE: bug
COMP: runtime
COMP: DX
P1: nice to have / fix

### Which component is affected? Qwik Runtime ### Describe the bug Logic that works in the body of a component, when moved to a custom hook, gives strange results. ###...

bug
triage

### Which component is affected? Qwik Runtime ### Describe the bug The same CSS file is being inlined multiple times. I have two separate components including the same style.css with...

TYPE: bug
COMP: runtime
WAITING FOR: team
STATUS-2: requires discussion