Evgeniy Dushistov

Results 67 issues of Evgeniy Dushistov

Bellow the most simple example as I can create. `racer` can find (`racer-find-definition`) `Client`, `builder`, `timeout`, `Duration`, but it can not find `build` method. All stop working after `timeout`. `timeout`...

bug

``` The last racer command was: $ cd /home/evgeniy/projects/rust-infra/rust/src/librustc_typeck/ $ export CARGO_HOME=/home/evgeniy/.cargo $ export RUST_SRC_PATH=/home/evgeniy/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src $ /home/evgeniy/.cargo/bin/racer find-definition 182 39 /home/evgeniy/projects/rust-infra/rust/src/librustc_typeck/astconv.rs /tmp/racer7421PgP This command terminated with exit code 101. No...

If I change one line of C++ code in my project and then run `ninja project_apk` it takes 39s, gradle output looks like this: ``` ❯ grep Took /tmp/apk-build.log |...

Looks like several months no new commit, need any help to maintain repo?

I'va started today work on win32 support, so I create this issue to coordinate work on this issue.

I want to connect with gps device via bluetooth on linux. In console I did: ```sh $ sudo rfcomm connect 0 10:C6:FC:FE:6D:D0 & $ sudo cat /dev/rfcomm0 $GPGSA,A,3,08,27,11,69,14,18,77,32,,,,,2.5,1.6,1.9*35 $GPRMC,161659.5,A,5521.76350,N,03731.92747,E,000.57,058.2,040718,010.2,E,A*35 $GPGGA,161659.5,5521.76350,N,03731.92747,E,1,08,1.6,204.7,M,13.1,M,,*55...

Two years since last commit. Is it still maintained?

bug