Florian Schliep

Results 5 comments of Florian Schliep
trafficstars

I fixed this by getting the blur radius before entering the background queue: ``` CGFloat blurRadius = self.blurRadius; dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ UIImage *blurredImage = [self blurredSnapshot:snapshot radius:blurRadius]; dispatch_sync(dispatch_get_main_queue(), ^{ [self...

Hey @mrlufus – these changes sound very reasonable, but I'm not actively maintaining this anymore. Feel free to open a PR for this, would happily review it!

@spirillen Thanks for the helpful pointer – I'll take a look at these. I only recently became aware of the listings through a customer report who was using NextDNS, which...

@spirillen Amazing, thanks for your community support here – hadn't realized this project was abandoned.