Stephan Boyer

Results 71 comments of Stephan Boyer

Hi @etorreborre, thanks for the pull request! I'm not familiar with this approach—is this well-known? A paper or blog post would be helpful for me, if one exists. Edit: I...

Thanks for filing this bug! Looking at the code, it seems we're using a `scopeguard` to kill the child process via RAII here: https://github.com/stepchowfun/docuum/blob/1ecec34bd812abdddddd31a15d608217c209ca64/src/run.rs#L764-L767 But Docuum doesn't install a handler...

I also have the same CI clean up use case. I created [Docuum](https://github.com/stepchowfun/docuum) to address this problem. Like [docker-gc](https://github.com/docwhat/docker-gc), it watches events to learn when images are used. However, it...

Hello, this is an interesting proposal, but it would be a significant change. See the discussion here: https://github.com/stepchowfun/toast/issues/405 I don't think I currently have the bandwidth to commit to reviewing...

Thanks for filing this issue. The text is from: https://opensource.org/licenses/MIT It's copied verbatim, except I added a Markdown heading that says "License". That's probably what's throwing off GitHub's detector.

Hi @woodgiraffe, thanks for raising this issue! That's really unfortunate. I don't know if there's anything that can be done about it at this point, sadly. I'm surprised this went...

Hi @lynaghk, thanks for these two feature requests! I can understand the desire for both. Here are my rough thoughts on them: For Problem 1, one simple possibility is to...

Thanks for filing this issue! I must confess, I have never written a man page before—but I'm happy to hear that Toast is now a contender among "big projects". I'm...

Hi @AntoniosBarotsis, thanks for filing this issue! This seems like it would be a nice thing to have. Unfortunately I don't have much PowerShell experience, and most of my Windows...