Adam Gregory
Adam Gregory
@marvinhagemeister @mrk could I have your opinions on a few questions please? * I think perhaps when the server is running in dev mode, SSR (and maybe CSR?) operation of...
> @adamgreg I was investigating making this change myself, and fwiw, i just went through the unocss steps in your PR docs and am loving how it works thus far!...
Hi @kpwebb, that's interesting - the Iconify preset would crash the last time I tried it, because it did not include that `isNode` check. When the plugin runs in AOT...
hi @kpwebb , I haven't tried UnoCSS icons myself, but what I've read an interesting blog post (https://antfu.me/posts/icons-in-pure-css) which implies they should end up embedded within the CSS file generated...
The abstracted via function idea seems most straightforward to me, and let's the user put extra JS in the handler if needed.
Oh, that's a tricky one. A general solution to serialising little handler functions to the client would be useful for other cases, if it's possible. Interestingly, Chrome DevTools lets you...
It doesn't seem to be possible to set this via a middleware currently, but I have a (somewhat unpleasant) workaround, in case it helps anyone else too lazy to configure...
I'd be very interested in any solution to this. I'm new to Deno, and trying to import a component in an Island from esm.sh. It seems that even if I...
Is that definitely going to address the issue? I believe the problem was that esm.sh will serve code including Deno API calls, unless you add `?target=es2022` to the request or...
I get the same error if I try to use react-select in Deno Fresh (SSR using preact-render-to-string). Is SSR expected to be supported?