Drew Raines
Drew Raines
This looks great @chrisdone! :dancer:
`[... other instance ...]` is just my notation for the window system switching to the other terminal. I assume that's intentional (though mildly annoying). My project.clj is https://github.com/drewr/httprof/blob/master/project.clj. Leiningen 1.7....
I could use this too. I would like to install `ghc-7.6.1-x86_64-unknown-linux.tar.bz2` to one place and just refer to it as rmoorman describes. I would rather each project not take 1G.
This should be doable with just an extra header. There's an [example in the docs](https://github.com/drewr/postal#local). Have you tried something like this? ``` (send-message {:from "[email protected]" :to ["[email protected]" "[email protected]"] :cc "[email protected]"...
(Ugh, sorry for the duplicate commit.... :'( Thought I needed to format my issue number differently.) Not sure if I'm missing an edge case, but it satisfies my smoke tests....
On second thought, if the Python long format is printed then it should be supported in the reader too. Let me try that.
'L' breaks with Clojure's 'N' convention, but Python longs aren't clojure.lang.BigInts so perhaps a distinction is necessary?
So sorry I haven't gotten to this! Happy to get PRs. I'll add you as a collaborator.
I'm not sure what happened to the 1.11 branch. Started a 2.0 branch off of master and released 2.0.0 with the newer `lein release` functionality.
👋 @v1v @andrewkroh!! I work with @stephen-fox. Think you could give this a quick look and see what may be involved here? We could maybe contribute a fix for it....