mgood7123

Results 139 comments of mgood7123

> How what do you mean?

> I mean how to get your code and how get the file > […](#) it is literally right there in the post lol

To avoid header conflicts For example, if AB contains a.hpp AD contains a.hpp AC can contain AB or AD but not both otherwise a conflict will occur On Mon, 22...

https://github.com/howardpang/androidNativeBundle/issues/10#issuecomment-804414617 my approach enables per module import and export

> Hello, > Thank you for the suggestion. I will certainly look into it and will try to incorporate something similar. Thanks, i will too if i have the time...

do note, that every file picker on android arsenal offers itself as an activity/fragment, or a dialog, but NOT as a view :( and most do not look as nice...

if i test this in pure native i get `SOMETHING ELSE` i expect `TWO FIVE FIVE` like in https://fiddle.skia.org/c/feaaefb4c89602123b712bd2688c723f ```c SkImageInfo info = SkImageInfo::MakeA8(1, 1); auto gpuSurface(SkSurface::MakeRenderTarget(AsGrRecordingContext(context), SkBudgeted::kNo, info, 0,...

> **Is your feature request related to a problem? Please describe.** > > Usage of a simple shader within SKCanvasView leads to a crash. > > Updating to MAUI from...

consider using RichTextKit for this

also please post some code