Use '/' key to quickly access this field.
Enter name of repository, or repository group for quick search.
Prefix query to allow special search:
user:admin, to search for usernames
user_group:devops, to search for user groups
commit:efced4, to search for commits
Fix issue with simulation.
Previously, if there was more than one tick being advanced at once, it would
overshoot how many ticks it covered. So if it was covering 5 ticks and each
tick happens every 100 units, rather than recording that it had simulated
through t= 500, it would increase the cumulative time for each tick, recording
that it had simulated through t=2500.
Add error message, too.
Add very basic visitor simulation.
Simulate visitors as a direct linear function of trees. This is very simplistic
and looks simplistic (it's pretty easy to see visitors are always 1/10 of the
trees).
Only scroll after a slight delay.
Wait about 1/3 of a second before beginning to scroll. Otherwise it becomes too
easy to trigger by mistake when mousing over to the toolbar.
Fix bug introduced by FNA upgrade.
I think FNA or one of its dependencies fixed a bug with the pipe key being
mislabeled as the backslash key. It does have a backslash on it, but only upon
shift.