Maximilian Antoni
Maximilian Antoni
This is partially addressed by #142.
I agree with this and I ran into the same issue myself. My preference would be to change the current behaviour and release a major. If someone wants the current...
Giving this some more thought, I now think the most intuitive and flexible behavior would be to pass the `result` of `JSON.parse` to `match(result, arg)` where `arg` is the argument...
Agreed. A version blacklist of sorts.
Docker is not required anymore. The DynamoDB jar now works fine on M1 with a recent java install. I think this can be closed.
Can you post the first couple of line from your CHANGES.md file?
I tried to reproduce with a test case, but there doesn't seem to be anything wrong with the header you've posted. The piece of code that is checking the header...
That's an interesting idea. How would we do this? Maybe by adding a flag to specify bot users to ignore?
I wouldn't want to maintain a list of bots in this project. One could have a private custom bot in use that shouldn't be listed in an open source project....
Passing the same flag multiple times makes it an array. Something like `[].concat(opts.ignoreGrep)` should work.