Brandon Adams

Results 7 comments of Brandon Adams

Ran into this today. Do we actually need the seq here? https://github.com/clojurewerkz/elastisch/blob/master/src/clojurewerkz/elastisch/rest/document.clj#L221

Yes. This is due to ES's scroll/scan api being a special case. The first call returns no hits. We probably could do something along the lines of a multi-arity function...

I haven't had time to build up a full pull request, but for anyone who is affected, this gist provides a solution and a higher-level scan/scroll interface: https://gist.github.com/54e3e66715f38befa6da

It may not be a perfect solution, but I've been using a bluetooth headset for Google Hangout calls.

This is what I was doing until it got annoying enough to just fork locally to prefer bazel over maven. Would you be interested in a PR for a JSON...

Is there a reason the bazel clion plugin chooses to implement processing of c_toolchain_ide_info's built_in_include_directories as part of a c_ide_info instead of as a Library (what CLion/IntelliJ shows as External...

New to Jank, but optimizing big C++ builds was my day job for a long time. If Jank generates deterministic c++ files, a DAG based build system ala Bazel (there...