Jonathan Sifuentes

Results 7 issues of Jonathan Sifuentes

I mean, it could be that you are _indeed_ exporting both, but it'd be a lot less confusing if you exported one instead and the documentation reflected that. import {...

Hey, I'm new to Ramda and I think the feature in `eslint-plugin-lodash` that has it [suggest the lodash functions][epl] over the built-in stuff would be pretty useful toward learning it....

I suggest [Airbnb's linting rules](https://github.com/airbnb/javascript) to replace `eslint:recommended`. If not using [`eslint-config-airbnb`](https://www.npmjs.com/package/eslint-config-airbnb) directly, then basing our rules on a thorough reading of their rules and modifying as necessary. This would...

[Jest](https://facebook.github.io/jest/) is a testing framework from Facebook that attempts to make testing as "delightful" as possible. They do so by eliminating many of the pain points in manual testing, including...

I _know_, I've been terrible about this. The truth is when I first expressed interest in taking over, it was to use this as a way to get a job...

Hey, this actually started because I got sidetracked from looking for the RSS feeds to download my bookshelves, but I wandered my way to the API section, and there seems...

JS now has a [BigInt][bigint-syntax] syntax that's at stage 3. We might see it in ES2019 or 2020. Any plans to support the syntax for it, so as to provide...