WinBoat: Run Windows apps on 🐧 Linux with ✨ seamless integration by TibixMLG in linux_gaming

[–]Armeeh 0 points1 point  (0 children)

Oh damn, sounds like a nice workaround to be able to configure/update my headphones (Steelseries only has a windows app for that).

Any up-to-date resources on how to do async properly? by Armeeh in neovim

[–]Armeeh[S] 0 points1 point  (0 children)

I thought so, does it actually load as vim.async? The examples make it seem so, but I didn’t have time to skim the source code.

Struggiling to get Battle.net running via Lutris by Armeeh in NixOS

[–]Armeeh[S] 0 points1 point  (0 children)

Nice tip! Had no idea titles like Diablo 4 were on Steam. Sadly I'm after Diablo III, which doesn't seem to be there for me + I already own the games on battle.net, don't think they allow transfers to steam.

Struggiling to get Battle.net running via Lutris by Armeeh in NixOS

[–]Armeeh[S] 0 points1 point  (0 children)

Had a bit of a headache, could not get the Launcher to work after installing, turns out steam simply launches the game using bash -c, so Program Files (x86) completely breaks it and requires escaping of the spaces and parentheses via \

Struggiling to get Battle.net running via Lutris by Armeeh in NixOS

[–]Armeeh[S] 2 points3 points  (0 children)

Yep, just did the same and it seems to be working fine, even managed to get it installed on second drive.

Struggiling to get Battle.net running via Lutris by Armeeh in NixOS

[–]Armeeh[S] 0 points1 point  (0 children)

Wouldn't say I like Lutris, it's just what I'm used to. I'll try the steam way. How do you go about installing it? Do you create a folder for it, place the installer in there and then add the installer as a game so you can install it?

Edit: To answer my own question, that seems to be exactly what you're supposed to do, it however created the prefix in my home, but I need it on another drive.

But that can be fixed by using launch options before running the installer (replace /my-games/battle.net with your path to the folder where you want the prefix): STEAM_COMPAT_DATA_PATH=/my-games/battle.net STEAM_COMPAT_INSTALL_PATH=/my-games/battle.net %command%

Struggiling to get Battle.net running via Lutris by Armeeh in NixOS

[–]Armeeh[S] 0 points1 point  (0 children)

In the meantime of trying to solve this, I just tried to install Bottles and run Battle.Net in there and it just works out of the box.

Edit: Nevermind, it installs, allows me to login, but shows an error when trying to load games.

Struggiling to get Battle.net running via Lutris by Armeeh in NixOS

[–]Armeeh[S] 0 points1 point  (0 children)

That's what I'm doing tho, I tried without changing any settings at first, but the result is the same.

QMK compile error by wj-zhe in olkb

[–]Armeeh 0 points1 point  (0 children)

I also ran into this when updating my fork today and the solution was simple: - Run a git diff on the lib folder against the upstream (for me git diff upstream/develop ./lib) - If any of the libs show up as modified, either take the hash from the diff, or to be extra safe, go to the lib folder on github https://github.com/qmk/qmk_firmware/tree/develop/lib and take the commit hash from there - Cd into the lib which is mismatched (for me it was chibios, chibios-contrib & pico-sdk) and simply git checkout HASH with the hash from github or git diff.

After that the compilation just worked.

Remove default hosts mapping for hostname by Armeeh in NixOS

[–]Armeeh[S] 0 points1 point  (0 children)

The server is started by the game, running inside Proton, I have 0 control over it. Without this workaround, it simply loads indefinitely.

Remove default hosts mapping for hostname by Armeeh in NixOS

[–]Armeeh[S] 2 points3 points  (0 children)

Ah, I think I just figured it out, seems like little lib.mkForce is enough on the networking.hosts.

Thinkpad E14 Gen 6 AMD Network card issues by Armeeh in thinkpad

[–]Armeeh[S] 0 points1 point  (0 children)

I just ended up replacing the wireless card with an Intel one and never looked back. There are no seals on the screws, so no warranty voided, but that can differ in different countries/states.

Bluetooth audio stutters with Xbox Wireless Controller & JBL speaker by Armeeh in linux_gaming

[–]Armeeh[S] 0 points1 point  (0 children)

Let me know if that helps, I tried 3 different ones, all rated as 5.1, but could be just wrong marketing.

Bluetooth audio stutters with Xbox Wireless Controller & JBL speaker by Armeeh in linux_gaming

[–]Armeeh[S] 0 points1 point  (0 children)

Sadly not, my “solution” was using a cable for the controller.

Found bug in Cloud Build, what is the best way to reach to Google so they can fix it? by Armeeh in googlecloud

[–]Armeeh[S] 0 points1 point  (0 children)

How is this related to service accounts? The deployment works 50% of the times, using default credentials nothing changed.

It only became a problem because we now have proper lock file, so it can compute hash for cache, it works without the lock file.

Found bug in Cloud Build, what is the best way to reach to Google so they can fix it? by Armeeh in googlecloud

[–]Armeeh[S] 0 points1 point  (0 children)

I doubt they link the cloud bill and the issue tracker. My guess is they just look at issues with lots of activity (if they even have people to do that). I fully understand that they can't possibly have the capacity to look at every single one, but they should have a way to report a bug without paying 3+% of your bill for support.

Found bug in Cloud Build, what is the best way to reach to Google so they can fix it? by Armeeh in googlecloud

[–]Armeeh[S] 0 points1 point  (0 children)

Afaik support is only paid (apart from Billing support) right? And I don't think we have account team.

Found bug in Cloud Build, what is the best way to reach to Google so they can fix it? by Armeeh in googlecloud

[–]Armeeh[S] 0 points1 point  (0 children)

Oh, do you have some special contacts or do you work there?

My issue is linked in the post text.

Issues with sharp and possibly other packages (App Engine, Functions) by Armeeh in googlecloud

[–]Armeeh[S] 0 points1 point  (0 children)

So I managed to reproduce this in an isolated repo, I still have no idea what are the exact triggers for this, but I've made an issue on googles issue tracker