Skip to content
#

actix

Here are 188 public repositories matching this topic...

sea-orm
kudlatyamroth
kudlatyamroth commented Apr 14, 2022

Summary

As of now, we can check if field of active model is changed, but we can't check if anything in whole active model has changed.
It would be great to just check if pear.is_changed() to make updated

Motivation

Now when i have active model and code like that:

async fn update_fruit(id: i64, color: Option<String>) -> Result<(), Error> {
    let apple: Option<fruit::Model> 
good first issue
agraven
agraven commented Mar 29, 2022

The Basic struct has two getter methods, user_id and password, both of which return a &Cow<'static, str> (one wrapped in an option). This is a big ergonomics papercut. Partly the getters become tied to the underlying implementation of the struct, removing most of the point of having a p

C-improvement good first issue A-httpauth

Improve this page

Add a description, image, and links to the actix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the actix topic, visit your repo's landing page and select "manage topics."

Learn more