-
Updated
Apr 25, 2022 - Rust
actix
Here are 188 public repositories matching this topic...
Actix-redis version 0.11.0 removed "RedisSession" struct, thus https://github.com/actix/examples/tree/master/auth/redis-session fails to compile. Please update actix-redis to the latest version and update the source code.
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>
-
Updated
Apr 12, 2022 - Rust
-
Updated
Nov 8, 2021 - Rust
-
Updated
Jan 21, 2022 - Rust
-
Updated
Feb 16, 2022 - Rust
Subj. We will be able to demonstrate the Atomic Data server and plug it into data pipeline tooling.
-
Updated
Jun 19, 2019 - Rust
-
Updated
Nov 12, 2019 - Rust
OSX build
I have found that Hearth works on OSX just great:

It would be good to have executable for Mac. It might be automated using Travis:
https://docs.travis-ci.com/user/reference/osx/
-
Updated
Mar 21, 2022 - Rust
-
Updated
Jan 5, 2020 - Rust
-
Updated
Mar 9, 2022 - Rust
-
Updated
Apr 23, 2022 - Rust
Improve this page
Add a description, image, and links to the actix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the actix topic, visit your repo's landing page and select "manage topics."
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.