Antonin Hildebrand

Results 32 issues of Antonin Hildebrand

I'm not sure why (I'm not a java guy).. This didn't work for me out of box ([stack trace gist](https://gist.github.com/darwin/57ca865b88beb60b2121a3f15ac3fe0e)) https://github.com/malcolmsparks/clj-logging-config/blob/4f2f1e73975d4c68e4d3614ad92ec5e66e1eb27e/src/main/clojure/clj_logging_config/log4j.clj#L94 This works: https://github.com/binaryage/dirac/blob/5d351b1584e8f3b677eba4321ed7c89c779c4f09/src/logging/dirac/logging/utils.clj#L38-L41 Currently using `[org.slf4j/slf4j-log4j12 "1.7.21"]`

I'm not sure if I understand the whole picture here, but the issue is that when some other machine connects to my macOS+fish+omf via ssh, the fish shell starts and...

The problem with generated `.lein-env` is that it does not play well with more advanced project.clj setups where one would like to run multiple lein tasks in parallel or use...

I looked at the [remote.md doc](https://github.com/thheller/shadow-cljs/blob/master/doc/remote.md), studied its code and briefly glanced over shadow-cljs code. I'd like to propose a possible way how to make Dirac play with Shadow. Initial...

http://discuss.binaryage.com/t/1-5-system-log-chattiness-in-yosemite/2351

under [org.clojure/clojurescript "0.0-3308"] it was shadowing clojure.core/run! and causing warning: ``` WARNING: run! already refers to: #'clojure.core/run! in namespace: reagent.ratom, being replaced by: #'reagent.ratom/run! ```

We could specify a structured format and a wire protocol for printing/expanding Clojure data structures in a similar way how cljs-devtools work for ClojureScript. cljs-devtools could then connect to a...

help wanted
idea

Blocked by upstream: https://bugs.chromium.org/p/chromium/issues/detail?id=628731

chrome-bug

While investigating #83 I looked briefly at [dist/setup.sh](https://github.com/SatoshiPortal/cyphernode/blob/dev/dist/setup.sh) and I think it needs a review. Issues spotted: * paths/arguments are not quoted consistently. For example usage of `$current_path` is all...

help wanted

While writing my thoughts about #87 I got few ideas. Please let me share them here. I would love to see a single more polished tool for managing cyphernode(s) on...