mrdgo

Results 31 comments of mrdgo

I recently explored the limits of this debugger. Very sad, that this is not possible yet. UP :)

[This line](https://github.com/charludo/projectmgr.nvim/blob/d7b27a46aa32445e3ab96f8556648efd4e40762c/lua/projectmgr/manage.lua#L15) causes problems when you try to open a project without a window. Otherwise this: ```lua vim.ui.select( require("projectmgr.db_adapter").get_projects(), { prompt = "Projects" }, function(choice) require("projectmgr.manage").open_project(choice) end ) ``` can...

Have you tried using the above snippet to change project? I could not verify if it is me or `require("projectmgr.manage").open_project(choice)` just is not sufficient

When I manually run `:TSDisable rainbow | TSEnable rainbow`, it is fixed again. I use [this](https://github.com/mhartington/formatter.nvim) formatter, which exposes event `User FormatterPost`. So naturally: ```vim augroup FormatGroup autocmd! autocmd BufWritePost...

I have a similar issue. It starts normally but crashes as soon as I open another window. Error message: `free(): double free detected in tcache 2` Interestingly the error disappears...

I also observe this behavior. For example when listening to JARYMANE mixes on YouTube. They use a weird symbol in the video titles. For now, thanks @Kacper-Kondracki . But I...

Is there another good implementation, which is actively maintained? If not, I would like to start making this one a reference implementation.

Close, because apparently dead.

Yeah, I feel a bit dumb now. Let me test and I'll provide feedback :)

Yes, that works! Thank you! I still have the issue with the update interval - it's terrible to watch the line only update every second. What do you think about...