Iizuka Masashi
Iizuka Masashi
@lread Sorry for late reply. The message shown with `--force` is definitely unfriendly, so your proposal looks good to me :)
@lread Leiningen plugin does not check any other sources for now. (cc @vemv ) https://github.com/liquidz/antq/blob/0e8d29f47977179bb076a74a0ee7ff576b0281fd/src/leiningen/antq.clj#L13 I'll add a note to the README.
@lread No problem! PR is very welcomed :)
Sounds good to me :)
> I noticed antq uses malli and started to code up options validation with malli. I then noticed that malli is a dev-only dep. What do you think of adding...
@lread Thanks for your reporting! I think it's the same issue as the one below. https://github.com/liquidz/antq/issues/192#issuecomment-1321556248 I haven't recently looked into ways to properly parse and rewrite YAML, so there...
@kirked Sorry for late response. Could you tell me steps to reproduce?
@kirked Thank you! First, I checked using the following steps. ```shell $ cat deps.edn {:deps {org.clojure/data.xml {:mvn/version "0.1.0-beta2"}}} $ clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}}' -M -m antq.core SLF4J: Failed...
@finalfantasia Thanks for your request! I missed the composite action. I'll have a look later :)
@devurandom Please see #261