Fangdun Tsai

Results 232 comments of Fangdun Tsai

I'm very interested and welcome PR!

Should install ``` "stylus": "^0.54.5", "stylus-loader": "^2.4.0" ``` See https://github.com/vuejs/vue-hackernews-2.0/blob/master/build/webpack.client.config.js#L37-L42.

Sorry, vue-handsontable is refactoring. It's breaking change. We will throw away the dependence on Handsontable.

Add `thiserror` to Cargo.toml, It can fix that for me.

Lookup orders 0. static 1. named parameter if `static` not found 2. catch-all parameter if `named parameter` not found Example: https://github.com/trek-rs/path-tree/blob/master/src/lib.rs#L140-L176 Tests: https://github.com/trek-rs/path-tree/blob/master/tests/basic.rs

https://github.com/search?q=repo%3Aemilk%2Fegui%20Into%3CPos2%3E&type=code Before I was trying to modify the windows position, `default_pos` and `current_pos` accept the `Into` parameter, which would be more convenient if `Vec2` implemented From trait.

Ok, we can add it if needed in the future. :)

I'm done updating and ready to review.