Kevin Zeidler

Results 5 issues of Kevin Zeidler

os: Sierra Atom: 1.12.7 atom-alignment 0.12.1 It's quite possible that this is a bug with vim-mode-plus, and not atom-aligment. vim-mode-plus nonetheless happily permits ctrl+z "undo" operations for other kinds of...

This is somewhat interesting, as I've never seen Chrome fail to defer focus to an active DOM element. Typing "(" into the interpreter works, but "d" triggers a scroll down...

`scrape3.clj` is currently throwing an error about a missing content-type attribute, which went away when I updated `*base-url*` to explicitly request the https://www.nytimes.com url (to which the current url redirects):...

I've only been using Pick for a few minutes, but I absolutely love it. Huge improvement over gpick. My one gripe is that it only remembers 5 colors at a...

From readme.md: ``` (map :lemma (words (:synset dog)) => ("dog" "domestic_dog", "Canis_familiaris") ``` Is it missing just a paren, or something more? I tried closing the s-expr, but Clojure's having...