Anton Rapetov

Results 21 comments of Anton Rapetov

I have the same issue (not highlighting for f-strings) and agree that it is a major problem. Probably have to use `python-syntax` instead, even though it is generally inferior.

`echodoc` works fine in many cases. However, if you have an overloaded function, and you go to correct an already written function, it might show you the wrong overload. Here...

I hope I fixed the issue. Thanks for pinging me!

@extrawurst Thanks for suggestion about `make check`. Hope it will pass now.

Hi @heliostatic, I'll try to get back to it this coming weekend.

@jackpot51, well `nix` is for all Unix except redox I mean there is a condition for `nix` dependency in `Cargo.toml`: ``` [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies] nix = ">=0.8" ``` Maybe...

Was this feature implemented? If not, why it was abandoned?

I get same error with QWebSocket http://doc.qt.io/qt-5/qwebsocket.html

So `cargo-ndk` doesn't allow to build for desktop? Or `cargo-ndk` itself is fine, we just need to adopt this plugin?