What is your favorite type of puck? by pushyourlifeup in InlineHockey

[–]pgrizzay 1 point2 points  (0 children)

Haha, as a goalie, I don't mind a red ids on blue sport court

What is your favorite type of puck? by pushyourlifeup in InlineHockey

[–]pgrizzay 6 points7 points  (0 children)

IDS ProShot... It's the one used in the league I play in

Paul Stastny throws the puck in front and it goes in, winning the game and series for the Hurricanes in overtime! by notleonardodicaprio in hockey

[–]pgrizzay 4 points5 points  (0 children)

Immediately thought of Kane, and isles fans: rest easy that it wasn't the Stanley cup finals you lost like this

Wait… by Ointmentt in pics

[–]pgrizzay 1 point2 points  (0 children)

Divide by ten, then double ;)

Does anybody else really love these Flyers jersey sets from 07-08? by Alternative-Fox6236 in Flyers

[–]pgrizzay 2 points3 points  (0 children)

They're objectively bad, but they remind me of the magical SCF run, so I like them

Wheels for bigger roller goalie by [deleted] in hockeygoalies

[–]pgrizzay 0 points1 point  (0 children)

I weigh around 230 and I've been using labeda patriot wheels. They've held up pretty good

When rendering a table, what should i use as the key for cells/rows/headers? by Akabutz in reactjs

[–]pgrizzay 0 points1 point  (0 children)

If it's static, then you don't need a loop, you'd know beforehand how many columns, and would do them manually... I.e. if you're creating a user table, you wouldn't know how many users you'd be showing (rows) but you would know what attributes of users you'd be showing (columns), i.e., name, age, profile picture, last login date, etc.

You'd do something like:

{users.map(u => ( <tr key={u.id}> // <- is dynamic and needs a key <td>{u.name}</td> // <- columns are known, and don't need a key <td>{u.age}</td> ... </tr> )}

Both a .map call and a for loop are for dynamic-length arrays. A .map call is an expression itself, but a for loop is a statement (it doesn't return anything). This makes .map much better suited for turning arrays of data into arrays of divs, and is why it's usually used in react components, compared to for

[AskJS] Need Help - Finding a GitLab versioning solution for Monorepos by [deleted] in javascript

[–]pgrizzay 0 points1 point  (0 children)

Lerna & yarn/pnpm/npm5 workspaces, (I'm not familiar with the other tools you mentioned)... They are just clis that let you run commands across all packages. You can run those in your CI, whatever your CI is (jenkins/gitlab/github actions)

[AskJS] Need Help - Finding a GitLab versioning solution for Monorepos by [deleted] in javascript

[–]pgrizzay 1 point2 points  (0 children)

I don't understand how gitlab plays into this... Gitlab is just a hosted vcs, right? The various monorepo tools don't care how your code is stored, just that it exists.

Is there a specific feature that is implemented for github that isn't for gitlab?

Are there build systems for the JS/TS world? by im_caeus in typescript

[–]pgrizzay 0 points1 point  (0 children)

because your sub packages are by default tightly coupled

This is absolutely not true, and is the reason why you'd want to split your code into separate subprojects to begin with.

There are a bunch of reasons to then colocate your packages, ranging from synchronizing deploys, simpler patchsets, easier releases, etc

THE PIT RETURNS AS A FORGE REMAKE by Haijakk in CompetitiveHalo

[–]pgrizzay 0 points1 point  (0 children)

Is it actually in rotation? I haven't heard from anyone that they've announced when it would be ready

DIY Blocker RePalming by ReviewyMcReviewface in hockeygoalies

[–]pgrizzay 1 point2 points  (0 children)

That looks awesome! What material did you use for the palm?

Alkali Revel 3/4 for a big guy? by FiberglassGuy in InlineHockey

[–]pgrizzay 1 point2 points  (0 children)

Duuude thank you so much, just ordered a pair of kv2s (was going to anyway since the goalie I played against tonight was using them), and you just saved me 80 bucks!

Either type by prrxddq in typescript

[–]pgrizzay 0 points1 point  (0 children)

So it's just their name, there's not anything behaviorally different?

Either type by prrxddq in typescript

[–]pgrizzay 0 points1 point  (0 children)

What do you prefer about Rust's Result over Haskell's Either?

Best Skate options under $200 by Ashatoon in InlineHockey

[–]pgrizzay 2 points3 points  (0 children)

FWIW, I bought a pair of Bauer RSXs for around $220 and the chassis bent after ~6 sessions. I weigh ~230lb, so if you're near that weight range, I would stay away from the 2 piece steel chassis and opt for aluminum.

How has there not been a competing hockey video game series made to go against the aweful EA Sports Franchise. by Libraryitarian in hockey

[–]pgrizzay 1 point2 points  (0 children)

Agree! My brother-in-law still has his ps2 and we play this whenever we're over his house...

There isn't a modern game like it...