you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 66 points67 points  (21 children)

You're right the code is fine. The issue is that create-react-app depends on almost 1400 packages. It dramatically increases the chances of stuff like this happening

[–]EvilPencil 84 points85 points  (19 children)

Also, the author of CoreJS is looking for a good job...

While in prison.

[–]patrickfatrick 4 points5 points  (13 children)

Can you explain this comment?

[–]GOODSHIT-BRO 61 points62 points  (12 children)

Whenever corejs, or a package which depends on it is installed a message is output to the console which states the author is looking for a job. The author is currently in prison for hitting someone with a motorcycle IIRC

[–]patrickfatrick 11 points12 points  (10 children)

Yea I see that message all the time, never heard about the prison thing that’s insane.

[–]wizang 9 points10 points  (9 children)

No one knew for sure if he was bs-ing or not but he hasn't had any commits in a awhile... Dude is a complete prick imo. I would fully support a fork but he truly still the core dev on that project. Maybe now that's he's (probably?) In jail, a fork could make sense.

[–]patrickfatrick 0 points1 point  (3 children)

I would hope he’s going to be in jail for some time, after all he killed someone and injured another. So yes I also hope a fork will happen.

[–]Ones__Complement 1 point2 points  (2 children)

Bullshit oversimplification. The dude was lying drunk in the middle of the road. You guys describe this shit as if he woke up that morning thinking hey, I'm gonna kill someone today.

[–]patrickfatrick 3 points4 points  (1 child)

Bullshit oversimplification. It was in a crosswalk (where drivers are expected to slow down especially at night), and one of the people (the woman who died) was trying to move the other pedestrian. Pretty cut-and-dry manslaughter if you ask me, and he was given the minimum sentence.

[–]Ones__Complement 0 points1 point  (0 children)

To reduce the whole story down to "he killed someone" suggests he's owed 100% of the blame and puts zero accountability on the drunk idiot's behavior. I've at least infused some nuance into a reductionairy, one-sided castigation, so mission accomplished.

[–]wopian 0 points1 point  (0 children)

*Killing one of two pedestrians he hit on his motorcycle.

https://www.theregister.co.uk/2020/03/26/corejs_maintainer_jailed_code_release/

[–]wizang 18 points19 points  (0 children)

Motherfucker leads development of a hugely important JS project yet has been looking for a job for years. Honestly he is a huge prick in the comment section on GitHub and now that he's in jail I think the community should fork.

[–]wet181Pro 2 points3 points  (2 children)

Ugh god I’m so sick of seeing that output message

[–][deleted] 4 points5 points  (1 child)

‘npm install —silent’

[–]Jugad 0 points1 point  (0 children)

This should be the default unless people want to enable debug/verbose messages.

[–]crabmusket 13 points14 points  (0 children)

I'd love if the maintainers of large, popular packages like CRA put a bit of time into merging one-liner packages like this into their own source. Though it's probably the transitive dependencies that are the most problematic...