James Cline
James Cline
Hi, I have a use case where I want to trigger profiles on a remote server and then load the resulting file via an HTTP endpoint. It seemed to me...
Requiring all these different files is a bit obnoxious for new users. There should be a way to help streamline this setup process. At a minimum, reducing the number of...
Segfault on unmount, probably caused by this: ``` ==4526== Invalid free() / delete / delete[] / realloc() ==4526== at 0x4C29A9E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==4526== by 0x40388A: fstack_pop (functional_stack.c:47) ==4526== by...
Recently made the str class, which leaves adding more functions to make using it simpler. Right now I have to do some painful manipulations to make things usable when interfacing...
With a few thousand files, it's currently pretty slow even on a fast connection... The default is 100 files/request. Would changing that to 1000 slow down requests for users with
Folders
My understanding is that Google Drive supports having multiple parent folders for a single file. Should we mimic this with soft or hard links? If not, how do we handle...
The "title" field returned in the XML for directory listings can contain '/'s. It seems that Google Docs do not have a "filename" field, just the "title" field. Should Google...
My thoughts right now are that the user and group of all of the files should match that of the fuse process that was used to mount them, which gd_getattr()...