Romain Tartière

Results 170 comments of Romain Tartière

@sandynomad :wave: This look good, if you are still interested in getting this merged, can you please rebase your changes on top of master? Rebasing guide From your work branch,...

A breaking release was merged to remove Puppet 6 (#351). Let's not miss the opportunity again and merge this!

I took some time to dig in the dss issue: see #37. I could successfully run the test suite with this PR on Ubuntu 22.04 with system Ruby (3.0) \o/.

Awesome :heart_eyes: !

> However it seems I do support groups in that new go one? I think so, I am using it :smile:, it is convenient for tiny organizations. Here is the...

For reference, these function have been no-op since Ruby 2.7 and where removed in Ruby 3.2: https://bugs.ruby-lang.org/issues/16131 @TwP, do you still have enough cycles to handle this gem and do...

@PyvesB d'oh, I forgot about this. I opened #10201 to address it. Closing this one.

Is it related to your `(email ...)`? In order to test your code, I replaced it with `#(info %)`: ```clojure (logging/init {:file "/var/log/riemann/riemann.log"}) (let [host "127.0.0.1"] (tcp-server {:host host}) (udp-server...

Hum :thinking: I can't find any `email` function in the [API](https://riemann.io/api.html) I adjusted my test example like this, defining my own `email`: ```diff --- /usr/local/etc/riemann/riemann.config.orig 2023-04-10 10:45:38.625538000 -1000 +++ /usr/local/etc/riemann/riemann.config...

Regarding the version, I never hit that issue. It happen I use this in my python profile: ``` class profile::python { class { 'python': version => '39', dev => 'present',...