Yasser Elsayed
Yasser Elsayed
### Is this a bug report? No It would be great if multiple tslint files are supported. Use case: Currently I have a directory with auto-generated TS declaration files that...
I'm running visual regression tests with the following section in my wdio.config.js: ``` capabilities: [{ maxInstances: 5, browserName: 'chrome', chromeOptions: { args: headless ? ['--headless', '--disable-gpu', '--window-size=1024,800'] : [], },...
Is there a way of taking the screenshot, saving it to disk, and diffing it against the reference in an async mode? I can see the browser have to wait...
Thank you so much for your efforts on this, jazakom Allah khairan. Please consider bumping up the max font size, I know a case of someone using the app who...
I'm using wc-loader to bundle my Polymer elements, and it's working flawlessly. However, is there a way I can bundle each component's resources (html, js, and css) into one file,...
EDIT to add more details. Ideally, pydiff would be able to load the diffs in a git staging (output of `git diff`) to view them directly, this is essential for...
Need a switch to go from two text areas to one that shows in-line differences and vice-versa
If your request handler uses the `Locals` field in the response object, you won't be able to use this library with Typescript. This fixes that.