Lorenz Leutgeb

Results 71 issues of Lorenz Leutgeb

The method [`java.lang.Class#newInstance`](https://docs.oracle.com/javase/10/docs/api/java/lang/Class.html#newInstance()) is *deprecated* since Java 9. It is being [used in JCommander](https://github.com/cbeust/jcommander/search?l=Java&q=newInstance). Please refactor JCommander to avoid calling this deprecated API. Thank you.

Currently, some vimtex Features, e.g. cursor sync with Zathura, are not compatible with Wayland. I'd like to request making it compatible. This involves finding out which features are *not* compatible,...

enhancement
won't fix
help-wanted

Suppose I want to reference/link something by name, but am doing it wrong, because I forget that I should use `[`/`]` braces instead of `(`/`)` braces: ```markdown See [this](name). [name]:...

new rule

I am genuinely interested in Vieb. At the moment I use Firefox with Vimium and TreeStyleTabs, and I have tried Tridactyl. There are other similar plugins available. I think it...

enhancement
help wanted
good first issue

It was not clear to me from `README.md` which characters knut allows for account names. I am one of these weird individualists likes to use spaces in account names and...

documentation
good first issue

Please consider naming importers in knut according to the reverse DNS name of the "main" domain they communicate with, or the service that they interoperate with. That is, "com.revolut" instead...

good first issue

I'd be interested in - pros and cons of meow, compared to xxHash - throughput of meow vs. xxHash See https://github.com/Cyan4973/xxHash

Hi! I just ran a quick experiment and would like to get your opinion. We're seeing quite long dependency resolution times with Composer. As dependency resolution is hard, that's not...

Solver
Feature

You probably will want to rephrase those messages once again. I ran into a problem where Spotless claimed that I am was using Google Java Format 1.12.0, but I *did*...

waiting on PR submitter

Hello! There are two methods `update` and `patch` and they look very similar. Could you please describe what is the difference between them and maybe add this to the documentation....