question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make 'Seconds till autosave' more precise

See original GitHub issue

#374 adds the functionality of a countdown until the next autosave. However, sometimes it hangs and does not display the next second (ie., 34, 33, …, 31). After some testing, I believe this is due to the CM.Loop not being called in that specific second (in the example the 32st). Therefore the StatsMenu does not get updated, even though the user might have selected CM.Config.UpStats to be 1 second.

For now, I have added the non-optimal feature to the dev-branch to gage user-feedback and collect ideas and possible solutions in this topic. Even if it is not perfect I still think the current feature serves its purpose, but it would be nice if we could find a way to make it seems less “broken” to the unknowing user.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DanielNoordcommented, Dec 5, 2020

Yeah, it was a much bigger job than I initially anticipated but it is now almost done. Only the stats-page left.

I found a lot of problems and weird code. I also prepared functions whenever I could for some of the issues I could remember, so it should be much easier and straight-froward in the future to implement stuff related to CM.Disp

0reactions
Chorizorrocommented, Dec 5, 2020

Thanks! And good job to you for the rewrite, this was pretty much needed!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Make Microsoft Word Autosave Your Documents Every ...
To minimize the possibility of losing your work during a crash, here's how to set your Microsoft Office documents to autosave every minute....
Read more >
c# - Autosave a form till the session expires - Stack Overflow
The best method is to use timers control ,they will fire tick events ,on which you can write code for saving your data...
Read more >
What is AutoSave? - Microsoft Support
AutoSave is a new feature available in Excel, Word, and PowerPoint for Microsoft 365 subscribers that saves your file automatically, every few seconds, ......
Read more >
GODOT Autosave Feature (9 mins tutorial) - YouTube
Discord server : https://discord.gg/QnNu6FUAppreciated never expected : https://www.buymeacoffee.com/rungeonMost simple way I could think of ...
Read more >
Make autosave timer configurable #30 - GitHub
Well, do be more accurate: The 3-seconds autosave timer works as intended until the first autosave event after opening the file.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found