Abdulhamid Abuzanunah
Abdulhamid Abuzanunah
@moeiscool @tcking Thanks for pointing that out. What if I want to use GPlayer on android and VLC player on ios. In this case I need to install both dependencies,...
A quick fix could be found [here](https://github.com/flutter/flutter/issues/21474#issuecomment-535188820)
@syjer I guess this issue is related to #578 . Even the fix code suggested in #578 doesn't always work. If the table has very big number of columns, the...
I wrote a code that loops through all document nodes and checks the max-width between all of them. And apply the scale later on the `body` tag. private float getMaxWidth(Document...
You're not missing anything. I thing the issue is in the ng implementation. In `ngx-tui-calendar.component.d.ts` file, the implementation of all the `get{Something}` methods return `void` instead of returning the expected...
You can also set the version directly for mmcv ``` !mim install "mmcv==2.0.0rc4" ```