⭐️NINIKA⭐️
⭐️NINIKA⭐️
### Game Name CEIBA ### Game Update Version 1.0.0 ### Emulator Build Version Build from master commit 4d0dbbfae ### Graphics Backend OpenGL and Vulkan ### Hardware Specs - ##### CPU:...
It seems that code generation for the hex was broken and needed changes similar to the ones found in #1 This PR should fix them
This version was [yanked](https://crates.io/crates/zeroize/1.8.0), it will break iroha builds when the lockfile gets updated (on any change in dependencies)
After the merge of #4240, it would be possible to filter for multiple event types with a single filter, but only if they are coming from the same category (for...
zstd can offer compression rates/speed much superior to standard deflate used in zip. zip files, which npz is based on, already have a standard way to use zstd compression, so...
Suppose we have a library crate `smol-lib`. When the library is called in context of an example for this library (i.e. `smol-lib/examples/smol.rs`) trying to look up the name of the...
## Description Warn if a peer status request is failed. Helped me debug my misconfigured proxy failing tests when ran in IDE... This also refactors a function a bit, because...
## Description - remove `QueryWithParameters` - move all parameters to `ClientQueryPayload` (was `QueryPayload` before, stored inside `SignedQuery`); `SignedQuery` now equivalent to `QueryWithParameters`. All the parameters are now scale-encoded and versioned...
# TL;DR When using `wait_for_genesis_committed` and a status request fails for any reason (like, for example, a misconfigured proxy), no error is reported and the waiting fails due to a...
It appears that this repository has private patches specific for ambarella devices applied. They seem to have the GPL disclaimer on them, so I suppose they must be published somewhere,...