dremerb

Results 8 comments of dremerb

Can confirm this behavior. For me this happened after restoring a backup and re-syncing - I have set all folders to "Skip uploading" (not sure about the correct name, German...

When trying to get it working again, I encountered the following: Deleted all of the existing files in Nextcloud. NC client on Android still had sync activated. Uploaded images from...

Finally had some time, tried to replicate. Android Client Version: 3.15.0 Server Version: 19.0.1 What has broken for me in the past: Had automatic backups running to replicate data from...

```python startindex = page * num_elems showarr = inputarr[startindex:startindex+num_elems] headers = ["Index", "Date", "Type", "Command", "Internal Hash", "Project Commit Hash", "Diff from last commit", "Tag"] table = PrettyTable() table.field_names =...

```python from prettytable import PrettyTable data = [[ "first", "second", """diff --git partdiff.c partdiff.c index 05ced0c..804cd7d 100644 --- partdiff.c +++ partdiff.c @@ -377,6 +377,7 @@ main (int argc, char** argv)...

Printing `\t` as a character does not make sense in my case, as it's simply for formatting, no information. Imo PrettyTable could handle the replacing, makes for a better user...

This PR does not have a FR, I just wanted the option to disable physics, since in my graph it was a chore to organize the nodes when things were...

Messed up managing my branches and pushed a merge that does not belong here. Removed those commits with a force push.