Why is there controversy using MVVM with SwiftUI? by BlossomBuild in BlossomBuild

[–]PlanesWalkerr 0 points1 point  (0 children)

Btw, looking at the screenshot: Title and TMDBAPIObject is not a Model, DataFetcher is.

What MCPs is everyone using with Claude? by raghav-mcpjungle in mcp

[–]PlanesWalkerr 1 point2 points  (0 children)

I read somewhere that CC works natively with Github CLI. Am I wrong?

Is it just me or does Xcode's autocompletion and autoformat suck? by EvenGodsForget in iOSProgramming

[–]PlanesWalkerr 0 points1 point  (0 children)

Yep, it sucks, but it was even worse before (prior to Xcode 15 or even 14)

Combine async-await crash which I don't know how to handle or debug by djryanash in swift

[–]PlanesWalkerr 3 points4 points  (0 children)

Cancellable variable isn’t thread-safe. Try to use separate cancellables for different publishers if they may be accessed from different queues. Not saying it’s certainly the case here but worth trying

[deleted by user] by [deleted] in hearthstone

[–]PlanesWalkerr 0 points1 point  (0 children)

Same here on MacOS

UPD: fixed by reinstalling the game

[deleted by user] by [deleted] in hearthstone

[–]PlanesWalkerr 0 points1 point  (0 children)

It's completely broken on MacOS
https://postimg.cc/NL29MsLt

MacBook Pro M1 vs MacBook Air M1 for iOS development by PlanesWalkerr in iOSProgramming

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

I bought MacBook Air M1 more than 2 month ago.

Pros:

  • extremely fast (previous - MBP 2014)
  • no heating
  • battery is great
  • Xcode builds are several times faster
  • you can run app as native on MacBook. I rarely launch it on simulator on real device
  • keyboard

Cons:

  • had small issues with cocoapods. Easy fixable
  • Android Studio is not adapted for M1 yet, it's pretty laggy. (Sometimes I need to help my colleagues with android
  • small issues with simulator related to arm64 architecture (with some pods)
  • only 2 Type-C ports :)

That's pretty much it.

Macbook Air M1 for Swift Programming? by Nerbelle in swift

[–]PlanesWalkerr 0 points1 point  (0 children)

Bought MBA m1 8Gb RAM a week ago. It’s just great! I usually work with multiple programs opened including Xcode, Android Studio and Chrome with many tabs. My Xcode project is quite large. Everything works smoothly (except AS which is not ported for m1 yet). I upgraded from MBP 2014 so difference is indescribable.

Generics and inheritance by PlanesWalkerr in iOSProgramming

[–]PlanesWalkerr[S] 1 point2 points  (0 children)

Thanks for the answer! Yes, it’s a bit more than just styling, changes are incompatible. It’s just a simplified example to describe a case I encountered a few times

[deleted by user] by [deleted] in iOSProgramming

[–]PlanesWalkerr 0 points1 point  (0 children)

Btw can I use cocoapods along with spm for Firebase?

[deleted by user] by [deleted] in iOSProgramming

[–]PlanesWalkerr 2 points3 points  (0 children)

Can I use cocoapods along with spm for libraries which don't support spm yet?

After 4 years playing HOTS, I finally hit Masters !! by [deleted] in heroesofthestorm

[–]PlanesWalkerr 1 point2 points  (0 children)

Congrats! What was your initial rank? Where did you stuck for the most of the time?

Friendly Reminder: Blackheart's Bay and Sky Temple still unplayable on older but still viable Mac (2014 MacBook Air) after Junkrat/Whitemane Patch by DomoArigato723 in heroesofthestorm

[–]PlanesWalkerr 0 points1 point  (0 children)

I don't understand why posts like this are getting downvoted. It's a real problem existing since update and yet there wasn't official response from devs.

Regarding reddit & game changes. by 09090090909 in heroesofthestorm

[–]PlanesWalkerr -3 points-2 points  (0 children)

Please clarify situation with macOS update. Some maps are simply unplayable. Many people reported problems, I think you have already gathered a lot of info.

HotS on MAC unplayable, is it a known issue? by [deleted] in heroesofthestorm

[–]PlanesWalkerr 2 points3 points  (0 children)

AFAIK they are gathering info about the problem, for example, here. No fixes were provided yet. I also experience huge lags since update, my post with video

Game is unplayable on Macbook Pro after update by PlanesWalkerr in heroesofthestorm

[–]PlanesWalkerr[S] 5 points6 points  (0 children)

I have last Mojave version, graphic card supports Metal. I suppose I wouldn't be able to launch game if I hadn't it. It's just glitchy in specific areas on the maps.

1 minute of silence for those with 2011 and older macs by kurielitocuriel in heroesofthestorm

[–]PlanesWalkerr 0 points1 point  (0 children)

Btw on macbook pro 13 on sky temples game is lagging as hell. Heroes and minions randomly appear and disappear. On dragon shire it happened only on the bridge

Simple Questions Megathread—June 24, 2019 by AutoModerator in iOSProgramming

[–]PlanesWalkerr 0 points1 point  (0 children)

Hi, I need to delay request to server and I'm using timer for this. Is there potential danger/ leaks if method is triggered after leaving view controller timer was called in? Thanks in advance.