Michael Bond
Michael Bond
> I work on .NET MAUI Somehow I missed this... 😅
I've noticed that every so often, I have to re-authorize IFTTT with Trello for recipes to continue working. I wonder if that's related.
Worth noting: there can be different test data for part 1 vs part 2. See for instance: https://adventofcode.com/2024/day/3 Part 1 test data: `xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))` Part 2 test data: `xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))` EDIT: also,...
I'm sure you considered this already, but this could be done in a simple way, if there were a way to override the `BaseDay` instances' `InputFileDirPath` like this. No need...