-
```
At ShowProcessor.php:143,
$resultList[] = array('expr_type' => expr_type, 'name' => $token,
should be:
$resultList[] = array('expr_type' => $expr_type, 'name' => $token,
You can fi…
-
```
At ShowProcessor.php:143,
$resultList[] = array('expr_type' => expr_type, 'name' => $token,
should be:
$resultList[] = array('expr_type' => $expr_type, 'name' => $token,
You can fi…
-
```
At ShowProcessor.php:143,
$resultList[] = array('expr_type' => expr_type, 'name' => $token,
should be:
$resultList[] = array('expr_type' => $expr_type, 'name' => $token,
You can fi…
-
It all started with [this conversation](https://twitter.com/luisrudge/status/601570367048654848).
As I said, I'm pretty much a newbie and I don't even know what node-gyp does, but what I **DO** know…
-
Consider this example:
``` js
function* fnA() {
while(true) {
let {payload} = yield take('a')
yield fork(someAction, payload)
}
}
function* fnB() {
yield put({type: 'a', payload: 1})
…
-
Fitvid is inserting improper padding =\
A value of `padding-top: 50%;` is added to each fitvid'd video, no matter the vendor, resulting in black canvas in the video player.
**YouTube** (proper ratio…
-
```
At ShowProcessor.php:143,
$resultList[] = array('expr_type' => expr_type, 'name' => $token,
should be:
$resultList[] = array('expr_type' => $expr_type, 'name' => $token,
You can fi…
-
```
At ShowProcessor.php:143,
$resultList[] = array('expr_type' => expr_type, 'name' => $token,
should be:
$resultList[] = array('expr_type' => $expr_type, 'name' => $token,
You can fi…
-
```
At ShowProcessor.php:143,
$resultList[] = array('expr_type' => expr_type, 'name' => $token,
should be:
$resultList[] = array('expr_type' => $expr_type, 'name' => $token,
You can fi…
-
We had a talk on the IRC today regarding the recent pull request #14741. It appears it has unintentionally nerfed krav maga by quite a lot.
Krav Maga relies on crits to stun creatures, as well as da…
tivec updated
8 years ago