Jamie Birch

Results 58 issues of Jamie Birch

This is an issue for the database rather than the docs themselves, but I can't see where else to post it. On Feb 28th, 22:32 GMT, I ran [this query](https://anilist.co/graphiql?query=%7B%0A%20%20Media%20(id%3A%20108725)%20%7B%0A%20%20%20%20characters(page%3A%201)%20%7B%0A%20%20%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20%20%20role%0A%20%20%20%20%20%20%20%20voiceActors%20(language%3A%20JAPANESE)%20%7B%0A%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%20%20name%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20first%0A%20%20%20%20%20%20%20%20%20%20%20%20last%0A%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D)...

Root cause issue for: * #65 * #68 * #70 * https://github.com/nodegui/svelte-nodegui-starter/issues/4 After a lot of red herrings involving Node version, environment, `nodegui` version, `qode` version, shell, custom elements, etc.,...

bug
help wanted

https://github.com/nodegui/react-nodegui/commit/f0feda0b9bd512340a2bb4e570847f70226ef516

This is possible, as long as you don't write it into a element (Svelte compiles it out, as it finds no element in your HTML tree): ```css QLabel { color:...

We're currently bundling some of the source for React NodeGUI in [src/dom/react-nodegui](src/dom/react-nodegui), rather than just importing build files from `node_modules/react-nodegui`. There was a compelling reason for this, but unfortunately I've...

Not too sure what would be involved with this, but may not be out of reach.

Would be best to add it to here, rather than this repo: https://github.com/nodegui/examples Copying one of the existing apps like the Calculator would be adequate.

See https://docs.nodegui.org/docs/guides/handle-events/#how-do-i-know-which-events-are-supported- and the links mentioned in that text.

## Problem When text content is specified in between HTML tags, I'd expected the Svelte runtime to to create a new text node for each line, and for each text...