Mahsa Shadi
Mahsa Shadi
In my case, the list returned by my storage API is ordered alphabetically, but files with uppercase letters precede the ones with lowercase letters. ``` [dir] 0 [file] 1 [dir]...
I commited some changes, I think we only need to filter options in getters (readdir, readfile, exists, stat), right? Except readdir, I didn't find options needed to be filtered in...
> This is what I suspected. This is what most filesystems do, which is fine. So to start working on this point, I think we should have some **agreement**: 1....
> Does this sound good ? I know it's been a long process so far, but I really wanna make sure we do this right You are completely right, and...
Hi. I again find some time to work on paging project :) So is there anything else to be done on this branch?
> you can just use your forks with your changes in your installation Yes, but as I need to make pagination changes in the same fork package (osjs-client), I think...
> You should now be able to do `basic.createOpenDialog({ filetype: 'directory' })` Thank you, now it is available, But I think the path of selected directory in returned object is...
Hi there. > But I think the path of selected directory in returned object is not correct. > > For example if I select _TEST_ directory in _HOME_ , the...
Imagine a simple component like this, which we want to fill the textbox with the selected directory path ```js import React, {useEffect, useState} from 'react'; export default function Main({core, proc,...
> Does it work when you go inside the directory ? Yes, the selected directory is which the user is inside that. UX-wise I thought when I click on a...