-
It's pretty well known that assigning new comms/language keys is fucked at the moment because practically every single key is already assigned, so we could probably do with culling those that don't ma…
-
EpubCheck v4.0.2 (installed via Homebrew on Mac) chokes with `xml:lang` attributes that have no value assigned, such as:
```
blahblah
```
by saying:
> Error while parsing file 'value of at…
-
We need to decide whether we go for an international list of names or we go for a regional one. I found names of fictional people in two chapters:
Chapter: Introduction
Emily
Moshe
Sam…
-
After including the change https://github.com/google/shaka-player/pull/2938 for the parsing of forced subtitles, now the management part remains.
I open this issue to agree how it should work.
L…
-
I have a few projects that use Kokkos' CUDA backend and I'm considering using some optimization library for my projects to solve nonlinear equation and to do optimization for some machine learning t…
-
```
dict_keys(['P931', 'P4552', 'P140', 'P1923', 'P150', 'P6', 'P27', 'P449', 'P1435', 'P175', 'P1344', 'P39', 'P527', 'P740', 'P706', 'P84', 'P495', 'P123', 'P57', 'P22', 'P178', 'P241', 'P403', …
-
Please correct me if I am wrong, but I am having a really hard time in finding a good real-world reason for which ChildContainers need to be Disposed() otherwise they surely create memory leaks.
S…
-
The style guide [11.1](http://airbnb.io/javascript/#iterators--nope) says that you shouldn't use `for-of` and instead should use `forEach` (which I completely agree with).
That said, the ESLint rule …
-
```
var foo = {n: 1};
var bar = foo;
foo.x = foo = {n: 2}
foo.x // undefined
foo // {n: 2}
bar // {n: 1, x: {n: 2}}
```
foo.x == undefined, but bar.x == foo
-
# We need a code name!
The next Eth2 major upgrade (a.k.a hard fork) was tentatively named "*HF1*" in [the current spec](https://github.com/ethereum/eth2.0-specs/blob/0fd0db1ffc219e8686497874d975e1…