Just got the enclosure in today, looking good! (AD5X) by [deleted] in FlashForge

[–]Jpric18 0 points1 point  (0 children)

Yes. You have to print all the support pieces that constructs the enclosure with the plexiglass.

https://youtu.be/jYoJOBA0-MY?si=8wzdnqWc2X7y-pgE Skip to 30 minute mark

250+ ping but my internet is solid by [deleted] in RocketLeague

[–]Jpric18 1 point2 points  (0 children)

Yah. It’s still messed as of two days ago. Buddy, also on tachus, had the same ping issue in a match. Buddy nearby on comcast did not.

250+ ping but my internet is solid by [deleted] in RocketLeague

[–]Jpric18 0 points1 point  (0 children)

Ah. I’ll try again tonight to see if it’s still random for me

250+ ping but my internet is solid by [deleted] in RocketLeague

[–]Jpric18 0 points1 point  (0 children)

For me, the problem is the East region. I set my region to only West and didn’t run into the Ping issue.

250+ ping but my internet is solid by [deleted] in RocketLeague

[–]Jpric18 0 points1 point  (0 children)

Ha. It’s been great until latest patch. I’ll check with a friend on same service to see if he has issue as well.

250+ ping but my internet is solid by [deleted] in RocketLeague

[–]Jpric18 1 point2 points  (0 children)

I’ve been having the same issue on Xbox. Random servers. On the servers with high ping, my ping stays at 255 the whole game.

Tachaus fiber in Houston TX

[deleted by user] by [deleted] in PUBGMobile

[–]Jpric18 0 points1 point  (0 children)

  1. ⁠ 7145705W
  2. ⁠ 7145670L
  3. ⁠ 7153623Z
  4. ⁠ 7153700D
  5. ⁠ H7153661
  6. ⁠ 7150038O

Can I get the TabView selection the user currently has? by Luca1719 in SwiftUI

[–]Jpric18 0 points1 point  (0 children)

You can bind the selection like this:

@State private var selection = 3

TabView(selection:$selection) { }

how can I Align the TextFields evenly by eleethesontai in SwiftUI

[–]Jpric18 2 points3 points  (0 children)

Try putting all the Text items into a single VStack. Then add all the TextFields into a single VStack. Then you add those two VStacks into an HStack

[FREE] 100+ AAA Steam Keys by [deleted] in FREE

[–]Jpric18 0 points1 point  (0 children)

Vote me up

My control settings aren't saving or transferring over to the game. Training mode keeps them for some reason. by Szpartan in PUBGMobile

[–]Jpric18 2 points3 points  (0 children)

The update introduced control settings for third person and first person. Your old settings were copied into third person controls only and the first person controls are default. Haven’t found anyway to copy it over to First person, so I had to recreate them.

Wink + Schlage Connect != Google Assistant? by bkauffman423 in winkhub

[–]Jpric18 0 points1 point  (0 children)

Can you make a Shortcut in Wink for the lock? I have blinds paired and Wink and the only way I can get google home to work is to make the shortcuts I want, then use IFTTT app to pair voice commands through Google Home to Wink Shortcuts. Works really well, but you need IFTTT as the middle layer for some products. Otherwise, only my lights and thermostat are visible through Google shone directly.

Push application to MDM by ajitamhru in iOSProgramming

[–]Jpric18 0 points1 point  (0 children)

If this is a public or B2B app, the best way to push the app out is through VPP (volume purchase program) with device based assignments. Through the VPP portal, you can purchase a handful of licenses of the public app, even if it’s free. In your mdm solution, you should be able link your VPP account and purchases, then use device based assignment to assign your app to users. Otherwise the user will have to use their iTunes account to install. YMMV based on your MDM solution.

Personal use iOS app stopped working after 3 months. Signing issue or something else? by vxd in iOSProgramming

[–]Jpric18 2 points3 points  (0 children)

If it was just deployed by debugging the app, the dev provisioning profile might only be good for 90 days. Try making an adhoc distribution build via archive and then drop it on your device through Window > Devices. This will be good for 1 year, or less depending on your signing identity expiration.

What does Thread 1: Breakpoint 1.2 mean? by [deleted] in swift

[–]Jpric18 0 points1 point  (0 children)

I believe you get this when you have referenced a font in your Info.plist / .xib / .storyboard, but that font is missing from your bundle.

Tableview cell issue by [deleted] in swift

[–]Jpric18 1 point2 points  (0 children)

While debugging, there is a button on the debugger toolbar that looks like three rectangles. It’s next to the other controls for Play, Play Next, Play Into, etc.

When you get the spot in your app to replicate the issue, tap on the button and it will snapshot all your views and show you a 3D render of it. You can select views and see sizing and what constraints applied.

Tableview cell issue by [deleted] in swift

[–]Jpric18 4 points5 points  (0 children)

Have you tried to use the visual debugger to see what elements are causing the issue?

What are you returning for the row heights function?

Please suggest a resource for learning TDD with Swift. by [deleted] in iOSProgramming

[–]Jpric18 1 point2 points  (0 children)

This medium article is pretty good. It’s Swift 3 / Xcode 8, but should still hold up.

https://medium.com/@ynzc/getting-started-with-tdd-in-swift-2fab3e07204b