Luca Casonato

Results 467 comments of Luca Casonato

I have thought about this some more and have come to the conclusion that the above option has some limitations. 1. You are navigating the user away from the page....

> This would also require changing the permissions of the extension to work on every website and would require injecting code into every website, which could be quite alarming to...

The error means that deno can't be found in your path. When you install deno via asdf, can you run it yourself from the terminal you are running now dev...

Interesting... internally I call `which deno` and then create a symlink from `[project root]/.now/builders/now-deno/[entry file path]/layer/bin/deno` to the deno executable I found with `which deno`. I don't know if asdf...

Esbuild loader for Deno: https://github.com/lucacasonato/esbuild_deno_loader

I dont think that is the way. I think that is the legacy way for the ['builds' property](https://zeit.co/docs/configuration#project/builds) - the new 'functions' property does not support config I think. The...

I'll wait for https://github.com/hayd/deno-lambda/issues/20 to be done before implementing this.

Sure. Just be aware I won't merge it until https://github.com/hayd/deno-lambda/issues/20 is closed.

@stephengfriend Do you still want to take this? If you don't want to anymore, I'll take it.

@grikomsn If you want you can add this code to this repo and document it in the README :-)