Dmitry

Results 89 issues of Dmitry

### Explanation `useRef` with `null` initial value: Initialized `textInputElementWidthRef` with `null` to ensure it's easier to check if the layout has been set. Simplified conditionals: Removed unnecessary checks for `textInputElementWidthRef`...

#### Describe your changes. This update corrects a small grammatical issue in the contributing guide. The original phrase: > "Striking up a discussion the [dev Telegram]" has been updated to:...

There is a typo in the comment for `NETWORK_DEVNET` (line 75): - **"A open 'playground'"** It should be **"An open 'playground'"**, as "open" begins with a vowel sound.

The word "timee" contains a typo. The correct spelling is "**time**".

This update adjusts the wording in the GCP deployment guide to align with formal technical documentation standards. Specifically, the phrase: "Some gcloud commands might not run in an ephemeral Cloud...

documentation
size:XS

This update simplifies error handling by removing the manual implementation of the `Display` trait and relying on `thiserror`'s capabilities to automatically generate it. --- ### **What has been changed?** -...

### Added typo corrections to documentation for the following files `documentation/blob/master/website/docs/contribute/bugreports.md` 1. "hinderance" should be "hindrance". 2. "catagories" should be "categories". Corrected. `documentation//blob/master/website/docs/contribute/contribution-guidelines.md` "Minux" should be "Linux". Corrected. ### Goal...

#### Description of the pull request (what is new / what has changed) The use of "that" here is incorrect; "**whether**" is the appropriate word in this context. #### Did...

### Description The text contains a typo. The word "successsfully" is correctly spelled as "**successfully**." It has been corrected. ### How Has This Been Tested? I found the typo by...

size/XS

#### Description: In some cases, if the contract deployment is unsuccessful, the `tx_receipt["contractAddress"]` variable might be `None`. This can lead to errors when trying to use it later in the...