-
Hey folks,
Just getting into Kotlin and I had a hard time importing the koans into Intellij. Can we make it a Maven project and/or remove the editor settings (e.g., Eclipse files like .project)?
mrice updated
7 years ago
-
Hi, having a great time with your koans -- I would be interested in why result.rs seems to not exist? :)
Thanks!
```
koans ➤ cargo run
cargo run
Compiling koans v0.2.0 (file:///Users/usrgu…
-
Someone clued me into the fact that the koans archetype (and likely all of the archetypes) doesn't work with version 3.0 of the maven-archetype-plugin (looks like the [latest version is 3.0.1](http://…
-
_Note: the launch checklist was woefully outdated, since this got created over two years ago, so I deleted it._
If you are interested in leading the charge on getting this track launched, then comm…
-
var multiply = function (a, b) {
//An internal comment
return a \* b;
};
var stupid = "function (a, b) { \
return a \* b; \
}"
expect(multiply.toString()).toBe(stup…
-
Perhaps less of an issue and more of a whine, but trying the Koans on VS2013 (& VS2010), and when I press F5 I get a console window popup that lists an error message and stack trace:
Please medita…
-
Partially due to NUnit, `AssertEquality` has some behaviors that don't communicate F#'s concept of equality very well. For eample, `AssertEquality 2 2.0` will pass which is not consistent with F# equa…
-
This is more of a feature request than a bugreport. I tried cloning the repo and open the solution with Visual Studio Community Edition 2017. There are however several problems. I tried to fix them bu…
-
As the title says everyone the screen is rotated the code in the "task.kt" is reset and all changes are lost.
-
Just ripped this list off of the navbar from MDN's [JavaScript page](https://developer.mozilla.org/en-US/docs/Web/JavaScript).
- [x] Array
- [ ] ArrayBuffer
- [x] AsyncFunction
- [ ] Atomics
…