Flying--Dutchman

Results 18 comments of Flying--Dutchman

Got the same problem with BackgroundGradientStops =/

~Facing the same issue without using a proxy in my compose file. Worked fine with an existing installation, but not anymore after I tried to revert to another version of...

I'm currently on vacation but if needed I could post a pastebin link next Saturday.

@justinmayer My compose files looks something like the following. ``` version: '3' networks: git_tst_network: external: false services: # ################################################################################# # ############################ SETUP GITEA DB ##################################### # ################################################################################# git_tst_gitea_db: image: mariadb:${MARIADB_TAG}...

For the time being, a simple workaround is to start birdtray with x11 session **if possible**. Simply execute the following command to start birdtray: `XDG_SESSION_TYPE=x11 birdtray`

Unfortunately not with GameHub, I switched back to Lutris.

Facing the same issue, with local video files. We've got multiple devices here, but the issue only occurs on a Samsung S7.

Current workaround we use for this issue (for local files) is presenting the MediaElement with a blank video, until we can provide it with the correct one. [blank.zip](https://github.com/xamarin/XamarinCommunityToolkit/files/8872662/blank.zip) .

As a workaround, you can write: echo(org.bukkit.ChatColor.RED + 'This text is red');

@davidyang Your version thows me the following error: `Could not initialize class org.openjdk.nashorn.internal.runtime.Context$AnonymousContextCodeInstaller` Is there anything about the build/deploy process that I'm missing?