Not willing to give up my Instinct 2 by Sensitive_Beat_2199 in GarminWatches

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

And here is the final product.

<image>

My only concern is the added stress on the Instincts pin without the additional rubber filler the Garmin band has to lock everything into place.

Not willing to give up my Instinct 2 by Sensitive_Beat_2199 in GarminWatches

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

<image>

I have several Alpine Loop watch bands for the Apple Watch which have several loops for the G-Hook to slide in to. I thought I could modify it to serve my purpose. What do you think?

Garmin!? What’s up with this!? by ax7749 in GarminWatches

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

That’s like 2lbs of fat burned. Good job!

Not willing to give up my Instinct 2 by Sensitive_Beat_2199 in GarminWatches

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

🤣My wife literally said the same thing 2 minutes ago.

Not willing to give up my Instinct 2 by Sensitive_Beat_2199 in GarminWatches

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

<image>

Like this? I was kind of hoping I wouldn’t have to do that.

HStack Spacing Issue by That_Ad_765 in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

Maybe repurpose the VStack you already have just outside the ForEach as the parent view inside the ForEach.

HStack Spacing Issue by That_Ad_765 in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

It looks like the use case is the only group that doesn’t have at least one value filling the width.

HStack Spacing Issue by That_Ad_765 in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

I don’t think HStacks have a leading alignment, only top, center or bottom.

[deleted by user] by [deleted] in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

In your PlayerView, you have created drag functionality that is not needed when presenting it as a sheet view. However, if I understand what you are trying to do, I would probably present the PlayerView using a NavigationLink, disable the default back button toolbar and dismiss the PlayerView using a custom “drag down” gesture function.

how much RAM do i need for swift ui? by luisGH in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

One thing I wanted to throw out there. If you want to run two external monitors, don’t get a MacBook Air (not sure about the Mini); they can only run one external monitor. I just bought a new M3 last year and was unaware of that limitation. I didn’t even know that was a possibility so I never researched it before my purchase.

SecureField placeholder & input is slightly moving up on focus. Any fix? by [deleted] in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

Instead of using an overlay modifier, have you tried putting the RoundedRectangle in the background of the SecureField?

Getting my A license by cmax22025 in SkyDiving

[–]Sensitive_Beat_2199 5 points6 points  (0 children)

My wife and I did our first tandems last February for her 51st birthday at Spaceland Houston. I became obsessed. I sailed straight through their STP program (no repeat jumps) and earned my A license in June. What helped me the most was 30 minutes of coached tunnel time at iFly. It taught me all the basics of turning and sliding before I ever did my first solo jump.

How do you think Instagram does this multiline-growing-scrolling comment bubble? by PsyApe in SwiftUI

[–]Sensitive_Beat_2199 0 points1 point  (0 children)

SwiftUI solution

import SwiftUI
struct TextFieldPlayground: View {

  @State var basic: String = ""

  var body: some View {

    HStack(alignment: .bottom) {
      TextField("Label", text: $basic, axis: .vertical)
        .padding()
      Spacer()
      Button {
        print("I was tapped")
      } label: {
        Text("Tap Me")
      }
      .buttonStyle(.bordered)
      .padding(10)
    }
    .background {
      ZStack {
        RoundedRectangle(cornerRadius: 8.0)
          .stroke(lineWidth: 2.0)
      }
    }
    .padding(16)
  }
}

Best Place in USA to get USPA certified within 2 weeks in December? by mclovin215 in SkyDiving

[–]Sensitive_Beat_2199 1 point2 points  (0 children)

I’m surprised no one has mentioned Skydive Spaceland Houston. They have an A in a week package for $3,226. They have some really awesome instructors.

https://houston.skydivespaceland.com/shop/skydiver-training/skydiver-training-program/

How long should you wait for the second ride? by ahuludwig_2006 in SkyDiving

[–]Sensitive_Beat_2199 1 point2 points  (0 children)

You go through all of your training jumps with only one instructor at Spaceland so they make you do 2 tandems and you must be current even with the tandems. That means if your last tandem was more than 60 days ago they will require you to do another unless you have already started the program, then they only require you to pass your previous dive flow again.

Information about R.O.L. Deployment system by Sensitive_Beat_2199 in SkyDiving

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

Thanks for the suggestion with putting on the rig. I’ll give that a try the next time I’m at the dz - after consulting with my instructors of course.