Darrell
Darrell
I just stumbled accross this project and read all the docs. My interpretation of this is to just use an activity. What is the issue with the activity mechanism that...
In terms of cleanup how about this: 1. As Reload is a public method, you could set up your own file watcher / event to call it, but before you...
@sgf you are welcome, I do have some good ideas occasionally, not as often as I'd like ;-)
Think that images just need to be given the class `img-responsive` to solve this. I'll try tomorrow.
Ok - adding this in the footer fixed up images: ``` $( "img" ).addClass("img-responsive"); ``` Not sure whether you would always want all images to be responsive, but I think...
Just thinking this through and here is my take on this. In the sample at the moment, the page (actually the client side route) is the thing that's authorised. Conceptually...
I understand, but im not sure fully.. yet! 😁 perhaps allow me to divulge my thinking a bit more to see if we are actually agreeing! Not all pages in...
Given the above if I was to pursue this line of thinking I'd do this: 1. Have Csla register a custom authorization policy name provider with the authorisation system on...
I have commented on #1831 with my (a) solution as per the year 2017. One thing I noticed is that `CslaConfiguration` doesn't expose an option to configure `WebContextManager` only `ContextManager`...
As of #1876 this scenario should be possible, by the background job creating a DI scope and setting the csla scoped provider. Not sure how this information should be surfaced...