Wes Jordan

Results 6 comments of Wes Jordan

This is preventing us from upgrading from 15.0.2 to 16.0.0 running in Kubernetes. Given that there is now a CVE (https://access.redhat.com/security/cve/CVE-2021-4133) related to 15.1.1 and below, this issue is of...

> Not sure what's going on here, but I'm not able to reproduce this issue. Can someone provide steps to reproduce this? Using the command from the Docker guide: ```...

Update: I tested on a non-FIPS system and it worked as normal. Per Red Hat Support (https://access.redhat.com/solutions/6484731) it looks like the issue is related to FIPS being enabled on the...

Running on the affected host with `com.redhat.fips=false` in JAVA_OPTS (passed in via the containers environment variables) to disable FIPS mode in the JVM also works. We have been running with...

I was able to get JSON-C to build on NDK v22 by using the included toolchain file: https://developer.android.com/ndk/guides/cmake My steps: ``` git clone https://github.com/json-c/json-c.git cd json-c/ mkdir json-c-build cd json-c-build/...

Concur with above, on Helix 22.12 `pyright-langserver` is nonfunctional even with the empty `config` section. Have tried a bunch of configs with no success. Using @the-mikedavis's config (`pyright==1.1.293`): ``` 2023-02-09T23:54:52.784...