Qiao Wang
Qiao Wang
As the title states, need reduce the size of pre-built executable files generated by GitHub Actions.
remove `OverlappingInstances` declare from Questioner.hs
Currently, the `AudioSource` is only available after the recorder `StopAsync`. It doesn't work for the case if I want to handle the recording data in real-time. I'm wonder if it's...
What I want to do is as the follow: ```c# var pg = builder.AddPostgres("postgresql"); var keycloak = builder .AddKeycloakContainer("keycloak") .WithDatabase(pg) ... ```