John Heroy
John Heroy
I am having the same issue on `13.1.2` and running lint-staged with the debug flag but NOT with `--no-stash` gives me this: ``` npx lint-staged --diff="main...workBranch" -d lint-staged:bin Options parsed...
You can see how I parsed cc-cedict.txt here: https://github.com/johnheroy/node-cc-cedict/blob/master/parser/dictionary-parser.js I think I used the .txt version of the dictionary downloaded from [here](http://www.mdbg.net/chindict/chindict.php?page=cc-cedict). I am fine if you want to re-parse...
@dcavanagh Sorry should have been more clear in the original issue post. The code snippet does *not* crash and sets a correct response (hence "hacky workaround" comment) but I'd like...
I'm getting a 204 response and after reading through the code for `InversifyExpressServer`, I'm fairly certain the issue is this line: https://github.com/inversify/inversify-express-utils/blob/master/src/server.ts#L266 ```ts // invoke controller's action const value =...
@dcavanagh friendly ping :)