You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that it is not easy to add tolk into a source-only repository, because it has no support for library package managers.
Tools to be supported:
NuGet: This is the most important because most development will be .NET or C++ native applications and they can be developed with references to NuGet packages to avoid inclusion of libraries with the sources.
PyPI: The second tool in importance because many blind developers develop python programs and it will be nice to have a weel or source build enabled for python package index.
Hello,
I found that it is not easy to add tolk into a source-only repository, because it has no support for library package managers.
Tools to be supported:
Cheers,