Tim Fish
Tim Fish
Explore posts from servers
DDeno
Created by Tim Fish on 10/8/2023 in #help
Sentry - monkey patching globals?
6 replies
DDeno
Created by Tim Fish on 10/8/2023 in #help
Sentry - monkey patching globals?
6 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
Deno bundle doesn't work with npm dependencies yet
13 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
I'm guessing compat is the cause
13 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
But without a stack trace I'm not sure
13 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
The only place I call Deno.cwd(), I query that permissions are granted first. Best guess is that this comes from an npm dependency
13 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
I can disable the prompt with --no-prompt but I'd like to fix this so others don't need to use that option
13 replies
DDeno
Created by Tim Fish on 12/30/2022 in #help
Is there any way to trace where permissions prompts are coming from?
I'm getting the following and I want to know what code is causing the prompt so I can fix it:
⚠️ ┌ Deno requests read access to <CWD>.
├ Requested by `Deno.cwd()` API
├ Run again with --allow-read to bypass this prompt.
└ Allow? [y/n] (y = yes, allow; n = no, deny) >
⚠️ ┌ Deno requests read access to <CWD>.
├ Requested by `Deno.cwd()` API
├ Run again with --allow-read to bypass this prompt.
└ Allow? [y/n] (y = yes, allow; n = no, deny) >
13 replies