chr4ss12

Results 19 comments of chr4ss12

face-detection-0200, you can use omz_downloader --print_all to see all the models, I got it working with -0200 one

the solution is this: https://github.com/TheWidlarzGroup/react-native-video/pull/3688/files you need the following to FFFastImageView.m using patch-package: ``` - (void)setOnClick:(id)sender { // Implementation can be left empty as in the Swift version } ```

I can see python3.9 in your path, that's not suppported, 3.6, 3.7 or 3.8. https://github.com/nccgroup/ScoutSuite/wiki/Setup Ive only had luck with 3.7 on mac os, had to do this too https://github.com/nccgroup/ScoutSuite/issues/743

same issue here, all my urls look like this. I think it does not work when you host your blog as https://www.mydomain.com/subdirectory/wp-content

here is my setup explained: I have domain lets call it example.com, this domain purely runs NextJS and all of it is behind CloudFlare, that's my main website and contains...

> If you cannot migrate from folders to groups, just change the project file version to Xcode 16 > > this did work i could do pod install later, however...

I tried IOS, not tried Android yet.

yes still broken, the problem is newer versions of kotlin can not be used except 2.0.21. //edit, this works: kotlinVersion = "2.2.0" kspVersion = "2.2.0"

@ngocdinhalobridge just to clarify, as long as you target API level 35 (which I do), this fix will continue to work for Android 16 devices too. The problem will probably...