Nathan Rajlich
Nathan Rajlich
Ya that would be helpful. I wasn't able to reproduce using the `vc init remix` template, and changing the config of both of those routes in the template to have...
Thank you!
Can you put together a reproduction repo so that we can take a closer look?
Did you have a particular use case that you need it for? See https://github.com/vercel/remix/issues/92 for a previous time when this was brought up.
I'm seeing a failure on the "dump" example endpoint. Looks like we'll need to start shipping the `deno.lock` file as part of the Lambda: ``` error: Failed writing lockfile. Caused...
> Huh. That's weird. I don't have the "authorization required to deploy," yet it still deployed. ¯\_(ツ)_/¯ I had to manually approve it. > May I ask where those logs...
Closing because these changes were updated and moved into individual PRs: * #12458 * #12460 * #12463 * #12464 * #12476 * #12477 * #12480 * #12496 * #12518 *...
Could you provide a standalone repro?
If I update to `[email protected]` then the lockfile issue goes away. I get a new error (`Unsupported file protocol: node:buffer`) but I think that's related to one of the npm...
Hi! Currently the [`--allow-all` is hard-coded](https://github.com/vercel-community/deno/blob/036746554a8b6981c4b847c3a8937a5c7fafcdef/src/deno-lambda.ts#L119), but I would be open to a pull request making it configurable. Note though that the Lambda Runtime API requires access to the HTTP...