-
Updated
Apr 8, 2022 - Rust
actix
Here are 181 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.
Description
Insert with Custom column Id doesn't work.
I have an entity with a custom column name Id instead of id.
Steps to Reproduce
#[derive(Clone, Debug, PartialEq, DeriveEntityModel, Serialize, Deserialize)]
#[sea_orm(table_name = "Somethings")]
struct SomethingModel {
#[sea_orm(column_name = "Id", primary_key, auto_increment = false)]
pub id: Uu-
Updated
Mar 30, 2022 - Rust
-
Updated
Nov 8, 2021 - Rust
-
Updated
Jan 21, 2022 - Rust
-
Updated
Feb 16, 2022 - Rust
-
Updated
Jun 19, 2019 - Rust
I think (although I'm not entirely sure) that OpenSSL is the only runtime dependency of atomic-server. It's required only for the HTTPS setup process, which is currently done using acme_lib. I could use , no use async-acme.rustls-acme for this
Also, I could make the https setup process an opt
-
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
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.