Nicolas Gry
Nicolas Gry
> @grybouilli if you finish your internship early maybe you can look into that ;p Guess I'll have a look when I can ;)
I did as you suggested but I still have the same problem now: it says dune 2.5.0 is not supported and that the only supported versions are: - 1.0 to...
UPDATE: So I was using earlybird 0.1.5 files by switching to 0.1.4. but I honestly don't understand any of the stuff that is going on https://zupimages.net/viewer.php?id=20/16/452r.png
the launch.json ``` { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [...
Hey, I have given a reply for a similar problem on #6 I don't have an Uno R4, but maybe you could try my answer ? If you do, please...
I found a fix for this; try the code on my fork at the following commit of the esp32-integration branch : https://github.com/grybouilli/PPM-reader/tree/019b7f09d8dc18e6d796040e763b2d948be0e0ee Explantion It seems that interrupts have to be...
That is, using the same board ? I seem to have found a fix for this behavior, but I'm looking for the root cause of it. More details and explanation...
I know you can get a little more debug info with the following env variables: ```env LIBGL_DEBUG=verbose EGL_LOG_LEVEL=debug G_MESSAGES_DEBUG=all MESA_DEBUG=1 ```
> Okay, so what worked is installing debug symbols, attaching to WPEWebProcess with GDB, and getting a backtrace. > > Closing this, will open another issue in WPEWebKit repo. How...
As of end of April 2025, the problem still persists so : where are we on this ? The current solution is to change the amount of memory address randomization...