Jochen Ulrich
Jochen Ulrich
Is it possible to simulate the absence of a module with rewiremock? Meaning: make the `require()` call throw a `MODULE_NOT_FOUND` exception? [proxyquire supports this](https://github.com/thlorenz/proxyquire#using-proxyquire-to-simulate-the-absence-of-modules) by simply setting the dependency to...
If I try to format code which has not been saved to a file on disk yet, I get the message ``` There is no formatter for 'cpp' files installed....
I already noted this in a few other issues, but here as an official announcement: The project is abandoned. This means there is no active development and testing anymore. Chances...
This issue is similar to #6: Sometimes, when simulating a key sequence with delay in a non-input element in IE (>= 11?), spaces in the sequence delete the contents of...
All of a sudden, the WebKit browsers (tested with Chrome) have problems with the cursor position when simulating a key-sequence on an input within in a child iframe. E.g.: simulating...
Either the README and/or the GitHub project description should contain a link to the "official documentation". Because it is not clear whether this is https://app.assembla.com/spaces/hippomocks or http://www.hippomocks.com or both.
The `build-mac.sh` script has some assumptions about where and how Qt is installed. This PR removes those assumptions in favor of letting the user hand over the Qt installation path...
The debugger does not stop at breakpoints when the relative path of the script being debugged contains spaces. Stepping works but not breakpoints. With "relative path" I mean the path...
We ran into the same issue as reported in https://github.com/surveyjs/survey-pdf/issues/295 but with the bootstrap slider instead of the nouislider: It also fails with the error message ``` TypeError: Cannot read...
- Replaces deprecated org.apache.cordova.Plugin API with org.apache.cordova.CordovaPlugin - Adjusts default value for the number of voices to 1 instead of 0 - This also seems to fix problems I had...