-
# Current versions of SC and Definitions
- [AA SC for viewing](https://rawgit.com/w3c/wcag21/target-size_ISSUE-60/guidelines/sc/21/target-size.html) | [AA SC for editing](https://github.com/w3c/wcag2…
-
I think master has an error for HLSL around the indirection order into matrices. Several web sources such as [this one](https://anteru.net/) say, when considering a single matrix indirection m[0], _"…
ghost updated
8 years ago
-
We've decided to switch to C++/CLI.
ghost updated
7 years ago
-
In preparation for the next community sprint, we'll be overhauling the middleware services to utilize PHP. While we're at it, we're reconsidering the API design in general, and are attempting to move…
-
Inspired by an [article](http://blog.stephencleary.com/2013/01/async-oop-2-constructors.html) on async initialization:
> It would be useful to be able to use `await` in a constructor, but this would …
-
This code segfaults:
``` python
import numpy as np
import pandas as pd
df = pd.DataFrame(np.random.randn(3, 3), index='A B C'.split())
pd.DataFrame(np.empty_like(df.index))
```
## INSTALLED VERSIONS
…
-
So I spent ages getting a custom login provider to work. I have a class BYOIProvider extending AWSAbstractCognitoIdentityProvider based on some AWS sample. This was all working fine. However, upgradin…
-
I have started updating the riot documentation for the upcoming 3.0.0 release but I realized that the project description _A React-like, user interface library_ (used many times in our doc) is not rea…
-
One of my goals of working in OpenTracing is to do more with the same amount of work. For example, when issues are solved in OpenTracing, and adopted by existing tracers, there's a chance for less Zip…
-
There are many scenarios where you'd like to group a set of typed values temporarily, without the grouping itself warranting a "concept" or type name of its own.
Other languages use variations over t…