Stefan Kopco
Stefan Kopco
Isn't this like the desired behaviour? 😅 I mean if you are in "non-search-mode" you would navigate to the parent, confirm your selection and get the child routes/items displayed. If...
Ahhhh, i see 😬 Yip, this should work. I was wondering why there were no issues on my side, when using this. I opted for the flat structure. So this...
I tried a few things today with similar issues. The main one being the error: >[!caution] >```Could not find css module ${pathToCssFileWhereTailwindIsImported}``` (which is rendered multiple times) This tends happen...
Small update The error `Could not find css module ${pathToCssFileWhereTailwindIsImported}` seems fixed with https://github.com/tailwindlabs/tailwindcss/commit/8123fa513a2749a5a9cac325a0f0a55dc0219138 in v4.0.0-alpha.8
Isn't this more related to network being slow and the routes being loaded lazily? Maybe there is also a element in perception involved, since the nav on solid docs does...
Hey there, just tried out the `defaultProps()` in this [playground](https://playground.solidjs.com/anonymous/b37df4ac-b63b-42f5-a79e-08212a89ce54) in `CounterWithOldDefaults.tsx` and there may be an issue with the signature of the return type. ```ts type Props = {...
Worked the bit out with where only keys that are actually in the props should be allowed in the defaults I think, like @otonashixav mentioned. So, yeah, better errors 😅...
Just installed the extension and was wondering why it's not working for most modules 😅 Can confirm, that the resolution of symlinked modules seems to be the issue. Seems at...
Would it be possible to add `aarch64-unknown-linux-gnu` as compilation target for supporting ARM64 Linux? I tried adding proto to an image for a dev container. (no idea really, but would...
Thanks for the update @ImBIOS and @milesj for moving things along with https://github.com/axodotdev/cargo-dist/pull/614 Much appreciated 🙌 So this issue would be resolved then with upgrading `cargo-dist` to `0.6.0` once released,...