fMeow

Results 63 comments of fMeow

一样,用deepin-wine,也是一分钟不到就闪退了。 我是Arch gnome。

不太行,更新2.7.1.82-2之后用deepin-wine照样频繁闪退。 Arch Gnome

Would you please add some detail about the scenario where dependency injection can be beneficial? It would be great if you can list pros and cons.

I don't think it possible. As @idanarye pointed out, the use of actor reference on async asctor handle leads to multiple mutable reference to actor, which is never allowed in...

I think a raw pointer dereference can cause data race. Consider two long and complicate async method that edit fields of the same actor. ```rust use actix::clock::delay_for; use std::time::Duration; struct...

Maybe it's worthwhile to add this possible data race in documentation when modification on the actor's internal state in async code. Well, this data race seems irrelavant to actor reference...

商用利用を制限するつもりか

This is possible outside of macros provided by `typed-builder`, which means we have to write some hacky generic. But it's fine with the help of `cargo expand` subcommand. Say we...

Could you please explain the idea a little bit, or give an example? I have no idea what the proposed trait is used for.

I don't think this should be built into `arangors`. And following new type pattern in your application code is enough in my opinion. Just define the trait you want and...