Florentin / 珞辰
Florentin / 珞辰
> It also seems to be downloading the toolchain twice. This should not happen. What's the output when setting `VERCEL_BUILDER_DEBUG` to `true` in your project env vars? > I'm running...
We could check if `VISUAL` or `EDITOR` contains "vi" and conditionally set eMacs or vi bindings. Though this may not always be what end users want. Personally, I use vim...
Do you happen to have a reproduction repo and toolchain configuration? I'm not super familiar with Windows and I'm unable to build the crates at all due to `singal-hook` issues.
```nix system.activationScripts.preActivation = { enable = true; text = '' if [ ! -d "/var/lib/redis/" ]; then echo "creating Redis data directory..." sudo mkdir -m 750 -p /var/lib/redis/ chown -R...
Do you have a repo at hand I can try with? I haven't used DaisyUI
I don't think there is a simple solution to this, and I don't plan on supporting a non-official Tailwind Labs resource. I guess you need to resort to the solution...
This seems to be supported by version 3 of twin now. Feel free to re-open if this isn't the case. https://github.com/ben-rogerson/twin.macro/issues/741
Should be fixed in `2.9.0`
I think this is intended by Radix, if you don't think this behavior is right file an issue on their repo.
> Radix explicitly has Tailwind examples for every component and it doesn't appear that they use this Radix didn't have Tailwind examples up until recently. > Some documentation on what...