-
## Describe the Issue
When running locally with dev tools open, an error is produced that states:
"A ReadableStream branch was created but never consumed. Such branches can be created, for inst…
-
We have a custom router implementation here. I know we use it (or a similar version) in nft.storage API. However, in most of other places (w3s API, nftstorage.link gateway, nftstorage.link API, minibu…
-
All the documentation everywhere on the Internet has router.handle
I spent an entire day trying to diagnose why my itty stuff wasn't working.
Eventually by chance I saw in the release notes:
…
ghost updated
1 month ago
-
I am getting a typescript error when trying to use `fromHono()`.
```
Unsafe assignment of an `any` value.eslint[@typescript-eslint/no-unsafe-assignment](https://typescript-eslint.io/rules/no-unsaf…
-
- https://github.com/kwhitley/itty-router
- https://github.com/ardatan/whatwg-node/tree/master/packages/server
-
Is it possible to generate a openapi yaml schema file from the command line? Eg running a npm command? Without the server running.
Rationale:
In development workflow I would like to generate the yaml…
-
## Describe the Issue
[json.d.ts](https://www.runpkg.com/?itty-router@5.0.17/json.d.ts) in the published version
```ts
export declare const json: import("types").ResponseFormatter;
```
json.d…
-
### What version of Bun is running?
0.7.3
### What platform is your computer?
Darwin 22.5.0 arm64 arm
### What steps can reproduce the bug?
1. clone this repo https://github.com/josefaidt/bun-mon…
-
## Describe the Issue
Per https://github.com/oven-sh/bun/issues/1381 the BunJS runtime does not support .clone()
The withContent() middleware relies on .clone().json() to throw an error if the b…
-
I was attempting to use WebSockets and whenever using itty-durable the connection hangs on trying to connect. Below is a small little code sample of what I am using to test the WebSockets. When I use …