Egor Ivkov
Egor Ivkov
I think I checked some time ago and there were libraries in our deps with c bindings that wouldn't build on windows
> The not-yet-implemented timing metrics are more interesting, because they would indicate issues with code in tasks blocking too long. I second this. In our project built on tokio, we...
I think the best way is to publish static website with GitHub Pages for docs for dev branch. For releases we will just publish the crate with `cargo publish` then...
This issue is especially relevant given https://github.com/hyperledger/iroha/issues/1777
Moved from #1430
Here is a more minimalist reproduction of this issue - https://github.com/e-ivkov/rmp-bug-repro I understand that this is not directly a bug, but I would call it an interface inconsistency. It is...
Any news on this? Was the maintainer chosen?
@3Hren @kornelski please take a look at this mr, it's a simple grammar fix. It should be straight forward for review.
We faced an issue with this in our own project, you can check it here - https://github.com/qdrant/qdrant/pull/1172
I agree that it can be handled in other ways, I guess my main point is about mentioning this in documentation. If you can suggest where to add it, I...