ry
ry
DDeno
Created by π on 4/9/2024 in #help
Deno not compiling npm packages
Hmm it’s hard to say more .. can you open an issue with some details?
5 replies
DDeno
Created by blueberry on 3/28/2024 in #help
Fresh 1.6 - Deno Deploy - Tailwind
2 replies
DDeno
Created by Halvard on 3/27/2024 in #help
Analyze dependencies for deno compile
@halvardssm we don't have tooling to deconstruct a binary. you might try deno info on your program before you deno compile that might give some indication. if we were to add tooling around deno compile what would you want to look like?
3 replies
DDeno
Created by _Pear on 3/26/2024 in #help
Help with TypeScript namespaces - is this pattern supported?
@_Pear it'd be helpful if you opened an issue in the deno repo, we can take a closer look
6 replies
DDeno
Created by santi on 2/26/2024 in #help
Deno Jupyter Notebook - monorepo support
5 replies
DDeno
Created by santi on 2/26/2024 in #help
Deno Jupyter Notebook - monorepo support
If you use the --unstable-byonm flag, I think you will get expected behavior
5 replies
DDeno
Created by Goldman on 2/24/2024 in #help
VS Code integration is broken
What version of Deno are you on?
12 replies
DDeno
Created by Goldman on 2/24/2024 in #help
VS Code integration is broken
Did this just start happening?
12 replies
DDeno
Created by huberst on 1/29/2024 in #help
Stop deno deploy instance
just delete it?
3 replies
DDeno
Created by Ankur Goyal on 1/24/2024 in #help
Variable references causing lint errors across cells in Deno+Jupyter
Thanks - we’ll look into it
4 replies
DDeno
Created by Ankur Goyal on 1/24/2024 in #help
Variable references causing lint errors across cells in Deno+Jupyter
That sounds annoying! It would be very helpful if you could open an issue in denoland/deno
4 replies
DDeno
Created by RoXuS on 10/14/2023 in #help
Usage of Deno.Command?
@RoXuS You would use command.spawn()
7 replies
DDeno
Created by Josh on 7/6/2023 in #help
Migrating large Node project to Deno
If its made up of multiple npm packages, you can try rewriting those in Deno, and use dnt to publish to npm.
11 replies