Dries Croons

Results 12 comments of Dries Croons

@liabru > It's definitely advised to always use a fixed timestep e.g. 60hz why though? wouldn't you want to sync the refresh rate to the monitor of the user? I've...

If it helps anyone; I had the same issue in chrome 86 and 87 with WebXR Incubations set to enabled and the Force WebXr Runtime flag set to openXr. I've...

Any update on this @hiranya911? I'm currently checking if my error object has a code property in my error middleware, but this interferes with other packages I'm using. (other errors...

Would you mind sharing a link of the node sdk roadmap? Cannot seem to find it 😀

I was trying to have a map of type `Map` with automatically [generated docs](https://github.com/epiphone/routing-controllers-openapi). I've since then switched back to a regular object to get the proper result. For people...

@sdecri @iDevelopThings did you both get it to work using `yalc link` without the package json reference? Because for me, class transformer only uses the correct metadata storage if I...

Hey @orefalo! Appreciate the PR! Seems like some clutter was added to the PR in terms of different line endings / linter issues. I'll pull this repo tonight and fix...

for those wondering; I ran into the same issue and used [yalc](https://github.com/wclr/yalc) to fix my problem.

Running into the same issue as @manofteal mentions. When passing an array (which I don't want), it gets passed to my controller method, unvalidated. Any update on this? Edit: @attilaorosz...

Glad that you bring that up @attilaorosz as I've already been working on that PR as well! A good reason why I think we also need this for middleware is...