Chris Pryer
Chris Pryer
> I can't even see which test fails. Huh I'm not sure what you mean by this. What's your dev environment and how are you running the tests? To see...
Actually i think i know whats happening regarding not seeing which tests fail. #591 Basically if a subprocess fails the main process just exits early. I plan to change this...
Also if you'd like I could help with this in [discord](https://discord.gg/St3menxFZT) as well.
Thanks for this suggestion. I'll give it some thought. I'd prefer to lean towards specifications (especially semver), so atm I'm thinking this is a good idea. My original thought process...
Hmm I'll look into streamlit more. I've never used it. I do plan on adding a locked requirements.txt soon, so maybe that'll help. Thanks for reporting this!
I don't remember when this was added, or if I had just missed it, but [`get_cargo_bin`](https://docs.rs/insta-cmd/latest/insta_cmd/fn.get_cargo_bin.html) works.
Yea this would just add a first-pass PoC implementation (can wrap an existing tool). ``` huak doc ``` Generates documentation in something like doc/build/ (open to ideas). Then ``` huak...
Hey! So I'm trying to build huak in steps. Small steps. I want to give us enough of a buffer to design a good tool. So I'd prefer to tackle...
It might be. Idk when I started the habit of using pdoc, but pdoc would not be ideal for this imo. I haven't used pydoc unfortunately. But yea it should...
Yea that's exactly what I mean. IMO it's probably better to do it as part of Huak, refine it as Huak matures (dogfooding), then when it feels robust enough pull...