Wim Jeantine-Glenn

Results 90 comments of Wim Jeantine-Glenn

Heh :) I tried to think of an example but could not come up with anything really good. Perhaps just something simple and factual, such as "7 is the minor...

I'd also love to see some cache info tracked, so that the caller can easily see if the last call was a cache hit or a cache miss. ``` >>>...

@mjpieters I looked at this today, but can not find any public API to execute the cells. It seems it's the IPython display hook - that actually executes them. So,...

@mjpieters I've added a commit to avoid subprocesses, but it complicates things quite a bit - what do you think? There is a bit more mucking around now, because it's...

It is tracking timings, yes. If you look in the screenshot in the first post, you will see wall time in the leftmost column. And it is [verifying results against...

The reason I hadn't bothered to cache it is that nothing in the [runner](https://github.com/wimglenn/advent-of-code-data/blob/main/aocd/runner.py) uses it, so it's not a property that gets accessed under normal usage. I wouldn't be...

Hey Eric! Yes it's an older version of this app, the User-Agent was added at your request in 2016. Puzzle text, input data, and answers are all cached client-side, so...

Yes, I understand. I'll try and get this into the next version but I'm not sure it will be in time for Dec 1 :-\ When a client is requesting...

Yes, I am accepting PRs. The auto-generated docs stuff seems like a useful addition, just make sure to add test coverage for any new code.