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 think it's a good idea to re-use as many existing, single purpose, libraries as possible. Like you are discussing in the remotestorage.js issues at the moment. So why don't we use https://github.com/silverbucket/webfinger.js here?
The text was updated successfully, but these errors were encountered:
It would replace more than just those 7, but yeah - I think it's a good idea to use a bunch of small single purpose libraries which focus on their problem domain, hopefully with tests etc. so we can offload as much technical debt as possible. once you get together a build process and a package.json, you can pin the version to follow the 2.x branch, I'm following semver so the API wont break for 2.x
I think it's a good idea to re-use as many existing, single purpose, libraries as possible. Like you are discussing in the remotestorage.js issues at the moment. So why don't we use https://github.com/silverbucket/webfinger.js here?
The text was updated successfully, but these errors were encountered: