Dmitry Murzin

Results 49 issues of Dmitry Murzin

This PR is about four builtin macros: `inline`, `repr`, `start` and `derive`. * `inline`, `repr` and `start` can't be overwritten by user macro (there will be ambigiuos error E0659). So...

fix

## Environment * **IntelliJ Rust plugin version:** 0.4.179.4859-222-nightly * **Rust toolchain version:** 1.64.0-nightly (f9cba6374 2022-07-31) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2.1 (CL-222.3739.54) * **Operating system:** Linux 5.18.16-zen1-1-zen *...

subsystem::type inference & name resolution
bug

Please [add](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md#b-request-a-new-library) this library to cdnjs.

## Description * Added method `add_parameter` which can be called from executor (in `migrate` entrypoint) to define new executor parameter * Added test which demonstrates how executor can use it,...

iroha2-dev
Refactor

## Description If some permission token was removed from schema during executor migration, then revoke that permission token from related roles and accounts. ### Linked issue Closes #4331 ### Benefits...

Bug
iroha2

> Instead of feature-gating it, I would suggest following the same pattern that `iroha` (crate in /cli/) itself follows: > > * It detects colors support automatically via `supports_color` crate...

good first issue
iroha2-dev

Consider this push webhook: ```json { "ref": "refs/heads/master", "pusher": { "name": "test[bot]", "email": null }, ... } ``` Email of `pusher` is `null` which is allowed by [GitHub API docs...

If I have a file which name contains backtick (`` ` ``), then I can't open this file. For example I have file ``/storage/0403-0201/E`kzamen``, then adbfs will print the following...

Consider `genesis.json` from iroha `v2.0.0-pre-rc.9`: ```json { "transactions": [ { "isi": [ { "SetKeyValue": { "object_id": { "Id": { "AssetId": "133.0.0.33-133.0.0.33_1696776342459#contribution#admin@yyy" } }, "key": { "Name": "ts" }, "value": {...

Bug

## Description Added support for encoding/decoding private keys to `multihash` module, and replaced each occurence of `PRIVATE_KEY_ALGORITHM`/`PRIVATE_KEY_PAYLOAD` pair to `PRIVATE_KEY` in multihash format ### Linked issue Closes #4412 ### Benefits...

config-changes