Neek Sandhu

Results 19 issues of Neek Sandhu

For people who send you PR's without running `npm test` and realizing that after Travis CI fails. Don't you think pre-push git hook that runs `npm test` for them will...

> This is different from ones already answered at [sindresorhus/ama/issues?q=typescript](https://github.com/sindresorhus/ama/issues?q=typescript) Writing modules in TS from ground up gives you lot's of benefits like automatic documentation generation instead of having to...

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** None **If the current behavior is a bug, please provide the steps to...

Aspen being an open-source project which is now being depended upon by some very important organizations, and individuals, it is important that I share the current state of where it...

discussion

This thread will be used to track and discuss the next leap in super-performant tree rendering on planet Earth - Aspen 2. The next version of Aspen has the following...

enhancement
discussion

The idea sparked up as a direct result of issue https://github.com/NeekSandhu/crx-bridge/issues/7. This issue popped up Firefox support was added through `webextension-polyfill`. Basically, there's some code that can't be loaded into...

Status: Planning

Implements https://github.com/atom/node-oniguruma/issues/81

Inspired by - https://stackoverflow.com/a/53955431/5039290 ```ts type IsUnion = [T] extends [UnionToIntersection] ? false : true; ``` **Use case** Create a specific type that guarantees only unions from a generic type...

enhancement
type addition

@silesky Please review the package.json with extra caution to make sure things are as they should be