Vlad Turak
Vlad Turak
We need this as well. It would be really great if @alixaxel could merge it. Thank you!
Is there any way we can update this PR with 13.x and merge it?
I have the same issue.
+1 need the same feature
@onury, hi! I need the similar feature. I need to filter a collection that is one of my model's property. But I need `filter` to be able to remove some...
One more thing. As I can see you're using: `img.getBuffer(img.getMIME(), (buf) => console.log(buf));` I think it's not right because [jimp](https://github.com/oliver-moran/jimp) uses error-first callback here and the first argument will contain...
@preco21, no problem. I am happy to help. I am using `0.2.28` for my experiments. As I can see, you're using `0.2.27`. I've just played with these versions a little...
You were right. `getMIME()` was added just 2 commits after releasing `0.2.27`. The `0.2.27` was released on August, 12 and the support for `getMIME()` was added on August, 13. Releasing...
Hi, @preco21! I am sorry for my delayed response. I have downgraded my `jimp` from `0.2.28` to `0.2.27` because of this issue - https://github.com/oliver-moran/jimp/issues/262. This problem was crucial for me...
Hello guys, I have a similar case and I am wondering why cannot we achieve what is explained in the question with `protected` level? I read this issue https://github.com/aws-amplify/amplify-js/issues/2203 and...