mirekphd

Results 83 comments of mirekphd

Lack of support for multiple 'parameters' cells makes the injected payloads unnecessarily intensive / large under production loads in this otherwise very well designed package, that as we found out...

> splitting the model concerns into a couple notebooks that can be executed independently and passing the location of data results between them. It's a similar solution to what's done...

> without needing any changes to the notebooks in question over time. In our use case one type of change turned out to be required: moving all parameters conditionally defined...

Hi, let me see what Mr. Jenkins says... I resolved the issue in commit "+ipywidgets for papermill" which was built on May 17, at 5:24 PM UTC, but I added...

One example of the "disappearing files" are config files stored by MinIO (inside of one of the _source_ folders) when using MinIO (also) in the _source_ data folder (to be...

Yes, but the problem stems from the `/data/.minio.sys/*` folder no longer existing at source (while being backed up to the remote destination during one of the previous nightly backups): Apparently...

The problems are compounded by the `--exclude-file` not working in this case...: I run: `restic backup --no-cache --repo $BACKUP_FOLDER_OR_URL --exclude-file=$EXCLUSIONS_FILE --limit-upload $UPLOAD_LIMIT --verbose $DATA_FOLDER_TO_BACKUP` with `EXCLUSIONS_FILE` pointing to this text...

The OP wrote: "I'm running the backup over a large directory hierarchy within which temporary files occasionally appear briefly. ". And so did my `/data/.minio.sys/*` at its original source location,...

It may be also a bug in MinIO or even a hardware issue... sadly MinIO devs have a bad habit of closing unresolved issues: https://github.com/minio/minio/issues/10827 As a workaround I will...

I've switched to the latest version of `minio` from `minio/minio:latest` (which meant a major version change from 2021 to 2022). I have simultaneously changed target node to the same where...