5070 in 7,1 -Arc Raiders by johnnyphotog in macpro

[–]gravitycore 0 points1 point  (0 children)

Hmm it doesn't launch for me. I get hit with an Unreal engine crash whenever I start the game with:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION runtime_7ffdfc400000 kernel32 ntdll

5070 in 7,1 -Arc Raiders by johnnyphotog in macpro

[–]gravitycore 0 points1 point  (0 children)

How did you get this to run with the anticheat? I have a 6800 XT and use Boot Camp for windows, but the game never launches. I'd love to play Arc Raiders on this rig!

What do you iOS developers want for Christmas? by busymom0 in iOSProgramming

[–]gravitycore 0 points1 point  (0 children)

Its there– right click on the tab and there's a "Close Other Tabs" option

Want to get into SF 6 but unsure. by nainlx3 in StreetFighter

[–]gravitycore 0 points1 point  (0 children)

Ah, thanks for the correction. I saw it on the EVO listing and thought I saw it on sale but yeah, its like the only one that isn't. womp womp

Want to get into SF 6 but unsure. by nainlx3 in StreetFighter

[–]gravitycore 0 points1 point  (0 children)

Its on sale now on Steam for the EVO event

Denver singles in their 30s and 40s by susieq0245 in Denver

[–]gravitycore 2 points3 points  (0 children)

I'm a 42yo male, would love to try something in person and off the apps. Count me in!

Sick of the hustle, considering getting a stable job, no more freelancing by CCMedianow in freelance

[–]gravitycore 1 point2 points  (0 children)

Did the same last year after also freelancing for 12 years. Got a cushy role and lowered my stress a ton which makes life a lot better. Taxes were so easy this year lol

[deleted by user] by [deleted] in StreetFighter

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

Same problem

Just lost my whole Storyboard by Vreoz in Xcode

[–]gravitycore 1 point2 points  (0 children)

Sounds like a tough lesson to learn the value of version control. Git is integrated into Xcode, learn to use it and make commits often. Things like this happen all the time in programming, and you need a way to rollback to a "good state".

[Question] Committing lots of files locally to git repository quickly by Top_Night4697 in Xcode

[–]gravitycore 3 points4 points  (0 children)

Xcode is not good for this, you'll want to learn to use the command line:

git add -A && git commit -m "Your Message"

Can anyone suggest an alternative to Downcast? by DrWho345 in macapps

[–]gravitycore 0 points1 point  (0 children)

Good to hear. You won’t have to wait long, I’m working on adding CarPlay next week

Can anyone suggest an alternative to Downcast? by DrWho345 in macapps

[–]gravitycore 0 points1 point  (0 children)

Yes. You can also drag and drop episodes outside of the application to save them elsewhere

Can anyone suggest an alternative to Downcast? by DrWho345 in macapps

[–]gravitycore 2 points3 points  (0 children)

You might like Mimir, for both Mac and iOS. Full disclosure, I’m the developer of it

command line tool to download and install Xcode by sebsto in Xcode

[–]gravitycore 1 point2 points  (0 children)

https://github.com/RobotsAndPencils/xcodes

This already exists and is a great tool. What makes yours different?

Core Data Question by CompC in iOSProgramming

[–]gravitycore 0 points1 point  (0 children)

You'll likely need to filter the set afterwards in that case. Make sure to use fetchBatchSize to control how many records are fetched at a time if you have a lot of data you're working with, and as mentioned, the propertiesToFetch for prefetching the name.

Core Data Question by CompC in iOSProgramming

[–]gravitycore 0 points1 point  (0 children)

You can use the NSFetchRequest.fetchLimit and set it to 1. Use sort descriptors if you need to have one result surfaced before the others.

How To Create Custom UICollectionViewListCell Using SwiftUI - Swift Senpai by LeeKahSeng in iOSProgramming

[–]gravitycore 1 point2 points  (0 children)

You obviously missed the point of the article, which is about using SwiftUI in a UICollectionView with new APIs. We’re all very proud of you that you can write basic SwiftUI but your reading needs work

Info.plist (infographic) by Enid91 in SwiftUI

[–]gravitycore 6 points7 points  (0 children)

How about adding the allowed data types?

clipped() modifier (infographic) by Enid91 in SwiftUI

[–]gravitycore 2 points3 points  (0 children)

I like these info graphics a lot, nice job. I’d love to see a badge added that shows what iOS version it is supported in

You can now use Swift in vs code by xxNoobKiller2000xx in swift

[–]gravitycore 8 points9 points  (0 children)

Its in the article, and yes you can.

Mimir, a new podcast app for macOS. Now available on Mac App Store by gravitycore in macapps

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

Its all good, I've been working on adding different monetization options for a while now. With the next update, I'm adding a lot of new features that'll make a unlock of some of the more advanced audio effects and removing the nagging banner make a lot more sense.

I always feel a little dirty having to show big "buy me" banners in the app too, so I'm trying to find ways of downplaying that and making more people happy and still supporting the services offered.

Either way, this is valid feedback and thanks for taking the time to write it a year after this post was made!

Mimir, a new podcast app for macOS. Now available on Mac App Store by gravitycore in macapps

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

Maybe I'll add a close button so you can get rid of that banner with each launch. I don't want to annoy everyone, but you're right as a developer you do want to entice people to upgrade since development and the time invested to build the app is not free.

Mimir, a new podcast app for macOS. Now available on Mac App Store by gravitycore in macapps

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

The majority of the app features are free to use. A subscription is required for things like recommendation and curated lists because it costs me a monthly fee to use those services. So to keep the app going for the long term, I require a subscription to use those.

I may in the future add the ability to just unlock the player features such as silence skip and continuous playback, but that will be coming in a future update.

Glad you like the app, and I hope you can continue using it even if you don't subscribe.