elekram
elekram
DDeno
Created by elekram on 8/18/2023 in #help
CSP Middleware for OAK?
Just wondering what the best module is for this? I noticed SNELM but that hasn't been updated in about 3 years and the repo appears to be missing from GitHub. Are there any other options I should know about?
1 replies
DDeno
Created by elekram on 3/31/2023 in #help
Chaining Tasks and using --watch
Is there a way to chain Deno tasks or something to that accord? I'd like to run esbuild from the command line to bundle/transpile some client JS and then have Deno start my dev webserver in watch mode. So each time a file is touched it runs esbuild and then Deno again.
11 replies
DDeno
Created by elekram on 3/20/2023 in #help
Deno Third Party Modules Web Hooks
Is there a way to see the webhook payload URL a package you have published is listening for?
18 replies
DDeno
Created by elekram on 2/26/2023 in #help
Microsoft Transact SQL
Is there official Deno driver for this or a recommended way?
3 replies
DDeno
Created by elekram on 1/28/2023 in #help
How to get Deno to fmt on save with VSCode?
I have a deno.json file with some fmt options which works if run fromt the command line but not when saving in VSCode. The belowe settings are set { "deno.enable": true, "editor.formatOnSave": true, "editor.defaultFormatter": "denoland.vscode-deno" }
9 replies
DDeno
Created by elekram on 1/8/2023 in #help
Deno linter is telling me that writeAll from streams conversion is deprecated
Is import { writeAll } from "https://deno.land/std@0.171.0/streams/conversion.ts" deprecated?
4 replies
DDeno
Created by elekram on 12/31/2022 in #help
Why doesn't latest Deno standard library for encoding CSV files support StringifyOptions?
6 replies
DDeno
Created by elekram on 12/26/2022 in #help
Is it possible to rename a module in third party modules?
I've created a module and I would like to rename it as I think I broke convention. Is this possible?
4 replies