Ruben Alves

Results 13 comments of Ruben Alves

**Hebrews 4:13** > Nothing in all creation is hidden from God’s sight. Everything is uncovered and laid bare before the eyes of him to whom we must give account.

Hi @DominikN , I still couldn't test what you proposed in the link above, but I'll give it a try as soon as I can. Thanks for the post.

If you compile from source, disabling anti-aliasing, it works. More details on the links below: * https://answers.gazebosim.org/question/28144/ignition-fortress-shows-a-black-screen-where-the-scene-should-be-with-opengl-45-on-docker-on-aws/ * https://github.com/gazebosim/gz-sim/issues/1116#issuecomment-1142388038

I had a similar problem and I got it solved after disabling Anti-Aliasing, as suggested on https://github.com/gazebosim/gz-sim/issues/1116#issuecomment-1142388038

I was having the same problem (Black Screen on Docker on AWS Cloud when running Ignition Fortress) Following @srmainwaring's instructions worked for me. In the end, what I did was:...

Hi @rodnymolina , sure. This is the `docker-compose.yml` file you can use to reproduce the issue: ```yaml version: '3' services: vnc: image: x11vnc/desktop:latest container_name: vnc hostname: vnc ports: - 5901:5901...

Hi @mviereck, @ctalledo, and @rodnymolina First, Congratulations to the Nestybox team for integrating the **Docker, Inc**, as announced yesterday in the [blog](https://www.docker.com/blog/docker-advances-container-isolation-and-workloads-with-acquisition-of-nestybox/). Now, back to technical talks, I've just installed...

On ros (ros1), there was a similar problem when running rosbridge inside a docker container in which the port of the host was different from the port of the docker...

I just had the same requirement (or expected behavior) as yours, @schumannd What I did was the following: Just modified the last line of [`TranslationFieldDescriptor.__get__`](https://github.com/deschler/django-modeltranslation/blob/master/modeltranslation/fields.py#L412) to the following ```diff -...