Ad
  • Custom User Avatar

    I must have missed this email notification. Glad you found it on your own. Right now we are working on refactoring the data model for how code challenges work, once we do that we intend to introduce a simple JSON API for downloading and uploading kata solutions.

  • Default User Avatar

    Never mind. I figured out how to do it. (App.controller.editor.getValue and setValue)

  • Default User Avatar

    I would really like to see kata descriptions when browsing the Library for unsolved Katas to train on. They are displayed on the dashboard for the next suggested kata, so why not include them on the kata's detail page.

  • Custom User Avatar

    On the Home page the suggested next Kata will sometimes be a kata you already completed, which is fine. It would be helpful to have a check mark next to the kata if you have already completed it (like there are when you look at kata's in the library) to make it easier to see that you have already completed it.

  • Default User Avatar

    Allow customization of the color scheme. Black backgrounds remind me of black belts, but I am a white belt, can I have a white background?

  • Default User Avatar

    How do I get a reference to the "codeAnswer" javascript object that represents one of the CodeMirror js editors on a Kata page. I want to do a getValue and setValue on it.

    Thanks for any help.

  • Default User Avatar

    It would be nice if there was a REST interface to upload and download code so that a third party editor could be used (Vim, emacs, etc)