to be fair this is a problem specifically with this one guy and if all his packages were removed the problem would shrink by more than halfhttps://twitter.com/xkeepah/status/1260515053834391552 …
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
I once discovered someone had used `filter-object` in our front-end code, I replaced it with a simple loop and saved us 900kB of dependencies
yeah this is how the fellow ends up claiming with a straight face that his code is used by NASAhttps://twitter.com/cronokirby/status/1260569190416728064 …
it would be marginally less annoying if the code itself wasn't so FLAKY `isOdd(1e100)` should return `false` but throws an exception `isOdd(2.5)` throws because it's expecting an integer, but `isOdd('')` returns `false` `isEven` doesn't even use the latest `isOdd`?
I'm sure he's a lovely fellow but his code is among the absolute worst I've ever seen
my package `abcdefghijklmnopqrstuvwxyz` is a parody of his workhttps://www.npmjs.com/package/abcdefghijklmnopqrstuvwxyz …
const obj = {}; for (const [key, value] of Object.entries(oldObj).filter(([key, value]) => whitelist.includes(key) || filter[key](value)) { Reflect.setProperty(obj, key, value); } can i be jonschlinkert now
whoops it should've been `(filter[key] ?? (v) => false)(value)` guess 250 dependencies was the better option all along
This is performance art, right?
wtf
Holy smokes. That almost brought my laptop down
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.