Mike Becatti
Mike Becatti
@EldertGrootenboer - Any updates?
We are having this issue too but only when a bluetooth audio device is connected.
I'm having the same issue... @ivanblazevic - Are you still maintaining this library?
> @RicoSuter any update on this epic? > We have an API that results in a 4 MB nswag typescript file and such a large file is not usable for...
@Jehoel - I did it in C# by creating a document per controller. ``` var manager = (ApplicationPartManager)services.LastOrDefault(d => d.ServiceType == typeof(ApplicationPartManager)).ImplementationInstance; var feature = new ControllerFeature(); manager.PopulateFeature(feature); // Get...
> @AlphaCreative-Mike That's _horrible_ :S - you shouldn't compromise the design of a system to workaround minor technical or workflow issues. We own both sides of the system. Sometimes doing...