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
Allow for a custom handlers to be provided to the Node File System Persister for converting urls to file paths.
The use case that we have for this is so that we can hash the URL rather than creating a long path from the URL (comunica/comunica#1363 (comment)) - as the paths we are generating are too long for Windows machines which often have a MAX_PATH of ~256 chars (comunica/comunica#1363 (comment)). This could be configurable as an additional persisterOption in the setupPolly function like so:
Description
Allow for a custom handlers to be provided to the Node File System Persister for converting urls to file paths.
The use case that we have for this is so that we can hash the URL rather than creating a long path from the URL (comunica/comunica#1363 (comment)) - as the paths we are generating are too long for Windows machines which often have a
MAX_PATH
of ~256 chars (comunica/comunica#1363 (comment)). This could be configurable as an additionalpersisterOption
in thesetupPolly
function like so:The text was updated successfully, but these errors were encountered: