a lotWhat is the capacity of your server?

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
a lotWhat is the capacity of your server?
Wow. Are you a developer of twizzle? I didn't know you were here. Thanks a lot for the feedback .I'm still in the learning phase. I'll watch the videos on your Youtube channel. I'd like you to review the updated version again in the future.Seems you're motivated to work a lot on this timer, which is cool to see! Since you're looking for feedback, I thought I'd offer a few suggestions to make sure the timer is fair and reliable:
- Scrambles: you should not be using random-move scrambles. They produce measurably biased results, and I would never use or recommend any timer that does this. (In the case of YoTimer, it also seems to be capable of generating impossible scrambles on Square-1.) Since you're already using `cubing.js`, you might find it easy to use it for scrambles as well:
- Your code is using `Date.now()` to get timestamps, which means the time can jump around when the computer clock corrects itself. This can and has caused inaccurate timing results for timers like this. Fortunately, you can fix this by swapping out all those calls for `performance.now()`.
You can change that in your phone/tablet settings. This has nothing to do with the timerOn mobile, when solving, the screen turns dark indicating that it will auto sleep if I don’t do something soon. Is there a way to avoid this?
Oh, okYou can change that in your phone/tablet settings. This has nothing to do with the timer
There are already two different settings: hold space and press space. I don't understand what you mean exactly?It would be nice if you added a feature where you hold to start, but either tapping or holding the space bar stops because currently, the timer keeps going until you release again. Another good feature would be an option to view times in minutes, not just seconds.
When hold space is enabled, to stop the timer you must press and then release the spacebar to stop the timer, unlike on a stackmat, where you just have to touch it again. I would like it if you could have it more like a stackmat, where you hold to start, but the timer stops once you touch the space bar again, not when you push then release again.There are already two different settings: hold space and press space. I don't understand what you mean exactly?
Now I get what you mean. I'll fix that. Thanks for feedback.When hold space is enabled, to stop the timer you must press and then release the spacebar to stop the timer, unlike on a stackmat, where you just have to touch it again. I would like it if you could have it more like a stackmat, where you hold to start, but the timer stops once you touch the space bar again, not when you push then release again.
When you click on info it says there is no data but I think it still says it in the pb section. Thank you for your feedback. I will fix it as soon as possible.I found a bug where your PB that is marked does not change when you delete that time so if you accidentally start and stop quickly your marked PB is wrong forever.
Problem solvedI found a bug where your PB that is marked does not change when you delete that time so if you accidentally start and stop quickly your marked PB is wrong forever.