Results 118 comments of Douman

Yeah, but I'm not sure about `Cow` since it is reference type and would be limited by lifetime

I'm not sure, we should just drop out this license notice at all since in source files and use common I guess

I'm not sure is this actually good idea that single message, could generate multiple responses? I know that it would be feasible in Erlang to send out multiple messages separately,...

Well I guess I'm fine with any builtin types as long as it is not fully generic `T`

@rivertam there is one https://github.com/actix/actix-derive/blob/master/src/lib.rs#L23

The problem with UDP is that it is too low level to interact well with actix like that. I would advise to wrap it into `Stream` that could produce datagrams...

I didn't look into code, but if you don't need cookies, you could disable temporarily `session` feature. P.s. @saschagrunert you shouldn't treat windows so badly 😄 We poor windows plebs...

For linux I originally didn't cross compile, but built with ubuntu's image. I also tried to build statically with musl using opus's cmake, and it made no difference unfortunately. I'm...

I suppose as alternative you could make a way to specify a way to vrapperrc instead of just taking only {HOME}/.vrapperrc but not sure if it would really convenient to...

I'm not sure it is all that simple, we have case where we do not use any sort of weird shit like SSE, but occasionally stumble into such problem if...