KonyDev

Results 3 issues of KonyDev

When i run my code, it gives me this error. How i can fix it? ``` error: function type cannot have a name pub const HandlerFn = fn handle(Request, Response,...

error message: ``` C:\Users\User\Desktop\projects\login-system\passport-config.ts:26 passport.use(new LocalStrategy({ usernameField: "email" }, authenticateUser)); ^ TypeError: LocalStrategy is not a constructor at initialize (C:\Users\User\Desktop\projects\login-system\passport-config.ts:26:16) at Object. (C:\Users\User\Desktop\projects\login-system\server.ts:22:1) at Module._compile (node:internal/modules/cjs/loader:1275:14) at Module.m._compile (C:\Users\User\AppData\Roaming\npm\node_modules\ts-node\src\index.ts:1618:23) at...

When i run my project it gives this warning warning. Is there a way to fix this? ``` src\lib.rs:23 - This godot-rust version is only compatible with Godot 3.4.x; detected...

bug