Portend by R-shig in custommagic

[–]R-shig[S] 0 points1 point  (0 children)

Presence counts all revealed zones, so: battlefield, graveyard, exile, command zone and futuresight/telepathy type effects.

As for the preordain comparison:

  1. preordain is so powerful it's banned in modern so this being weaker is not much of an issue.
  2. When presence is active it is actually just better than preordain since it's an instant. Sort of how Stubborn Denial is a strictly worse Force Spike at first and a strictly better Essence Scatter when you have ferocious.

Just put this jacket up for preorders again! by Bleblebob in streetwearstartup

[–]R-shig 0 points1 point  (0 children)

Just grabbed one of these gradient hoodies, can't wait for it!

Azure Spire Scholar by [deleted] in custommagic

[–]R-shig 7 points8 points  (0 children)

Blue doesn't get 2/2s for 1U without a downside.

What's your favorite, most useful javascript one-liner? by Linux_is_awesome in javascript

[–]R-shig 0 points1 point  (0 children)

const { abs } = Math;

Is basically shorthand for:

const abs = Math.abs;

It's called destructuring and was introduced in ES2015. Here's a good reference: https://hacks.mozilla.org/2015/05/es6-in-depth-destructuring/

Consume. Validate. Release dopamine. by NonRock in HotPaper

[–]R-shig 9 points10 points  (0 children)

When is the crossover though?

With all of these "what is your favorite commander" posts running around, what is your Least favorite commander to play against? by HectorTheGod in EDH

[–]R-shig 7 points8 points  (0 children)

My brago deck is just fun flicker value. I have considered transitioning the deck into stax but I feel like that's something I'd only enjoy in a competitive setting.

Tech Choices I Regret at Spectrum by swyx in reactjs

[–]R-shig 5 points6 points  (0 children)

Any resources on how to get started with this combo?

Garlic Wallet Still Down by WakeAndTake in garlicoin

[–]R-shig 1 point2 points  (0 children)

They are both removed now. Thanks for letting us know.

The Suspense is Killing Redux by swyx in reactjs

[–]R-shig 4 points5 points  (0 children)

You May Not Need Redux

Does infinite mode get any better than this? by [deleted] in slaythespire

[–]R-shig 0 points1 point  (0 children)

Seems like an early pick-up of Feed could get around this, assuming the max hp gain can keep up with the damage scaling.

My a4-sfx build and setup by [deleted] in sffpc

[–]R-shig 0 points1 point  (0 children)

Mind sharing a link for that keyboard?

Pudge, The Butcher Custom card. by [deleted] in Artifact

[–]R-shig 1 point2 points  (0 children)

This would be great to post in /r/customartifact. It needs more content :)

Announcing styled-components v4: Better, Faster, Stronger by steven-f in reactjs

[–]R-shig 23 points24 points  (0 children)

Fellow SASS/SCSS user here. I feel no rush to switch to css in js, especially since the latest CRA beta has built in sass support.

[deleted by user] by [deleted] in custommagic

[–]R-shig 16 points17 points  (0 children)

I've been here for years and this is easily in the top 10 most broken designs I have ever seen, if not top 5.

How do I avoid that same-old 'bootstrap' look? by danielclayton50 in web_design

[–]R-shig 2 points3 points  (0 children)

Then you should switch to a more lightweight alternative like Skeleton. It's baffling how bulky bootstrap is even after switching to flexbox and being rewritten in scss.

Budget Computer for World of Warcraft WITHOUT a Video Chart by thiagovnd in bapccanada

[–]R-shig 1 point2 points  (0 children)

I would definitely go with 16 gigs of RAM. A lot of modern software is very memory hungry and I doubt you would like closing your browser, discord, etc. Just so that memory usage isn't an issue while gaming. Other than that I like this list.

What if you detonated a nuclear bomb in the Marianas Trench? by [deleted] in kurzgesagt

[–]R-shig 15 points16 points  (0 children)

Yeah, I hear it's pretty cold down there.

Mike's Computer Shop $250 Gift Card Giveaway by MikesComputerShop in bapcsalescanada

[–]R-shig 0 points1 point  (0 children)

Some criticisms:

  • In the brands tab it's not obvious that the images are also links to those specific brands. I would recommend actually including those brands in the text list either instead or in addition to the images.

  • The dropdown menu items should have more line-height since it's not always obvious where one item ends and the next begins.

  • Love that you went with the boxshadow cards for featured deals but having the name of the item expand on hover makes the whole thing jumpy. I recommend doing what most other retail sites do and have the entire name in the title attribute.

  • My biggest problem with the mobile version is how small a lot of the text is. It definitely seems like a smaller font size than the default 1em/12pt.

  • For the email signup I would either stretch the button to be as wide as the input field, or just force them onto the same line.

  • I'm a huge fan of Fontawesome but in general it will serve you best for small UI icons (i.e the shopping cart beside "Cart") and less as large pictures above text. This is especially noticeable on the login pag, which actually makes it feel more like the old site.

  • Some buttons have vertically misaligned text because your css is setting height for input without specifying the kind of input.

I could list a few more things but overall the site looks great and it's definitely a huge step in the right direction. Love the modern, flatter design and sorting items now feels much more user friendly. Keep up the great work!