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
This would be slightly more performant, since on each request we wouldn't be checking for the existence of a bunch of directories that do not exist. So we would replace:
Essentially, we use glob so that we only add to the candidate paths directories we already have verified to exist, instead of all the possible directories.
This would be slightly more performant, since on each request we wouldn't be checking for the existence of a bunch of directories that do not exist. So we would replace:
osc-ood-config/ondemand.osc.edu/apps/dashboard/initializers/ood.rb
Lines 3 to 8 in bde54e4
with something closer to the solution in https://discourse.osc.edu/t/other-directories-in-files-explorer-app/335
Though the files shortcuts to newly created project or scratch directories would not appear in the menu until the dashboard was restarted.
The text was updated successfully, but these errors were encountered: