cream68

Results 6 issues of cream68

I've been using this amazing tool for some while now. It worked perfectly for months until today on my ubuntu machine. The sqlite file seems to be encrypted or is...

The scripts works perfectly on Ubuntu, but when syncing with my mac i get the following error: return self.cursor.execute(statement, values) sqlite3.OperationalError: table DocumentFiles has no column named remoteUrl

It seems as the iCloudpd docker is stuck at > Generating list of files in iCloud. This may take a long time if you have a large photo collection. Please...

It would be beneficial to have the option to stack data on a single y-axis within a multi-y-axis plot. Currently, it appears that the stacking feature stacks all graphs within...

feature-request

I am using the following `lambda` function to apply `sqrt` to variables with units: `sqrt = lambda x: x.sqrt()` This works very well until I force the units using `.prefix('something')`...

To force the output units in a `handcalcs `formula, I need to append the `.prefix("something")` function. Unfortunately, for formulas, I have to wrap the entire formula in brackets and then...