Kenzi Connor

Results 19 comments of Kenzi Connor

I was already on 0.19.1, but it started working with no changes, so idek. I've historically seen mac's do weird things with reloading dev server file detection before, so probably...

Yeah I ended up using `if command -v zola > /dev/null 2>&1;` as the likely simplest and most robust. I considered parsing which, but command -v and check the exit...

For sure, as per my second para I did consider the complexities that apply for this tool (to some small degree, obviously not as in-depth you do). If a tool...

Yeah I gotta fix my script to be less pretty and do the more standard thing of outputting the basics on the first line. lmao. I wonder if every --version...

Oooh, the CI logs make for such a nice easy sanity check!

common cases I've seen in shell commands over the years: - tool v1 - tool: 1.2 - tool - .2 #boo hiss why - tool (0.2.3-alphatag) - v[ersion] 1 -...

There's very few edge cases in those logs that I could find, and most of them can be handled via output during install, so in theory it is available from...

I feel like that's reasonable, and it's only 3 tools (if we consider deepsource just needing to be called differently). But it's also easy to snag during install, if you...

I'm happy to change it to be a function component, if that helps.❤️ I got my need covered, I'm just trying to prevent someone else also spending a day digging...