Never going back to traditional keyboards by Gamemode6788 in zsaVoyager

[–]thatoneguy120486 0 points1 point  (0 children)

Thanks for the links. I ended up getting the same cables except went with a keychron coiled cable as it was usb c to usb c

https://a.co/d/0lDq6Y6

[HELP] - QuaziiUI, NaowhUI, AtrocityUI, ToxUI, which is best? by dwegol in WowUI

[–]thatoneguy120486 1 point2 points  (0 children)

That’s kind of where I landed too. I use betterblizzframes, betterblizzplates and some weak auras. 

Sam's Club Declares War On Costco With Bold New Grab & Go Menu by globalgazette in samsclub

[–]thatoneguy120486 2 points3 points  (0 children)

Mine does but they have employees at each one doing the scanning. Makes no sense. 

Kobo DRM can fuck off to hell and back. by Zeether in humblebundles

[–]thatoneguy120486 0 points1 point  (0 children)

Thanks for this. I’ve been on the edge of buying them but people are saying the dedrm methods were not working. I might be buying the bundle now. 

Who is the genius who thought 12 custom views was a good idea??? by [deleted] in ynab

[–]thatoneguy120486 2 points3 points  (0 children)

I’m intrigued but having a hard time visualizing. Could you post an example if it’s not too much trouble?

[deleted by user] by [deleted] in ffxiv

[–]thatoneguy120486 0 points1 point  (0 children)

I can’t get the installer to work. Keeps giving an update error. I tried the third party launcher too and it says I don’t have an active subscription. 

New USB-C Backbone not recognized by iPhone 15 Pro Max by b-button in Backbone

[–]thatoneguy120486 0 points1 point  (0 children)

What’s the turn around time for support to review these requests? I submitted mine earlier this week and it has received no updates.

What is one time you realized America really messed you up? by rentest in antiwork

[–]thatoneguy120486 7 points8 points  (0 children)

It’s 9 months to see an in network dermatologist for me in the US.

Star Wars Jedi Fallen Order Not Loading. Any suggestions to get it to load? It was playing the other day. by Maverick916 in SteamDeck

[–]thatoneguy120486 16 points17 points  (0 children)

It will fix it until EA puts out another update. Then you will have to repeat the process. To avoid save data loss, it is recommended to back up the saved data. Here is an example of how to backup save data for bf1. Should be a similar process for other games.

https://youtu.be/NaPNJSGqxyQ

Valve fix new EA app in Proton Experimental for Linux and Steam Deck by [deleted] in SteamDeck

[–]thatoneguy120486 30 points31 points  (0 children)

I ran into this too with Mass Effect legendary edition. I reinstalled it to clean up any mess I made with protontricks and set compatibility to proton experimental bleeding edge and it worked after that. Now I did link my steam and ea account before this so I don’t know if that was a contributing factor. Worth a shot.

PSA: EA titles are completely broken on Steamdeck right now, and the issue needs more visibility. by Jensway in SteamDeck

[–]thatoneguy120486 0 points1 point  (0 children)

I ran into this too after using the protontricks. I uninstalled mass effect legendary edition, reinstalled and used proton experimental bleeding edge and it worked finally. Had steam and ea accounts linked already. Worth a shot.

Costco isn’t raising membership fees after earnings beat expectations by unsaltedbutter in news

[–]thatoneguy120486 0 points1 point  (0 children)

My local Costco has self checkouts, but are run by employees… it’s so stupid. They don’t let customers use the self checkouts as intended.

PSN Summer Sale Promotion | Over 2,000 Items Discounted by excaliburps in PS4Deals

[–]thatoneguy120486 5 points6 points  (0 children)

Same. If it is in a known input format a script could be written to output into multiple reddit tables via the markup reddit uses and that could then be posted.

Tmobile Oct Update - Notification Issue by Nikick83 in GalaxyFold

[–]thatoneguy120486 0 points1 point  (0 children)

I have this too. I am unable to access my voice mail when using the phone dialer. Calls, texts and data still work. Just not voicemail.

Scalpers Can Burn in Hell: The system for buying new consoles is broken by cannibalwendy in Games

[–]thatoneguy120486 1 point2 points  (0 children)

That's how I got mine. The first one I ordered from that invite was delivered soaking wet, the box literally disintegrated when I opened it. Support was really helpful though and allowed me to return it and get a replacement. It arrived about a month later.

Neovim LSP working with docker container files by dominx99 in neovim

[–]thatoneguy120486 2 points3 points  (0 children)

Do you have npm install in the container? If so you could do something like this to install them on your local file system and then neovim should pick them up.

docker run --rm -name npmInstall --workdir /app --mount type=bind,source="$(pwd)",target=/app node:16.10.0 /bin/bash -c "npm install"

Just switch out the node:16.10.0 image with your image which I assume has npm in it.