Lee Hinman

Results 196 comments of Lee Hinman

Perhaps do the same thing `server-running-p` does? ```emacs-lisp (delete-process (make-network-process :name "atomic-client-test" :host "localhost" :noquery t :service "64293")) ``` It'll throw an error if there's nothing running on port 64293,...

@alpha22jp hmm okay, I'll have to find a Windows machine and try to reproduce this, thanks for letting me know!

Hmm.. perhaps this should be renamed to something like "keyword-fn" or else it should run on all of them. I'll look.

This is strange to me, when I try it locally it appears to work just fine: ``` ~/src/clj/cheshire (git) abc14504 master [origin/master] 1 » git co 5.10.1 Note: switching to...

Okay, let me make sure I have this correct in my understanding. Would it be helpful to have something like: ``` clojure (def mydata {:foo "bar" :etc "...etc..."}) ;; of...

Also, I'm not quite sure what you mean by a "lazy seq of strings", since the usual output from `generate-string` is a single string; can you elaborate? (I'm not familiar...

Okay, that clarifies it; thanks!

@fredericksgary You may also want to check out the `cheshire.experimental` namespace, as we've been experimenting with stream parsing in there.

@borkdude I'd definitely be interested if you would like to look into a PR for this!

It doesn't appear that there is a way to do this, see the available feature flags here: https://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.Feature.html