Cameron Sima
Cameron Sima
These lines wont do anything: ` export const postLogin = (req: Request, res: Response, next: NextFunction) => { check("email", "Email is not valid").isEmail() check("password", "Password cannot be blank").isLength({min: 1})` the...
This is a really cool project. I'm wondering how tokens/ contracts are implemented within this project?
When running wireproxy from the command line, everything works normally. When I run the Dockerfile with docker compose, I get `curl: (56) Recv failure: Connection reset by peer` when testing...
11:01:07.171 - error: Unhandled exception 11:01:07.172 - error: Please report the issue in https://github.com/vtex/toolbelt/issues 11:01:07.173 - error: post https://vtexid.vtex.com.br/api/vtexid/toolbelt/start?an=*** 11:01:07.177 - error: ErrorID: 7479f49a1dd832fc8882ebb39b11128c
Hi there, great project. I'm working on a game of my own and working through options for a flight physics engine in JS or WASM and I haven't found much...