Nick H.
Nick H.
I'm getting a similar problem but its because i made a script that runs at startup to generate a symlink at `/run/user/1000/discord-ipc-0` `bwrap: Can't make symlink at /run/user/1000/discord-ipc-0: File exists`...
Using ArmCord 3.1.7 on X11 (Arch) and Screenshare only works till you close the ArmCord Screen Share Window, if you do you have to restart the app. You can work...
Nice! Will definitely make a few changes to my script after that haha I've noticed the Windows version has a GUI, maybe something like `./as-cmd -gui` would also be nice...
Looking forward to this as latency can be quite the annoyance on certain scenarios. UPDATE: Here are some comparisons: - Phone is on a 5GHz 80Hz Wi-Fi and the PC...
> there is this "audio-sharing" app on flathub and it so much worse like 1 or 2 sec latency this one here is much better Definitely! Unfortunately IIRC its Shareware...
Any ETA on this? Unfortunately this issue still persists :(
Working as intended for me... Have you tried reinstalling NotParadoxLauncher?
Up on this, a explosion just happened and it destroyed all entities within a 500 block radius of spawn! (If the server did not have FTB Chunks the spawn would've...
> One way to do this might be `asyncio.gather(...)` - https://docs.python.org/3/library/asyncio-task.html#id8 I've tried sending multiple requests using an asyncio queue system with multiple workers but I couldnt get it to...
I've mitigated the delays by establishing an RCON connections for each command using `asyncio.gather()`, maybe you could implement something like that? (Preferably better than my code as rn I'm just...