-
Upgrading from 1.20 to 1.30 breaks on older browsers (IE10), because it doesn't support Map and Set, even though it's never used in the app.
I think the checks `instanceof Set` and `instanceof Map`…
-
`Error: APIError: SessionExpired: {"error":{"code":"404","message":"query id 5f097022-84d3-4aff-8d28-36178cf7adf0 not found on pwNrDzROF3SN9EruqMT5t3"}}`
the total count of rows of the data I'm i…
-
Currently some libui bindings must be able to accept a `uiControl *` and do something similar to this:
```
if(parent) {
if(parent->TypeSignature == 0x57696E64) {
//uiWindowSetChild(uiWindow(paren…
-
When I upgrade from jison@0.4.16 to jison@0.4.17 and pass an
unrecognized token to the generated parser, I get back an object which
is not an Error. 0.4.16 had:
```
_parseError.prototype = new Er…
-
how can fix the error
Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in C:\AppServ\www\mrbs\Mail\mimePart.php on line…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
Hi,
Sometimes the failure message message does not express the issue clearly. For example, comparing `{"id":"1"}` against `{"id":"1 "}` or `{"id": 1}` yields
```
java.lang.AssertionError: id
Expect…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
```
Please see the unit test below, the last assertion should not fail.
These versions are defined in Gradle:
testCompile 'org.mockito:mockito-core:1.9.5'
testCompile 'org.powermock:powermock-module…
-
The rule "The variable value is not assigned" (JAVA) can report false positives.
For example :
```
private void test() {
Object value = getValue ();
if (value instanceof String st…