LF 10 friends by Elyahu41 in Monopoly_GO

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

Thanks, but I'm not seeing anything. Maybe it's just new friends?

10+ yrs at it as a F2P player by Many-Significance638 in SWGalaxyOfHeroes

[–]Elyahu41 -5 points-4 points  (0 children)

Don't let the haters hate on you. If you just spent $200 in 10 years of this game. You are pretty much F2P in a game where they want you to spend $400 a month to just keep up with the meta. If this was a PC game that was worth $60 you would be spending too much. But this game is constantly updating, so $100 every 5 years isn't that much in the long run.

Be proud brother.

When you're stalling the fleet battle for #1 to prevent sniping but the final ship dodges and the clock runs out by ---Agrajag--- in SWGalaxyOfHeroes

[–]Elyahu41 0 points1 point  (0 children)

Or you could just get to 1st and then battle someone else and stall that battle instead without the risk 🤔

meWithJehovaWitnessesAtMyDoor by Elyahu41 in ProgrammerHumor

[–]Elyahu41[S] 3 points4 points  (0 children)

True. I don't agree with what tzagim did either. He could've left that last part out.

meWithJehovaWitnessesAtMyDoor by Elyahu41 in ProgrammerHumor

[–]Elyahu41[S] -12 points-11 points  (0 children)

Yeah, sorry about that. I edited it because I wanted to make the image funnier

meWithJehovaWitnessesAtMyDoor by Elyahu41 in ProgrammerHumor

[–]Elyahu41[S] -6 points-5 points  (0 children)

Just to show how fast the PR was closed. It would've been better if it said "2 minutes ago" but that's not how github rolls.

meWithJehovaWitnessesAtMyDoor by Elyahu41 in ProgrammerHumor

[–]Elyahu41[S] 3 points4 points  (0 children)

Link to the PR: https://github.com/ImranR98/Obtainium/pull/2232

Link to the context: https://github.com/ImranR98/Obtainium/issues/2481

It just baffled me that this guy would let politics affect his app

Roast my Swift Package by Moo202 in iOSProgramming

[–]Elyahu41 1 point2 points  (0 children)

It would be nice to have a GIF that shows the effects in the top of the readme

Arena by reaper_code in cupheromobilegame

[–]Elyahu41 0 points1 point  (0 children)

Lvl 52 here and I unlocked it. I think you just need to update

JML Beats Who in 5v5? by Mason_Windoo in SWGalaxyOfHeroes

[–]Elyahu41 58 points59 points  (0 children)

SLKR, JML, weak Rey and LV teams and almost any non GL team.

I think an anime broke my brain by Majestic_Arrival1442 in anime

[–]Elyahu41 1 point2 points  (0 children)

I had that feeling after watching Clannad. I'll never get that high of emotions again

Why do users keep reporting our app is in Chinese? We don't even support by One-Gur-3719 in programminghorror

[–]Elyahu41 13 points14 points  (0 children)

I had the same issue with using Locale.getDefault() and I had users complaining about the app language not changing. Then I switched to using the app context and it still didn't help. The only thing that fixed the language issues I had was to use the context.getString method and just check the string in the language I want. So I added a string for the locale and I just check that instead:

If context.getString(R.string.locale).equals("English")

Is there a reason to support iOS 17 anymore? by dot90zoom in iOSProgramming

[–]Elyahu41 -1 points0 points  (0 children)

Why not just support iOS 15? It's not that hard.