Mauro Molin

Results 19 comments of Mauro Molin

@bl00mber I just started learning React, so correct me if I'm wrong, but couldn't you simply accept an `inputRef` prop and forward it to the `input` element? When undefined, you'd...

> Just saw the same. However, manually invoking the `document_renamer` will work That's strange, I have the exact opposite problem. I'm using the [`jonaswinkler/paperless-ng`](https://hub.docker.com/r/jonaswinkler/paperless-ng) docker image on the latest version...

From what I can tell by exploring the SQLite database, the dates are stored in UTC. A few samples from my DB: | `created` | `strftime('%s', created)` (Unix epoch) |...

@jimklo I'm in the same exact boat (React + TypeScript + craco). Did you manage to make it work?

You're right, as I am using a single specific `docker-volume-backup` container for this case so it didn't occur to me the problem about mapping volumes. An option could be to...

> but the backup mechanism already has to walk the entire file tree so it can create the tar archive here ... which means we would get the info for...

The regex is pretty simple to generate, but the problem is actually with the env expand now that I think about it. Imagine having two instances pointed to the same...

That looks reasonable. I'll start working on a PR as soon as a get a bit of spare time. I'll probably need some help when dealing with S3 storages, but...

Luckily I've been quite busy lately, so I haven't started working on a PR yet. I'd say go ahead with your changes, and I'll start working on this once you've...

@m90 Great! Quick question: there is quite a bit of similar code for the different types of storages. Would you be open to generalize the code a bit? In a...