Marcin Mielniczuk

Results 91 comments of Marcin Mielniczuk

I packaged the UC for Arch: https://aur.archlinux.org/packages/universal-components-git/

One more remark to the PR: when swiften is installed as a system-wide package, the execution is very fast: ``` swiften-config --libs 0.00s user 0.00s system 0% cpu 0.005 total...

The following error is in the log: ``` eclipse.buildId=debbuild java.version=1.7.0_91 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86_64 Error Tue Dec 29...

Since nightly has been required for racer for a long time and may break, maybe it would be a good idea to provide pre-built binaries, just like https://github.com/mozilla/sccache does? This...

@kngwyu it was introduced in Rust 2018

I have the same problem trying to call between OnePlus3 and Samsung Galaxy J7. Won't adb logcat log be enough?

I can reproduce it on every Android device I use. The desktop, qTox, receives the sound from the phone's microphone, but the phone (Antox) gives no sound and is stuck...

This is not a breaking change: the trait implementation will only be used if the feature is enabled. > [Tracing](https://github.com/tokio-rs/tracing) is a framework for instrumenting Rust programs to collect structured,...

I see. This implementation has to either be a part of `valuable` or `primitive-types` due to orphan rules. So far tracing doesn't support [`Value::from_serde`](https://github.com/tokio-rs/tracing/issues/819).