Stéphane Veyret

Results 9 issues of Stéphane Veyret

Hi, I am using *nullmailer* on my home servers to forwards local e-mails (e.g. cron) to the main server, which has a full *postfix* installation. In order for this communication...

In the documentation, it is written that the callback for fs.exists() “is called with true or false and an error or nil in the first and second args respectively. ”...

docs

Hi! I have an app using `timerfd_create`, `timerfd_settime` and `timerfd_gettime` with monotonic clock id. Because I don’t want to fake monotonic timers, I have set `FAKETIME_DONT_FAKE_MONOTONIC=1`. The problem is that...

help wanted
feature request

Even if we try to create our applications correctly, there could be an unexpected case where the end-user get drowned under tons of notifications. That would be good if the...

enhancement

Currently, nodes are printing their description in case of check failure. That would be good to be able to access this description at will, for example, overriding the `__tostring()` method...

Hi, As Yocto honister is now released, will there be a new release of the plugin with the new override syntax ? Thank you.

Hi, If I understand the source code correctly, the kernel source directory (`/usr/src/linux-xxx`) is tied to the module directory (`/lib/modules/xxx`) because it is read from a link (named `build`). On...

As you requested, I open a new issue for the functions which where missing for my project. The most important ones were `then`, `skip` and `notFollowedBy`, anyway I saw that...