Kyle Pittman
Kyle Pittman
[jupyter_install_verbose.txt](https://github.com/jupyter/atom-notebook/files/231927/jupyter_install_verbose.txt) [jupyter_install.txt](https://github.com/jupyter/atom-notebook/files/231934/jupyter_install.txt) I'm guessing that the error is because of the line below saying `Atom` instead of `Atom Beta`. I'm not sure if this is from the atom-notebook package or...
When I write describe() within another describe() in order to create nested test suites, the title from one describe() gets concatenated with the title from the other describe(), and the...
Hi! Thanks for the great work on this project. I use it every day! I have the [Dark Reader Extension](https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh?hl=en) installed on Chrome, so everywhere I go I am greeted...
When I upgrade to versions of `cypress-allure-plugin` higher than 2.28.0, my unit tests fail because `widgets/environment.json` has empty array as contents, instead of the expected contents. I am generating this...
I have my pages set up to take screenshots with a page height of 10,000 px. The generated PNG files are ~10mb. As I click back and forth between baseline...
When I try to use this plugin and test on a real Android device, I get the following error message: `Failed: unknown error: operation is unsupported on Android` The root...
Slack disabled XMPP stuff a while ago. Does this plugin work still, or did it rely on that stuff that got disabled?
`npm -i` is an invalid command entirely, it is meant to be `npm i` or `npm install`. `npm install` is much more clear, and not that hard to type.
It would be nice if I could specify a build and deploy it to a certain environment via this API. It looks like it's possible in the actual bamboo API....
Default config: ``` { "db": { "uri": "mongodb://localhost/", "name": "testmon" }, "ui": "testmon-face.js", "remote": "localhost", "port": 3000 } ``` Step 1: run `testmon serve` Step 2: navigate to localhost:3000 An...