Jean-André Santoni

Results 160 comments of Jean-André Santoni

Example implementation in libxslt: https://github.com/GNOME/libxslt/blob/840c8e2b6ab33a02374d7a097868649e492da768/libxslt/functions.c#L601 https://github.com/GNOME/libxslt/blob/32c88216ddbaa0f3491f45bc84ee89285c6a1129/libxslt/numbers.c

More info: to reproduce, you need to add more than one operation in graphiql: ``` subscription onHelloSaid { helloSaid { id msg } } mutation SayHello { sayHello(msg: "Ola") {...

Hi, we try to link as less system libs as possible in libretro builds. So most of the dependencies are most of the time removed or vendored. What lib is...

Right now, upstream is using a Makefile, and 90% of libretro cores are using a static Makefile, so I doubt switching to meson would be a good idea. It would...

I read the changes, they look OK. Thanks. Too bad we can't keep x11 and a realtime kernel at the same time.

Ok thanks for the information. I'm trying to build an X11 image with all the drivers, not just the nvidia ones. I have problems compiling xf86-video-intel

I guess I will have to digg in the OpenELEC history for xf86-video-intel and find what version is compatible with our kernel.

This problem is due to the RT kernel patches from @larskj that we merged.

What do you see in projects/Generic/linux/ ? Are the changes to the kernel config reverted too? Anyway to do a make oldconfig, you can go to build-Lakka.Generic_/linux-_/ and type ```...

I need this too @jbowtie could you please merge it?