Silvio Tomatis
Silvio Tomatis
From http://deformdemo.xo7.de/sequence_of_mappings_with_initial_item/: the `error` class in a div.control-group causes all `input`s in that control group to be marked as red. What we rellay want is mark the group itself. Can...
[This blog post](https://glebbahmutov.com/blog/do-not-let-cypress-cache-snowball/) advisies to not use restore keys.
This is still a work in progress. Only the basic functionality (starting the experiment with `dallinger develop debug`) works for now. See #2584
## Description Depend on official python docker images and use version 3.10 ## Motivation and Context Currently the docker build uses `ubuntu:20.04` as base image, and the python version shipped...
## Description This PR adds a new command group to Dallinger: `dallilnger docker-local` that can be used to deploy an experiment so that it's accessible on the local network. The...
Currently users need to install postgresql and redis on their machine to run dallinger. Dallinger provides commands to spin them up using docker, but it's currently not documented. The installation...
Currently as soon as a package dallinger depends on sees a new release pyup opens a PR to update the text files with the requirements constraints. After the pull request...
The dallinger distribution includes these components: * A web server built on Flask * A worker that coordinates with the server using redis * A command line interface to drive...
Dallinger has been developed targeting a single deployment architecture, Heroku. Only recently new ways of deployment (using docker) are gaining support. It thus suffers from tightly coupling with the Heroku...
`dallinger generate-constraints` should embed the python constraints of the currently running dallinger version (or the one specified in the experiment `requirements.txt`) instead of pulling in the latest ones. This is...