Results 25 issues of Garrett Hopper

I'm using `general-key-dispatch` like this ``` (general-def 'insert "j" (general-key-dispatch 'self-insert-command :timeout 0.3 "j" 'evil-normal-state)) ``` Whenever the file is byte-compiled (by Flycheck), I get this error: `the function ‘general-dispatch-self-insert-command-0’...

From what I can tell, the Nuget package support MonoDroid, but the MonoGame template point to MonoAndroid? I'm not very familiar with any of this. Are these not the same...

Next browser provides the interesting feature of storing history as a tree, so when you move forward in history `L`/`forward`, it asks you which branch of the tree you want...

priority: 3 - wishlist

I'd like to be able to parse org documents which have indented parts of lists on newlines without the list being split. Tools like Pandoc handle this correctly when generating...

I'm not sure where you want features such as this @Glutanimate. The ability to type in the cloze would be helpful at times. I'm not sure how difficult it would...

enhancement
help wanted

It would be nice to be able to edit several similar notes using [Column View](https://orgmode.org/worg/org-tutorials/org-column-view-tutorial.html). This could be done if notes supported using Org properties for fields instead of only...

Indium doesn't seem to work with Node's `--experimental-repl-await` flag. `.indium.json` ``` { "configurations": [ { "name": "node", "type": "node", "command": "node --experimental-repl-await" } ] } ``` Running `await 1` in...

enhancement
nodejs

Sorry for the noise, but can #2312 be reopened? It was closed and later locked with a mentioned of no "recent activity" despite there being a couple comments about it...

bug
workaround-available

I have a `build.hxml` with a `-java-lib` definition for a library I'm attempting to use. I had to manually add this library to the Intellij project (`Project Settings/Libraries`), however it...

enhancement
Priority 4

I've begun looking into https://github.com/vshaxe/haxe-language-server to try to implement the new IDE features in a new Emacs mode, however I can't make heads or tails of how the JSON-RPC works....