Lutetium-Vanadium
Lutetium-Vanadium
> I think this is a dupe of #10 as well. This is more so an issue of the backend interacting with docker from what I can tell. The default...
Hmm. The wait part seems like a hacky workaround that shouldn't be in the library. However, adding a check for zero sized screens to error instead of panicking seems like...
I'm not sure about the exact issue you are facing because it is not included in the question. Please include the full error message that you got
Hi, thanks for the PR! From a cursory look at this, it seems like `shell-words` would only support UNIX. Do you know of anything that can be used to fix...
Hi, since I want to get this merged and published, I will be making the last few remaining changes. Thanks for the PR!
This is a very good feature to add. For the returned value (similar to multi-select) it should return a [`Vec`](https://docs.rs/requestty/latest/requestty/enum.Answer.html#variant.ListItems), rather than just `Vec`. Would you like to create a...
Yup, sounds good! I think it makes sense to have this as an option which can be turned off as it adds complexity to something that does not need in...