Jonathan Dumaine

Results 27 comments of Jonathan Dumaine

https://github.com/lambdalisue/fern.vim/blob/b461945bfe5dc08847c1dd4359659578a13d2e31/autoload/fern/scheme/file/mapping/rename.vim#L38 https://github.com/lambdalisue/fern.vim/blob/b461945bfe5dc08847c1dd4359659578a13d2e31/autoload/fern/internal/rename_solver.vim

Getting the same error as bdicaskon. `'configure' finished successfully (0.536s) Waf: Entering directory /Users/JD/Desktop/Friendly-Resume/nomoco-website/node_modules/gzippo/node_modules/compress/build' [1/2] cxx: compress.cc -> build/default/compress_1.o ../compress.cc:2:25: error: node_events.h: No such file or directory ../compress.cc:14: error: expected...

And now I can confirm that compress installs correctly with 0.4.x versions of node after reinstalling (again).

I'd have to rewrite most of the regexes which would take an hour or so. If I have time I'll try to get to it. Feel free to tackle it...

It wouldn't be too hard, but I have literally zero need of that and no spare time. Open to PRs as always. On May 24, 2015 11:46 AM, "phase" [email protected]...

I'm sure you've been busy on other stuff, @LewisJEllis, but if you've got a sec could you update what's done, not done, and what others could help on?

Another use case here. Each "queue" is a different pub/sub message type in one of our services and there are many of them. Would be great if arena could just...

`j` and `k` should work like down/up arrow in all scenarios. They work on some screens that have selections, but don't work to scroll on paginated screens (like scrolling in...

https://github.com/skevy/wobble/issues/9 https://github.com/skevy/wobble/issues/8 I've been using my fork for a while now and have significantly less jank. My use case is with webgl drawing as many thousands of verts as I...

Charts are nice, so here's a couple. Here's the js heap size using wobble normally (letting it make its own `requestAnimationFrames` and using `updateConfig({toValue: value})` > _Edit: forgot that the...