Hu Zheng

Results 13 issues of Hu Zheng

It throws `IndexError: tuple index out of range`. ``` Traceback (most recent call last): File "python.py", line 176, in """) File "python.py", line 166, in exec_python vm_value = vm.run_code(code) File...

It does not support list comprehension in Python 3.5. Other versions untested. Trying to run `"""[x for x in [1,2,3]]"""`: ``` 1 0 BUILD_LIST 0 3 LOAD_FAST 0 (.0) >>...

OS X 10.11, Python 3.4, networkx_viewer 0.2, networkx 1.10. Simply create a graph and calling ``` app = Viewer(G) app.mainloop() ``` would cause: > 2016-01-01 04:07:33.560 Python[49670:487815] -[NSApplication _setup:]: unrecognized...

If you use it the `VuePlugin`, and then use asynchronously required components with vue-router, React would complain: `Objects are not valid as a React child (found: [object Promise])`.

help wanted

When you run sequelize db:migrate, it would reject with ``` File: _current.json does not match pattern: /\.js$/ File: meta does not match pattern: /\.js$/ ``` Placing the file in another...

It imposes uniqueness on the foreign keys of the relation table, which is unreasonable. It should at most be a joint uniqueness.

Does it support less, or how can it be modified to?

question

Currently there seems no sourceMap support. The line numbers in the runtime errors are actually those in the compiled `.js` files.

enhancement

如果我要进行这方面的开发,应该从哪里入手呢?

enhancement