Ignacio Taranto
Ignacio Taranto
> > I'm sorry if I didn't clarified this before, but my Maven config works perfectly fine when running it from the CLI (mvn compile, mvn install, etc). > >...
> [@itaranto](https://github.com/itaranto) [@GrzegorzKozub](https://github.com/GrzegorzKozub) please check if the latest jdt.ls release (1.52.0) fixes your issue (hopefully it will). I'll check, I'm not doing any Java right now, but I'll see if...
Can you please open a PR for this?
@rik-x2907 This has been solved by using the latest `tzdata` package, can you please close this issue? There's _a lot_ of threads about the clock module having issues with timezones,...
> Sure, technically it's a bug, but you should not be using this anyway, as the help hints. I'm using it to detect if I'm running in a TTY, what...
> > I'm using it to detect if I'm running in a TTY, what would be the best way to do that? > > In Nvim 0.11+ the TUI sets...
> has('gui_running') Yes, but `vim.fn.has('gui_running')` does not do what I want, it reports `0` for both Alacritty and TTY and `1` for Neovide.
Not every distro have the command lsb_release installed by default. Almost all modern distros use /etc/os-release (Debian, Ubuntu, openSUSE, Fedora, Arch, ...). Please use that instead.
This fix works for me. Why isn't this merged already?