Ben Morgan

Results 57 comments of Ben Morgan

One thing which would solve (A) is the use of lockfiles with `make status`. This would involve creating a lockfile for each package right now though... which would increase the...

The commit referenced above solves (1) by adding `LOCKFILE_SOURCE` support to `status`. This makes it orthogonal with all the other targets.

Here's what a patch could look like: ```patch diff --git a/lua/pretty-fold/init.lua b/lua/pretty-fold/init.lua index b0b3788..09776ae 100644 --- a/lua/pretty-fold/init.lua +++ b/lua/pretty-fold/init.lua @@ -3,7 +3,11 @@ local wo = vim.wo local fn =...

Thanks for the issue report, I'll add this to my backlog.

I don't know if it needs to be a background task to clean out these, but it should at least be possible to manually "clean out" these entries.

Hi @vaytea glad to hear that repoctl provides value to you! I don't see myself personally using the features you suggest but I do also think it aligns with the...

HI @ptr1337 thanks for the report and apologies that I haven't been able to get around to it. I don't think I'll have the time to work on this right...