Ooker
Ooker
It's because I [change the source directory](https://fresh.deno.dev/docs/examples/changing-the-src-dir "Changing the source directory | Fresh docs"). If the path contains a space or a non-ASCII character then it yields this error: ```...
It seems that using `export` works. I suppose the legacy code won't work any more? Why is that? ```tsx export function handler(_req: Request) { return Response.redirect("https://example.com", 307); } ```
@webpro sorry for the confusion. The correct commit for this PR is only [571889f](https://github.com/webpro/reveal-md/pull/493/commits/571889f12ddf48703678c9264a7562653fd21b1f). Subsequent commits should be for different PRs. Each of them is for a different feature. I...
nhưng chắc cũng nên để đó để ai sai chính tả nó cũng bắt được?
do you have any solution for this yet?
I come up with this solution to track the used units via signals: ```js // signals.ts import { signal } from "@preact/signals"; export const kvSignal = signal(await Deno.openKv()); export const...
you may want to take a look at https://hi-canvas.marknoteapp.com/ or https://kinopio.club/hello-kinopio-0sorcue6MMLibrO24qy-C
In #62 @phibos says: > Windows isn't on the "Tested on" list because I don't have a windows system to test Take a look at [MacDue/ssdeep-windows-32_64: ssdeep for python on...
I'm coming here just to ask this question. For example, I want to have **the source file in Obsidian** for this demo slide: https://mszturc.github.io/obsidian-advanced-slides/examples/minml/#/1
FYI: Deno has implemented it quite long ago: [Temporal - Web - Deno Docs](https://docs.deno.com/api/web/temporal "Temporal - Web - Deno Docs")