crowlKats
crowlKats
DDeno
Created by Martinibomb on 2/12/2025 in #help
"window" global issues using the p5.js library in a Deno / Fresh project
You could define the window global manually as a workaround: just throw this somewhere, and it should work globalThis.window = globalThis
3 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
it probably wont make it for the upcoming 2.2 release since there is ongoing discussion for some of the issues with it, but seems very likely that we will merge it in some form or another
94 replies
DDeno
Created by Mik on 1/27/2025 in #help
Why everything is marked as deprecated in API documentration ? And what are the altenratives ?
@Mik a fix landed for this, should be able to see it changed on the website in a couple of minutes
5 replies
DDeno
Created by Mik on 1/27/2025 in #help
Why everything is marked as deprecated in API documentration ? And what are the altenratives ?
thats a bug, good catch, we landed a major refactor earlier and seems something got past us
5 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
FYI there is this PR that reduces binary size by a decent amount: https://github.com/denoland/deno/pull/27811
94 replies
DDeno
Created by 4lireza on 1/27/2025 in #help
403: Forbidden on Deno /JSR Website
2 replies
DDeno
Created by rsdoiel on 1/26/2025 in #help
In Deno 2.1.7 I stumbled on Deno.Stdin, Deno.FsFile but using these types fails to pass check
for Stdin, there is no stdin type, so you would have to do typeof Deno.stdin
4 replies
DDeno
Created by rsdoiel on 1/26/2025 in #help
In Deno 2.1.7 I stumbled on Deno.Stdin, Deno.FsFile but using these types fails to pass check
in the case of FsFile, its part of the deno namespace, so the type would be Deno.FsFile
4 replies
DDeno
Created by Sun「無用」 on 1/26/2025 in #help
Removing file extensions on import
14 replies
DDeno
Created by Sun「無用」 on 1/26/2025 in #help
Removing file extensions on import
because we want people to avoid using it
14 replies
DDeno
Created by Sun「無用」 on 1/26/2025 in #help
Removing file extensions on import
you can use the --unstable-sloppy-imports flag; we dont recommend to do this unless really needed (ie moving over a node project)
14 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
we recently spotted something weird with out CI that produces 15mb larger binaries on linux than it does locally; not sure if that ended up being "something" or not.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
no idea, windows is always a mystery to me :P
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
we are actively working on reducing binary size and have some ideas and experiments to cut size drastically
94 replies
DDeno
Created by melkam on 12/18/2024 in #help
Unable to request adapter for webgpu on WSL2
WSL is currently not supported, see https://github.com/gfx-rs/wgpu/issues/1443
6 replies
DDeno
Created by Pedro on 12/13/2024 in #help
How do I install NPM packages as *development dependencies* in Deno? Is that even possible?
--dev has no effect without a package.json. Dependencies inside of a deno.json imports field are "smart", and are only installed when needed - there is no need to make an explicit distinction between production and development dependencies.
4 replies
DDeno
Created by MOtherMetroid on 4/13/2024 in #help
Warning: Not implemented: ClientRequest.options.createConnection
however this issue is in the works in https://github.com/denoland/deno/pull/25470
11 replies
DDeno
Created by MOtherMetroid on 4/13/2024 in #help
Warning: Not implemented: ClientRequest.options.createConnection
no
11 replies
DDeno
Created by ryann on 12/4/2024 in #help
`deno add -D`
when deno runs, it only uses the dependencies it needs. same applies for jsr
6 replies