Adam Uhlíř
Adam Uhlíř
The [CONTRIBUTING_JS](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) file have references to example files of .gitignore and .npmignore, yet the links are broken (files are gone). I traced it to @daviddias removing them with: - https://github.com/ipfs/community/commit/f9c02d14b6f4dc08b9e6a0199b9de6dfc5ab30b4...
With the component refactor in Desktop, we track errors using Sentry on top-level. This unfortunately might not work as good, because we might not catch the errors that were originally...
It would be good to suggest some reasons for errors when setting up RPC provider. For example for: - `402 Payment required` suggest that he might have ran out of...
It was not possible to completely build Bee Dashboard on Windows (which was needed for Swarm Desktop), where one of the issue was the `TS_NODE_COMPILER_OPTIONS` env variable definition on Windows...
We have discussed that it would be beneficial for the user to deploy the Dashboard to something like `dashboard.ethswarm.org` which would connect to locally running Bee node (or actually to...
When you add Git repo as a dependency it will grab always the latest commit upon installation, which makes it unpredictable because two developers can use different versions of the...
SemVer spec allows to the version contain a metadata about the build using format `+`. This patch extends the release task with ability to specify metadata to be appended to...
Allow publishing non-public repos ==> implement authentication support.