damien-git

Results 8 comments of damien-git

I thought `node_modules` would be ignored because I read this in [eslint's user guide](https://eslint.org/docs/user-guide/configuring): > In addition to any patterns in the .eslintignore file, ESLint always follows a couple implicit...

How do we know `sleep 30s` will be the right delay ? I have been trying hacks like [this](https://github.com/twright-msft/mssql-node-docker-demo-app/issues/11), but nothing works... Support for database creation is still needed.

@vin-yu : thanks for the example, but it does not work for me. In `configure-db.sh`, `ERRCODE` is 1 before the server is done starting up, so it fails unless I...

I ended up making my own hack. It works in my case, for now, but that is still not satisfying... ``` #!/bin/bash # (see https://github.com/microsoft/mssql-docker/issues/2 ) echo "Container initialization: waiting...

@dougwilson I would personally like to see a prototype pollution protection added to express. I doubt there are many legitimate uses of `__proto__` and `constructor` properties in requests parsed by...

Same as #127. Ever found a way to avoid it ? It would be nice to know at least which file is not found.

Sorry about the late reply. This project was unmanaged for a while as I was changing job. I am maintaining it again, but only minimally as I don't have much...