Mohamed Eltuhamy
Mohamed Eltuhamy
``` $ npm install -g wat C:\Users\mohamed.eltuhamy\AppData\Roaming\npm\wat -> C:\Users\mohamed.eltuhamy\AppData\Roaming\npm\node_modules\wat\bin\index.js [email protected] C:\Users\mohamed.eltuhamy\AppData\Roaming\npm\node_modules\wat ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ([email protected]) ├── [email protected] ([email protected]) ├── [email protected] ([email protected]) ├── [email protected]...
This is a first stab at es6-style params. (#2182) e.g. ``` ``` would be equivalent to ``` ```
We only schedule notifications on boot, but it would be good to reschedule on wake every now and then
Get accurate time from server (don't depend on device time)
Hello, I'm wondering if support for javascript types of primitive values have been considered? For example, consider: ``` js tv4.validate("hello", {type:"string"}); // true ``` But ``` js tv4.validate(new String("hello"), {type:"string"});...