-
# Issue
Setup:
- Deno Version: 2.0.0 (stable, release, aarch64-apple-darwin)
- v8 Version: 12.9.202.13-rusty
- Typescript Version: 5.6.2
- SuperOak Version: 4.8.1
## Details
Deno test sta…
-
This framework looks like there is a lot of batteries already included, but I didn't saw any way for testing this framework,
How can I unit or integrate test with this framework?
-
# Issue
Setup:
- Deno Version: 1.18.0
- v8 Version: 9.8.177.6
- Typescript Version: 4.5.2
- SuperDeno Version: 4.8.0
## Details
When using the `.attach` method on a `request.post` the b…
-
I feel like this should work out of box, but for some reason it doesn't. Since I don't see any mentions of `Bad Resource ID` on `oak` or `superoak` repositories I suspect it is an issue with deno.
…
-
# Issue
Really a question, but with Opine being in maintenance mode, I tried the recommendation of using `express` on Deno.
I tried using `superdeno` to test routes, but when I run the test, the…
-
# `HandlerLike` signature doesn't match actual `server.Handler`. Missing `connInfo`
Setup:
- Deno Version: deno 1.20.6
- v8 Version: v8 10.0.139.6
- Typescript Version: 4.6.2
- SuperDeno Ver…
-
Hi,
I would like to know if it is possible to run superdeno with just a plain server with `serve` from deno `http` package, and not with opine or another framework. I can't find any resource.
Th…
-
# Issue
Setup:
- Deno Version: 1.15.2
- v8 Version: 9.5.172.19
- Typescript Version: 4.4.2
- SuperDeno Version: 4.6.0
## Details
```ts
import { superdeno } from 'https://deno.land/x/su…
-
# Issue: Getting async leaking error when testing opine v2
Setup:
- Deno Version: 1.16.4
- v8 Version: 9.7.16.15
- Typescript Version: 4.4.2
- SuperDeno Version: 4.7.1
## Details
> When…
-
Bundled this with `deno bundle --no-check mod.ts` and after that ran `deno run -A --unstable mod.ts` and now this happens. I'm not quite sure how but this happens with a dynamic/worker imports.
Cod…