Christian Svensson

Results 90 comments of Christian Svensson

What Deno version are you using @kylec32? I think some things related to JSX have changed in newer Deno versions, and Fresh v2 is only tested on latest `2.x` version...

The newly released [Deno 1.28](https://deno.com/blog/v1.28) has npm support out of the box. It's incredibly tempting to be able to run CDK without needing to install anything at all. The npm...

Perhaps all `Sec-Fetch-*` params could be combined in one function? Not sure about the best name, but it would probably be very handy if all of these could be provided...

> Right now if I want to: > > * Add security headers → Custom middleware > * Handle authentication flows → Custom implementation > * Log HTTP requests →...

I think perhaps the `.addProcessedFile()` will produce the same error, but I only fixed this for the "Un"-processed files.

[Here's a link to a PR](https://github.com/csvn/setup-deno/pull/1) where the Actions passes (after installing `node_modules` and disabled Windows jobs, since they failed on my fork for some reason).

I've now rebased this PR on top of #95, which address remaining TODO's and issues, as long as bundling is seen as a valid addition by the Deno team. Personally,...

Thanks for fixing the remaining lockfile issues and more @dsherret, really glad to have this merged! It should simplify our GitHub Action config a lot 🎉

It doesn't always make sense to e.g. split Angular components into smaller parts. Having more than one blank line is sometimes very helpful to group interfaces together visually. So far...

Thanks for the consideration anyway. I'll put my hopes on [Oxc for formatting](https://oxc.rs/) our Angular codebase in the future. 🙂