Results 7 issues of Lukasz Klich

I think it would be beneficial (probably less code to maintain). Also the presentation in modeline is a little bit nicer with nice colors. I don't know whether it's possible...

idea

Right now I get only information about in which file, in which method but I think it might be usefull to show also how exactly something is used. I think...

feature

It leads to errors and besides that for now we disabled `byte-compile` in `elisp-lint`. As soon as we clean all issues we can enable linting and never go back to...

Completing static imports adds all info about types instead of just a name of method or field. For fields it will be solved with https://github.com/senny/emacs-eclim/issues/193 but static methods will need...

Header is both a Header and a Map so this won't work: ``` Header header = new DefaultHeader(); String payloadWithoutPartner1 = Jwts.builder() .setClaims(claims) .signWith(SignatureAlgorithm.HS256, key) .setHeader(header) .compact(); ``` > Ambiguous...

bug

I very much like eldoc functionality in emacs which shows the arguments of a function on which the cursor currently is. I would like to have this in emacs-eclim. According...

Long running commands which in theory can run indefinitely (like consume) when run in K8s leaves still running pod behind. The reason seem to be the fact that whatever signals...

enhancement