Marko Minđek

Results 20 comments of Marko Minđek

Same as @h3ndry , nothing happens. NixOs 23.11, Node 20.10, yarn 1.22.19, installed with Lazy

I did clean then install few times but with no success

It was: ```lua -- install without yarn or npm { "iamcco/markdown-preview.nvim", cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" }, ft = { "markdown" }, build = function() vim.fn["mkdp#util#install"]() end, } ```...

Turns out it was my fault that I didn't update all cover data after updating a file. More info in OTP bug. Would it make sense to throw an error...

> What would make them incompatible? Like changing the source files between runs? Yup If we can get out of this without introducing new state that is saved between rebar3...

> Yeah looking at the touch times would work at least, but will make the checks a tiny bit slower. Probably worth it. OTOH you'll have some issues where some...

Also, I use `maps:groups_from_list/2` which is introduced in OTP 25.0, is that a problem?

> Yeah this is going to be an issue in the short term. We currently support 24, 25, and 26. Once 27 is out, we'll deprecate 24, though. Solved via...

Did it. Now only documentation is missing. I'll document it in `commands` section. Is it worth to move instructions on how to set up autocomplete to another section (probably in...

Fixed. I'll ping you when I'll submit docs PR to rebar3.org repo.