Jack
Jack
hey @gylaz i can confirm its not found with the following hound.yml ``` eslint: enabled: true config_file: .eslintrc.yml ignore_file: .eslintignore version: 7.7.0 ```
oh and here is the error incase it helps
should note i can debug by just going `rdbg --open -- ${COMMAND}` in the terminal then attach via a launch. but if i try to use this via the debug...
@connorshea thanks for the reply (my lazy dev brain loves the plugin). hmm maybe ill look at the source and see how hard it would be to support rdbg as...
👍 to this, i was hoping when a Job resource becomes unhealthy it would update the application to unhealthy to trigger a notification for use to action the issue. I...
@mdrakiburrahman thanks for the reply :) sadly don't think this will serve our use case, its less about fixing a broken state job (well maybe this will be useful in...
hey @MaitreGEEK could you try `where ffmpeg` in a cmd prompt im guessing ffmpeg isnt in your class path?
so yeah the ffmpeg needs to be findable by your system https://www.wikihow.com/Install-FFmpeg-on-Windows see step 12
Ah yes i actually ran into this issue today trying to refactor my build script further, i.e say i wanted to go npm run saveDependencies with the following script ```...