jwickers

Results 10 issues of jwickers

## Changes This makes concurrency optional using the implementation that was removed before. By default still use a concurrency of 1 and does not change anything in the build. One...

core
blocked-release

Looks like a possible bug with the types not being compatible with svelte store? For example, this shows $todos being of type `unknown`: ``` let todos = liveQuery(() => db.todos.toArray());...

question

One issue with the current usage of pyplot is with webservers, for example the current plot code crashes (not an exception just a good old process crash) my python instance...

## Changes This makes concurrency optional using the implementation that was removed before. By default still use a concurrency of 1 and does not change anything in the build. (reopen...

core
semver minor

Signed-off-by: Jeremy Wickersheimer # What is it? - [X] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description Implement the events for issue #2202...

### Is your feature request related to a problem? It would be nice to be able to react to the client-side navigation as currently, the page does not give any...

enhancement
triage

### Qwik Version 0.13.3 ### Operating System (or Browser) Playground ### Node Version (if applicable) _No response_ ### Which component is affected? Qwik Runtime ### Expected Behaviour For elements like:...

bug
triage
Priority

**How can the documentation be improved?** Currently, there is no mention of a `key` attribute. I recently run into a weird bug where my child components did not update as...

This adds an error message when the parsing fails due to excessive nesting.

Example: ``` line 10 column 21 - Warning: lacks "type" attribute line 1,204 column 1 - Warning: inserting missing 'title' element test.html: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" test.html:...