Duvergier Claude

Results 80 comments of Duvergier Claude

I would find it useful too. I'm guessing that creating a `Ruckusing_Adapter_Flatfile_Base` that extends `Ruckusing_Adapter_Interface` and writes to a file would do the trick? This would make ruckusing usable without...

> When $conf['log_dir'] is specified than a $ENV.log file is generated which contains all SQL statements sent to the server. So SQL statements goes to _both_ server and log file?

What I meant was: At current state, if I want to get all queries into a single "flat" file I can set `$conf['log_dir']` but: - File will contains DML and...

For that specific PowerShell issue (occurred on my scheduled tasks) I had ended up using https://github.com/stbrenner/SilentCMD (also C#), I'll give RunHiddenConsole a try...

Can we still use OBS to stream (audio) to a custom stream server (local `ffmpeg`) WHILE running the obs-v4l2sink plugin?

The "problem" is that `Ddeboer\Imap\Message::getHeaders()` uses [`imap_headerinfo()`](http://php.net/manual/function.imap-headerinfo.php) which does not returns all the e-mail headers (this is well-explained in the method's comments). It returns: * `date` * `message_id` * `toaddress`...

I agree, having a consistent way of accessing an header value is better: so array everywhere is good.

@haivala wrote: > I have been doing this for years. > I have running instance and I change the version number and run: > (`dc` is alias for `docker-compose`) >...

Bot, unstale this please.

> The answer is yes, for now I force every single file format served from COPS to be treated as an attachment so the browser propose to download it. I...