Yifen Wu

Results 6 comments of Yifen Wu

Have you tried add `layout_flexShrink="0"` to your flex item? I learned this from the library unit test code: https://github.com/google/flexbox-layout/pull/424/files#diff-dfc1316fbcda7918a7dfadcea4a274a8R3982

https://code.google.com/p/android/issues/detail?id=226353&can=1&q=reportedby%3DDeveloper%20-has%3Atriaged%20-has%3Apriority%20component%3DSupport-Libraries%20-has%3Ablocked&colspec=ID%20Status%20Priority%20Owner%20Summary%20Stars%20Reporter%20Opened&start=1400 好像某种情况下,升级 support library 到 25 也会触发这个 crash。 我自己遇到的情况是,只有在 GridLayoutManager 的时候会发生。LinearLayoutManager 一切正常。

@Douglas1997 会考虑吧,感觉也是有办法做的。只是现在没时间做了。 欢迎提 PR

Same here. Documents and examples about migration is needed. Current version is v1.0.9 and it's real hard to do the upgrade.

The same issue here. I am using Fedora 21 and the node is manually installed inside my machine. I have update everything in my machine. The `which node` return `usr/bin/node`...

Wait.... amazing.. I just simply reinstall the plugin and try to set the path in file **HTMLPrettify.sublime-settings** like this: ``` "node_path": { "windows": "C:/Program Files/nodejs/node.exe", "linux": "/usr/bin/node", "osx": "/usr/local/bin/node" },...