Mark van Straten

Results 9 issues of Mark van Straten

Currently the `switchMap` is not visualised as awesome as the rest ![screen shot 2017-05-11 at 16 07 07](https://cloud.githubusercontent.com/assets/570645/25953524/f147b76e-3663-11e7-958c-dcf3460c5d10.png)

Using `timestamp()` overlays multiple events on top of each other. Removing the `timestamp()` operator makes them be spaced out over the graph again. ![screen shot 2017-05-16 at 11 19 48](https://cloud.githubusercontent.com/assets/570645/26098986/b5fc117c-3a29-11e7-8658-fa8c2e18cbdf.png)...

When you open the hamburge menu (containing your recent files) you can not close it with the keypress `esc`. Tested with version 0.9.0

Fixes #73 TODOS - [x] document schema - [x] manually verify JSON schema (https://www.jsonschemavalidator.net/)[https://www.jsonschemavalidator.net/] - [x] Verify that unit tests still run - I didn't see an easy way to...

When running sls deploy I see the following warning: ``` ❯ sls deploy --region eu-west-1 --stage tst --aws-profile my-app --verbose Running "serverless" from node_modules Warning: Invalid configuration encountered at 'functions.splunkApplicationLogging':...

Your package seems well formed and contains a lot of documentation :+1: But; could you add a section to the README.md of your package explaining what the benefits are of...

enhancement
help wanted

If you like i can provide a PR with the definitions i came up with (by reverse engineering the JS code :fish:)

Given: ``` nconf.env().file('env', 'my-custom-file.json'); ``` The result is that the environment vars are iterated but ignored because the file loaded uses a magic `env` filename which seems to overrides the...

❯ git clone [email protected]:nrwl/example-nx-fullstack.git ❯ cd example-nx-fullstack ❯ nvm current v10.17.0 ❯ npm i expected result: all packages installed actual result: error: ``` npm ERR! code E404 npm ERR! 404...