adventofcode-2018 icon indicating copy to clipboard operation
adventofcode-2018 copied to clipboard

Advent of Code 2018

Results 5 adventofcode-2018 issues
Sort by recently updated
recently updated
newest added

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies
python

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

## Description `./aoc create` only creates a symlink to the go solution in `workspace/` after it successfully created the go solution file. In particular, if the solution file already exists,...

enhancement

## Description Add a new command to run a wip-solution in debug mode. ## Design The new command would look like: ```text $ ./aoc debug -d9 -p2 -abadouralix -r ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

enhancement

## Description Stop running super-mega-long solutions. ## Design Add a boolean flag `--fast` or `--no-slow` to the `run` command ### Timeout Discard solutions that take more than 5s to run....

enhancement