crowlKats
crowlKats
DDeno
Created by Nathan ODS on 10/30/2024 in #help
Is there a typo in deno -h ?
yes, thats a typo; PR would be welcome!
4 replies
DDeno
Created by julian vargas on 10/27/2024 in #help
error on new Fresh deno project: error: unexpected argument '--allow-import' found
Error indicates you might be on a pre-2.0 version
5 replies
DDeno
Created by julian vargas on 10/27/2024 in #help
error on new Fresh deno project: error: unexpected argument '--allow-import' found
@julian vargas what deno version are you on?
5 replies
DDeno
Created by Chrissi | Freaky on 10/19/2024 in #help
Why Are Permissions Enabled Globally and Not Per Dependency?
simple answer to the title question: technical limitations we have not been able to work around (yet)
7 replies
DDeno
Created by cspotcode on 10/16/2024 in #help
Tools to shrink the output of deno compile?
correct
6 replies
DDeno
Created by UnknownError on 10/1/2024 in #help
Cannot find CanvasRenderingContext2D
i believe lib names need to be lowercase?
18 replies
DDeno
Created by alex-009 on 9/25/2024 in #help
Is there a function which can print a structure in deno/typscript similar to print_r in php ?
just console.log should print its properties and methods. alternatively you can try console.logging the result of Deno.inspect, maybe with some of the options enabled
2 replies
DDeno
Created by tetie on 9/25/2024 in #help
Unable to download rc version on mac
correct
22 replies
DDeno
Created by tetie on 9/25/2024 in #help
Unable to download rc version on mac
great; seems to be an issue with one of our tools we use to create release candidates
22 replies
DDeno
Created by tetie on 9/25/2024 in #help
Unable to download rc version on mac
(deno upgrade canary)
22 replies
DDeno
Created by tetie on 9/25/2024 in #help
Unable to download rc version on mac
@tetie could you try to update to canary instead of rc?
22 replies
DDeno
Created by sr_martines on 11/27/2023 in #help
Jetbrains IDEA imports incompatible
that one is just the general tracker, not the specific issue though, but i guess its https://youtrack.jetbrains.com/issue/WEB-68473/Deno-path-completion-doesnt-work
11 replies
DDeno
Created by sr_martines on 11/27/2023 in #help
Jetbrains IDEA imports incompatible
can you link me the exact issue?
11 replies
DDeno
Created by moot on 7/22/2024 in #help
Enabling labels to show up in error messages (WebGPU)
hey, that sounds like a good idea, can you open an issue?
3 replies
DDeno
Created by Mr. Wayne 🇵🇸 on 6/23/2024 in #help
Can I transpile TypeScript Code to JavaScript Code with Deno like Bun
no problem, and we do adhere to the rust code of conduct, so dont worry I know some other team members might have banned that person instantly, but i am of the opinion people should be given a second chance, even if very unlikely to be effective
14 replies
DDeno
Created by Mr. Wayne 🇵🇸 on 6/23/2024 in #help
Can I transpile TypeScript Code to JavaScript Code with Deno like Bun
yes, apologies about that, tried to reach out directly via DMs but since you have DMs closed, I wasnt able to. A stern one-time warning was given, and if anything like that happens again, let me know instantly and I will take care of it.
14 replies
DDeno
Created by Mr. Wayne 🇵🇸 on 6/23/2024 in #help
Can I transpile TypeScript Code to JavaScript Code with Deno like Bun
esbuild is a more expansive and fleshed out solution than deno bundle. Also deno bundle gave the impression to people that they could bundle for the web, which is not true, as it would just bundle all the files in module graph into a single file to be consumed, as mainly for distributive purpouses.
14 replies
DDeno
Created by frazzle on 6/16/2024 in #help
Deno BYOW help with macOS [Solved] and X11
once we have offscreencanvas, you could use that
12 replies
DDeno
Created by Brandon Kalinowski on 6/12/2024 in #help
Seeking help migrating from Deno.run to Deno.Command with spawn
p.stdout is a ReadableStream. your options are either using p.output() instead of p.status, or use streaming capabilities, but since you seem to want to collect the output to a single string, probably the first solution is the best for you
4 replies
DDeno
Created by Asaf on 5/23/2024 in #help
Deno write large file
hm, i am not entirely sure
8 replies