-
Updated
Jul 4, 2022 - Rust
actix
Here are 206 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.
Motivation
A common error I make is forgetting to map a nullable column using Option, so I receive the error message error occurred while decoding: Null.
I would like the have th
binserve seems really great but I really wish it were a bit easier to use:
- It would be really great to be able to just do
binserver --auto-self-signed-tls --dir ./wwwand have it generate a self-signed key/cert and serve from the directory. - I have no idea how to generate certs/keys for this. I have my openssl one-liner and if I try to use that I get:
[cole@slynux:~/code/webrtcs
-
Updated
Jun 17, 2022 - Rust
We suffer from the same bug reported against poem's Session implementation - see poem-web/poem#196
-
Updated
Jul 8, 2022 - Rust
-
Updated
Jan 21, 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
Jul 2, 2022 - Rust
-
Updated
Jul 3, 2022 - Rust
-
Updated
Jan 5, 2020 - 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.