-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is it possible to detect "practice room"? #153
Comments
It is completely unintentional though, it is because of how practice rooms On Wed, Jul 2, 2014 at 3:29 PM, Shashwat Anand [email protected]
|
Yes, I know the difference, but since I’d like to put them in different folders like “Practice Room/SRM xxx” vs “Contests/Single Round Match XXX”, I don’t whether this is possible. Do the plugin has any other information? Like contest id or contest type? From: vexorian [mailto:[email protected]] It is completely unintentional though, it is because of how practice rooms On Wed, Jul 2, 2014 at 3:29 PM, Shashwat Anand <[email protected] mailto:[email protected] >
— |
I don't think arena API exposes any information regarding practice rooms. This should not stop you from writing a shell script which does the job. |
So can we get the id? Since I may need the id to decide its type.
|
Hi, one thing I was thinking these days is to put code + problem in different folders for different types of problem. Namely, put practice room problems in one place and the real contest problems in another.
Will that be possible?
The text was updated successfully, but these errors were encountered: