Igor Suvorov
Igor Suvorov
```js Stochator.fromDistribution.normal({ mean: 75, stdev: 14, min: 0, max: 100 }) ``` result is string 'NaN[object Object]' version: 0.6.2
Hi Can you add to readme docs, this comments about props? https://github.com/mzabriskie/react-disqus-thread/blob/master/lib/components/DisqusThread.js#L29
**Example:** test.js ```js // TODO: something module.exports = { env: { browser: false, node: true, }, extends: ['airbnb-base', 'prettier'], plugins: ['simple-import-sort', 'prettier'], ignorePatterns: [ '**/node_modules/**', '**/__*/**', '**/lib/**', '**/dist/**', '**/build/**', '**/coverage/**',...
Hello everyone, thank you for such a useful package! Have you thought about separating the CLI API (handleOptions) of the JS API (run function content)? And makes package.json exports. I'll...
How can I use the picker with TextInput ?
``` A problem occurred configuring project ':RNGcmAndroid'. > Could not resolve all dependencies for configuration ':RNGcmAndroid:_debugCompile'. > Could not find com.google.android.gms:play-services-measurement:8.1.0. Searched in the following locations: file:/home/isuvorov/.m2/repository/com/google/android/gms/play-services-measurement/8.1.0/play-services-measurement-8.1.0.pom file:/home/isuvorov/.m2/repository/com/google/android/gms/play-services-measurement/8.1.0/play-services-measurement-8.1.0.jar https://jcenter.bintray.com/com/google/android/gms/play-services-measurement/8.1.0/play-services-measurement-8.1.0.pom https://jcenter.bintray.com/com/google/android/gms/play-services-measurement/8.1.0/play-services-measurement-8.1.0.jar...
@Yukioru - Cover - Gallery
Extra blank lines appear when using the `--silent` option. I propose add a check if (isSilentMode) in the appropriate parts of the code to fix this issue. ```ts function createHumanReporter(process,...