cloud-storage
Here are 336 public repositories matching this topic...
Regarding haiwen/seafile#1982 - the documentation for the Apache configuration of a non-root domain deployment is still outdated on: https://download.seafile.com/published/seafile-manual/deploy/deploy_seahub_at_non-root_domain.md I spent a few hours putting around with it before I stumbed upon this old issue!
I followed the solution and got it to work. Notably, the fol
-
Updated
Jun 13, 2020 - Go
Summary
While Debug mode is turned on, the user may (unknowinly) leak data about the structure & content of the vault, e.g. clear text file paths. To remind the user that this can happen, we should add
- an clear warning indicator in the main window and
- add a pop-up message when debug mode is activated
Additional Context
The first time this idea was suggested was in #798
Is there some documentation or user guide for this project?
I've just spent half an hour figuring out how to mount with goofys inside a docker container -- it's not a big deal, of course, but I'd like to write it down, so that others can figure it out faster.
-
Updated
Jun 13, 2020 - Go
-
Updated
Jun 13, 2020 - Go
Split snippets such that there is one snippet per file.
This will mitigate developers having issues around region tags not including imports.
Bug:
b/117263623
Many Services like Facebook Chat and Skype (and others) are grabbing every link you paste into the chat. To avoid this the use of simple passwords the user needs to enter before download is commonly used. This might be a useful addition.
Expected Behavior
Leave the mountPoint directory mtime unchanged if no file operations are carried out in it
Actual Behavior
mountPoint directory timestamps are constantly changing
Steps to Reproduce the Problem
- $
cryfs wdir1.cry workdir1(answer: yes yes yes ...) - $
stat workdir1 - $
stat workdir1
...
Specifications
- CryFS Version: 0.10.2+159.g87a253ad
-
Updated
Aug 2, 2016 - Go
-
Updated
Jun 13, 2020 - JavaScript
I created a custom GFX processor class derived from MegaGfxProcessor.
MEGA SDK documentation doesn't mention this but const char* path parameter in function MegaGfxProcessor::readBitmap contains a pointer to UTF-16 encoded string (which is odd) on Windows.
I cannot use this string as wide-char string because it is not null-terminated in UTF-16 sense (
it should contain two zero bytes at th
ODF files preview
I'm using Mega to backup a lot of docs, I would love if Mega web client had a xls, doc, odt, ods, or in one word ODF preview mechanism, like in the Google Drive, Dropbox. below. It would make browsing and sharing docs will be much easier.
Thanks
-
Updated
Jun 13, 2020 - Shell
-
Updated
Feb 27, 2020 - Go
-
Updated
Nov 12, 2019 - Go
-
Updated
Jul 10, 2019 - Python
OrientDB claims to be the fastest graph database (explicitly mentioning to be faster than Neo4j). It's also a multi-model DB, with the website saying that it supports key-value pairs as well. Maybe just with a document that only has a single value, similar to MongoDB and ArangoDB - I didn't go through the documentation to find this out yet.
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 19, 2018 - Go
-
Updated
Aug 29, 2019 - Java
-
Updated
Jun 12, 2020 - C#
-
Updated
Jan 16, 2020 - C++
Currently, we didn't obey the MaxReceiveLength parameter.
We should make the SCSI IN response obey that parameter.
And we need to divided the response PDU into N (N = data size/ MaxReceiveLenght).
Current test with default initiator parameter:
Linux (PASS).
Windows (N/A)
Solaris (FAILED)
Mac(N/A)
Improve this page
Add a description, image, and links to the cloud-storage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-storage topic, visit your repo's landing page and select "manage topics."
rclone v1.48.0
ncdu shows empty files as:
@ 0.0 B [ ] emptyfile
..and empty folders as:
e 0.0 B [ ] /emptyfolder
Could rclone ncdu get the indicators as well?