Rob Ede
Rob Ede
@dependabot recreate
@dependabot rebase
@dependabot recreate
> we lose the flexibility of having multiple resource definitions with same routing configuration's but different guards apart from the most common method routing case, this feature of the router...
Yea I'm definitely happy to accept PRs for performance improvements including such flags. I'd just ask that this isn't a breaking behavioral change, ie. all tests in `actix-web` should still...
we think we've just this this, except it's now an error, while building the Rust rdkafka crate ``` Building and linking librdkafka statically CMake Error at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with...
Yea we just pinned the installed cmake to v3.x. I'd advise an increase of priority on this issue as maintainers are likely to see more comments and issues about this...
see discussion in #3384
It's also possible that `LocalRuntime` will be easy enough to use that we can just make actix-rt optional altogether. In particular, if there's a `#[tokio::main(flavor = "local")]` or similar.
We'd only need them for actors. The crate can stay around but it would be removed from the dependency tree of `actix-web` in a major release.