Aleksei Arbuzov
Aleksei Arbuzov
I'd like to note that the issue still occurs (one year already) and existing workaround is slightly annoying when building crates.
Hi again, @tafia Please merge #184 before publish new version. Thanks in advance!
Hi @jwilm I've encountered into the same issue. My steps to reproduce: - run racerd --logging - run example curl command from [example](https://github.com/jwilm/racerd/blob/master/docs/API.md#post-list_completions) - see "204" in racerd's console: ```...
If it helps see debug log below: ``` DEBUG:hyper::server: threads = 48 racerd listening at 127.0.0.1:3048 DEBUG:hyper::server: Incoming stream DEBUG:hyper::server::request: Request Line: Post AbsolutePath("/list_completions") Http11 DEBUG:hyper::server::request: Headers { User-Agent: curl/7.47.0,...
Sorry, I set rust source folder as `~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust` but it should be set as `~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src` (I missed last component). Now it works fine.
Hi @jethrogb ! Thank you for the crate, it super useful for me! Could you please add @MabezDev as co-maintainer? His fork contains patches up to 18.03.2020, so it will...
Hi @snproj ! I heavily use quick-protobuf in the embedded (no_std) project and like the approach with public fields in the generated structs. That approach is significantly less noisy than...
Hi there, At [Terminal Technologies](http://www.termt.eu/), we use Rust for the our new product, now it is at development and certification stage. We have Cortex-M3 CPU with 1Mb ROM and 384Kb...