Andrew Shu
Andrew Shu
I did a workaround for the OutOfMemoryError, based on mp4parser 1.9.41: https://github.com/talklittle/mp4parser/commit/3f177d81bc5b637c93541d323f96f85907f9b20f#diff-e483fffed200eca459dc4f38d3969e48 It works on test file from https://github.com/sannies/mp4parser/issues/377#issuecomment-505616604 as well as in production Android app without reported issues so...
> How did you manage to get the patched code working on your project? Any chance I can reference your fork from Gradle? You can clone the Git repo, and...
@sannies The same problem arises with the new published version 1.9.38
This issue appears fixed with version 1.9.41 thanks to commit 0fdd054d7cd65b0328ec685e0e8ac20a16216fe6 Thank you @sannies ! :tada: And @HBiSoft for pointing out the potential solution.
Probably due to a bug in libfreetype6 version 2.8.1 https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1769132 https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/1751293 indicates it also affected other applications like Atom Solution would be to wait for libfreetype6 2.9.1, or rebuild against...
@oniony Since you've been toying with the idea of a Rust rewrite, are you considering a crate published on crates.io that implements the core logic, and a separate application crate...
The error can be ignored as long as your gradle.properties contains: android.enableJetifier=true Since that line enables automatic translation of libraries to use AndroidX. That said, of course it would be...
> Phase One: Add OAuth2, UI for generating Api Keys and the public inboxes for stoires and tags. I've done a bit of work towards this using the Doorkeeper gem....
I worked on OAuth toward the goal of an API supporting the creation of scripts, native apps, etc. https://lobste.rs/s/t1xkue/add_oauth_2_0_support_lobste_rs
The bug appears in crash logs; I have not reproduced it first hand. Possibly a bug in support library version 25.3.1. I am unsure if it affects other support library...