-
hi, I am integrating your great code to pil21's test suite and found day 19 is failing this way.
Could you fix? Thanks in advance.
```
$ pil 19.l
res: 124
4 - T
4 - T
4 - T
4 - T
4 - T
…
-
I'm trying to write a parser for the data format described in Day 4 of the [Advent of Code 2020 problems](https://adventofcode.com/2020/day/4). The following code works OK on the contents of a file w…
-
While playing with this year's Advent of Code, I hit an inference bug with `product-find`.
(Slight spoilers for day one of the AoC ahead.)
A quick solution that works for the problem is the litt…
-
**URL**: https://www.asokolov.org/advent-of-code/2020/day3.html
**Browser / Version**: Firefox Mobile 84.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**:…
-
Hi stoner221,
I tried to get your code run but after install and successful discovery of device(s) I am not able to control them.
log of discovered devices:
[2020-12-20 15:33:30] [LED_Strip] …
-
Hi there!
First of all, `advent-of-code-charts` is great extension and I enjoy using it a lot while solving AoC!
One thing that's been lacking for me on the main website is the ability to see per…
-
This is a great piece of code. I am a newbie in that language. I am trying to get the First item to be selected/preExpanded at loading. Not really getting anywhere with below
preExpanded: string[]…
-
The `LatestPosts` block is one of the first blocks in Gutenberg and, also, one of the most important blocks for fast and easy full page building. This block has been iterated on from launch and in it…
-
# Overview
The current [asynchronous programming model](https://docs.microsoft.com/en-us/dotnet/csharp/async) is unnecessary because __all__ code written in .NET is asynchronous by nature of running …
-
There's an error when using `pytest -k` to select a single test.
# pytest + pytest-timer
```console
$ pytest day09/part2.py
================================================= test session start…