Jeff Zucker
Jeff Zucker
We should make sure that Solid-IDE uses a proper popupLogin. See https://github.com/jeff-zucker/solid-file-client/issues/72
@kidehen suggests in https://forum.solidproject.org/t/solid-ide-and-solid-file-client-now-do-uploads/1361/7 to read the storage location from the profile. I need to add this to the workflow.
@mikeadams1 suggested adding the Ace kitchen-sink menu to Solid-ide. I need to check it out. https://ace.c9.io/build/kitchen-sink.html
The move function creates extraneous .acl,.meta, and .meta.acl files. This simple, test illustrates the problem : ```` onst $rdf = global.$rdf = require('rdflib'); const {SolidFileClient} = require('../'); const {SolidNodeClient} =...
The spec requires a content-type for PUT and POST. Solid-Rest currently fails if it is missing. This causes 4 tests on Solid-File-Client to fail. I suggest that we make failure...
Currently in 1.0.0 the default (high-level) behavior of both createFile() and updateFile() is to call putFile making them both equivalent to createOrReplaceFile(). I suggest we have a real updateFile(), in...
@bourgeoa and @Otto-AA, I've run into a fairly big problem and would appreciate your thoughts. There are several major problems with how solid-file-client handles methods when the access role is...