Evadne Wu
Evadne Wu
Thanks for the pull request.
Before reviewing the code β I have a hunch that instead of animating the blur kernel, it is better to cross-face two images with different blur radii.
:heart: TBD: LiveFrost Sample + kernel slider + iPhone 4S
Regarding cross-fading that can be done as a `CATransition` with the fade subtype, removed when finished. Optionally, add a custom listener delegate that yells out to the layer to restart...
Could be something to do with the size of the blur kernel or resolution of the underlying image.
Ran into a similar situation. Added this to `environment.rb`: ``` if $0 =~ /(rake|railroady|erd)$/ Rails.logger = Logger.new("/dev/null") end ```
@ocolot You just need to hook the logger and see if when `railroady` is running itβs getting irrelevant lines, and nil the offending loggers.
Hi @maartenJacobs the NimblePool implementation has no child spec, the Poolboy implementation has it, so the README is wrong. Iβll look into it however would suggest using Poolboy for now.
@maartenJacobs Please test feature/pool-test latest @ f81bb829395e0a0a36281f8c7e48de13186f5ced and advise, reference the relevant test files for example use cases.
@idabmat Using Tesla and letting the user specify the underlying would be ideal. However the design of Tesla is not directly composable therefore no elegant solution possible. I will deliberate.