marvinh.
marvinh.
DDeno
Created by Annin on 3/31/2025 in #help
How to load fonts in /static?
Is it maybe not part of the git repo? During deployment the repo is cloned and maybe you haven't committed that yet
6 replies
DDeno
Created by Annin on 3/31/2025 in #help
How to load fonts in /static?
usually a 404 of a static file means that either the casing is wrong or that it's missing in the static/ directory entirely
6 replies
DDeno
Created by Annin on 3/31/2025 in #help
How to load fonts in /static?
Does the casing of the filename match the casing of the url in the font-face declaration?
6 replies
DDeno
Created by Squidgical (@me in replies) on 3/31/2025 in #help
Install package provided from URL as `.tar.gz`
That's something we should support in Deno too. Can you file an issue for that here https://github.com/denoland/deno/issues ?
3 replies
DDeno
Created by Tsubasa on 3/24/2025 in #help
JSX config not working properly, I keep getting children props error in all my components
No
15 replies
DDeno
Created by ZombieB on 3/28/2025 in #help
Socket failing to transmit/receive when using 'upgrade' event and socket.write on Expressjs server
Is this something I should create an issue for?
Yes, please do https://github.com/denoland/deno/issues
2 replies
DDeno
Created by Martin Carlsson on 3/26/2025 in #help
Check dependencies version
That looks like a bug. I've filed an issue for that https://github.com/denoland/deno/issues/28631 . It should work the same way as npm-check-udpates
8 replies
DDeno
Created by Paul on 3/25/2025 in #help
commonjs overrides
overrides are not supported in Deno at the moment
3 replies
DDeno
Created by Martin Carlsson on 3/26/2025 in #help
Check dependencies version
8 replies
DDeno
Created by Bhaumin on 3/25/2025 in #help
about prod & dev dependencies in deno projects
There is currently no built-in way to do this
10 replies
DDeno
Created by Bhaumin on 3/25/2025 in #help
about prod & dev dependencies in deno projects
None of this. The way dependencies work in Deno is that only the ones get used that are referenced from your entry point. So when you do deno run foo.ts only the dependencies reachable from foo.ts will be installed during deployment. Or in other words: Put all your dependencies into the "imports" section in deno.json and just make sure that you don't import dev deps in prod code
10 replies
DDeno
Created by Tsubasa on 3/24/2025 in #help
JSX config not working properly, I keep getting children props error in all my components
That's fine, you did good. The format is usually: 1. I did this... 2. ...then this happened 3. ...but I expected that <other thing> to happen
15 replies
DDeno
Created by danm on 3/25/2025 in #help
Does deno.json have something similar to engine in the package.json
3 replies
DDeno
Created by danm on 3/25/2025 in #help
Does deno.json have something similar to engine in the package.json
No, at the time of this writing Deno doesn't have something like that
3 replies
DDeno
Created by danm on 3/25/2025 in #help
Importing local workspace React components into Vite project not working
That sounds like an unexpected behaviour, which I'd classify as a bug. Can you file an issue for that over here https://github.com/denoland/deno/issues ?
3 replies
DDeno
Created by staytuned_team on 3/25/2025 in #help
Problems with Nested deno.json in Deno Workspaces
I currently don't have the bandwidth to look into that.
Is this a known limitation or bug in the Deno VS Code extension or Deno itself?
If it's in our issue tracker, then it's known. If it's not in our issue tracker, then it's not known. Best way to get help is to file an issue https://github.com/denoland/deno/issues
13 replies
DDeno
Created by i_use_arch_btw on 3/25/2025 in #help
Workspace-aware path imports
Follow the official guide in our documentation on how to use workspace in Deno https://docs.deno.com/runtime/fundamentals/workspaces/ . This will address your issue
4 replies
DDeno
Created by Tsubasa on 3/25/2025 in #help
Issues with libuv and zeromq support in Deno?
Sounds like a bug in Deno. Can you file an issue for that over here https://github.com/denoland/deno/issues ?
2 replies
DDeno
Created by Jess182 on 11/17/2022 in #help
Problem with Mongoose + auth
Sounds like a bug in Deno. Can you file an issue for that here https://github.com/denoland/deno/issues ?
15 replies
DDeno
Created by Tsubasa on 3/24/2025 in #help
JSX config not working properly, I keep getting children props error in all my components
In either way something is wrong in Deno. Filing an issue would be sweet 👍
15 replies