Failing to create a new NextJS Project

@discordjs/rest request gets AbortError in Deno CLI
@discordjs/rest
inside a Deno project (via npm module).
When I try to start the bot, the request to Discord API fails with this error:
AbortError: The signal has been aborted...
Issues with ANSI control codes on compiled EXE
deno run
seems normal (see attached).
However, when the program is compiled, it now seems like the ANSI escape codes are being directly written out to the screen....
Mocking EventSource
EventSource
and I'd like to mock EventSource
entirely, but can't quite figure out how to get it to work. I've been referencing https://docs.deno.com/examples/mocking_tutorial/#stubbing and from what I can tell, stubs are for only replacing a method, not an entire class. Before I resort to wrapping it with another class that I can mock, does anyone have any ideas around this?No object comparison linter rule in Deno.
ISOLATE_INTERNAL_FAILURE - on basic API middleware
Recommended way to embed Deno with all its features
deno_core
crate: too bare bones, you need a lot of configuration to get some basic functionality such standard node extensions, importing via node_modules etc
- Using deno_runtime
crate: better than deno_core
but still missing import functionality via node_modules, also encountering errors which I have no idea where/how to fix
```txt...Recommended way of installing deno 'virtually' (not globally)
Nuxt & Deno (maybe off topic)
How to change views between 2 running tasks
WebSockets on Deno Deploy
How to get the path to the file from a deno_core op2?
fs
in op2
, but I want it to be relative to the dir the file is in.
I can't find anything on OpState
or HandleScope
for that though. And right now, import.meta.path
is undefined
, not sure how to fix that either...allow read and still asks for permission
Can't verify my Dynadot domain with Deno Deploy
CNAME
record because then it complains that a domain cannot have both A
records and CNAME
records at the same time (see image). And I'm not sure where in the form should I put the _acme-challenge
string...
`nuxt build` Could not resolve import "@mswjs/interceptors/ClientRequest"
denoland/deployctl
on app build, see error below
```
10s
Run denoland/deployctl@v1
with:...Workers: Property 'onmessage' dos not exist
deno-ts
says: Property 'onmessage' does not exist on type 'Window & typeof globalThis'.
Code
```ts...Deno compile inflates output size in monorepo — includes unused dependencies from other packages
why does deno compile read my other directories ?
deno compile main.ts
It tries to walk up the file tree and find other folders with node_modules/package.json ( not sure what its looking for )
And compilation never ends.
...Embed `*/` in doc comment?
deno doc
have a solution for embedding */
inside a doc comment? There's no conclusion on the same issue in TSDoc, but one suggestion is to use a zero-width space in between the *
and /
character. This works well, but it's cumbersome and linters will complain about it.