This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-12
Channels
- # aleph (8)
- # announcements (9)
- # babashka (15)
- # beginners (91)
- # calva (54)
- # chlorine-clover (3)
- # cider (25)
- # clj-kondo (9)
- # cljfx (4)
- # cljsrn (12)
- # clojure (40)
- # clojure-australia (2)
- # clojure-europe (77)
- # clojure-nl (10)
- # clojure-spec (22)
- # clojure-uk (9)
- # clojurescript (39)
- # conjure (12)
- # cursive (8)
- # datascript (17)
- # datomic (22)
- # emacs (2)
- # expound (6)
- # fulcro (25)
- # kaocha (7)
- # malli (9)
- # meander (5)
- # off-topic (13)
- # pathom (8)
- # pedestal (5)
- # portal (1)
- # rdf (58)
- # re-frame (65)
- # reagent (15)
- # sci (3)
- # shadow-cljs (50)
- # test-check (6)
- # testing (3)
- # tools-deps (1)
- # vim (7)
- # xtdb (10)
from the docs at https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html > Relative indexing is used when the format specifier contains a `'<'` ('\u003c') flag which causes the argument for the previous format specifier to be re-used.
Nice! Feel free to post an issue. You can ignore this using #{_:clj-kondo/ignore [:format]}
👍 3
@viesti I now made the issue: https://github.com/borkdude/clj-kondo/issues/1042 I wonder why this feature is useful to anyone?
What does clj-kondo mean here disambiguate?
(String. (b64/encode (.getBytes ^String "something")) "UTF-8")
Error:
Cannot disambiguate overloads of String
@michael819 That error isn't coming from clj-kondo, more likely from Clojure itself