LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

Disable remote context lookups by default #119

Closed rubensworks closed 8 months ago

rubensworks commented 1 year ago

Issue type:


Description:

Remote context lookups usually indicate an error, e.g.

2023-04-14T11:07:46.483Z [Components.js] warn: Detected remote context lookup for 'https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-extract-links-tree/^0.1.2/components/context.jsonld' in /home/runner/work/comunica-feature-link-traversal/comunica-feature-link-traversal/engines/config-query-sparql-link-traversal/config/extract-links/actors/tree.json. This may indicate a missing or invalid dependency, incorrect version number, or an invalid context URL.

This is confusing for users, and we should just show an error that does not include fetch responses.

We'll probably want to add an option to enable remote context lookups.