Christian Noon
Christian Noon
I thought the same thing @Alexandredenis35. It's just a very complex feature to support. I'm with @jshier, do you have any actual use cases? I myself didn't which made it...
Hey everyone, @jshier is on point here as the core issue is inflating images with extremely large sizes which can run your app out of memory. We do have a...
The proper solution here is to rebuild the inflation logic to rasterize the image which will do two things: 1) decompress the original data and 2) redraw the image in...
It would be terribly inefficient to issue HEAD requests every time rather than load directly from the queue. Instead, we would want to expose the ability to ignore the cached...
Same here @SlaunchaMan. I've dug through the `trainer` gem logic and I can't find where the `fail_build` option is actually used. It's certainly specified in `options.rb`, but it doesn't look...
Okay, looks like this issue was fixed in 8b8a7555. What's super weird is that the fix is in `master` and what looks like would be `0.8.1`, but that's definitely not...
I bet if you pointed your Gemfile at the repo and not at the release it would work. I'm going to give that a go now. I've never released a...
Okay, more updates. I was off on my versioning a bit mentioned above. It appears that the `trainer` gem has been released as `0.8.1`, but the `fastlane-plugin-trainer` gem has not...
Awesome, thanks @KrauseFx! 🍻
Hi @nsinklier, This is certainly something we've been experimenting with as well and have decided to place it on top of Willow itself for now. If we wanted to do...