Lugick

Results 14 issues of Lugick

After install **expo-av** and **@react-native-community/slider**, and I have to install **@expo/vector-icons** and **expo-modules-core** and **expo-font**, but it still showing missing **expo-asset**. How can I install the dependencies one time?

bug

such as `flex:1` or ``` js style={{ left:0, right:0, top:0, bottom:0 }} ``` If I set with {{width =100, height:200}}, the view is not centered

I have followed #98 , and config ``` xml ``` then use ``` dart final status = await Permission.manageExternalStorage.request(); var file = await getAssetByName("close.png"); var r = await OpenFile.open(file.path,type:"image/png"); ```...

**Describe the bug** I have a manager which extends the GetxController. The manager has a timer and start counting down when push to a new page. I have 3 pages...

npm ERR! code 1 npm ERR! path Downloads/Mobile-app-landingpage-template-master/node_modules/node-sass npm ERR! command failed npm ERR! command sh -c node scripts/build.js npm ERR! Building: /usr/local/Cellar/node/21.4.0/bin/node Downloads/Mobile-app-landingpage-template-master/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=...

The result of DeepLabV3 is not quite well in distant image.

Hi, I'm a newbie with ML. I wanna use this on image segmentation. I have tried DeeplabV3(https://developer.apple.com/machine-learning/models/) but the result is not very well. Could u plz tell me the...

``` dart List offsetList = Barcode.corners; @override void paint(Canvas canvas, Size size) { Offset topLeft = offsetList[0]; Offset topRight = offsetList[1]; Offset bottomRight = offsetList[2]; Offset bottomLeft = offsetList[3]; Paint...

I have a complicated viewController, and I use this in function like this: ```` objective-c FBRetainCycleDetector *detector = [FBRetainCycleDetector new]; [detector addCandidate:self]; NSSet *retainCycles = [detector findRetainCycles]; NSLog(@"%@", retainCycles); [self...