Reed von Redwitz
Reed von Redwitz
Seems like this should eventually cover https://github.com/denoland/fresh/issues/1678#issuecomment-1683034081 as well.
https://github.com/denoland/fresh/issues/1950#issuecomment-1768959095 is another example of a good check to add.
An addendum to https://github.com/denoland/fresh/issues/1558: we also need to think about conflicting islands as well. And if https://github.com/denoland/fresh/pull/2253 goes through, then also static files.
Hey guys, I've written a lot of documentation over the past few weeks, and it's been really great for learning a lot about Fresh. But I think our current organization...
Cool, that was fast. Then I'll open a PR at some point that renames the sections. I'll also start thinking about a backlog of reference material which would be useful.
Any thoughts about versioning our docs? The docs mention `State` in `AppProps`, but that hasn't been released yet. This caused some [confusion](https://discord.com/channels/684898665143206084/991511118524715139/1124360575074455604) in discord.
Looks like versioning became high priority. I will get back to the diataxis refactor after you merge your versioning PR and my updated `toc.json` -> `toc.ts` PR.
@marvinhagemeister, this is already working for me with fresh 1.5.4 and deno 1.38.3. * `deno run -Ar https://fresh.deno.dev` * `cd vendor_test` * `deno vendor main.ts dev.ts` * (delete `imports` from...
Sadly there aren't any reproduction steps here, but it looks like there are two problems mentioned: * serializing circular objects (implemented in https://github.com/denoland/fresh/pull/1224) * inability to pass signals as props...
@crowlKats, are you aware that you resolved this with https://github.com/denoland/fresh/pull/1123? I recently made some middleware changes, and I thought this would be a good next issue. Imagine my surprise when...