⭐️NINIKA⭐️

Results 157 comments of ⭐️NINIKA⭐️
trafficstars

The idea is not to have only [platelets.fun](https://platelets.fun/) service, but a platelet-clicker project, that can be set up easily be anyone interested. That's why I offer PHP. Of course it...

I don't think it's feasible at least before we remove the config documentation from the API (as planned by hyperledger/iroha-rfcs#8). Removing `Serialize` impl from the key seems to have troubles...

We can't currently combine arbitrary filters: 1. Combining filters of the same type Can't do this because id matchers have only 1 id. We cant combine `AccountEventFilter::new().for_account(acc_id1)` with `AccountEventFilter::new().for_account(acc_id2)`. This...

It was somewhat handled with the merge #4366 (`listen_events` now accepts an array of event filters). For smart contracts - just install multiple triggers (I think the wasm is deduplicated...

Is there a reason why minting a key for account is in the account subcommand, but burning is in an entirely new one?

I won't be pursuing this in any near time, sorry

I did devise my own workaround (recompiling the gdb reverting the breaking change).

I believe that closing this issue is not the best way forward. Even though there are several workarounds (patching & building your own gdb/downgrading gdb/editing plugin's gdbserver wrapper) none of...

I believe one can find the said decompiler XML when clicking this button ![Screenshot_20221214_151136](https://user-images.githubusercontent.com/10363282/207592100-eada7f40-4ba4-4cda-94c3-77e25df7bea1.png) [Here's](https://github.com/NationalSecurityAgency/ghidra/files/10227831/on_char.zip) decompiler xml (zipped for github) of a function I encountered the bug in ![image](https://user-images.githubusercontent.com/10363282/207595421-1bfac81a-735d-4deb-aaf5-16d4944f3412.png) Any...

> 3. Not really a tokio thing, but the neli_enum() macro is really useful for writing general networking stuff. You can take a loot at [num_enum](https://docs.rs/num_enum/latest/num_enum/) crate which seems to...