Cody Casterline

Results 147 issues of Cody Casterline

### Is there an existing issue for this? - [x] I have searched the existing issues ### This issue exists in the latest npm version - [x] I am using...

Bug
Priority 2
Documentation
config:aliases

The release of Deno v2.4 brings a lot of deno-embedder's features to Deno. 🎉 https://deno.com/blog/v2.4 The first two bullet points in the announcement are: * `deno bundle` * Importing text...

Someone already opened up a bug in the Deno repo here: https://github.com/denoland/deno/issues/28526 I'm having the same problem. However, **am** able to connect to the same database with [PostgreJS](https://github.com/panates/postgrejs), which doesn't...

### What version of Hono are you using? 4.8-4.9 ### What runtime/platform is your app running on? (with version if possible) Deno ### What steps can reproduce the bug? (Update:...

triage

### What version of Hono are you using? 4.9.5 ### What runtime/platform is your app running on? (with version if possible) deno 2.4.x (but I assume same behavior on any)...

bug

I get type errors when I try to use esbuild-sass-plugin with esbuild v0.22.0: ``` Type 'import("file:///Users/codyc/Library/Caches/deno/npm/registry.npmjs.org/esbuild/0.21.1/lib/main").Plugin' is not assignable to type 'import("file:///Users/codyc/Library/Caches/deno/npm/registry.npmjs.org/esbuild/0.22.0/lib/main").Plugin'. Types of property 'setup' are incompatible. Type '(build:...