Eduardo Cáceres
Eduardo Cáceres
Thanks for the suggestion @h2oboi89. Out of curiosity, do you find that more useful than having N projects, one per year? Apart for simplicity in terms of AoCHelper implementation, the...
Fair enough, I'll leave this issue open to track the feature suggestion so that people can 👍🏼 if they agree, but not planning to implement it straight away for the...
I just did with an older version of the codebase using: * Both .NET 5 and .NET 6 SDKs * Project targeting .NET 5 Similar results for the tests mentioned...
Originally Release, but I see similar results in Debug: `7s -> ~1min 40s`
I don't know how much sense does it make, but I'm playing with these kind of records (see https://github.com/dotnet/csharplang/discussions/4122#discussioncomment-126027 for more details): ```csharp public record Node(string Id) { public virtual...
I'm afraid I can't agree with Scroll Lock option, due to not having it in my laptops and some of my keyboards. Let's add some controversy here: how about Num...
I also failed yesterday, but thankfully I've been luckier today and managed to get something with a similar quirky behavior which I understand shares the root cause with my real...
I added another pair of commits to reproduce a similar and probably related issue: when adding `[Ignore]` to one of the tests, the run stops being `Explicit`.
#181 allows to execute problems from assemblies different from the one where `Solver` is used. This facilitates doing multiple years in the same repository, with the restriction of using a...
That's definitely a step forward, thanks @jakubch1!