Jamie Birch

Results 104 comments of Jamie Birch

I can confirm now that stevomit's commit above DOES solve the problem for my supplied code. I'll ask if he can submit a pull request.

I just ran into this, too: ```graphql query ($id: Int) { Media (id: $id) { characters(page: 1) { edges { # Array of character edges role voiceActors (language: JAPANESE) {...

I've now decoupled the React NodeGUI sources from React. Ideally React NodeGUI itself would make similar changes in kind so that we could just import it directly. https://github.com/nodegui/svelte-nodegui/commit/d553900d58e0f44fa577e91da4605d8ee97ad681

I've looked into this for a few hours. As far as I can tell, the DOM algorithm is absolutely correct (I printed out the equivalent HTML for it and it's...

> How does svelte-nodegui differs from nodegui? What does the svelte- part do under the hood? @ceremcem NodeGUI consists of: * a library of node.js->native bindings allowing you to control...

Sounds like it’s looking for a NodeGUI file and not finding it. I’ve not experienced that. Maybe first try `npm ci` to reinstall the node_modules and try again?

This PR will be addressed at the same time this is fixed: https://github.com/nodegui/svelte-nodegui/issues/72, because right now, even with this PR, Svelte NodeGUI is not much use to anyone. It's proving...

Good catch. This is a simple fix; just need time to apply it. Will involve updating the registry of components to include `scrollView`: https://github.com/nodegui/svelte-nodegui/blob/main/src/dom/nativescript-vue-next/runtime/registry.ts ... and updating the Svelte NodeGUI...

Agreed that there are size issues with both. I'm not immediately sure why. First https://github.com/nodegui/svelte-nodegui/issues/42 needs to be solved, to ensure that child nodes are being added correctly in the...

@johanalkstal is this what you were experiencing with regular NodeGUI? Does ScrollArea not work for you? We're experiencing problems trying to get it to do anything sensible in Svelte NodeGUI...