Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FileSystemDirectoryHandle support #3

Open
itstorque opened this issue Oct 30, 2022 · 1 comment
Open

Add FileSystemDirectoryHandle support #3

itstorque opened this issue Oct 30, 2022 · 1 comment

Comments

@itstorque
Copy link
Owner

itstorque commented Oct 30, 2022

Instead of uploading the entire Symbol directory, find a way to use FileSystemDirectoryHandle to have session based access. The problem is lib/sym is stored in Library which is excluded in here:

#if defined(OS_MAC)
    // Similar Mac specific blocks.
    ...
    {base::DIR_HOME, FILE_PATH_LITERAL("Library"), kBlockAllChildren},
#endif
@itstorque
Copy link
Owner Author

This can be added for Linux and Windows (see canvas.js in 565fa3f for separation based on OS). Options for Mac support would be:

  • Make user move directory manually
  • Make a user side script that updates
  • Don't allow/recommend this by default, users opt-in to move directory

In 565fa3f, this is handled by not recommending it for Mac users. However, the current version also has a prebuilt standard library of components. In general this might be easier?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant