Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

I also see `'extra-files'` mentioned in the warnings of `Actions`, so you might also want to remove that. But honestly not familiar at all with Github Actions and the maintainer...

I don't do any `R`, so take everything with a grain of salt. I saw that there is already #1232 and that one also includes an implementation for `neotest`. Maybe...

@Ben10164 First of all I'm just a regular user like you, so everything I say should be just taken as my personal opinion and suggestion. It's up to the maintainer,...

First, there's a new LazyVim release, so make sure to update if you haven't already and see if that solves your issue. Second that is not the complete message error,...

I don't think you need to move it as a dep to dap config? `mason-nvim-dap.nvim` has `automatic_installation = true`, so I believe it should be automatically installed if there's an...

Did you uninstall the debugger from Mason and restart Neovim to see if it gets installed? Because I'm trying this now and it doesn't work for some reason on my...

@folke For some reason the `automatic_installation` doesn't trigger for me. Could you verify? As a workaround to trigger it i added the following in `mason-nvim-dap.nvim` spec ```lua config = function(_,...

Yes, that's what I've noticed as well. That's why I mentioned the workaround in `mason-nvim-dap` spec. With that it gets triggered correctly. But I don't understand the reason why this...

@folke Would you like me to make a PR for `mason-nvim-dap` with the workaround I mentioned? Although, I don't quite understand what the primary cause of it is.

Moving `mason-nvim-dap` in `extras.dap.core` out of `nvim-dap` dependencies also works (without any need for the workaround I mentioned in my previous comment, just a separate spec and then the `nvim-dap`...