Kyösti Alkio

Results 2 issues of Kyösti Alkio

I'm using cypress/included:10.2.0 image to run headless tests on a GitHub action workflow. The following is my cypress docker configuration: ``` cypress_headless: image: cypress/included:10.2.0 entrypoint: cypress run --env BASE_URL=front_test:3000 --project...

I'm deploying a ROS2 application on two machines: one linux and one windows. I'm using docker swarm and it has lots of difficulties with multicast particularly with Windows hosts. I...