Brenton Simpson
Brenton Simpson
Take the `pointersStream` (#64) and return a stream of changes in the angle between two pointers. Calculating the angle between two points should be basic trig. Then, you're just diffing...
Take the `pointersStream` (#64) and transform it into a stream of scaling coefficients representing the ratio of the current distance-between-pointers from the starting distance-between-pointers. This is probably just using the...
Should take the time to design and plan proper educational materials for material-motion. Deliberately separating this out into its own issue to unblock #31.
Please add a comment explaining why `someObject` is needed for POP to do its thing.
See https://github.com/SublimeTextIssues/Core/issues/2246#event-1548284252 Possibly a dupe of #183.
According to https://github.com/Microsoft/TypeScript/issues/4864, the simple `transpileModule` function in the TypeScript compiler only reports syntax errors (which is what babylon gives you anyway). For real errors, we'd need something more sophisticated,...
## Context ## If you don't read the content but just look at the structure of the Informed Consent page, it looks like a EULA. There is important content in...
[`package.json`'s `private` field](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#private) can be used to denote packages that should not be published. It would be handy to use this field with gitpkg. For instance, given: ``` packages -...
Hundreds of people are using gitpkg, and the code is very seldomly changed. I think you can safely drop the `beta` and publish 1.0.0.
Remixer has very strong opinions about how it's hosted: It must be served from a folder called `node_modules`, with its dependencies (e.g. `./node_modules/react-dom/dist/react-dom.min.js`) as peers. It is also written as...