Marcin Badurowicz
Marcin Badurowicz
It looks like it's some problem with minification/shrinking/ProGuard. Solved it with: ``` minifyEnabled false useProguard false shrinkResources false ``` added to release build type in `android/app/build.gradle`.
In my mind most (or all, or configurable number of) checks must be met to PR be marked as spam, so legitimate correcting of typos shouldn't trigger anything.
I'd like to take this one :)
The documentation (https://platform.uno/docs/articles/features/windows-applicationmodel-calls.html) says it should work on Windows, but in my case it was crashing (ShowPhoneCallSettingsUI) or simply not working (ShowPhoneCallUI) on Windows 11 on two computers. I decided...
I've added conditional hiding of unsupported features on a given platform my setting properties of ViewModel in C# via compiler directives, I hope it is OK.
The same problem is for [laion-ai/erlich](https://replicate.com/laion-ai/erlich) (which I tried initially, because I was the most interested in it). ``` ktos@DESKTOP-KFNTTB2:/mnt/c/Users/admin$ cog predict r8.im/laion-ai/erlich@sha256:a51ce279c0131991c5a143a9c6a3ec6de146e765d9311cff7435b1db1190faaa -i prompt=test Starting Docker image r8.im/laion-ai/erlich@sha256:a51ce279c0131991c5a143a9c6a3ec6de146e765d9311cff7435b1db1190faaa and...
@afiaka87 It has taken me a few days, but I checked it out, and everything is working now. Thank you!
I am just to comment I have the same problem, but with Windows on ARM where it seems that `@esbuild/win32-arm64` is needed, so if you will be fixing that, please...