Vitest borked when inside Deno workspace
npm
commands to deno
, but otherwise this configuration seems to work great.
I then tried to integrate this setup into a Deno workspace, but that didn't work out so great......How to install an electron app from it's repo?
npm start
inside it.
Now we all love Deno
right?...Intellij - Not so great experience
Local npm package
Using scopes in deno.json to mock modules for tests
collab
`deno run --cached-only` downloads stuff anyways
DENO_DIR=build/cache TZ=UTC deno run --allow-all -- src/server.ts
...how to persist data with deno kv when running a docker container?
Dockerfile
for simplicity
what I need help with:...VSCode JSX prop suggestions
deno.json
...
Vite dev server with HTTPS (node:http2)
deno compile --include whatev.wasm
--include
it I get
error: Relative import path "env" not prefixed with / or ./ or ../ and not in import map from "file:///var/home/bennyp/Developer/design-tokens-language-server/src/server/css/tree-sitter/tree-sitter-css.wasm"
error: Relative import path "env" not prefixed with / or ./ or ../ and not in import map from "file:///var/home/bennyp/Developer/design-tokens-language-server/src/server/css/tree-sitter/tree-sitter-css.wasm"
Basic Mocking example for `override global or imported objects` does not work
deno test --no-check
the example fails with:
```
getUserDetails formats the name correctly => ./service_test.ts:5:6
error: TypeError: Cannot assign to read only property 'getUserFromDB' of object '[object Module]'...Avoid newline at the end of Deno.stdout.(write/writeSync)
git clone <url>
and I want to print editable string in terminal so that I could replace the <url>
with the actual repo url.
```ts...Writing the whole buffer to stdout

What is the proper way to write crons in a Fresh project?
Deno.cron()
in the dependency tree of dev.ts
would halt the build process during deno deploy.
Is there a recommended way to add crons to a Fresh project?...Deno KV on deno deploy

Deno compile: LoadLibraryExW failed
Uncaught (in promise) TypeError: LoadLibraryExW failed
(attached screenshot) on running the compiled version (executable) with
Using drizzle w/ all permission enabled (-A)...
kv.watch() not working
for await (const entry of kv.watch([['chat']])) console.log(entry);
for await (const entry of kv.watch([['chat']])) console.log(entry);
Debugging tests with Vitest
vitest --inspect-brk --no-file-parallelism
should work just fine. So I tried:
deno run -A npm:vitest --inspect-brk --no-file-parallelism
deno run -A npm:vitest --inspect-brk --no-file-parallelism
Google OAuth2 flow with Deno Fresh