Igor Shadurin
Igor Shadurin
I upload a lot of files through a node. With each file, the amount of RAM consumed grows and hours after unloading, the RAM is not freed. So I have...
In bee-js, for some reason, binary data is converted to a sequence of numbers separated by commas instead of binary data. This only happens in React Native. In web and...
### Context Bee version 1.17.3. The problem occurred in our `fdp-storage` project https://github.com/fairDataSociety/fdp-storage/issues/259, which is built on top of Swarm. ### Summary We encountered an issue with chunk retrieval after...
The JSDoc in `src/components/Text/index.tsx` is missing a description for the `href` parameter. Additionally, a typo has been identified and corrected.
This PR addresses an issue where the `toString` method was erroneously called as an async function. Since `toString` is a synchronous operation, this commit corrects the call to ensure it...
Fixed 2 typos in `scripts/install.sh`
Enhancements were made to improve code consistency and style. All comments originally in Russian have been translated into English for broader accessibility and understanding. Additionally, an unused variable was identified...
In the deployment script, we identified an issue with the array expansion which could lead to unexpected behavior due to re-splitting of its elements. **Details**: - **Issue**: We used an...
refactor: correct internationalization spelling and update shell profile and telemetry documentation
This PR fixes the spelling of internationalization for consistency and updates documentation for shell profile and telemetry, improving clarity and developer guidance.