amarjeetanand's blog

By amarjeetanand, history, 4 years ago, In English

Hi MikeMirzayanov

I feel having below 2 features on CUSTOM INVOCATION page will be helpful during a contest:

1. Option to submit the code from Source: box
2. A resize widget at the bottom right corner of Source: box

  • Vote: I like it
  • +1
  • Vote: I do not like it

»
4 years ago, # |
  Vote: I like it +6 Vote: I do not like it
  1. You shouldn't use custom invocation as an IDE, it will both fail you in-contest and probably put extra load on the judging system. There are so many other better options out there.
  2. Agreed, could be nice and hopefully harmless. For now, you can use inspect element hacks. For example, run this JS code in the console: document.getElementById("editor").style.resize = "both";, drag the resizer to what you want, then close the console window (in that order).