-
# Issue
Project not compiling using oak
Setup:
macOS Big Sur
deno 1.3.0
v8 8.6.334
typescript 3.9.7
- SuperOak Version: 4.0.0
## Details
> Not sure exactly why but my project is not …
-
# How to test cookie based sessions?
Setup:
- Deno Version: deno 1.7.2 (release, x86_64-apple-darwin)
- v8 Version: v8 8.9.255.3
- Typescript Version: typescript 4.1.3
- SuperDeno Version: "h…
-
# Issue
Setup:
- Deno Version: 1.7.2 (release, x86_64-pc-windows-msvc)
- v8 Version: 8.9.255.3
- Typescript Version: 4.1.3
- SuperOak Version: 3.0.1
When running the tests with `deno test …
-
# Issue
Setup:
- Deno Version: 1.5.4 (bc79d55, release, x86_64-apple-darwin)
- v8 Version: 8.8.278.2
- Typescript Version: 4.0.5
- SuperOak Version: 2.4.1
## Details
Use the same `super…
-
# Issue
Setup:
- Deno Version: 1.5.3
- v8 Version: 8.7.220.3
- Typescript Version: 4.0.5
- SuperOak Version: 2.3.1
Callback function parameters are displaced.
## Details
I want to us…
-
# Issue
Setup:
- Deno Version: 1.4.4
- v8 Version: 8.7.75
- Typescript Version: 4.0.3
- SuperOak Version: 2.3.1
I am trying to run a simple test in my app, but it constantly fails because …
-
# Is there a way to test for redirects?
When I do something along the lines of:
```javascript
await superdeno(testApiUrl)
.post('/api/to/endpoint/that/triggers/a/redirect')
.expect…
-
Hello,
I'm trying to add simple test in project, but there is an error blocking me:
```
thread '' panicked at 'called `Result::unwrap()` on an `Err` value: FromHexError(InvalidHexCharacter { c: …
-
Hello,
I'm trying to add simple test in project, but there is an error blocking me:
```
thread '' panicked at 'called `Result::unwrap()` on an `Err` value: FromHexError(InvalidHexCharacter { c: …
-
# Issue
Setup:
deno 1.0.3
v8 8.4.300
typescript 3.9.2
```
const router = new Router();
const app = new Application();
app.use(router.routes());
app.use(router.allowedMethods());
cons…