Eugene Formanenko
Eugene Formanenko
It is always frustrating when request/response contains a buffer. Dumping in console as is totally useless because of huge amount of data inside and causes a harder debug of other...
We should load swagger from relative url because nest application could be proxied with some path prefix by some server like NGINX behind. For example, we have Nest app with...
Hi there, first of all thanks for a great job so far! The library works fine with a one directory that have only one directory with joi schemas But it...
Sails version is 0.11.0 Sails-auth version is v2.0.0-alpha2 .sailsrc ``` { "generators": { "modules": { "auth-api": "sails-auth/generator" } }, "hooks": { "grunt": false } } ``` ``` sails generate auth-api...