Rob Ede
Rob Ede
React to this issue with a ":+1:" to vote for this feature. Highest voted features will graduate to Actix Web sooner.
React to this issue with a ":+1:" to vote for this feature. Highest voted features will graduate to Actix Web sooner.
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...
## PR Type CI ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...
## PR Type CI ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] ~Documentation comments have been added / updated.~ - [x] ~A...
### Discussed in https://github.com/actix/actix-web/discussions/3131 Originally posted by **loganmzz** September 12, 2023 I'm consuming Podman API which by default is exposed as socket file. Before forcing using TCP, I'm wondering if...
## Description Add a Tera filter that produces commit groups, with order determined by `commit_parsers` config. At least, that is the end goal, the PR does not yet achieve this....
### Discussed in https://github.com/actix/actix-extras/discussions/305 Originally posted by **miketwenty1** December 4, 2022 **Goal:** Prevent 1 user from having multiple active sessions. I'm using actix-web redis session middleware. ``` .wrap(SessionMiddleware::new( RedisActorSessionStore::new(redis_conn.clone()), secret_key.clone(),...
### Discussed in https://github.com/actix/actix-web/discussions/2988 Originally posted by **samiy803** March 3, 2023 The documentation on the Actix website is great, but I think it's missing a search feature. This would make...