Silvio Tomatis

Results 20 comments of Silvio Tomatis

On further analysis the colors seem to be correct in deform but wrong in deform_bootstrap. So deform css seems right. Still, the focus lands on the first field of the...

The current estimate is for a self signed SSL certificate. Using a trusted one will require more discussion and work.

Also see #3146

You're missing `pip-tools`. It should be installed when you install Dallinger with the `[dev]` extra: https://github.com/Dallinger/Dallinger/blob/master/setup.py#L89

We could certainly expose this. I see these two options: * add command line parameters to the `dallinger docker-ssh deploy` command to specify CPU/RAM limits for web and worker *...

The last version that has documentation on readthedocs is 6.6.0. I'm not sure if there was an automatic step that needs to be re-enabled (I was not able to find...

We can map `/var/lib/dallinger/${experiment_id}` on the host to `/var/lib/dallinger` in the container.

The dialect `postgres` in sqlalchemy [is no longer supported](https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b) since sqlalchemy 1.4 (released in March 2021). Experiments exported before dallinger adopted the change will use the wong URL. Dallinger should...

I'm hitting a wall with the user docker should run as. There are two options: either `root` or the current `${USER}`. If I use the current `${USER}` then ssh works...

> @silviot what is the best way to build a new Dallinger Docker image for our downstream testing? We have been queuing builds by pushing tags (e.g. `v9.1.0docker3`) but not...