Robin van Zanten
Robin van Zanten
@darshankawar can this fix be cherry-picked for the next patch?
@jonahwilliams can this fix be cherry-picked for the next patch?
@MateusHBR @eduardoazvd17 This fix seems to have been released with the 3.29 update. It's not in the release notes, so I looked in the 3.29 release branch and saw the...
@nyannyacha Could you consider releasing support for Deno 1.46 in the meantime? Version 1.46 includes a fix for an issue with Firebase Admin.
This issue is still present in version 3.29. Please investigate.
@danagbemava-nc could you set this to p1 since it is still present in version 3.29
@marandaneto I think it's because the image is passed to `_getImageBytes`, a new handle is created. All handles need to be disposed of before GC can it up. Have you...
Okay, then I was probably wrong. I thought that since the image was passed to `_getImageBytes`, a new handle would be created within `_getImageBytes`.
I got the same error when using pageBuilder with a custom transition page. I solved it by adding the state.pageKey to the custom transition page. You could try this: ```...