Rob Ede

Results 162 issues of Rob Ede

React to this issue with a ":+1:" to vote for this feature. Highest voted features will graduate to Actix Web sooner.

poll

React to this issue with a ":+1:" to vote for this feature. Highest voted features will graduate to Actix Web sooner.

poll

## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

B-semver-minor
A-web

## PR Type CI ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] A...

B-semver-patch
A-meta

## PR Type CI ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] ~Documentation comments have been added / updated.~ - [x] ~A...

A-meta
B-semver-norelease

### 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...

A-awc
C-feature

## 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(),...

A-session
C-feature

### 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...

website