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
To ensure solid compatibility can we forbid the windows forbidden characters in pathName like \/:*%"<>| ?
This could be done in resource-mapper.js
Should it be OS dependent to allow any file OS file be URI capable.
index:name.ttl is valid POSIX file and URI, but invalid WINDOWS
The text was updated successfully, but these errors were encountered:
Is it necessary for the port to be included in the directory name?
What problem would be caused by creating chat directories like account directories, without the port?
@timbl @michielbdejong @RubenVerborgh @highlevellogic
Trying NSS on a windows pod
https://bourgeoa.solid.hll.nu:7443
. Tested thechat with me
from OS solidThe function returns a PUT error 500
This is due to the colon
:
in the folderPathTo ensure solid compatibility can we forbid the windows forbidden characters in pathName like
\/:*%"<>|
?This could be done in resource-mapper.js
Should it be OS dependent to allow any file OS file be URI capable.
index:name.ttl
is valid POSIX file and URI, but invalid WINDOWSThe text was updated successfully, but these errors were encountered: