Max Malm
Max Malm
@ellioseven yes, you are correct. Thank you for answering. Maybe it's not the best use case or maybe I don't understand this example really. So basically I should run `kratos.whoami`...
Same issue here with `0.403.0`
Any chance of this getting fixed?
I'm getting something similar on 0.3.1 when building my nextjs project, when I have strict=true: ``` ./node_modules/typeid-ts/src/base32.ts:17:5 Type error: Type 'number | undefined' is not assignable to type 'number'. Type...
Hey @ongteckwu, thanks for the quick reply. Sadly I still get an error on 0.3.7. I'm using NextJS btw ``` ./node_modules/typeid-ts/src/base32.ts:31:5 Type error: Type 'number | undefined' is not assignable...
It worked! 🙏 thank you @ongteckwu!
I built a proxy to edit the suffix: ```ts import { Elysia } from "elysia"; const SUFFIX = "🦊"; const paths = { radarr: { path: "/radarr/*", url: "http://radarr:7878", },...
@devanteweary sorry about that, I'm not sure why but I haven't gotten any notifications about your issue. I've replied now
Nice workaround with 1.7.0, too bad Cockpit isn't available on that version
I'm getting this error with the following code: ```ts const mainDatabaseInstance = new scaleway.DatabaseInstance( "mainDatabaseInstance", { nodeType: "DB-DEV-S", engine: "PostgreSQL-15", isHaCluster: true, disableBackup: true, userName: "my_initial_user", password: "thiZ_is_v&ry_s3cret", }, );...