JPZV

Results 20 comments of JPZV

I have exactly the same issue as @MikeSchulze (Cloned SSH rep from GitLab and then added manually in GitHub Desktop). Changing the OpenSSH option doesn't works as it stays in...

I tried closing and opening GitHub many times, rebooting, and nothing. On Windows it fails when using SSH instead of HTTPS. But in Ubuntu it works perfectly with the exact...

@moljac I'm having the exactly same problem (PERMISSION_DENIED: Missing or insufficient permissions) using security rules in Firebase/Firestore. Which package I have to update to preview9? I tried updating Xamarin.Firebase.Auth to...

Thanks!!! I'm glad that you liked the Pull Request. I resolved both changes, but now I've found a new big issue, and it's that Google doesn't like private IPs neither...

Sorry for the delay! I have a crazy week right now! Yeah! It's a total mess. Thinking about it, this will help to a handful of people actually, specially those...

I'm having the same issue. Same logs and message from the HomeAssistant portal, and from the phone (Android) it says "Failed to perform SSL handshake, please ensure your certificate is...

Can confirm. Changing from _Fullscreen_ to _Fullscreen (Exclusive)_ (AKA Windowed borderless) fixed this issue. No parsec or any other third-party software needed. This doesn't happens on vainilla GTA V, so...

Can confirm. It seems to fully compile, but when it has to strip then it fails. The path `/Users/{mac_user}/Library/Caches/Xamarin/mtbs/builds/{app_name}/{build_id}/obj/Release/net9.0-ios/ios-arm64/` does exists but the file `mtouch-symbols.list` isn't. Doing `true` fixes the...

I cannot generate the MSBuild as the publish never ends. I left it compile the entire night (at the time of writting this it stills on "`{app name} net9.0-ios _CopyLocalBindingResources...

@bhuwancb99 try the @ElliottBrand workaround: Go to your project file (the .csproj), locate the PropertyGroup for the iOS|Release config (look at the conditions) and add ```xml true ``` Inside it....