Xavier Loh
Xavier Loh
FWIW the linked example does work with a newer version of `vite-plugin-solid` and with `onlyRemoveTypeImports: true` specified: https://stackblitz.com/edit/solid-vite-fknxfr?file=vite.config.ts Another workaround you can attempt if `onlyRemoveTypeImports` is causing issues is to...
Minimal reproduction: https://playground.solidjs.com/?hash=-2045179172&version=1.4.1 This should be more consistent than the one I posted on discord a few days ago, hopefully. 1. Click button 2. Read console --- * OS: Windows...
To be clear, this wouldn't affect directives, correct? i.e. `` still calls `foo(ref, () => true)`, and not `foo(ref, () => "")`.
You can add the missing handlers via a mapped type like so: https://playground.solidjs.com/?hash=300022548&version=1.3.3 The JSX types are declared in [dom-expressions](https://github.com/ryansolid/dom-expressions/blob/main/packages/dom-expressions/src/jsx.d.ts#L79); if they are to be changed to include `on:` handlers...
~~Final edit; this should be correct for everything I hope.~~ This fails if the fetcher's types are not explicitly defined. ```ts export type ResourceSource = S extends unknown[] ? Accessor...
Typing this is really hard, barring making the type more complicated and breaking backwards compatibility of the second generic, or doubling the number of overloads with a source (4 total...
It's been awhile since the difficulty change, and my OnePlus 6 with a 3 year old Adreno 630 computes PoW fine with Nault. Is it possible that local PoW gets...
@DxUr I would like to continue working on this PR, since it's nearly complete and I would benefit from it.
Hope this helps then: https://github.com/otonashixav/godot/tree/pr/DxUr/84454; I've fixed the issues reported so far, though I don't know if my solutions are satisfactory since I'm not really well versed in 3D.
I will make a PR with my branch this weekend if this PR isn't ready by then, since it seems like 4.3 will enter beta soon based on the dev5...