Where the Typescript Header files cached by Dino on MacOS
?? lint doesn't seem to catch type errors ??
How to create a broadcast system with streams and oak?
Deno.serveTls with self signed certificate
ReadableStream to JSON
distinguis `netERR_CONNECTION_TIMED_OUT` from `netERR_CERT_AUTHORITY_INVALID`
net::ERR_CERT_AUTHORITY_INVALID because i use self signed certs on the domain localhost
now i want to check if the net::ERR_CERT_AUTHORITY_INVALID occurs, and if so the user should receive a message, but how can i distingish form other network errors like if the server is down fetch would throw a net::ERR_CONNECTION_REFUSED
when i catch the fetch error , all i get is:
```...Command doesn't work in deno task but works outside of deno task
(find . -name '*.js'; find . -name '*.as') | grep -v bundle | xargs wc -l | sort
(find . -name '*.js'; find . -name '*.as') | grep -v bundle | xargs wc -l | sort
How do I patch a std api?
vm.isContext function to return false in order to get the node:jsdom library to work: https://github.com/denoland/fresh/issues/427#issuecomment-1251918545
I am wondering how they did that....Monkey patch Broadcast Channel to send messages to current context
new BroadcastChannel("test_channel"); which I in the same context want to post messages to and still be able to recieve them.
So if my pretty little drawing helps:
```
|---same javascript context----------|...Dynamically imported module evaluation is still pending
How to setup CORS with serve? I get 403 forbidden.
Dynamic npm imports don't work
npm specifiers. For example:
```
await import("npm:react")...Vue 3 and deno
Unable to make local session persistence with Firebase Auth on Deno Fresh
~/back/firebase.ts using env variables for the configuration values.
- The sign-in functionality is in ~/routes/api/signin, The POST method executes the signin using firebase auth and redirects to /profile. The GET method returns the current session for fetching....newbie help on deploying first project to deno
Custom fonts
How to exclude vendor directory from test coverage?
test\.(ts|tsx|mts|js|mjs|jsx|cjs|cts) and only include specifiers matching ^file:. If I wanted to keep the current behavior but also exclude my vendor directory how would I do that?
Before this I tried excluding them from codecov by using the following codecov.yml in my .github directory but it didn't work and still shows coverage for my vendor directory.
```yml
comment: false...
How exactly do import maps work?
"/": "./src/",
"./": "./",
"/": "./src/",
"./": "./",
/a/b/c.js it imports from ./src/a/b/c.js. I like this....does not provide an export named... module import
The requested module './mymod.module.js' does not provide an export named 'mymod'
The requested module './mymod.module.js' does not provide an export named 'mymod'