Sergey Trofimov

Results 6 issues of Sergey Trofimov

[funcool/clojure.jdbc "0.9.0"] There are some reflection warnings reported: ``` Reflection warning, jdbc/types.clj:43:19 - reference to field getConnection on java.lang.Object can't be resolved. Reflection warning, jdbc/types.clj:47:5 - reference to field close...

I suggest to improve validation for `aud` so that we can use collection for “valid audience” but not a single value only. https://github.com/funcool/buddy-sign/blob/2009c4d2ccfbbbc76ba881855e4c237b46a4430f/src/buddy/sign/jwt.clj#L27-L28

[buddy/buddy-hashers "1.3.0"] There are some reflection warnings reported: ``` Reflection warning, buddy/core/nonce.clj:49:6 - call to method put on java.nio.ByteBuffer can't be resolved (argument types: java.lang.Object). Reflection warning, buddy/core/nonce.clj:59:56 - reference...

From https://github.com/strojure.

Similar to https://github.com/clj-kondo/clj-kondo/issues/800 but in ClojureScript. ```clj_kondo.cljs (ns user.clj-kondo {:clj-kondo/config {:linters {:missing-docstring {:level :warning}}}}) (deftype MyType [x]) (defrecord MyRecord [x]) ``` ``` test\user\clj_kondo.cljs:5:1: warning: Missing docstring. test\user\clj_kondo.cljs:7:1: warning: Missing docstring....

PR welcome

To upvote this issue, give it a thumbs up. See [this list](https://github.com/clj-kondo/clj-kondo/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) for the most upvoted issues. **Is your feature request related to a problem? Please describe.** When I have...

PR welcome