Adam Majer

Results 48 comments of Adam Majer

NodeJS doesn't have a constant list of certificates for a long time. It allows overrides both at command line and programmatically . `node --help` and manpage would help you. `--use-bundled-ca`,...

If `XLSX` is undefined, then this variable will not be defined. The `XLSX_EXPORT` is a different pre-processor block.

> > Should we try to have a special CI job that verifies that everything works with the minimum supported ICU version? > > Yes. I'm looking into it. Perhaps...

> In my view, maintenance means “get off of this.” No, it does not. Every user can decide themselves what it means for them and their applications/libraries. > Library authors...

ping? Anyone looking at this? Having ccache available in a project (or per project) would be a great benefit considering we have plenty of "rebuilds" where nothing changes.

This issue can be closed now or is there something else to do?

Providing a link to latest external documentation is OK, but for SUSE these should probably be transformed to `file://` links in salt-doc package. The later can be done with a...

This can be done in Travis CI, to an extent, but maybe that approach is a little "_overkill_" since aim here would be to test functionality between salt versions. For...

In openSUSE, we have this defined to work-around system level policies in unit tests, ``` # Relax the crypto policies for the test-suite export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file export OPENSSL_CONF='' ``` Would this...

@RaisinTen -- it fixes is :wink: Our default OpenSSL version for openSUSE Tumbleweed is still OpenSSL 1.1.1. This is the reason why this issue came up. The idea is not...