You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It it possible to remove the sleep(3.0) and the Are you sure?[y/N] from the submission feature. It is sometimes quite frustrating when you've solved a simple problem and know that the solution is correct.
So, could we add:
--force/-f flag in oj submit command
boolean option in some .ojconfig file
telling oj submit to not add the extra delay.
(sorry for spamming with issues, but I just started using this tool for and it's working awesomely :) thanks for it!)
The text was updated successfully, but these errors were encountered:
By the way, I don't recommend removing the delays and confirmations, because they are "safety devices". Of course, you can earn 3 seconds by removing them. But when you make mistakes to submit and get penalties, you lost much more time (e.g. 5 minutes in AtCoder).
It it possible to remove the
sleep(3.0)
and theAre you sure?[y/N]
from the submission feature. It is sometimes quite frustrating when you've solved a simple problem and know that the solution is correct.So, could we add:
--force/-f
flag inoj submit
command.ojconfig
filetelling
oj submit
to not add the extra delay.(sorry for spamming with issues, but I just started using this tool for and it's working awesomely :) thanks for it!)
The text was updated successfully, but these errors were encountered: