Reed von Redwitz
Reed von Redwitz
On the monorepo front, I guess the issues to watch are: * https://github.com/denoland/vscode_deno/issues/787 * https://github.com/denoland/deno/issues/21769 But I think this is a slightly different issue. The solution here might be to...
Hi @miguelrk, sorry about that. Can you provide more details on what deployment is? It works just fine on my laptop, so it'd be great to learn more about this...
I've added an issue for getting the notebook into the codebase in some form. It might just be a file you have to work with, depending on whether it's possible...
A very minimal reproduction is: ```tsx import { useSignal } from "@preact/signals"; export default async function Home() { const sliderSignal = useSignal(50); return "hi"; } ``` This works fine: ```tsx...
I agree that the number is resetting, but you're also not using lists correctly. I guess we could consider this a bug in deno-gfm, but let me show you what...