Jean-François Roche

Results 20 issues of Jean-François Roche

Reading code in dependencies locally is sometimes useful while coding. Different language are coming with this notion of vendoring dependencies locally (`go mod vendor`, `cargo vendor`, ...). I am using...

Some provider fails to comply with s3 parallel downloads. Add an option to disable it http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html#download(com.amazonaws.services.s3.model.GetObjectRequest,%20java.io.File,%20com.amazonaws.services.s3.transfer.internal.S3ProgressListener) AWS announce of parallel download: https://aws.amazon.com/blogs/developer/parallelizing-large-downloads-for-optimal-speed/ * **Please check if the PR fulfills these...

More and more repos are using the Sensitive type (https://puppet.com/docs/puppet/5.5/lang_data_sensitive.html). Is this something hard to implement ?

puppet4
Important

for the moment this is valid for puppet-catalog-test: node svappcavl010 { package {'foo': ensure => 'present', require => Package['bar'] } } Any idea on how to prevent that ? I...

enhancement

## Description camptocamp module for systemd is not maintained since 16/08/21, use voxpupuli module instead ## Motivation and Context camptocamp systemd is no longer maintained and have old dependencies (such...

`create_user` is currently with default true and there was no way to override this behaviour. With this change we give the possibility to override the `create_user` value using puppet automatic...

awaiting feedback

- fix: attributes containing array of string - chore: update doc about jaeger otlp support

Got it running on 1.9 with to this change

Give the possibility to add a urllib timeout for a OEmbedEndpoint

Whenever niv-updater-action needs to create a new branch, it triggers two different push events, one for the branch creation, another for the commit containing the actual niv dependencies update. We...

@project/notify-owners