Mathias Ettinger

Results 7 comments of Mathias Ettinger

I’m adding my voice to this. I ran into this kind of issue while trying to integrate modeltranslation into mezzanine/cartridge. In the end, I have something along the lines of...

In Mezzanine, I use `fields = ()` instead of `pass` whenever there is no (or no more) fields to translate. Can you make the change to see if it helps...

This is a [bug of django-modeltranslation](https://github.com/deschler/django-modeltranslation/issues/315) that never got addressed. One workaround would be to manually add translated fields using `EXTRA_MODEL_FIELDS` for each target language.

Hi, I updated the [SO post](https://stackoverflow.com/a/50622643/5069029) this lib is inspired from. You may find updated code that hopefully resolves this issue.

Hi, I’m in the process of finalizing the update of the whole `opensand_cli` folder in an internal branch. I will have a look at your modifications to make sure I...

Hi, Trying to reach the satellite has not been tested and is not an advertised feature of OpenSAND. You may want to think of OpenSAND as a black-box between terrestrial...

Hi, Sorry for the late reply. We fixed a few memory leaks a couple month back in the `dev` branch and are in the process of updating the gse plugin...