Mats Pfeiffer

Results 43 comments of Mats Pfeiffer

@Kolhar730 Hi! I would really appreciate any help from you 👍 At this particular issue you can help by adding tests / snapshot tests for the missing components. I already...

@Kolhar730 Okay that sounds great 👍 I'am starting to write a quick developer guide and afterwards setting up the project with issues (with priorities). I really appreciate your help!

@Kolhar730 My twitter account name is MatsPfeiffer, just hit me there.

You can also join on discord, you will find the invitation link on the badge at the top of the README.

Have you execute it in an existing flutter project directory?

Have you executed the tip that was logged out by kvm?

Can you give some more details? `developer` is just the user inside the image. A list of steps would be useful to debug this issue :)

Thanks. I will try to reproduce it. What's your host Linux distro? What packages do you have installed to get this working? Is your host user in the KVM group?...

@tianhaoz95 Does this work without VSC? `xhost local:$USER && docker run --rm -ti -e UID=$(id -u) -e GID=$(id -g) -p 42000:42000 --workdir /project --device /dev/kvm --device /dev/dri:/dev/dri -v /tmp/.X11-unix:/tmp/.X11-unix -e...

> ENV FLUTTER_DEBUG_PORT="42000" I forward it so you can use the debug tools of the flutter VSC plugin. Maybe you already had an active session when testing the command?