Lucas Azevedo

Results 65 comments of Lucas Azevedo

Apparently, we should check if the return is equal to the count parameter. `fread` returns the number of bytes readed. If it's different from count, the end-of-file was reached or...

I'm getting an unsigned compare error after this change ```c /* read the whole file into a buffer */ if (fread(g_include_in_tmp, 1, file_size, f) != file_size) { return FAILED; }...

Can you provide the PHP source code?

> Fullscreen seems to be working on this latest build (1.1.2481-dev) on Ubuntu 22.04.2 Current main (`1.1.2668-dev (68b94ee)`) works for me as well. Thanks :+1:

I agree with @franzudev, looks like this is the intended appearance.

There is a lot of room for improvement in the UI, which I plan to do next as soon as I have some free time. But some people are wiling...

I'm experiencing the same issue here, which is unfortunate as I really liked the overall experience of Lapce... I hope Druid UI fixes this in linebender/druid/issues/1040. Subscribing here to get...

Nice! I hope this made writing tests less boring

Maybe we can consider this now that we have the makefile generator