In order to validate the name of the software, a schema is downloaded from diaspora.software. This is a problem because it limits development of the software and its forks while also introducing a web call as a point of failure in testing.
Proposed solution:
Import the schema file into the codebase and use the local file for validation.
In order to validate the name of the software, a schema is downloaded from diaspora.software. This is a problem because it limits development of the software and its forks while also introducing a web call as a point of failure in testing.
Proposed solution: Import the schema file into the codebase and use the local file for validation.