Pavel Anpin

Results 70 comments of Pavel Anpin

@KirillOsenkov FYI I think I'm running in the same issue [here](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/361) I have added `` to fix aforementioned error, and it runs fine locally on my dev machine. However in...

Try to rename your entitlements file to something like 'Entitlements_release.plist' and then use it your project file as in '<CodesignEntitlements>Platforms/iOS/Entitlements_release.plist</CodesignEntitlements>' On Sun, Feb 25, 2024 at 6:47 PM, Miroslav Thompson...

@kristinx0211 please try this [maui-android-handler-activator-issue.zip](https://github.com/dotnet/maui/files/8867895/maui-android-handler-activator-issue.zip)

Here I'm running on another Android device. Can you share your Android screen shoot not Windows? What is your SDK version? ![Screenshot_20220609-144535](https://user-images.githubusercontent.com/6060545/172829738-1d3f154d-3e55-4077-b239-3cb659ec09ab.jpg)

> on android 12: ![image](https://user-images.githubusercontent.com/99457000/172970264-3dd39685-d616-46de-93d0-c3b7b1c500b6.png) dotnet info: ![image](https://user-images.githubusercontent.com/99457000/172970317-12c2603d-1c09-444b-8b49-e23485b30e1a.png) sorry I misread your original response, thought you said you can't reproduce it on Android

You can see original exception on Android if you configure logging as such in `csproj` use `` and in `MauiProgram.cs` use that `builder.Services.AddLogging(l => l.AddConsole());` Adjusted repro here -> [maui-android-handler-activator-issue.zip](https://github.com/dotnet/maui/files/8933113/maui-android-handler-activator-issue.zip)

`parser` ported from the [docs](https://getakka.net/articles/streams/workingwithstreamingio.html) returns different signature and works ``` let replParser = Flow.Create().TakeWhile(fun c -> c "q") .Concat(Source.Single("BYE")) .Select(fun elem -> ByteString.FromString($"{elem}\n")); let repl = Flow.Create() .Via(Framing.Delimiter( ByteString.FromString("\n"),...

Thank you @Shmew for the solution! I've found that order of targets in the project file matters, meaning [1] fails to resolve proper package, but [2] works as expected [1]...

Personally I'm finding giraffe more enjoyable than bare asp.net core with c# and I want to see it thrive. I would love to participate in further maintenance/development of this project,...

hi! has anyone had any success with pulsar? For me veda only loads audio shaders, but for the rest the background never changes. There are some deprecation warnings too. ![image](https://user-images.githubusercontent.com/6060545/226166400-b771972a-8554-43a6-ad56-a85bc20df663.png)