Andrew Lazarus

Results 53 comments of Andrew Lazarus

`MyType` is a generated protobuf message struct.

I'm playing around with [quick-protobuf](https://github.com/tafia/quick-protobuf) and [rental](https://github.com/jpernst/rental) together. I can't tell if it is a winning combination or a terrible idea. My struct looks like this: ```rust rental! { mod...

I was using quick-protobuf b/c I like that it doesn't allocate `String`s and just uses `Cow` when decoding string fields. Though if [this prost issue](https://github.com/danburkert/prost/issues/31) gets done, I wonder if...

I haven't tried `bytes` out yet. When decoding a protobuf with `FromBufStream`, would you need to incrementally decode the proto as `extend` is called? Also, related to my previous [post](https://github.com/carllerche/tower-web/issues/117#issuecomment-429371414),...

Is there a blocking annotation? Do you need to mark blocking methods as such?

Bump (I just updated and ran into it again).

@sgrif Can this get merged? I ran into it again. Hard to remember how to fix it every time :)

I get this error: ``` % cargo install diesel_cli ... Compiling diesel_cli v1.3.1 error: linking with `cc` failed: exit code: 1 | = note: "cc" "-m64" " ... "-framework" "Security"...

Any movement on this? I just added https://github.com/nerdrew/vim-fugitive/commit/8076b298afea9c828e9fc9fb545708a57a511d57 to my fork to see if it does what I want.