Tim Van Dyke
Tim Van Dyke
As a fledgling rustacean I would like to put my support behind this as well. I come from a Java and C# background and use C# for work. I learned...
Verified not working on Windows10. I have a grid, column 0 is `n`px column 1 is `*`. Adding a BoxView into column 0 and a TapGestureRecognizer on that boxview works...
I needed a gesture on a label. I came across this and was tinkering a bit. It's not on a label span but this does appear to be working if...
I'm on a Dell XPS 15 9570 and have tried everything here. The device connects and stays connected, I installed all libraries suggested and added the file at /usr/share/pipewire/media-session.d/with-pulseaudio and...
Sorry for being unclear. My system sound for built in speakers was functioning correctly and my media keys on my keyboard work too. Sound over bluetooth to a connected device...
UPDATE: I think setting my network to br0 made it visible on the network. I don't know a lot but afaik that is a custom unraid bridge for that purpose....
Update2: This did not fix the issue. However, the arch image has it's own IP. The macOS image inside does not get the IP forwarded to it.
Update3: This docker compose doesn't work either: I'm still stuck on 10.0.2.15 (which I see is the same as this) https://github.com/sickcodes/Docker-OSX/issues/51 But I don't understand what the important difference is....
Trying this now: ``` services: macos: container_name: 'MacOS' image: 'docker-osx-vnc:latest' privileged: true devices: - /dev/kvm - /dev/snd - /dev/null network_mode: br0 volumes: - '/tmp/.X11-unix:/tmp/.X11-unix' - '/dev:/dev' - '/lib/modules:/lib/modules' - '/var/run/libvirt/libvirt-sock:/var/run/libvirt/libvirt-sock'...
UPDATE: I found a breadcrumb. When using the arch terminal in the container I think I've found the issue generally. I have no clue how to fix: ``` sh-5.1$ systemctl...