Rakshith Ravi

Results 21 issues of Rakshith Ravi

**Problem** `props.children` doesn't implement `iter_mut()`. This makes it very difficult to iterate over the children and make a change on all of them (say, for example, set a value in...

feature-request
A-yew
S-waiting-on-author

Added Clone to registry. Closes #396

Hey, I have been using hyper.rs with async-std as a compat layer. However, ever since 1.7.0 released, I've not been able to get hyper.rs to run with async-std at all....

The package `joi` seems to be depreciated according to it's [npm page](https://www.npmjs.com/package/joi). The author recommends switching to `@hapi/joi`. I'll put up a PR to fix this soon

enhancement
no-issue-activity

As of now, added a simple API call to snooze a mail. The un-snoozing part after the time elapses is yet to be implemented. @andris9 a few questions please: -...

no-pr-activity

Account ID was considered a string earlier. We've changed it to an object now (as per the API: https://api.cloudflare.com/#zone-create-zone)

### Affected apps External user-backend ### Reason behind the feature request The IMAP servers out there are segmented. Some providers don't allow for IMAP unless upgraded to a paid plan...

enhancement

Instead of exposing a TCP socket from docker to the network to remotely manage, it'd be nice to be able to SSH into the machine and run the commands we...

Would you be open to a builder pattern for the `Validation` struct? Right now, I'm using it like so: ```rust jsonwebtoken::decode( token, &DecodingKey::from_secret(config.jwt_secret), { let mut validation = Validation::default(); validation.validate_exp...

Is it possible to make the `Argon2::new` and `new_with_secret` functions const? That way, we can have a constant / global static reference to the hasher and use that throughout our...