Jan Pochyla
Jan Pochyla
Hi! Adding a `ClientBuilder` mentioned in #9. First as a draft, missing doc comments for example, so we can agree on the approach. I understand the `::empty()` constructors on the...
Hi! I'd like to have an option to customize the `reqwest::Client` for explicit proxy setup, and thought that it might be a good time to add a builder for the...
Hi! While trying to implement caching of `ureq` responses I've noticed that the above structs could make it a bit easier: - `Request` does not expose `url` and `method`. This...
We have _some_ local track support since #136, it'd be cool if we could play them.
Although Psst code is mostly multi-platform, I use only Mac OS as my daily driver and develop on Mac, and I don't really have the time that other platforms deserve....
After cca a day of running bitcore-node 3.1.0 we get: ``` ... [2016-08-05T09:51:26.624Z] info: 79.42.190.240 web socket subscribe: bitcoind/hashblock [2016-08-05T09:51:26.624Z] info: 79.42.190.240 subscribe: bitcoind/hashblock total: 1408863 [2016-08-05T09:53:18.383Z] error: uncaught exception:...
Playback progress, together with total duration, would be probably the last things we miss.
When running `flatc` once on many files which all include some other, common, definitions, the resulting Rust `mod.rs` file does not contain `mod xxx_generated` for all generated Rust modules, only...
### Describe the Bug When the `wasm-opt == 116`, with `-O3 -g` flags, is run on Rust crate compiled with the following `wasm-bindgen-cli-support == 0.2.89` setup: ``` Bindgen::new() .input_path(...) .out_name(...)...