Max Piskunov
Max Piskunov
> I don't see why we shouldn't just _always_ seed with the number 1. If you rename or move the md file I don't think the images should all suddenly...
Now, it will just return a single element from `"AllEventsList"`.
> This runs in 2.5 seconds on my dual core laptop. Should this issue be closed? Do we completely understand the time complexity here? It seems to me it should...
@aokellermann, I just updated this with a lot more details. Let me know which parts (if any) are still hard to understand.
Might not be worth fixing before #67 or #401.
Might be related: https://dl.acm.org/doi/10.1145/3018610.3018626 and https://ieeexplore.ieee.org/document/7513384
The situation is, in fact, weirder than I originally thought. In particular, if one demands that the deduplication both allows one to reconstruct the duplicated token-event graph and is unique,...
We are planning to implement this in Project Yellowstone (v 0.4), however, the API will be quite different. This issue needs to be updated with the new API.
Thanks for your reply, @lshifr! I tried using your formatter on one of our files, and there are quite a few issues. Here is what it looks like (see the...
We should even be able to cache it between builds similar to how you [cache Python modules](https://github.com/aokellermann/markdown_lt/blob/2cec9f07014169ba3db2d359a8d2f314a79fd849/.circleci/config.yml#L27).