Results 92 comments of Iizuka Masashi

@archaic Sorry for late reply. > should different git branches be treated separately? Ideally, we'd like to point out the latest commits for a specific branch, but that's difficult because...

@vemv Thanks for your suggestion! Oh, it is the feature I've been wanteded for a long time! (I didn't have time to start yet) > I checked that one can...

NOTE: clj-http has `changelog.org` https://github.com/dakrone/clj-http/blob/3.x/changelog.org

@eneroth Thanks for your reporting! Hmm, I cannot reproduce the problem. Could you tell me your deps.edn/project.clj if you can?

@eneroth Thanks! In my environment, it works without any errors. ```terminal $ clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}}' -M -m antq.core SLF4J: No SLF4J providers were found. SLF4J: Defaulting to...

@eneroth Thanks for your confirmation! From the error log, I think `com.datomic/ion-dev` and `datomic-cloud` repo is the cause of the problem, but my deps in private s3 repository (not `com.datomic/ion-dev`)...

@frou I've been looking for the way to avoid annoying message, but haven't found it yet. As a "library", I don't want to have `org.slf4j/slf4j-nop` by default, because it effets...

@thecontinium Thanks for your reporting! onyx-kafka seems to depend on clojure 1.8 https://github.com/onyx-platform/onyx-kafka/blob/0.14.x/project.clj#L14 And `qualified-symbol?` is available since 1.9 https://clojuredocs.org/clojure.core/qualified-symbol_q So you need to add clojure 1.9 or later to...

Currently no. antq ignores clojure itself automatically for now. https://github.com/liquidz/antq/blob/0.7.4/src/antq/core.clj#L28-L29 This is because the version of clojure who want to use depends on the library. But we have `--exclude` option,...

@geekingfrog Sorry for late reply. I have had that error on rare occasions, but have not yet figured out how to reproduce it... But `(iced_refresh)` just uses cider-nrepl's feature, so...