Clément Bœsch

Results 75 comments of Clément Bœsch
trafficstars

> Is this a proposed new style? I don't think we change the existing styles for compatibility reasons. No it's simply adjusting the grid color for the `dark_background` style; I...

OK too bad; If we are to add a new theme, I'd rather re-do it entirely, but that's going to be too much work for me so I'll pass. I'll...

Here are the default and different flavors: ![colors](https://user-images.githubusercontent.com/34467/184011108-0cd8ed84-9e64-470f-a93a-124f2625d514.png) Edit: BTW, is there a way to make the x and y axis passing through `0` thicker/brighter?

Alternatively, maybe `glslang_input_t.resource` could also accept a `NULL`?

No idea if that helps but `haldclut` and common `lut3d` (text-based) are implemented in the filters of these names in FFmpeg. And `haldclut` can indeed now handle a CLUT video...

Well, any video container with multiple video streams support + lossless should do the trick? like, mkv+ffv1. edit: oups, just realized I'm commenting on Matroska-Org, I guess you agreed on...

> You need the latest LuaJIT 2.1-beta or PUC Lua to run Rspamd. @vstakhov I have the exact same issue on AArch64 since rspamd 3.1 and the issue is still...

> Thanks for pointing this out. Should be an easy fix. I should check whether the System V ABI specifies special calling conventions for entry points on other architectures. If...

You are correct, the previous function flows into that one because of the syscalls (last one being an exit). I used the recommended x86 syscalls script, which seems to adjust...

> You can override the FallThru on the syscall as well. Yeah (and I believe that's what the x86 syscall script does), but unless I misunderstood something that's not enough...