-
I'm doing research prior to adopting Coffeescript for a young startup's codebase. After intensive googling, I found no clear answers but many people asking themselves the same questions, so it may be …
-
With things like TypeScript and Flow becoming more popular, I'd really like to find a way to incorporate type annotations into ESTree in some sort of common way so we can start creating tooling around…
-
## ES6
ES6 is around the door as V8 will get upgraded in node 0.12 (assuming that 0.12 makes it some day soon :smile: ). There is also the io.js initiative which is pushing for a more aggressive adop…
-
A consumer might want to process a token as it is being produced by the tokenizer. This can be achieved by using the [delegation pattern](http://best-practice-software-engineering.ifs.tuwien.ac.at/pat…
ariya updated
9 years ago
-
I tried running `coursier fetch org.webjars.npm:webpack:1.12.14` and got
```
org.webjars.npm:indexof:0.0.1:
Not found: /home/naftoli/.ivy2/local/org.webjars.npm/indexof/0.0.1/ivys/ivy.xml
…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.4.0
**System**: Mac OS X 10.11.2
**Thrown From**: [linter](https://github.com/atom-community/linter) package, v1.11.3
### Stack Tra…
-
Hey there :-) As I pointed out to @mitchell-joblin I am trying to setup the new instance of codeface since the last virtual machine I was provided since the setup has been greatly simplified. I ran va…
-
Now that we have a Karma-based test runner for browsers (#1004), we should leverage the "browsers zoo" of Sauce Labs to ensure that Esprima unit tests pass with as many browser as possible.
ariya updated
9 years ago
-
With [Codecov.io](https://codecov.io/) integration, there can be two benefits:
- Coverage information is prominent in every pull request
- Code coverage dashboard is available for more detailed inform…
ariya updated
9 years ago
-
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…