brad oyler

Results 14 issues of brad oyler

One annoyance I have is that when saving json files it removes the newline ending. Would it be ok to turn off the removal of newline on save?

enhancement

2 options: - add an input box for coinhive sitekey - allows users to input wallet address, and then...??

a real-time dashboard to see everyone else mining - users will need to opt-in to show username & location - maybe show a world map?

need a way for users to register a username, so they can then request a payout. docs: https://coinhive.com/documentation/http-api

Function apps have this config for sampling applicationInsights. ``` "applicationInsights": { "samplingSettings": { "isEnabled": true, "maxTelemetryItemsPerSecond": 5, "evaluationInterval": "01:00:00", "initialSamplingPercentage": 10.0, "samplingPercentageIncreaseTimeout": "00:00:01", "samplingPercentageDecreaseTimeout": "00:00:01", "minSamplingPercentage": 0.1, "maxSamplingPercentage": 20.0, "movingAverageRatio":...

Do you know what's needed to add support for recording video? Have you tried it already?

similar to monitors, being able to CRUD synthetics would be useful

Provide a way for users to choose which topics they care about. Possibly by using the [SwitchIOS UI component](https://facebook.github.io/react-native/docs/switchios.html) Eventually, this will effect the videos that are displayed on "Top...

enhancement

Thought it might be a common use-case to use this module via its "API". Like so: ``` js var myConfig = require('./config.json'); myConfig.mongodb.password = process.env.MONGODB_PASSWORD; myConfig.s3.secret = process.env.S3_SECRET; var mongoBackup...

the default is true, avoid using unless you need to override the default, like `futureEventsOnly: true` will fix soon.