Sebastian Bischoff

Results 50 comments of Sebastian Bischoff

Thanks a lot @Xiaojieqiu. I was able to get it to run for labeling data with ```python def dynamo_workflow_labeling(adata): dyn.pp.recipe_monocle(adata, tkey='label_time', experiment_type='one-shot') dyn.tl.dynamics(adata) dyn.tl.reduceDimension(adata) dyn.tl.cell_velocities(adata, calc_rnd_vel=True, transition_genes=adata.var_names) dyn.vf.VectorField(adata, basis='umap') ```...

> * Please consider adding a logger (import logging, logger = logging.getLogger(**name**) @maltezacharias Does one logger for each file make sense? I would add one globally like `match4healthcare`

Am I the only one getting a `django.db.utils.OperationalError: FATAL: no pg_hba.conf entry for host [...]` error when running `docker-compose -f docker-compose.dev.yml -f docker-compose.prod.yml up --build`?

Please run `django-admin makemessages -l en --no-location` and translate your new strings. More explanation in the README. Please also address @bjrne's and @maltezacharias's comments and/or resolve them.

The missing translations block this PR now

I also though about the logo but this could be problematic regarding copyright

Wagtail or the right CMS is a big open question: https://github.com/match4everyone/match4everything/issues/25

I'm no UI expert but I always find it strange if there are only images for some entries and placeholders for the others

Two times "Sponsored by" looks a bit strange

> Otherwise they will probably just sign in again. It would probably also lead to a lot of confusion why the credentials don't work anymore.