Mathieu Othacehe writes:
> Hello Christopher,
>
>> +(define* (main #:optional (args (command-line)))
>> +
>> + ;; Always have stdout/stderr line-buffered.
>> + (setvbuf (current-output-port) 'line)
>> + (setvbuf (current-error-port) 'line)
>
> I must admit I've not been following very closely
Hello Christopher,
> +(define* (main #:optional (args (command-line)))
> +
> + ;; Always have stdout/stderr line-buffered.
> + (setvbuf (current-output-port) 'line)
> + (setvbuf (current-error-port) 'line)
I must admit I've not been following very closely your work on Guix Data
Service. Howe
---
Makefile.am | 8 ++-
bin/cuirass-send-events.in | 90
src/cuirass/base.scm| 6 +-
src/cuirass/database.scm| 135 +---
src/cuirass/http.scm| 16 +
src/cuirass/send-events.scm | 39 ++