Julius Žaromskis
Julius Žaromskis
See this solution https://github.com/gruntjs/grunt-contrib-concat/issues/57 Or this: https://gruntjs.com/configuring-tasks#custom-filter-function ``` module.exports = function(grunt) { function checkFile(filepath) { if (!fs.existsSync(filepath)) { grunt.fail.warn("file not found: " + filepath); } return true; } {src: sources,...
Thanks, I will look into that lib.
Is there a reason not to accept this PR though ? express-openapi does not work out of the box for me, I'd rather stick with swaggerize-express
ok, how about this one? https://github.com/kogosoftwarellc/express-openapi/issues/91
I hope test is satisfactory. Please also bump major version to 5.0.0, because this now requires native Promise support and might not work for very old nodejs versions. Tests now...
Also do you think you could bump enjoi version ? https://github.com/krakenjs/swaggerize-routes/issues/94
Having load balancing in db driver has many advantages by removing all the intermediate services (pgpool/virtual interfaces). As it was already mentioned there should be a separate pool per each...