-
This dojo has a session with mentor tickets. There are 2 allocated but three have managed to sign up.
Blurred out details of names.
![screen shot 2015-11-05 at 09 45 37](https://cloud.githubusercon…
-
For what purpose `getTxMerkle` require transaction hash as first argument? Transaction hash available in proof obj.
-
Tried adding this line to `.vimrc`
```
let g:syntastic_javascript_checkers = ['semistandard']
```
But it doesn't report errors on saving a .js file in Vim. Am I missing something here?
P.S. `semista…
-
Using semistandard today all of a sudden results in "Definition for rule 'react/jsx-no-duplicate-props' was not found" errors.
kesla updated
9 years ago
-
It would be nice to include a simple test in `test/index.js` instead of being blank.
Maybe as simple as:
```
var test = require('tape')
test('Example Test', function (t) {
t.plan(1)
t.error('No…
-
When using standard:
```
$ standard foo.js
standard: Use JavaScript Standard Style (https://github.com/feross/standard)
/home/usernme/foo.js:1:33: Extra semicolon.
```
This is the code that gener…
-
Was using semistandard. Support for 0.10 disappeared. Need something new.
-
I added this to the package.json file in the root of my node.js app:
```
"semistandard": {
"global": [ "__base" ]
}
```
and in hundreds of files in the project, I have this:
```
var util = …
-
The node API has a different outcome from the CLI.
For instance, take this piece of code as proof of this strange behaviour:
``` js
function test () {
try{
} catch(e) {
return 1;
}
}
```
…
-
**Issue by [cvan](https://github.com/cvan)**
_Monday Sep 21, 2015 at 19:50 GMT_
_Originally opened as https://github.com/aframevr/aframe-core/issues/170_
---
From @nickdesaulniers in https://github…