Ad
  • Custom User Avatar

    It is indeed fixed, thanks for the quick response

  • Custom User Avatar

    Hi,
    When I am trying to submit my code, it is keep giving me an error saying "failed to connect to server, check the internet connection" but my pc is conected to imternet and am able to use other websites and check emails,

    if you could help me fix this please;

    Kind Regards,
    Ramya

  • Default User Avatar

    I've only tested this in JS / CS, but it's probably the same for other environments. If you log an html string to the console, it manipulates the html of the current page. The strings are not sanitized.

    To see it for yourself, try running this in JS: console.log('<img src="http://tinyurl.com/oayufqs"></img>');.

  • Custom User Avatar

    In the vi mode editor, the Tab key inserts a literal \t character, but using the indent commands (< and >), it changes the indent by 2 spaces. This is a little bit annoying in most languages, but it causes frequent irritating syntax errors when editing python.

    I don't think it especially matters which is chosen, as long as the behaviors match.

  • Custom User Avatar

    This problem should be resolved now. Thanks.

  • Custom User Avatar

    This problem should be resolved now. Thanks.

  • Default User Avatar

    I am unable to "Submit Final" of two of my kata's. No green button is available despite success...

  • Custom User Avatar

    I'm unable to do the final submit of my Singleton Kata solution. The tests come back with success, but the green version of the submit button is not available.