Trevor Hartman

Results 177 issues of Trevor Hartman

After using `K` to view docstring on a function the popup window never goes away. How can we close it? Thanks.

I have TickFmt installed, and every time I `:w` my buffer, the status changes to: ``` tickfmt -w /var/folders/xf/dfsc9zt54kvf1rykt7t1s4gm0000gn/T/nvimtKMhnS/48 "kapacitor/alerts/cpu_alert.tick" 8 lines, 255 characters written Press ENTER or type command...

Must have been missed in dcd9c73d0c4fda60bcbacef6e6c63feb86776867

If you add too many hooks to a fn, you will unsurprisingly encounter a `java.lang.StackOverflowError`. These calls appear between each fn invocation: ``` clojure.lang.AFn.applyToHelper (AFn.java:167) clojure.lang.AFn.applyTo (AFn.java:151) clojure.core$apply.invoke (core.clj:619) robert.hooke$compose_hooks$fn__1381.doInvoke...

It should respect TTL or allow it to be configured.

As described in https://www.reddit.com/r/vim/comments/28e61t/json_path_anyone/

Nice project! An official docker image would be very useful.

Noticed `boolean?` was not being highlighted. Do you generate the list from clj source?

Any thoughts on how we could support a special case ident for Datomic's `:where`? ```clojure (d/q '[:find ?team . :in $ ?user-id :where [?team :team/users ?user-id] [?team :team/active? true]] db...

I already have `` mapped and this is breaking it. Is there an option to disable this or use another mapping?