Dmitry

Results 89 issues of Dmitry

## Description I noticed a couple of issues in the script: 1. The function `fix_unreachable_pub_warning` was receiving `m` (part of the warning) instead of the full `warning` object, which caused...

I noticed an issue in the `chanCloseFrozen` function where the validation `abortTransactionUnless(hopsLength === 1)` doesn't align with the intended logic. Since this function is designed to handle multi-hop connections, the...

"impelmentation-related-repo" in the "Join the Community" section. The correct spelling should be "**implementation-related-repo**". Corrected.

### Description In the "Docker Dev Environments" section of the documentation, there was a typo in the Git command. The command incorrectly used `get fetch`, which is not a valid...

### Typo found and corrected In this text, there is a typo: "tarknet Twitter" — it should be "**Starknet Twitter**". Fixed.

### Description: I noticed a couple of potential issues in the script that could lead to unexpected behavior, especially when dealing with spaces or special characters in directory names or...

## Description `map` was used instead of `forEach` in the code. Since `map` creates a new array that isn't being used, it can be misleading and is considered an anti-pattern....

**Description:** This pull request addresses an issue in the `release.sh` script where the `echo $usage` command is not enclosed in quotes: ```bash if [ ! -d "$brewdir" ]; then echo...

"Shared utility functionality used across app applications." The word "**app**" is redundant here, and it should be corrected to: "Shared utility functionality used across applications." Corrected.

Found and corrected a typo in the text: "zero-knoweldge" should be "**zero-knowledge**".