GuyBorderless

Results 42 comments of GuyBorderless

This change is required to use schema-dts in a serverless setting like deno-deploy, since including the 38MB of typescript makes the bundle size prohibitive. Any update on when this will...

for me restarting the LSP / vscode didn't do it, but running `deno check main.ts` and then restarting the LSP did.

> Relying on a node API would immediately complicate the possible support for deno, hermes, and any other possible environments/runtimes with no/little support for `AsyncLocalStorage`. FYI deno supports AsyncLocalStorage, I...

I want this for a while! Also perhaps handle other files with the same import (or similar import with a different version) via some code-action. This could help make the...

restarting the lsp and autocompleting gives: `Starting Deno language server... version: 1.36.1 (release, x86_64-unknown-linux-gnu) executable: /usr/bin/deno Connected to "Visual Studio Code" 1.81.1 Auto-resolved configuration file: "file:///home/.../deno.jsonc" Warning: "options" configuration is...

I still get the issue, now with `Unable to send result to client.` printed multiple times before completion is shown.

should this be closed?

An example using deno in the docs would be nice as well

The problem is that drizzle is looking for drizzle-orm in package json? `drizzle-kit introspect:pg --out=migrations/ --connectionString=postgresql://postgres:...` `error please install required packages: 'drizzle-orm'`