Josh
Josh
I'm also having this issue, on Mac OS 10.15.7 ``` ENOENT: no such file or directory, open '/Users/joshuahardy/Library/Caches/Yarn/v6/npm-@0xsequence-create3-3.0.0-606096fd114f8996131c0b395a3b42625c3cab47/node_modules/@0xsequence/create3/.yarn-tarball.tgz ``` yarn version v1.22.17 node version v16.13.2 did you work out any...
@james-w afaik you can't use the `use` directive with components, only HTML elements. So it would have to be something like ``` function focus(el) { el.focus(); } ```
@TopherTimeMachine this isn't implemented, I was just discussing a possible approach because `use` wouldn't work without modifying the preprocessor somehow.
> Is there currently any workarounds for making this work? Or what's the best way to get access to the html element? No workaround I'm aware of other than making...
Adding my support for this feature. For me the use case is, I have a small header for each panel. It would be great if the minimum size for the...
@andrewbaxter @Mange we have this setup in our [flake.nix](https://github.com/rainlanguage/rainix/blob/7d69e91d5232fd191bcecf5d62cfa4e7339d5a40/flake.nix#L384), which seems to work fine for dev, but when I build the app and attempt to run it on Ubuntu I...
@nathanfaucett any more thoughts on this issue? this package is so great and works perfectly on chrome etc, the firefox issue is such a shame. @DataDaoDe i tried adding the...
@nathanfaucett no worries, I tried a few quick things also but you're right. Why are the extra text nodes such an issue in this case and not always? Is it...
@nathanfaucett I tried some other css but then you lose the intentional whitespace too. Although maybe there's some way to make it work.