Austin A.

Results 3 issues of Austin A.

Since ESlint has the helpful [`prefer-exponentiation-operator`](https://eslint.org/docs/rules/prefer-exponentiation-operator) rule it would be nice if `Math.pow` was removed from the `no-restricted-properties` definitions in [`rules/best-practices.js`](https://github.com/airbnb/javascript/blob/dc3af3a90ebf56a5e9df2d4c7b40d6518200bb87/packages/eslint-config-airbnb-base/rules/best-practices.js#L260) in favor of the `prefer-exponentiation-operator` rule. This has the...

I have found a bug regarding the release of particles. It is most noticeable the first time you enter a region. Specifically look at the high volume connections. It causes...

I'm chasing a bit of logic to allow me to close the details panel in vizceral-example and yet keep the selected node highlighted without the detail panel popping back out...

enhancement