Arnaud Bailly

Results 53 comments of Arnaud Bailly

I blindly clicked on the first link found and did not understand I had to go first to the official cljs.test wiki which is the actual replacement for clojurescript.test. This...

Regarding (C) an advice drawn from my experience is: Don't do this! I have worked for some time on a system which was based on those principles: Nodes where functions...

Hi Wesley, What do you mean by "frozen" ? Having some process forked which runs in the background and with which front-end communicates through TCP ? This assumes that the...

I have tried the following but it does not work: ssh exits after first line of input gets retrieved. ``` clojure (defn stream-events "Connect to gerrit server and stream events...

I tried the aforementioned workaround but I get the following error: ``` $ docker run --network rex-network --name nginx-gen --volumes-from nginx-proxy -v /tmp/nginx:/etc/nginx/conf.d -v /Users/arnaud/projects/env/nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro -v /var/run/docker.sock:/tmp/docker.sock:ro --label com.github.jrcs.letsencrypt_nginx_proxy_companion.docker_gen --entrypoint...

It's only me being stupid and tired: the command line passed to `/bin/sh -c` has to be quoted. That said, it did not solve my issue: I redeployed the stack...

Hi Justin, The loggers' error is caused by issues in classloading I think: slf4j initializes itself by looking at classloaders content to find correct implementation to use and I believe...

Hi Justin, Thanks. I developed it for the same reason than you did: Understand better jepsen and making it easier to run for quick (and not too dirty) tests. Next...

BTW, I am pretty familiar with logging in Java through SLF4J, which is what is used by clojure I think, and as I already said it is somewhat painful to...

Hi Jacek, Current idris-mode works with Idris2, at least for basic cases: Loading file, interacting in REPL, some commands like case split, with introduction, hole extraction, basic syntax highlighting (offsets...