Tomasz Błajek
Tomasz Błajek
I see. So the component should be able to accept children, but actually only if the Route element has children, right? Sounds like it's quite possible to declare the types...
My first thought to the suggestion of putting the reference "on the line before the `4`" was that it would kind of ruin the joke. But then I phrased it...
I guess the issue is that the new syntax cannot be used on the online editor, so this change did not really fix the issue, just prepared for the fix...
More information: I'm on WSL and install tokei by `cargo install tokei`. The error is both in the stable and in the new alpha release. But when I clone this...
+1, just experienced the -2 error on getaddrinfo when compiling the firmware from master. I also used 8.8.8.8, and it also works fine for me on 1.23.0.
As for `ifconfig`, it is marked as deprecated in `AbstractNIC`, but in implementations, e.g. `WLAN`, it is not, and the `ipconfig` isn't even documented there (even though other methods are...
Let me add some more info to this bug report. I got it by adding a line in `Counter.tsx` in the default app made by `pnpm create solid`, like this:...