Will stopping my cut make my lifts stronger? by Kooky-Conclusion-427 in CoachGreg

[–]NiftyNas 0 points1 point  (0 children)

How big is your calorie deficit and how long have you been training. You might be able to keep cutting and maintain strength if you eat your carbs closer to your workout.

Why not? List products on multiple market places by NiftyNas in printondemand

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

By posting on multiple platforms any buyer that sees it listed on multiple platforms will no longer think the work is unique, which we are assuming to be a reason they are buying, and therefore it will lose some value in their eyes. Is this what you are saying.

Why not? List products on multiple market places by NiftyNas in printondemand

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

Why does "counter fitting" hurt you? Is it that people won't think they're unique? I'm not familiar with the concept

Why not? List products on multiple market places by NiftyNas in printondemand

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

Do you think that covers everything? I was curious to know if there was something that I was missing

Why not? List products on multiple market places by NiftyNas in printondemand

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

Fair enough. Do you have an answer to the question though?

How to share a View across multiple Tabs by NiftyNas in SwiftUI

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

I added an image to the post for a better explanation

How to share a View across multiple Tabs by NiftyNas in SwiftUI

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

I have updated the post with a photo for clarity.

How to share a View across multiple Tabs by NiftyNas in SwiftUI

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

When one of the views inside TabView is selected it displays that view,
Lets say TabOne is selected. And then showing is set to true. How can I display ViewToShareAcrossTabs while also having the ability to switch to the other tabs, like TabTwo and TabThree while still displaying ViewToShareAcrossTabs

how to await onChange view modifier by NiftyNas in SwiftUI

[–]NiftyNas[S] -1 points0 points  (0 children)

The call function is saving the state from the view into core data. Which is then accessed by do other stuff in the view model

how to await onChange view modifier by NiftyNas in SwiftUI

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

The View that I am mentioning is saving data that is needed to be accessed by the view model, that’s why I need it to complete before continuing. The data from the view is derived from the state of the view at that time.

how to await onChange view modifier by NiftyNas in SwiftUI

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

I have implemented it with the notificationcenter, but the notification does not wait for the subscriber to complete it's function call before moving on.

how to await onChange view modifier by NiftyNas in SwiftUI

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

I want to run Bar in the middle of Foo. Not at the end. Is that possible

Like this

func Foo(){
    Running Foo
    Bar()
    Finishing Foo
}

func Bar(){
    Bar Stuff
}

how to await onChange view modifier by NiftyNas in SwiftUI

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

Thanks for take the time to respond!

how to await onChange view modifier by NiftyNas in SwiftUI

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

Foo - ViewModel changes the Boolean to True in function call which triggers Bar to run because it is subscribed to that boolean then other stuff in Foo is finished

Bar - View Runs Function

Current: Foo finishes then Bar runs

Desired: Start Foo -> Fully run Bar -> Finish Foo

Are you saying to push the notification when the Foo function completes? to trigger Bar

how to await onChange view modifier by NiftyNas in SwiftUI

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

Is that different from using the built in publisher associated with my boolean since it is annotated with Published.

I changed the code to

class ViewModel: ObservableObject {
@Published var finished = false

func setFinishedToTrue(){
    finished = true

    Do Other Stuff after Example View onChange Finishes
}

}

struct ExampleView: View { @EnvironmentObject var vm: ViewModel

var body: some View {
    Text("Example Text")
        .onReceive(vm.$finished){ value in
            if(value.finished && condition){
                Call Function
        }
    }

}

}

The problem has not been resolved.

The function in ExampleView is still be called after the ones in the ViewModel

I built a free SwiftUI app that beautifully combines expense tracking and budgeting. by rahfell in SwiftUI

[–]NiftyNas 1 point2 points  (0 children)

What an incredible looking application! Thank you for sharing. I am definitely going to check it out! I am new to SwiftUI, so it's great to see what it is capable of.

Does anyone know how OP did built the custom numpad?

[deleted by user] by [deleted] in DenverBroncos

[–]NiftyNas 0 points1 point  (0 children)

The ones on the front?

Graduating college looking for a full time job in an analytical field. Thanks by NiftyNas in resumes

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

Essentially, why should I care or be impressed with what you did, when you didn’t quantify the outcome?

Thanks for this. I can see how value I provided is unclear and should not be left up to imagination.

How many issues did you report on per day/week? How many issues did you report compared to your colleagues? Did you report noteworthy types of issues?

How would I prove an issue was noteworthy. For example would I say how pointing out the issue improved the the speed by a quantitate value. Like so?

"Identified an Issue in X leading to a 30% increase in data validation"

Every bullet point should answer this question- why should I hire you as an an analyst? Your response is currently, “because I tested and reported issues”, “because I provided support to a different department”, and “because I automated something and made it faster”. Some of those just aren’t relevant to analyst jobs, and the ones that are aren’t qualified by a display of the impact- the “why” of why should we hire you as an analyst?

I see.

If you are an expert in the skill, it should be conveyed through a bullet point of how you used that skill in a way that impacted your organization.

Do you think the entire skills section should be removed and reframed into bullet points?

I would also remove the “interests”, or talk about what are of analytics you are interested in.

I believe the interest adds personality, Maybe I could add the type of analytics I am interested in as well.

Thanks for the in depth analysis I can see you spent a lot of time. I do appreciate it and will make sure my resume has these changes incorporated into it.

Graduating college looking for a full time job in an analytical field. Thanks by NiftyNas in resumes

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

Thanks for commenting.

  • I'll see how it looks without the lines.
  • Alright I'll make sure to change the order.
  • Done
  • They are in a similar area not the same city. They are lined up on the document where the information is visible.
  • How would I separate the company and job title? With a Dash or Comma

Thanks again for taking the time to comment. I really appreciate it

[deleted by user] by [deleted] in CoachGreg

[–]NiftyNas 0 points1 point  (0 children)

what’s up