James Yang

Results 73 issues of James Yang

I found there's no way to break on `delete obj['prop']` ? Is that true?

There's some need for `grouped` undo/redo actions, like serial user input, a module that will generate several **redo**, and then want to **undo** for the whole module action, etc. Please...

I'm using Emacs and want to choose an engine to help JS dev. But see `esrefactor` haven't updated since 2013. Is the project will be continued with ES2015 & ES2016...

like below: ``` { "indexFiles": "index.html,index.htm,index.php" } ``` also, if all index files fail, should show a 404 page?

I found it's better to compare `mtime` for stat and lastStat in `_enqueue`, if it's same, then skip.

How to make Async-Server to response below HTTP headers: ``` OPTIONS http://localhost:3048/Token HTTP/1.1 Host: localhost:3048 Connection: keep-alive Access-Control-Request-Method: POST Access-Control-Request-Headers: accept, authorization, content-type Accept: */* Origin: http://localhost:2757 Referer: http://localhost:2757/Auth/login ......

![image](https://user-images.githubusercontent.com/159167/55299097-eca14c00-5463-11e9-86a7-72ec7f385ca0.png) The error objects returned by `getLastErrors()` missing **keyword**, in above the keyword is `required`. Sample code is below: ```js var validator = new ZSchema(); var valid = validator.validate({abc: 123},...

When zoom in/out, the presentation state should also changed, so below demo code should supposed to work: ```js // zoom in Reveal.zoom( {x: 10, y: 10, scale: 2} ); //...

Is it possible to add support for input from terminal stdin like below? ```sh cargo script

I like your preset, but only one thing: `C-x o` is bound to `other-window`, but now it's bound to `find-file-in-project`, so I cannot run `other-window` again. Can you improve this?...