tracstarr
tracstarr
In order to use the **events.sendCommand** in the example I found you have to add**from core.jsr223.scope import events**. I believe this is because it's in the lib directory? Regardless, you...
There have been a few times when for whatever reason, the web services shut down. I was unaware until trying to arm the system. Need to add heartbeat of some...
need to find a new solution for multiple possible registrations. Func doesn't seem to support it.
Need to re-connect/login automatically if we get logged out by another app/service. Probably should limit to X tries within a time period, and then retry again later.
When trying to use Bind.Model in xaml the Caliburn.Micro.Bind.ModelChanged function will call IoC.GetInstance(null, key), which is not handled in the bootstrapper getinstance method.