-
I have ubuntu 14 with 2 gb of RAM but with 32 bit architecture, i have:
sudo nano /home/notroot/speech-to-text-nodejs/server.js
var port = process.env.VCAP_APP_PORT || 3000;
to
var port = process.en…
-
Hi,
the following javascript code
``` javascript
import React from 'react';
export default React.createClass({
render: function () {
return React.createElement('h1', null, 'Hello world');
}
…
-
So _npm link_ behaves in (what I think is) an unexpected way when you multiple levels of packages that depend on the same _peerDependency_.
Look at the dependency chain below. I have a Knockout app,…
-
Basically use a different `exp-parser` that uses Esprima. Since size doesn't matter that much in CSP-enforcing environments, the extra code is an acceptable tradeoff.
-
1. Why do we need to monkeypatch estraverse? Can we not use [babel's traversal mechanism](https://github.com/babel/babel/blob/master/src/babel/traversal/index.js) which includes the es6 types?
2. Inst…
-
We've tried to be consistent about documenting the React core using markdown style comments, and JSDoc style annotations, so it would be easy to create a utility that auto-generates documentation page…
-
```
This is about http://www.esprima.org/demo/parse.html.
While displaying the syntax tree using object literal (JSON) is functional,
it's not really pretty. An alternative, more visual way is to us…
-
For the past few updates (maybe about 2 months now) I have not been able to update Atom Beautify. Finally, I thought I would try to uninstall it and re-install it. I can't install it either. It threw …
-
If I try the dockerhub available version, it runs fine, but it seems something is broken with the npm install. I have the same issue if I try to do install it out of docker, first I thought it was my …
-
```
This is about http://www.esprima.org/demo/parse.html.
While displaying the syntax tree using object literal (JSON) is functional,
it's not really pretty. An alternative, more visual way is to us…