tsParticles & Deno
Looking for a library to pretty print </br>, <a>, etc tags
& etc, Does such a library exist?
Example:
```
Lorem ipsum dolor sit amet,</br> consectetur adipiscing elit.</br> <b>Aliquam</b> quis augue eu metus efficitur dapibus. Ut pharetra ullamcorper vestibulum...Importing `puppeteer-cluster` from esm.sh causes `does not provide an export named 'default'` error
https://esm.sh/puppeteer-cluster@0.23.0 I get the following error:
error: Uncaught SyntaxError: The requested module '/v130/y18n@5.0.8/denonext/y18n.mjs' does not provide an export named 'default'
at <anonymous> (https://esm.sh/v130/yargs@17.7.1/denonext/helpers.js:4:1997)
error: Uncaught SyntaxError: The requested module '/v130/y18n@5.0.8/denonext/y18n.mjs' does not provide an export named 'default'
at <anonymous> (https://esm.sh/v130/yargs@17.7.1/denonext/helpers.js:4:1997)
Deno linting not working
./supabase) but unfortunately I'm not getting any linting or autocomplete. If I type "console.log" for example, I get absolutely no linting, hovering over objects also shows nothing. This happens even if deno is enabled globally.
Here is my config file:
```json
{...
deno_python
Deno VS Code plugin too aggressive in auto-completion
app.use(async (ctx,
app.use(async (ctx,
how to exit all async command in deno task?
node-pre-gyp install failing inside docker container
install script. This works fine in macOS, but in a Docker build the command fails when afaict it's trying to untar what the NAPI glibc tarball.
The failing command is
```
deno run --allow-all npm:@mapbox/node-pre-gyp@1.0.9 install --fallback-to-build...Set a cookie in GET and retrieve in POST
What are newUserProps()
newUserProps(). Why not just define isSubscribed in the createUser() function with all the other values as it is in the interface as well? We could just set it to false by default?
Run a detached child process in Deno
spawn doing something like this.
```js...deno info returns module not found
deno info https://raw.githubusercontent.com/Murcul/norm/v1.3.0/src/mod.ts
error: module could not be found
deno info https://raw.githubusercontent.com/Murcul/norm/v1.3.0/src/mod.ts
error: module could not be found
can't scrub video
Proper usage of `Deno.HttpClient`
fetch() requests are given an instance of Deno.HttpClient per proxy, but for multiple fetch() calls, if they're supposed to use the same proxy, the same HttpClient instance is used.
This is something I am curious about, should I create a new HttpClient for every executed fetch(), or is it fine to reuse the same HttpClients for multiple requests?...What's a good way to write tests for a script which does a bunch filesystem wrangling?
mock-fs, but that works directly with Node's fs API. What would be a good approach for doing this in Deno?Syntax error when getting prop children Element but compiles

Generate jUnit XML file from Deno Tests
How to do callbacks with `deno_core`?
deno (implementing my own ops) as a runtime for plugins, written with JS/TS to modify a VTT. In this architecture, you might want plugins to subscribe to events and to have Rust emit those events. However, I have no clue how I could do this, or even if I could do this.
Furthermore, it's a common occurrence for an application like this to have one "system", which establishes some base functionality, and then "modules" which overwrite, edit, or delete parts of a system with their own code. For instance, a system might declare "when button X is pressed, roll a d6 and send the message to the chat", one module might go in and say "oh, that d6 is a d8", and another might change how that chat message is formatted....How to ignore ts error when bundling?
deno bundle '.main.ts' fibery.js
deno bundle '.main.ts' fibery.js