Damir Jelić

Results 351 comments of Damir Jelić

We're using [reqwest](https://github.com/seanmonstar/reqwest) for our HTTP library and I don't think it supports multiple proxies, it does support [SOCKS5](https://docs.rs/reqwest/0.11.3/reqwest/struct.Proxy.html) via the `socks` feature. That feature is optional in the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk/blob/master/matrix_sdk/Cargo.toml#L26)...

Not currently, you can join in another client, the join will be reflected in Weechat.

Help in what way? The templates seem to be general enough, what's exactly wrong with them and what should be improved. As is, this issue isn't really actionable.

This plugin, much like the python script of the same name, heavily relies on modifying a printed line. For example Matrix allows you to edit a message if you made...

The examples run as part of CI and thus should never be outdated. As you noticed the other direction can happen, the examples on the git repo will always match...

The README.md files are used for the crate docs, so that line will be included in the crate docs as well. Not sure if that's desirable. I guess we can...

> Things I would like to discuss at the current stage: > > * What do we want to do with the existing `experimental-timeline` flag? > > * We have...

So there are a couple options here. 1. `rqrr` is optional, it adds QR code decoding support. We could just remove the optional feature and be done with it. 2....

Blocked on https://github.com/bheisler/criterion.rs/pull/560

Now blocked on https://github.com/tikv/pprof-rs/pull/163.