zeta-squared
zeta-squared
I am currently working on a router specific error handler. Would it be possible to be assigned to this?
This isn't actually a bug in the code but rather a problem in the documentation. The problem is using a return statement doesn't actually pass control to the error handler,...
That's strange I copied your snippet from above and tested with my suggestions and they work. I've included it below. ```javascript const HyperExpress = require('hyper-express'); const app = new HyperExpress.Server();...
@BolverBlitz I have left the throw in my fork because that works in the current (6.17.3) version of hyper-express so it should be included. Just to help me understand the...
@BolverBlitz Ok I understand now. Going back to: > I´ve looked at @zeta-squared #328 and your solution there with `next(error)` works for both versions, but you left the command with...
@BolverBlitz is your application written in JavaScript or TypeScript?
@BolverBlitz I'm sorry I couldn't be anymore help. I have looked at the code you linked and there are many try-catch blocks which will catch then return the error. It's...
This is a fantastic addition to the repo that should be included. While this PR awaits approval is there any way to implement your change without editing the source code?...
To those of you who have a workaround using `docker exec` can you please explain how this solution works? I have tried this with the appropriate user from devpod but...