Leon van Dyk

Results 5 comments of Leon van Dyk

Found the issue was an error on my part: I wanted to inject the object into a custom class and I mistyped the name of the class in the bind...

I had an issue with the blur as it blurs the view controller it is presented from (not the top most one). So if you going to use blur, avoid...

Same issue here. Here is a simple example: ``` options.GeneralRules = new List { // Special rule new RateLimitRule() { Endpoint = "*:/test", Period = "1s", PeriodTimespan = TimeSpan.FromSeconds(1), Limit...