⭐️NINIKA⭐️

Results 157 comments of ⭐️NINIKA⭐️
trafficstars

It is much better now: 3.48s in CPython vs 12.35s in RustPython

Just to not: generally, I think, mp4 is not really designed to be streamable =( There are some things that can be done to make it so: https://trac.ffmpeg.org/wiki/HowToCheckIfFaststartIsEnabledForPlayback

Also, please make sure your PR title and commit messages follow the [format we use](https://github.com/hyperledger/iroha/blob/iroha2-dev/CONTRIBUTING.md#pull-request-titles). This PR also should be a single commit (not four), as it is a small...

On http client side, query gets signed as a `QueryPayload` structure that has `authority`, `query` and `filter` parameters. The authority seems to determine what the query can access from the...

One risk with I see with that is that we might want to _start_ passing filters to validations and sign them (see https://github.com/hyperledger/iroha/issues/3671#issuecomment-2056043375)

Moving the `filter` out of `QueryPayload` seems to not be that easy, as it would have to be passes as a query parameter, same as `sorting`, `pagination` and `fetch_size`. the...

> That can cause problems with cargo recursion problem (cargo doesn't like to be invoked multiple times from it self). @Arjentix, What are some of the problems that can be...

I think it's actually called `RUST_RECURSION_COUNT`..

I don't think that using cargo as a library is a good idea. Mainly because its API is perma-unstable and is not gonna be stabilized soon. Other problem I can...