Ole Ersoy
Ole Ersoy
Would be great to have support for Infinity in the cdf. So: ``` console.log(normal.inv(1)); // Infinity console.log(normal.cdf(Infinity)); // 1 ``` I think: ``` NormalDistribution.prototype.cdf = function (x) { if (x==Infinity)...
Wondering if anyone can help me understand why [resolveColor](https://github.com/crisbeto/angular-svg-round-progressbar/blob/master/src/round-progress.service.ts) resolves a color against the `base` tag: ``` js this._base = document && document.head.querySelector('base'); ```
[x ] feature request I noticed in [this article that AWS Amplify](https://hackernoon.com/aws-amplify-7-new-things-for-serverless-63ecad310d9f) seems to be getting its own component library. Thought it would be really cool if it was also...
Hi, Thanks for this great tool. I'm running it on one of my typescript projects and it looks like it misses cases where: index.ts imports componentsA.ts; componentA.ts imports other components...
Just curious whether SAM will support cognito offline testing? Pasting in some links to the same feature request in various other forums: - https://github.com/localstack/localstack/issues/26 - https://stackoverflow.com/questions/41633800/use-cognito-locally-offline - https://stackoverflow.com/questions/51719765/invoke-lambda-function-without-authorization-on-local-serverless-offline-environ
Cross referencing: https://github.com/suitcss/base/issues/22
I added a new comment to this past issue: https://github.com/postcss/postcss-custom-properties/issues/118
https://medium.com/@ole.ersoy/filtering-unused-css-selectors-with-postcss-3504002b7c82 In case you wanted to include it with the documentation.
For example the start of the Events documentation has code highlighted `this.$` however it is not linked to the corresponding concept. Question referencing it on SO here: http://stackoverflow.com/questions/39432359/polymer-this-collection