aocrunner icon indicating copy to clipboard operation
aocrunner copied to clipboard

Advent of Code runner

Results 19 aocrunner issues
Sort by recently updated
recently updated
newest added

This PR adds a third option to the dev interface to allow a graceful exit instead of requiring the user to use `ctrl+c`. I'm a little mixed on this one...

This PR updates the logic for creating a new day from templates by replacing `{{AOC_DAY}}` in filenames and in the content of files with the AoC day number (padded to...

This PR address Issue [https://github.com/caderek/aocrunner/issues/18]( https://github.com/caderek/aocrunner/issues/18 ) Here's how it looks during setup : ![image](https://user-images.githubusercontent.com/47872542/205756167-4b238a5e-5bc1-474a-86d7-e5f5c34ecee9.png) If no is selected, there will be no changes, if yes is selected the following...

Hi, would you be open to adding jest as a test runner and being able to make a `.test.js` file and have multiple test suites. I find that the single...

Could we prevent `send solution` when `onlyTests` ? And/or send the solution with real input ?

My correct solution for 2022 day 25 was failing when submitting through aocrunner. I know it was correct because submitting it manually on the website worked. I suspect that the...

Same as issue #17 - Can't seems to make it work. I tried updating the version to `1.9.2` but it didn't work. Tried with node v16.18.1 and node v19.2.0 Working...

I thought it might make sense to auto-suggest the current day if nothing is entered when running the `start` command.

Today, when I launch the prompt I get: ![image](https://user-images.githubusercontent.com/5312607/206090996-289d4a9a-a4e0-4496-ac24-c05f56a256bc.png) Could we imagine having a more concise output? - [ ] removing all empty lines? - [ ] Not run part2...