Jeremy Dormitzer
Jeremy Dormitzer
Hi, I've been banging away at this for a while and haven't made any progress. I want to to bind a key behind a prefix in the normal, motion, and...
I've updated the Travic and Appveyor Node versions, due to the [breaking change introduced by `node-oniguruma`](https://github.com/atom/node-oniguruma/issues/65). We've discussed this previously on #71. Since `npm install` will run on Node v6,...
The `mapcat` function seems to choke if you pass in a mapping function that returns a stream instead of a sequence: ``` user> (s/stream->seq (s/mapcat (fn [x] (s/->source [x])) (s/->source...
Suppose I have the following directory structure: ``` . ├── module │ └── stuff │ └── __init__.py └── real-module └── stuff └── foo └── __init__.py ``` And the contents of...
Currently, the extension sends all visited URLs to `hn.algolia.com` to see how many HN comments/stories there are. This caused some privacy concerns: see [this comment](https://news.ycombinator.com/item?id=16316663) and [this comment](https://news.ycombinator.com/item?id=16317260) for well-reasoned...
This adds two command-line tools, generate-oauth-signature and generate-oauth-header. It also adds documentation on both in the README. They do pretty much what you'd expect, both writing their output to stdout....
This is a mostly-working implementation for the issue raised in https://github.com/alexmurray/ivy-xref/issues/18. Ivy has built-in support for [wgrep-mode](https://github.com/mhayashi1120/Emacs-wgrep) in ivy-occur buffers, assuming wgrep is already installed. However, in order for wgrep...
Basically, the codebase is a bit of a mess. This project aims to DRY up the code (both the JavaScript via extracting to functions and the CSS via classes). Additionally,...
Add a menu function (`Control+A`?) to view metadata about the current book. The menu function should only be active if a book is loaded.