Fabio

Results 9 comments of Fabio

Maybe you can provide a simple `memcpy` implementation, and use the one provided by the user if she/he wants. E.g: ``` #if !defined(MATHC_MEMCPY) void _mathc_memcpy( ... #define MATHC_MEMCPY _mathc_memcpy #endif...

> Wouldn't even embedded targets with very restricted libc's usually have `memcpy` available? If that is the case, what is gained by putting so much effort into avoiding it? @fabiopolimeni...

I am experiencing the same as @js290. Installed Raspberry OS (32 bit) on a Raspberry PI 3A and all tests but 2, CPA and FIFO tests, fail with SEGFAULT.

@adamjs Any thoughts on this? Is GLFW statically linked into Ultralight core libs? Is there a possibility they would depend on GLFW with a dynamic linking option? Or I am...

Ok, this is not receiving much love here. Should I repost in _Discussions_ instead? Might me more appropriate?

Cool, thank you for the hint, I will give it a try soon ;)

1. No, I was looking for some demo, but I couldn't find one. On this repo, I can only see the source code of the plugin itself. What am I...

Is there any news on this? I am also affected by this bug. Also, `"vscode-edge-devtools.headless": false`doesn't do anything, but start an Edge Webview outside the VSCode editor. MacOS Sonoma 14

Thank you for the replay. I read the migration doc, and that's what I tried to follow when bring examples to the new lighting model. It would be nice if...