API that allows users to get basic information such as completed Katas with last completed and first completed dates. I could use this to build an app adding spatial repetition functionality.
Sandboxing code - Being able to run code in a new sandbox (and get the returned results) would be useful in crafting some test cases. Maybe extend the Test object to include Test.sandboxEquals(function, value).
Just started out using Codewars and I was starting to wonder if the timeout was just referring to me taking to long to solve the problem. Glad it's not the case.
The community should be able to leave some kind of negative grade on a kata so that if enough of them accumulate it can be addressed.
It seems that there exists a few katas that have been abandoned by the authors.
While JavaScript has some methods for manipulating collections in a functional way, like forEach/map/reduce/filter/some/every/etc. underscore provides a much wider collection of those.
Using such underscore methods like groupBy, indexBy, countBy, pluck, also ranges, chaining, and more would allow users, who enjoy the functional approach, to come up more interesting and concise solutions without having to reimplement basic underscore functionality.
Kata creators should be able to disable underscore in as simular manner other JS functions are disabled.
It would be useful to be able to request a correction or change from the original kata author. I've run across several now that have had incorrect directions. This usually requires me to read the details in order to determine what I might have missed.
I keep getting logged out once a day or so. This last time it happened I was editing my kata and was running it to see the results, it just kept waiting for results - never timed out. I hit the save button, just in case and still nothing. I then pressed f5 to reload the page and was sent to the login page.
I'm not able to reproduce this. Exactly what keys are you pressing? Thanks.
Perhaps one of the codewars developers can corroborate this, but they are using CodeMirror's
vim.js
for their emulation:https://github.com/marijnh/CodeMirror/blob/c09f54c1b72d2c302c360120522815d159609261/keymap/vim.js
It's got problems.
Y
doesn't behave correctly, which drives me nuts.You should probably open up issues upstream.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
API that allows users to get basic information such as completed Katas with last completed and first completed dates. I could use this to build an app adding spatial repetition functionality.
I think it could be pretty easy to add the vm to the sandbox object passed in with the node runner.
Sandboxing code - Being able to run code in a new sandbox (and get the returned results) would be useful in crafting some test cases. Maybe extend the Test object to include
Test.sandboxEquals(function, value)
.Just started out using Codewars and I was starting to wonder if the timeout was just referring to me taking to long to solve the problem. Glad it's not the case.
Since 2 days I'm getting "Submission timed out." all the time...
Average completion time, instead of top completion times would be useful to guage problems.
The community should be able to leave some kind of negative grade on a kata so that if enough of them accumulate it can be addressed.
It seems that there exists a few katas that have been abandoned by the authors.
Allow using lodash or underscore for JavaScript.
While JavaScript has some methods for manipulating collections in a functional way, like forEach/map/reduce/filter/some/every/etc. underscore provides a much wider collection of those.
Using such underscore methods like
groupBy
,indexBy
,countBy
,pluck
, also ranges, chaining, and more would allow users, who enjoy the functional approach, to come up more interesting and concise solutions without having to reimplement basic underscore functionality.Kata creators should be able to disable underscore in as simular manner other JS functions are disabled.
It would be useful to be able to request a correction or change from the original kata author. I've run across several now that have had incorrect directions. This usually requires me to read the details in order to determine what I might have missed.
Others have said it, but I'm bringing it up again - the default test fixtures are not ever showing up.
I keep getting logged out once a day or so. This last time it happened I was editing my kata and was running it to see the results, it just kept waiting for results - never timed out. I hit the save button, just in case and still nothing. I then pressed f5 to reload the page and was sent to the login page.
Loading more items...