Wesley Williams

Results 6 comments of Wesley Williams

@Sameeranjoshi A DSO is a Dynamic Shared Object, they commonly have `.so` extensions on Linux and are sometimes referred to as shared/dynamic libraries. The steps to reproduce are to build...

Hi, Thanks for those suggestions. Will give them a go. Versions are as follows: Py4J: 0.10.8.1 Python: 3.7 Code base uses Java 8. java -version = `java version "1.8.0_181"` OS:...

I think we have found the cause. Users were pressing Ctrl+C and therefore sending a SIGINT to the Java process. I notice there is a flag `create_new_process_group` which can be...

I've had a go with ADFS OIDC. It almost works but I hit an issue where when Pomerium hits the `userinfo` endpoint it gets an unauthorised. Looking in the ADFS...

+1 We would like to be able to set the max size for the cache. Currently we rely on users doing this manually. We could add a script to do...