Gabriel Horner
Gabriel Horner
From https://github.com/LightTable/LightTable/issues/1667: I created a minimal project/test-case, built from [this](http://stackoverflow.com/questions/21691514/clojure-example-that-works-with-protobuf) and with the dependencies updated: it works with plain leiningen from the command line, but fails inside LT with `java.lang.VerifyError`...
From https://github.com/LightTable/LightTable/issues/1316: In a new project, just adding `:eval-in :leiningen` to project.clj, I got this error: ``` We couldn't connect. Looks like there was an issue trying to connect to...
From https://github.com/LightTable/LightTable/issues/244: e.g. if your project depends on datomic and you try try to evaluate #db/id[:db/user -1000]
This is a meta issue to consider some features Colin [demoed](https://www.youtube.com/watch?v=vt1y2FbWQMg&list=PLZdCLR02grLoc322bYirANEso3mmzvCiI) for Cursive at the Conj. Interesting features include: - [ ] When writing a fn from a new namespace,...
If a keybinding is added under :editor.keys.vim.normal.cm or :editor.keys.vim.visual.cm, these keybindings aren't unbound if they are commented which is not normal LT keybinding behavior. This happens because these tags don't...
4.7.0 introduced [custom keypress/keydown handlers](https://github.com/codemirror/CodeMirror/commit/e1a80eec0799c0b00a752a049ff2fff81c32c5e2). This conflicts with LT's [mousetrap handlers](https://github.com/LightTable/LightTable/blob/d7b974e60fff8fbf2cf4ad06ddb7d3ed4c7caa91/src/lt/objs/keyboard.cljs#L141-L155) and causes Esc, backspace. Waiting to upgrade until codemirror/CodeMirror#2915 is addressed
In #40 and other cases, we want to map visual mode keys to commands that operate on what's selected. Unfortunately, on OSX 10.9, LT 0.6.7 and Vim 0.1.0, CodeMirror appears...
There are a [number of CodeMirror features](http://codemirror.net/demo/vim.html) that this plugin does not have. This issue serves as a meta-issue until these are knocked out. Some of these may be broken...
Following up to #112, when I use Mldoc's astExportMarkdown from js (via nbb), I observe that backslashes are removed from the resulting export. Steps to reproduce: ```sh # Build latest...
Thanks for the excellent tutorial! One minor hiccup I noticed was that step 8 references a "#view" div which isn't mentioned in step 7. Given the easy and explicit nature...