Paul Hawxby

Results 19 issues of Paul Hawxby

On Windows 8.1 Enterprise pressing ALT+SHIFT+T runs the openroot function twice causing two windows to open, it should only open one. I also checked open (CTRL+SHIFT+T), that's the same but...

### What is the purpose of this pull request? Ultimately this started as a PR to fix a bug I was seeing when mocking `os` with `jest`, it grew a...

In some cases clicking something may trigger a number of network requests, for example it triggers an AJAX load which then adds images to the DOM. It would be useful...

chromium
unconfirmed

https://github.com/facebook/jest/pull/13106#issuecomment-1208591622 This adds a test case for the issue described above and can be demonstrated with. ``` cd e2e/worker-restarting node ../../packages/jest-cli/bin/jest.js ```

cla signed

#### Describe the bug When using simple cache adapters MaxListenersExceededWarning is emitted. This has previously been investigated in #792 and #1128 but either it is a regression or did not...

bug
✭ help wanted ✭
external

[This PR](https://github.com/Behat/MinkExtension/pull/158/files) seems to add noProxy and other necessary properties to the proxy but is missing from [mink-extension v2.2](https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/ServiceContainer/Driver/Selenium2Factory.php#L118) Also looking at the [Selenium Docs](https://github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities#proxy-json-object) it appears that there is...

There doesn't appear to be a lot of activity

Fix for #273

Quickly threw this together, it should work in theory and close #500. This is my last day before vacation so any additional work to get it merged in will need...

This closes #386 and is an extension of #496. This provides new options to store data in memory, in memory and compressed or on the filesystem. Unlikely #496 this would...