Christian Svensson

Results 29 issues of Christian Svensson

I know this issue may be closed, since Deno seems to have a similar opinionated philosophy as Prettier, but I'll give it a try since I could not find any...

suggestion
deno fmt

Avoids `\\\\` paths ending up in `snapshot.json` when using `deno task build` on Windows. Backslashes do not which pathnames in URLs, so these assets are not returned. Closes #2703

When building Fresh v2 on Windows, using subfolders for `assets` seems to break when running the app in production after building. The reason seems to be inconsistent paths with `\\`:...

**Is your feature request related to a problem? Please describe.** In many frontend projects I've worked on, I've started relying on ``Sec-Fetch-Mode` and/or `Sec-Fetch-Dest` headers. Because it's very common to...

This PR adds support for built-in caching to `denoland/setup-deno`. I tried to take inspiration from how `actions/setup-node` did things, but the code here can be way simpler because we're only...

### What problem are you trying to solve? Hello! We have a cloud service used for B2B customers where we have several projects where we need more than just "Prod"...

enhancement

The docs did not show that it's possible to use `*` as wildcard for subdomains when using hostname for `--allow-net`. ``` deno run --allow-net="*.auth0.com" main.ts ``` Just using "auth0.com" will...

In the Fresh docs [the `Builder` API is described as "legacy"](https://fresh.deno.dev/docs/advanced/builder). > The Builder class was used during the alpha phase of Fresh 2 before the Fresh vite plugin was...

This issue is related to #3597, and tracks progress of documentation of public symbols. At the time of the creation of this issue, this is the percentage of documented symbols...

Given that Fresh is used by Deno and a very well used and visible package, it would be great if all packages under the `@fresh` scope on JSR had high...