ELLIOTTCABLE
ELLIOTTCABLE
So, after #27 didn't address #47 for me, and I've had slightly more opportunity to _use_ this plugin, I'd like to mention some concerns: 1. As has been said elsewhere,...
If I have some time, I'll dive into this … maybe later this week? (=
So, `m` and ``` work as expected … within a cell; but I can't return to a mark set in another cell. Is this implementable?
In a cell with several hundred lines, I expect `Ctrl-o, z, z` to center _the line I have selected_ in the viewport; instead, it changes my line selection (o_O) and...
So, as documented in the README, `yy` doesn't work as naively expected (it doesn't copy to the system clipboard); and worse, ⌘C doesn't _either_ (although it does copy the selected...
**Is your feature request related to a problem? Please describe.** At the moment, even with `field-space = loose`, the following ... ```ocaml val mk : values : cmj_value Map_string.t ->...
**Is your feature request related to a problem? Please describe.** At the moment, `ocamlformat` tends to mangle comments like the following: ```ocaml (* We need - [E.builtin_dot] for javascript builtin...
**Is your feature request related to a problem? Please describe.** I write a lot of Sedlex lexers, and always find myself with long match-clauses [like these](https://github.com/ELLIOTTCABLE/excmd.js/blob/ae30237ecd1e63bd758579c54b5f169ae5d6071e/src/lexer.body.ml#L608-L656). I always, when writing...
When using the power-assert *preset* (see power-assert-js/babel-preset-power-assert#4, not when used individually as plugins), Istanbul and power-assert don't like eachother very much. More information over there; I suspect it's a problem...
So, I'm invoking `MochaWebpack` programmatically, and trying to use `webpack-node-externals` as suggested in the documentation. Something like this: // Tell Webpack to compile for Node.js (and thus Mocha); and to...