Yusuke Tanaka

Results 139 comments of Yusuke Tanaka

Hi @pihentagy, thanks for proposing a new feature. We already have backend API to delete an existing deployment, but it's not usable from any form of user-facing frontend (deployctl and...

Can you please share with us the project names or IDs where you saw the issue?

Thanks for reporting. That kind of issue usually happens if the dependency is huge (in terms of the number of files, file size, etc). But I am not really sure...

Hi @m0rphed, thanks for the issue report with detailed information. I think the reason your config isn't loaded correctly is because you don't specify `deno.json` in your `include` property. `deployctl`...

Glad your second attempt succeeded! > It was very unclear to me, that I needed to explicitly include deno.json, maybe I misread the docs 😓 I totally agree. I think...

JFYI I've created a patch to improve messages when the import map is not included possibly against user's expectation. #326

Thanks for bringing this to our attention. Actually the Deno runtime version used by Deno Deploy is 1.44.4 (of course we are aiming to upgrade this to the current latest...

On Deno Deploy, we run a slightly tweaked version of the Deno runtime. `navigator.userAgent` is one such example - the value of this field is set differently between Deno CLI...

@hectorAguero The Deploy team is actively working on bumping the runtime version to 2.0 on Deno Deploy. Please stay tuned. That said, we believe that from feature's perspective there's not...

Hi @Jorlex27, can you provide some context?