Jean-François Roche

Results 9 comments of Jean-François Roche

With the current ruby thread would it be possible to evaluate simple ruby function present in a puppet module. Such as this one: ``` ruby module Puppet::Parser::Functions newfunction(:prefix_hash_keys, :type =>...

pip enables to define extra lib/header directory using environment variables. These packages are installed in the DEVSHELL_DIR directory. This should work: ```toml [devshell] packages = [ "python39", "python39Packages.setuptools", "libmemcached", "cyrus_sasl.dev",...

I guess the rust language extension was not intended to work out of the box with this overlay. I have something working with a new `rust.nix` import: ```nix pkgs.devshell.mkShell {...

gdal is python as well, it works if you package python with the two packages: ``` { system ? builtins.currentSystem , pkgs ? import { } , devshell ? import...

Indeed, I have started looking at the fields and create attributes with meaningfull keys

interpolation functions are defined here: https://github.com/puppetlabs/hiera/blob/master/lib/hiera/interpolate.rb#L22:L26 they are contained in an immutable hash for the moment

Hello, I have added [here](https://github.com/jfroche/rabbitmq-stream-ipv6) an example running with the same configuration. Maybe there is a way to tell the replication to use that erl_inetrc `inet6` option ?

do you see the logs somewhere ? We don't have a renovate configuration file in this repo.