dpsutton

Results 81 comments of dpsutton

ok i can reproduce. i'll start tracking down. In the meantime a workaround is to load the file `inf-clojure-load-file` `C-c C-l` and then `inf-clojure-set-ns` `C-c M-n`. I'll look into what's...

so to recap from discussions on slack, this seems to be a problem with `process-send-string` on osx. bug report here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43099

I think there's a bug when first `inf-clojure-connect` that it does not print the first repl. Repro: - start a socket repl on port 6000 - `inf-clojure-connect` `localhost` `6000` Buffer...

> This will still be an issue in the case of multiple simultaneous repl connections. Because inf-clojure--previous-response-ended-with-prompt tracks repl state and is only a single reference there isn't a particularly...

i'm trying this and seeing: ```shell dan@dan-mbp pohjavirta % clj -A:javac Compiling 3 source files to target src/pohjavirta/Util.java:3: error: package org.xnio does not exist import org.xnio.Buffers; ^ src/pohjavirta/Util.java:17: error: cannot...

@cichli is there any chance you still have this branch?

a quick note about the wider scope: excel, csv, json downloads.

works for me. I'll update the BE to work in this manner.

lint failures: > /work/test/metabase/query_processor_test/date_time_zone_functions_test.clj:136:24: warning: unused binding driver /work/test/metabase/query_processor_test/date_time_zone_functions_test.clj:136:31: warning: unused binding col-type

I really love this idea. I only hesitate about how easy it is to make other users admin. Do you think that is a concern? Also, should we lock this...