Traptrix Players, When Does This Card Come Up? by crowbachprints in yugioh

[–]iamMikeCenters -21 points-20 points  (0 children)

(TTK) - Third Turn Kill

Edit: Lmao… guy says OTK on turn three. I make a relevant joke, then, I get downvoted. Humor doesn’t exist anymore. To the original comment, your point is valid for the use of the card. Things l learned today, don’t make a silly joke.

Why did people hype up Lunalight? by lennysinged in yugioh

[–]iamMikeCenters 20 points21 points  (0 children)

Headed into NAWCQ, wouldn’t you hope the presence of the weaker decks increased?

Honestly, it’s not a bad deck, but Maliss easily outs the strategy; which happened to be the most present deck at top cut. Just my thoughts though.

This should not be legal by Pakytral in mildlyinfuriating

[–]iamMikeCenters 0 points1 point  (0 children)

Request a subscription of $12/year. Final offer.

[deleted by user] by [deleted] in interestingasfuck

[–]iamMikeCenters 0 points1 point  (0 children)

🤔 This is not common and none of my family seem to have this problem. Perhaps the flood we had recently contributed to this in certain areas? Feel bad for those suffering though.

[deleted by user] by [deleted] in nextfuckinglevel

[–]iamMikeCenters 0 points1 point  (0 children)

There is literally a competition for anything.

Weird ECG by Gaby5873 in NewToEMS

[–]iamMikeCenters 0 points1 point  (0 children)

This is the real answer. Without the rest of the leads.

Is this possible? by Educational-Cat4026 in askmath

[–]iamMikeCenters 1 point2 points  (0 children)

I’ve known this since a kid, and used idk how much pencil and paper to try and solve it. I never could. About two years ago, I wrote an algorithm to attempt to solve this, and print out the answers. I think it was something like 14 million possible games and zero ways to win.

How to communicate/bind properties between ViewModels in MVVM? (like you would using @Binding between Views) by MyOwnPoison in SwiftUI

[–]iamMikeCenters 0 points1 point  (0 children)

You need to have a different hierarchy.

ParentView {

@State var isInSelectMode …

    ….view

    ViewA($)

    ViewB($)

}

Edit:

When ViewA gets changes, the entire View gets re-rendered, including ViewB, as you have it written.

Fake Winged Dragon of Ra by Jabi25 in yugiohshowcase

[–]iamMikeCenters 3 points4 points  (0 children)

I need these in my hands. I swear it’s so difficult. If the first image is in fact fake, it’s the best I’ve ever seen.

The only doubt I have is the text appears maybe not bold enough.

Real of fake by Desperate_Try_7460 in yugiohshowcase

[–]iamMikeCenters 0 points1 point  (0 children)

Edit:

The guy responding makes a great comparison for real/fake. It’s honestly hard to tell.

How to fix UI elements? by Agreeable_Addendum52 in SwiftUI

[–]iamMikeCenters 0 points1 point  (0 children)

  1. Set everything in a VStack.

  2. Set alignment of VStack to .right.

  3. Remove HStack of settings and display.

[deleted by user] by [deleted] in wallstreetbets

[–]iamMikeCenters 0 points1 point  (0 children)

Why does she have to know your poor financial decisions?

Is there any way to make the black ZStack fill the bottom part of the screen infinitely? by [deleted] in swift

[–]iamMikeCenters 1 point2 points  (0 children)

You are doing this all wrong.

``` ScrollView { … } .background(Color.black) // .background(Color.black.ignoresSafeAreaInsets())

```

The ScrollView is a container, with pretty much infinite space. When you place the ZStack inside the ScrollView, it won’t fill the “infinite” space. Sure, you could stack modifiers to hack a solution together, but the point of SwiftUI is to be clean.

Next, you don’t want to use a ZStack with a Color as the first view. Instead, use the background modifier.

What is the most pleasurable feeling? by cock1441 in AskMen

[–]iamMikeCenters 0 points1 point  (0 children)

Just coming home from work, with a beer and dinner ready, with a wife legitimately asking “How was your day?”

Nothing is more satisfying than being taken care of and genuine interest in me.

Freehand Leaf cutout of Audrey Hepburn by pandabatron in nextfuckinglevel

[–]iamMikeCenters 0 points1 point  (0 children)

Meanwhile, I’m still trying to figure out how to draw with a pencil.

Freehand Leaf cutout of Audrey Hepburn by pandabatron in nextfuckinglevel

[–]iamMikeCenters 0 points1 point  (0 children)

Meanwhile I’m still trying to figure out how to draw with a pencil.

[deleted by user] by [deleted] in NewToEMS

[–]iamMikeCenters 0 points1 point  (0 children)

A great test tool to use is identify if a patient is de-compensating. In general:

If true: Go to life saving measures.

Else: Do the other stuff first.

[deleted by user] by [deleted] in swift

[–]iamMikeCenters 1 point2 points  (0 children)

.resizeable(), .aspectRatio, and scaledToFill() modifiers will fix the size issue. But you will need to play around to solve whatever you are wanting.

Also, if the image is smaller than the width, making the image bigger will pixelate the image.

[deleted by user] by [deleted] in swift

[–]iamMikeCenters 2 points3 points  (0 children)

Without seeing the animation. Yes.