michael
michael
Or i suppose use https://github.com/mdsteele/rust-ar if the purpose is similar, I'm using this within my project now
As someone who uses Shuttle+ daily, I'm looking forward to seeing Shuttle in F-Droid as well! What are steps that need to be taken before this can happen? I'd be...
I see, I didn't know about async-imap before but it seems to depend on async-std rather than tokio and I don't think I want to introduce async-std into my project....
It seems like the `validator` library where `isPortValidator` is imported from also exhibits the same behavior. I've reported this there as well (https://github.com/validatorjs/validator.js/issues/1562) but the extra `typeof` check should be...
Never mind, it seems that the `validator` library only likes string types. Maybe this library should perform the conversion ahead of time in the case that it's a number? The...
The pipe example you gave would not be validated correctly since the first thing the underlying validator library does is check that the string represents a number and that it's...
actually on closer inspection the crossterm example doesn't actually make use of AsyncWrite
bump, any progress on this? i might be needing this soon (am parsing IMAP with pest) so i'll probably implement a proof-of-concept in a bit
Whoops, looks like lints aren't very happy. I'd probably have to add `--features bootstrap-in-src` to the workflow file in order to get this to build. I'll take a look at...
ah i didn't think of that. i'll give that a try and report back :)