Maciej Caderek
Maciej Caderek
I don't know, on one side I like that the runner is IDE-agnostic (and `npm start ` is imo simple enough), on the other side most people probably use VSCode...
Current version is `1.9.5`. What version are you running?
Can you show how your project structure looks like? You can use `tree -I node_modules -I dist` in the project's folder for this (if you don't have this command, you...
Thanks, looks good. Could you edit the `src/day1/index.js` file and add the following line, as the first instruction in the `part1` function: ```js console.log(new Error().stack) ``` Then please run `yarn...
Oh, sorry it wont work as the error occurs before it has a chance to run. Please paste that line right after imports.
Yup, see my second comment.
Thanks, I will keep this open to see if I can prevent it from happening.
Thank you, I will look into that.
I'm planning to add this, but it is not ready yet. In the meanwhile you can use this script to diff two versions of the JSON results: ```js /* diff.js...