Stanimir
Stanimir
If pxb1988 is changed link can be easy changed in .ini file if its have new version link can be changed too. The main idea is if I download master...
"Uploading tool into the repository will increase the repository size." -yes but I think that this is better instead of download it from releases. After you will stop maintainense.. I...
Its ok
@Quixus in TagSpaces if you add tag from some tagGroup this will copy tag color in .ts/file_name.json and there is not dependency from which tagGroup is this color (you can...
_3. Edit the tag group so that all tags in the group have the same color._  You cant change the whole tag group color. This settings will change the...
I understand the .ts index was corrupted here? Maybe we can use "transactional like" writeFile. One option is https://github.com/npm/write-file-atomic -> It writes to temporary file, then rename. That's safe. @uggrock
@hugoprudente this function use HTML5 files API to read the file from the local filesystem (asArrayBuffer or BinaryString..) and set the result like parameter in platform independent interface `function saveBinaryFilePromise`:...
Hi @denis-roy I'm testing create subdir on my local Minio server and can't repeat this issue: ``` Creating directory: fff1/ localhost:1212/dist/vendors~AWS.renderer.dev.js:9932 [AWS s3 200 0.02s 0 retries] putObject({ Bucket: 'supported-filestypes',...
pay attention for this: https://github.com/tagspaces/tagspaces/issues/1256
@cyankalium @gitdocke can you check the performance with pagination here: https://github.com/tagspaces/tagspaces/pull/1183 p.s. generally you are right FileStructure sorting and so on are for the back-end task like Relational or NoSQL...