Graham McGregor
Graham McGregor
I'm attempting to update [react-transition-group](https://github.com/reactjs/react-transition-group) to react 16 but there's several tests failing with errors from within this library with "TypeError: _utils.getInstanceFromNode is not a function" ``` FAIL test/CSSTransition-test.js ●...
I want to apply this filter to a subfolder (like `/static/`), and exclude certain file types (like `.html`). Tomcat has very limited url pattern matching available which doesn't let me...
Performance is really poor when dealing with a large tree.
When MathJax is used inline in a paragraph it does not get rendered correctly. You can see an example of this here http://neuralnetworksanddeeplearning.com/chap1.html
When running cspell from the command line it's difficult to catch invalid configuration changes. Currently if the `cspell.json` config file is invalid, the CLI will silently fall back to the...
Maybe I'm missing something I can't find anything in the docs to do this. If I run ```sh cspell '**/*' ``` it checks all files (which I expected) and doesn't...
If we're using more than 1 executor per agent and the scheduling strategy spreads builds across the existing agents, we could end up scaling up many more agents than we...
Since the spec is now officially known as the OpenAPI Specification, I would suggest renaming this project to `openapi-combine` or something similar. However, it would be good to keep "swagger"...
I'm not sure how difficult this would be. But it would be nice to be able to pass a sort function that would act as a tie breaker so that...
Instead of installing anything globally, I've moved to use `npx` which comes with npm 5, which is default with node 8 Expected this to work: ```sh $ npx -p generate...