Caleb Maclennan

Results 2528 comments of Caleb Maclennan

This feel closer to the goal than where it started, but without a working `installPhase` even `nix run` isn't usable on the flake. It looks like the trouble is with...

Perhaps use one of the early (`postUnpack`?) stages to patch that out of the sources and see what happens?

Thanks for the great write up @DaveJarvis! That technique served me pretty well for several projects. I've since landed on one that didn't go very well, but I realized what...

Contributions welcome. I don't have a lot of time to develop this myself but am trying to keep up with facilitating PRs.

Can you post an MWE and the error with error you get with v1.5.0? The example you show seems to work fine more me (in that it gives a sensible...

Ldoc v1.5.0 has been [on LuaRocks](https://luarocks.org/modules/lunarmodules/ldoc) since a few seconds of the tag being pushed to GitHub. What makes you say 1.4.6 is the latest?

I am able to reproduce that error, but not with the original circumstances of "it throws an error when pointing to the directory but works if pointing directly to a...

Also, this error appears to be caused because you are using an undefined tag. Change `-- @description get a ...` to `-- get a ...` and it seems to work...

I missed that detail on trying to catch up the issue. I think it's clear now with an MWE and what needs fixing. This should be a relatively easy one...

I looked at that issue before opening this, but don't think it's related. Implementing this does not require dynamic completion support. Delegating to the completions of another command is not...