Maximilian Antoni
Maximilian Antoni
Currently the stderr output and any exception thrown in the `eslint_d` daemon are lost. It would be great to collect `process.stderr` and catch global errors and report them back to...
I'd like to propose a way how we can make sinon more modular and allow to compose a version that only has the `fake` API and no `spy`, `stub`, `mock`...
Hi there 👋 I'm using Choo for a large app and I'm currently exploring how I can put custom elements to use. I have some nicely working hacks that I've...
`mochify --watch` should behave the same way as `mocha --watch`.
This is a suggestion how we could combine per module `README` files with a "All-in-one" documentation page. The proposal uses `eleventy` to generate a static website using the `README` files...
Now that we have a monorepo with npm workspaces, it's not so easy to create releases anymore. For publishing the options are: 1. Release everything at once, update all module...
Once we have a stable version of the rewrite published on npm, we envision the following process: 1. Rename `master` to `legacy`. 2. Rename `rewrite` to `main` and make it...
Integration tests for WebDriver could launch a local Selenium server and run some tests against it, like the `cli` integration tests. We could also think about running tests against SauceLabs.
Demo
Can you add all the labels to this issue to show what they look like with the configured colors?
#### Purpose (TL;DR) - mandatory I'm working on a rewrite of mochify which aims to solve #380, is more modular and works with any bundler. #### Background (Problem in detail)...