classabbyamp

Results 418 comments of classabbyamp

what about having something like this? ```yaml completions: bash: - $OUT_DIR/completions/kanidmd.bash - $OUT_DIR/completions/kanidm_badlist_preprocess.bash - $OUT_DIR/completions/kanidm.bash ``` I don't think this env var would be available directly for use, but it...

> However I had some problems with cargo directory structure what kind of problems?

ok wow, that sounds impossible to work around on rinstall's side. what about going through `$cratename-*/` and finding the one worth the newest mtime? kinda ugly and hacky, but I...

template dir and pkgname should be the same case

TryExec does serve a purpose, don't remove it, just fix the case

why is this needed? (how is it currently "cluttered"?) if you're going to do this, you need to make the main package depend on everything you split out to not...

> If the main package depends on all the splitted ones, then what's the point? to not break people's setups. we can't know which plugins people were actually using, so...