Omid Rad
Omid Rad
### Versions - **Rust:** 1.72 - **Diesel:** 2.1 - **Diesel_async:** 0.4.1 - **Database:** postgresql - **Operating System** linux ### Feature Flags ## Problem Description After I upgrade the code from...
**Describe the bug** You can zoom out out of the chart, and the zoom out is weird then!! I don't know how to describe it. watch the screencast below! **Victory...
**Describe the bug** There is a jump when you zoom in the chart! **Victory version** Your version at: https://formidable.com/open-source/victory/docs/victory-zoom-container/ **Code Sandbox link** Your online example: https://formidable.com/open-source/victory/docs/victory-zoom-container/ **To Reproduce** Just zoom...
there is a domain in the list like this
Dear all, Is there any evidence if this crate is faster than Rust std String (for ASCII)? Did anybody do benchmark or something? Generally I think there should be a...
Just watched the stream, perfect. Since the `self` in the `flush` method is `&self`, now you can change the following line to `let _ = self.flush();` in the `drop` method,...
It's just a cleaning and updating of some versions. I also updated the edition, not sure if I was allowed to do.
After updating `chrono-tz` we see some deprecated APIs. `chrono` itself is still using the deprecated API, we can also wait till they fix it. For example, here is one of...
After updating `chrono-tz`, there are some unwraps in the source code. Let's remove them and return Result instead.