Erik Hofer
Erik Hofer
@hellofornow I still get the same error. This does not seem like a "command not found" as opposed to a "path not found" error.
Any progress on this?
Did you find a solution to this?
I have the same issue when defining the template on job level. When I create the template in global configuration it works as expected.
@pjdarton Basically what I did is, I created a Job that took some time (I used [stress](https://people.seas.harvard.edu/~apw/stress/) to simulate resource consumption but a simple "sleep" should be fine). I ticked...
@pjdarton I'm afraid I don't have the time to investigate this any further at the moment. I don't have the original setup anymore because I replaced it with the global...
Maybe my configuration is wrong but I check out files with CRLF using git. If I then run elm-format from command line, files show up in git as modified because...
I still have this problem, is there any solution/workaround? @oren-l this is happening with the `elm` vscode plugin, not `elm-format`. It still uses the `elm-format` package (not vscode plugin).
https://github.com/plotly/react-cytoscapejs/blob/3808c36148f6e79ad2be8cd76f20db9dfaa11a57/src/component.js#L61 This looks like it could be the problem.
If anyone has the same issue, you can edit `toc.php` to achieve this. In `extract_headings()` after ``` // remove undesired headings (if any) as defined by heading_levels if ( count($this->options['heading_levels'])...