beerman
batching tasks
I struggle to see how sticking with Deno over Bun or even Node would bring you any tangible benefits—at least not on the same level as choosing Svelte over React, for example. I can’t quite get behind that decision, but to each their own.
12 replies
Neovim setup with LSP formatting & linting
If you just want to quickly get up and running, add denols to your list of servers in your lspconfig, making sure that
deno.enable
and deno.lint
are both set to true. Next, add this plugin https://github.com/stevearc/conform.nvim and include the following in its setup options:
16 replies
Trouble importing npm modules
Yes, absolutely. Copied from my node project.
https://www.npmjs.com/package/@web3-onboard/core
11 replies