Shahab Dogar
Shahab Dogar
# Prerequisites You must have your volume set to some non 0 non 100 number. You must have some sort of volume button on your keyboard, headset, or anything else...
Currently this project only supports 1920x1080 and 1366x768 resolutions. It might be worth the effort to make the config files more dynamic to adjust to any resolution screen. Relatively problematic...
protobuf.js version: latest Keep case defaults to false. This results in the default being to violate protobuf contracts until explicitly told not to. It is not protobuf.js's job to conform...
Currently consumers have no way to set flags when writing to memcached. We should allow them to do so, however this would require changes in `ProtocolTrait` which will end up...
resolves #143 ## Summary by CodeRabbit - **New Features** - Introduced JSON support for serialization and deserialization, including new `get_json` and `set_json` functions. - Expanded the default feature set to...
resolves #20 While we use Tokio for testing, this will support other runtimes too. ## Summary by CodeRabbit - **New Features** - Added asynchronous functionality for interacting with a memcached...
### Related Problems? The `HeaderInjector` trait provided [here](https://github.com/open-telemetry/opentelemetry-rust/blob/cdf5f03abe5ef4ba99f5ba1404a1f7b28fb7fad7/opentelemetry-http/src/lib.rs#L14) does not satisfy the type for [reqwest's `HeaderMap`](https://docs.rs/reqwest/latest/reqwest/header/struct.HeaderMap.html). This means that consumers using reqwest for making http requests will have to inject...