Eric Schoen

Results 21 issues of Eric Schoen

The example code shows passing `false` for the proxy-ignore-hosts parameter. It looks like it should be an empty sequence; else this is an exception: `java.lang.IllegalArgumentException: Don't know how to create...

We've been using clj-http version 3.5 for a while, and are very happy with it. But today, we ran into an issue we haven't seen before. A specific pattern of...

waiting for user

This is a heads up, since you can't do anything about the issue at the moment. This new CVE was published this week, and I fear it will have log4j2...

**What happened**: Following instructions from this page: https://docs.microsoft.com/en-us/azure/aks/azure-files-volume Pods will not init because of Mount.Setup failures. kubectl describe says: ``` MountVolume.SetUp failed for volume "elided" : rpc error: code =...

**Describe the bug** /health/ready endpoint hangs This is similar to #1393, but we have tried running with version 1.5.2 and 1.6.0-rc1. The cluster is running Kubernetes v1.22.6. **To Reproduce** *...

**What happened**: Using CSI blob fuse driver to statically access blob container as persistent volume. Worked once, and then after pods restarted, no longer works. **What you expected to happen**:...

Applications that need namespacing with XML require a newer clojure.data.xml, such as version 0.2.0-alpha6. But there were breaking changes between versions 0.0.3 and 0.1.0-alpha in which clojure.data.xml/event was removed. As...

I wonder if this is worth documenting in the README for Multipart posts: Due to the design of the Filebody constructor, a File part in a multipart post won't send...

### Describe your feature request From the [Weaviate Python v4 client documentation](https://weaviate.io/developers/weaviate/client-libraries/python), it appears that Weaviate filters can operate on a property name and a literal value. It is not...

feature request

There is a problem accessing Neo4j Aura databases--the connection times out and closes if unused after 60 minutes. It's necessary to trap the `org.neo4j.driver.exceptions.SessionExpiredException` and close and reopen the connection...