Nate Moore
Nate Moore
@Code47X looks like that repo is private? It would be nice to have an `--outputDirectory` option that could be passed to choose where files are output to. For example, I...
@chrismetcalf get outta here! That looks close to what we need, but it's missing some of the fields i.e. we want to display `title` in a list of functions, but...
What's the status of this? Need help on any parts of it?
I also ran into this with a "code only" island For example, ```tsx const SomeIsland = () => { useEffect(() => { console.log("Island in the sun"); }, []); return null;...
This bit me again in the same night while trying to use the [menu component from `@headless-ui/react`](https://headlessui.com/react/menu)! See this discussion: https://github.com/denoland/fresh/discussions/606#discussioncomment-3902802
I'd also love something like this. It was definitely unintuitive to me that `routes/_middleware.ts` was being called even for static assets (but it does make sense that it's always called)
The current setup where all islands need to be in the `islands` directory, which can't have any folders in it, is actually really frustrating to me. I now have code...
Yeah, I tried this library out and the latest version is just plain broken. See also https://github.com/casesandberg/react-color/issues/674 (which is closed...?)
@lachlanjc is there anything special you have to do to get those variables to show up? I'm using `@theme-ui/core` version `0.13.1` and they aren't showing up for me. Switching to...
Use case is just trying to keep the end result of my app small 😉 I ended up just switching to `theme-ui` from `@theme-ui/core`