Dominic Monroe

Results 171 comments of Dominic Monroe

Clojure uses a stream for loading: https://github.com/clojure/clojure/blob/28b87d53909774af28f9f9ba6dfa2d4b94194a57/src/jvm/clojure/lang/RT.java#L378 not `.getResource`. This implies there's a bug in JCL for .getResourceAsStream for on-disk files. ``` user=> (with-runtime r (.getResourceAsStream (clojure.lang.RT/baseLoader) "cognitect/test_runner.clj")) nil user=>...

You're right, this is difficult to do, particularly as there's so few standards around this. I think a minimum indent would be helpful, some people simply forget. I do sometimes...

Thanks for taking the time to consider it Dominic On 13 Jun 2017 3:25 am, Kim Kinnear wrote: Sounds reasonable, I think I could figure out how to remove the...

Absolutely. You have a couple of options for how to do this though: 1. Forced netrc: Get rid of GH_USER and GH_PASS altogether. This would force error handling down the...

I suspect that's not quite unfortunately, no. For convenience, here's the neovim docs on ed-style diffs: ``` 1a2 > bbb 4d4 < 111 7c7 < GGG --- > ggg The...

I can't actually see an option to disable the location list outright anyway? Is that possible?

This is a behaviour of the postgres jdbc driver: https://jdbc.postgresql.org/documentation/head/query.html#query-with-cursor It is tricky to get it to enable cursor support.

jmp.chat had some details about their setup over at https://blog.jmp.chat/b/adventures-in-webrtc-making-phone-calls-from-xmpp-znLOT5 which might be useful for diagnosis. Changes were made specifically to accommodate Conversations.

:+1: Trying to start my script via babel-node