Simon Morgan

Results 8 issues of Simon Morgan

When importing the Kotlin Maven project to Eclipse, I get the following error(s): ``` Plugin execution not covered by lifecycle configuration: org.jetbrains.kotlin:kotlin-maven-plugin:0.1-SNAPSHOT:compile (execution: compile, phase: compile) ```

Installation of the extension seems to hang waiting for MSBuild processes to finish. ![image](https://user-images.githubusercontent.com/38432155/39697685-b818337c-51e9-11e8-8d52-d98ce697df93.png) The extension is version 0.38.3. I'm using Visual Studio Community 2017 version 15.6.7 on Windows 10.0.16299.371....

The "Message" placeholder text in the text input box frequently has a red line underneath it to indicate that it's being spellchecked and that the spellcheck is failing: ![image](https://user-images.githubusercontent.com/9282/217774367-22091049-489d-4651-88e3-02955f8ca16a.png) Not...

After running M-x clojure-jack-in, a seemingly endless number of cmdproxy.exe processes start spawning, causing the system to gring to a halt given enough time. Judging by the number of bug...

windows

Sorry for the lack of details but, having just used the "Clean Up" feature, my path now looks like this: ![image](https://user-images.githubusercontent.com/9282/31724614-27324752-b41a-11e7-8f3c-972b48694d92.png) It looks like some paths seem to have been...

**Version info** - OS: Windows 10 - Build: 2074 **Description** Sometimes, when I'm composing a commit message and I minimise the Sublime Merge window, the commit message editor has added...

Thanks for creating the course and making it available. I'm learning a lot from it. Doing exercise 6.5 Iter seems to require a return type of `impl Iterator`, but AFAIK...