Anders Bennehag
Anders Bennehag
To update current installations, do ```bash rm -rf mason make fmt ```
The rest of the build utilizes `sccache` https://github.com/mozilla/sccache/ for caching of build-artifacts between builds. However, it does not seem like the grpc-C++ library makes use of `sccache`. Is there any...
**Describe the bug** I would like to generate the rust code using `prost` instead of `rust-protobuf` as described in the [Readme](https://github.com/tikv/grpc-rs#feature-prost-codec-and-protobuf-codec). This does not seem to work. **To Reproduce** Cargo.toml...
Is there a more advanced example code somewhere, complete with a grpc stream running in a tokio loop with connection retries etc?
Is reading of IPTC and/or xmp tags on the horizon?
Hello, I've been using Dark Reader for a long time on Chromium which has a keyboard shortcut for adding current domain to the whitelist. This feature is incredibly useful. Adding...
for easier testing with fake incidents. `test/gurka/test_route_incidents.cc` implements a special graph-reader and some helper functions that allows the test-file to mock incidents. This PR does a refactor of said mocked...
I needed to sort data on the following form: 13 days, 19 hours, 36 minutes 10 days, 07 hours, 58 minutes 9 days, 00 hours, 46 minutes 8 days, 21...
Initially from https://github.com/tikv/grpc-rs/issues/480 It would be nice if `protoc-grpcio` could support generating prost protobuf code
Documentation at http://package.elm-lang.org/packages/iosphere/elm-logger/1.0.1/Logger shows the following initialization code: ``` import Logger loggerConfig : Logger.Config loggerConfig = Logger.config Logger.Info ``` But this fails with a type-error. I had to specify the...