-
Some of this isn't well specced yet:
https://github.com/slightlyoff/ServiceWorker/issues/144
https://github.com/slightlyoff/ServiceWorker/issues/143
…but I'd like to try and get the "wait for all wi…
-
```
struct NVGcolor {
union {
float rgba[4];
struct {
float r,g,b,a;
};
};
};
```
The internal anonymous struct is inaccessible in strict C99 (see this sta…
PyryM updated
9 years ago
-
```
Users sometimes complain that asan's operator new is not fully
standard-compliant
when it comes to handling out of memory situation.
In particular:
- new-nothrow does not return 0 by default…
-
```
Users sometimes complain that asan's operator new is not fully
standard-compliant
when it comes to handling out of memory situation.
In particular:
- new-nothrow does not return 0 by default…
-
```
The generated assemblies are not marked using the CLSCompliantAttribute. As a
result, other assemblies using the google apis cannot be maked with the
CLSCompliantAttribute.
```
Original issue r…
-
```
The generated assemblies are not marked using the CLSCompliantAttribute. As a
result, other assemblies using the google apis cannot be maked with the
CLSCompliantAttribute.
```
Original issue r…
-
```
Users sometimes complain that asan's operator new is not fully
standard-compliant
when it comes to handling out of memory situation.
In particular:
- new-nothrow does not return 0 by default…
-
Some of them are not even compliant with the stated standard of:
``` python
from __future__ import print_function, division
```
Since these are used for training and education I feel that it is impo…
-
```
Below is a list of 11 tests which were valid for ES3 but should fail in an ES5
compliant engine. Especially the first 5 issues hurt FF4; these tests pass in
most other engines.
- 15.1.1.1_A2_T1…
-
Currently, the pull request #112 is a hack which addresses #106. However, this does not comply with the Swagger/Redoc standard of general descriptions in the `swagger.yaml`