Mark Anders

Results 4 issues of Mark Anders

There does not seem to be any reference docs for recent versions of LayoutKit. The current release is 9.0.0, but if I navigate to the documentation at http://layoutkit.org/code-documentation/, I'm sent...

defect
documentation

It seems that the emacs flymake package works by creating go files prepended with flymak. These are saved as you type so it can report errors within emacs buy seem...

Not sure what caused this to happen but saw the alert in AppCode. Here's the stack trace: ``` java.lang.StackOverflowError at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at com.intellij.util.lang.UrlClassLoader._defineClass(UrlClassLoader.java:295) at com.intellij.util.lang.UrlClassLoader.defineClass(UrlClassLoader.java:291)...

When previewing a markdown file used for a wiki, links such as `[My Page 2](this-is-my-page-2)` do not work. However, if I change it to `[My Page 2](this-is-my-page-2.md)` it opens fine...