tocic
tocic
Sorry, my bad. Fixed now. But didn't completely regenerate the root's `docs`, only affected files, because I have newer versions of the `generate.sh`'s dependencies, so running it introduces too much...
I think you should document it somehow (e.g., "press Space to continue"). I also took the time to find this ticket.
BTW, [here](https://repology.org/project/uni-algo/versions) you can track the packaging status of the library in various repositories.
@jeremy-rifkin Seems like the `msvc v19.latest` (`vcpp_v19_latest_x64`) compiler have completely disappeared. Is it down for maintenance? 
I'm ready to help. But which links to use? There is https://timsong-cpp.github.io/cppwp/std20 now, but no https://timsong-cpp.github.io/cppwp/std23 yet.
The `Icons: Reset Project Detection Defaults` command doesn't help, nor does restarting or reloading.
Here are two concerns about the proposed design: 1) It's important to understand how often the user needs to specify both absolute and relative tolerances. If it's not too often,...
It seems that there's a visibility problem with any SSH remote. See https://stackoverflow.com/q/76571659. Maybe we can try to infer the public address from the remote first?
Thanks for the quick fix! Unfortunately, I don't have this button. (Perhaps because I use https://open-vsx.org/extension/eamodio/gitlens instead of https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens.) I also tried to build the extension locally using the instructions...
Now _GitLens Inspect_ has stopped working with a private BitBucket SSH remote `ssh://[email protected]:7999/my/repo.git`. `git remote add fix https://private.domain/my/repo.git` fixes the problem. Are there any updates on this issue?