Yuhui Su
Yuhui Su
Just add this code to webpack.config.js ``` module.exports = Object.assign({ module: { rules: [ .... // Some of MikroORM's dependencies use mjs files, so let's set them up here. {...
OK, please leave this to me. I would like to fix it in another way. :) Thanks again!
Hello! Sorry for the wait, and I guess I have fixed this display problem. And here are screenshots after my fix: I am not sure if it is right for...
Hi! I just found out that the texts are wrapped so I would like to enhance the display effect with ConstraintLayout and AppCompatTextView. And the result turns out well!! I...
Hi! I just realized that the XML code would be much tidier if I keep using `LinearLayout` instead of `ConstraintLayout`. So I made some changes to this and the effects...
OK, how about this? I do not change the original layout and I manage to set some spaces above and below the scan icon. The texts inside those buttons are...
Yes, it appears so.
I have also encountered this problem on a samsung device. After I shorten the app_process options, the error of `stack corruption detected (-fstack-protector)` is gone.
Well I did some tests on Samsung devices with Android version of 10 and 11, it turned out that on version 10, using encoders other than `OMX.Exynos.AVC.Encoder` will not generate...
Well, I use ghidra to decompile the libstagefright.so library where the suspicious reconfigEncoder4OtherApps is defined, here is the decompiled code: ``` /* WARNING: Could not reconcile some variable overlaps */...