Jean-Sébastien Pédron

Results 125 comments of Jean-Sébastien Pédron

> This a change in freebsd-src but it’s not committed and pushed yet. I just committed that change to the `linuxkpi-updates-for-drm` branch. It implements the `%pV` format string conversion spec....

I made a change in #332 (the Linux 6.7 update) to use the same address and size that is used by vt(4). I don’t have the issue with my Intel...

> On my Framework 13" Ultra 1 these are indeed zero. Maybe [torvalds/linux@dbb2ffb](https://github.com/torvalds/linux/commit/dbb2ffbfd708b2d0f1b7fe0083c5e3333d0fe35b). (Other than drm-kmod currently being in ports) is there a reason we couldn't use the upstream logic...

Some random thoughts from today: * `khepri_machine:register_trigger/5` could accept the following arguments instead of a stored procedure path: ```erlang khepri_machine:register_trigger(..., {apply, {Mod, Fun, Args}}, ...). khepri_machine:register_trigger(..., {send, Pid | RegisteredName,...

Hi! Thank you for taking the time to dig into this and provide an implementation, I really appreciate it! The feature you are adding to Khepri already exists, perhaps it’s...

> _Now on the RabbitMQ side, I don’t know what the right approach should be yet, I need to think about this. I mean, I’m not sure if the queue...

Thank you! I came to the same conclusion. I will think about the API for Khepri 0.18.x and come back to you.

@Rmarian: The fix for this issue is ready and available in rabbitmq/rabbitmq-server#14573. Could you please give it a try and tell me if it is fixed for you too?

Hi! Thank you for the contribution! `application:load/1` is a synchronous call to the application controller, thus it can be expensive. I see two possible approaches: 1. Load the application in...