lcasdev
lcasdev
DDeno
Created by HewloThere on 10/4/2024 in #help
deno gives 401 unauthorized for imports with an `npm:` specifier, but npm, yarn and pnpm all work?
16 replies
DDeno
Created by Phil on 10/4/2024 in #help
No Auto Complete Suggestions for `@/` Alias in Deno with VSCode
(and upvote the issue if you'd like to see this)
4 replies
DDeno
Created by Phil on 10/4/2024 in #help
No Auto Complete Suggestions for `@/` Alias in Deno with VSCode
This is not implemented yet unfortunately - you can follow https://github.com/denoland/deno/issues/13621
4 replies
DDeno
Created by Sheik on 10/4/2024 in #help
I would like to integrate Cloudflare DDOS attack prevention into Deno Deploy
You can run Cloudflare infront of Deno Deploy. Just point your DNS records at Deno Deploy from your Cloudflare DNS settings, and turn on the orange cloud.
2 replies
DDeno
Created by Sean Knowles on 9/4/2024 in #help
Deno install not working for any of our frontend projects - deno 2.0.0-rc.0+072bf5d
Or if you only want a node_modules in this folder, add a deno.json file in the folder with workspace: []
10 replies
DDeno
Created by NestarZ on 5/8/2024 in #help
Like import.meta.resolve("./bla/bla") but so that it return me the relative cwd path
@NestarZ you can call import.meta.resolve() to get the full path, then use relative() from @std/path to make it relative to Deno.cwd()
4 replies
DDeno
Created by texasranger on 5/5/2024 in #help
jsxImportSourceTypes not working for React
@texasranger have you tried restarting vscode completely after adding the jsxImportSourceTypes option?
3 replies
DDeno
Created by DNA on 5/2/2024 in #help
Ignoring `deno(redirect)` in vscode?
cc @nayeemrmn
3 replies
DDeno
Created by Leon on 4/22/2024 in #help
How To Add .done method for new Response();
7 replies
DDeno
Created by brianleroux on 4/17/2024 in #help
should `deno lint` work without deno.json?
huh - let me check what's happening here
5 replies
DDeno
Created by Tim on 4/18/2024 in #help
location
You mean for Deno Deploy? No, your code is deployed to all regions
3 replies
DDeno
Created by Pavel (Pasha) Lechenko on 2/12/2024 in #help
How to restrict global scope in dynamically created function?
This is not possible
16 replies
DDeno
Created by Fridious on 1/28/2024 in #help
Rust sdk register_actity_type
What crate are you using?
4 replies
DDeno
Created by tigawana on 12/27/2023 in #help
Remote KV access error : Missing DENO_KV_ACCESS_TOKEN environment variable
Pass that flag, otherwise Deno won’t lead your .env file
6 replies
DDeno
Created by tigawana on 12/27/2023 in #help
Remote KV access error : Missing DENO_KV_ACCESS_TOKEN environment variable
Do you pass the flag I mentioned to deno run?
6 replies
DDeno
Created by tigawana on 12/27/2023 in #help
Remote KV access error : Missing DENO_KV_ACCESS_TOKEN environment variable
Are you loading the .env with --env?
6 replies
DDeno
Created by fro.profesional on 12/11/2023 in #help
Not sure if I understand kv watch right?
Both will get the value
6 replies
DDeno
Created by Niranjan Ramesh on 12/8/2023 in #help
Serving static website
@LuckyCoder you can use https://deno.land/std@0.208.0/http/file_server.ts?s=serveDir to serve an entire directory of files
6 replies
DDeno
Created by Lunarequest on 11/23/2023 in #help
using flexsearch
do you have an example of what isn't working?
7 replies
DDeno
Created by Tim Fish on 10/8/2023 in #help
Sentry - monkey patching globals?
fetch is not environment isolated
6 replies