tracstarr

Results 4 comments of tracstarr

Yes, it's [this](https://github.com/thanksmister/android-mqtt-alarm-panel) which you provide some info about [here](https://openhab-scripters.github.io/openhab-helper-libraries/Python/Community/ideAlarm/Arm%20Disarm.html#mqtt-alarm-control-panel)

thanks. let me know if you find out anything more. I agree that it's an issue in caliburn as it (obviously) leaves restrictions on IOC when not necessary. I've had...

I just overrode GetInstance, and when the specific key name was passed in i had to create an if statement and then manually trying to resolve by the corresponding type....

So i've since changed this. the first thing in the TYpedBootStrapper.GetInstance is now: if (serviceType == typeof(ILifetimeScope)) { if (string.IsNullOrEmpty(key)) return Container.BeginLifetimeScope(); return Container.BeginLifetimeScope(key); ``` } ``` This then allows...