Fyodor Yakimchouk

Results 8 comments of Fyodor Yakimchouk

I had the same issue today, regenerated conf file and it's back working again. Not sure for how long though.

Similar here, jest + ts-jest, simple tests get over 1GB of memory and eventually crash.

This should help: http://blog.mact.me/2014/10/22/yosemite-upgrade-changes-open-file-limit

@Bolza @said-abidi Run these in terminal: ``` echo kern.maxfiles=65536 | sudo tee -a /etc/sysctl.conf echo kern.maxfilesperproc=65536 | sudo tee -a /etc/sysctl.conf sudo sysctl -w kern.maxfiles=65536 sudo sysctl -w kern.maxfilesperproc=65536 ulimit...

It would be great to clarify this. Would probably make sense to reset just one setup.

> First, put your x-swagger-router-controller under the http operation (delete). Doc says to put it there. Right in main README.md on front page of this repo. ![](https://github.com/swagger-api/swagger-node/raw/master/docs/images/project-editor.png) > Next, you...

Any updates on this? It is a terrible bug.

Okay, so it tuns out that these params are sitting in `req.swagger.params..value`. Why not assign them to `req.params`? Query params are there.