Robert Cutajar

Results 19 issues of Robert Cutajar

Hi, I've just [successfully integrated rustyknife into samotop](https://gitlab.com/BrightOpen/BackYard/Samotop/-/pipelines/222432167) as a second parser. I'd like to make it the default and swap out the PEG parser I've written. One thing I'm...

Hi, 1) Would you link Samotop and smtpbit projects? 2) Would you have anything to add to my link? I'm adding info about existing company, such as: * [smtpbis](https://crates.io/crates/smtpbis) and...

Related to #87 I'd like to write ``` The path /x/y/z should exist The path /x/y/z should be a file The path /x/y/z should have setguid ``` Currently I have...

ACCEPTABLE

Related to #87 To make the tests feel more natural I would like to write: ``` Describe 'World' It 'turns' When I call world spin The output should be "The...

ACCEPTABLE

Could it be as simple as this?

Hi Kevin, In the move to 0.6 we've lost a substantial amount of eyecandy and readability. I appreciate that the redesign must have simplified many things in your code, or...

feature

Ahoj! This: ``` async_std::future::pending::() .timeout(Duration::MAX) .await?; ``` Panics: > thread 'main' panicked at 'overflow when adding duration to instant', library/std/src/time.rs:374:33 Proposal: use some form of saturating or checked add. Many...

Hello, I would like to close IO asynchronously. Please add close to WriteExt as seen in futures: https://docs.rs/futures-lite/1.12.0/futures_lite/io/trait.AsyncWriteExt.html

Hi team, A friend complains my messages end up in spam a lot. The avatar picture attachment is sent by delta.chat with 78 base64 characters per line. The standard is...

bug