Robin Green
Robin Green
``` Thread 1 (Thread 0x7ffe330f2800 (LWP 26720)): #0 0x0000000000571312 in v8::Value::IsObject() const () No symbol table info available. #1 0x00007ffe325f0575 in hiredis::Reader::New (args=...) at ../reader.cc:154 scope = {previous_ = {extensions...
When I load the blogsiple homepage, I get this in the terminal window: ``` Error: ENOENT, open '/usr/lib/nodejs/blogsiple/extension/blogsiple/static/css/blogsiple.css' Error: ENOENT, open '/usr/lib/nodejs/blogsiple/extension/blogsiple/static/js/editable.js' ``` Indeed these files do not exist.
`C-g` is supposed to be reserved for quitting an interaction with emacs. Binding it in a key sequence causes at least these issues: - `C-h k` doesn't work for any...
`.head` is safe on a cons, but WartRemover errors on it anyway, telling me to use `headOption` instead. But using `headOption` is pointless in this case. You could say I...
I tried to edit Mood to make it a Pick from List tracker type. I tried to set the positivity/negativity for each of the items in the list. But two...
I have enabled the experimental source jar indexing in Preferences, but it doesn't find results in source jar attachments for Maven dependencies (I'm using the m2eclipse plugin).
The reality is, I am never going to remember most of this stuff, and I'm sure many people are similar. It would be useful to have a teaching mode that...
Example: ``` /tmp/flycheck23167cCy/Foo.scala message=Expected token SEMI but got Token(RPAREN,),1977, ```
It would be useful to show when [a dependency is not on the classpath due to classpathTypes](http://stackoverflow.com/questions/29022678/dependency-missing-from-classpath), similarly to how evictions are currently handled. Even more useful would be to...