Skip to content
#

dropbox

Here are 718 public repositories matching this topic...

rclone
sevospl
sevospl commented Nov 6, 2021

Hi. First of all, kudos to you for the VFS cache - it's really brilliant. I have one request though.

For a little background, as of now I'm using the following settings:

--vfs-cache-mode full \
  --vfs-cache-max-size 500G \
  --vfs-cache-max-age 5000h \
  --vfs-cache-poll-interval 5m \
  --vfs-read-ahead 2G \
  --bwlimit-file 32M \
  --vfs-read-chunk-size=64M \
  --vfs-read-chunk-s
joplin
Daeraxa
Daeraxa commented May 2, 2022

The desktop app allows free customisation of the basic layout via the toggleLayoutMoveMode command (bound to View > Change application layout toolbar menu) which allows movement of the various panels and can permit vertical, horizontal or mixed layouts. The application also supports toggling the visibility of the notebook list and notelist.
The terminal app is otherwise relatively static, the

enhancement good first issue cli
altechzilla
altechzilla commented Jun 23, 2022

Hey, can you guys add a cancel event to this? Thanks!

uppy.on('file-editor:cancel', () => {
    console.log('File Editor Cancelled')
})

Thanks!

Help Wanted Feature Triage Good first issue
ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

  • Updated Jul 9, 2022
  • C#
webfs
brendoncarroll
brendoncarroll commented Jan 5, 2020

Create an example showing how to setup a synchronized volume for root directory. This is probably the most common use case.

The objects would be structured like this:

Volume{ RootCell } -> Volume{ CryptoCell{ HTTPCell } } -> Dir

Every device has it's own root volume, which immediately contains a shared networked volume. The secretbox cell is probably ready for use because its so

good first issue

Improve this page

Add a description, image, and links to the dropbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dropbox topic, visit your repo's landing page and select "manage topics."

Learn more