Jasper Siepkes
Jasper Siepkes
@tokejepsen You might want to take a look at Google's opensource app updater, [Omaha](https://github.com/google/omaha). I think it does what you are looking for.
The group ID `org.apache.maven.plugins` is the default group ID in Maven. Therefor there is no need to specify it. See the Maven POM XSD: https://maven.apache.org/xsd/maven-4.0.0.xsd
In that case you could file an issue with your IDE vendor. Because as you can see in the [Maven POM XSD](https://maven.apache.org/xsd/maven-4.0.0.xsd) `org.apache.maven.plugins` is the default group ID. Thats also...
For of all thanks for this great library! I've also bumped into this. I think most people who want to use Tink for Crypto for cloud object storage (ie. S3-style...
EDIT: Forget what I said. I was missing something.
@jeantil Unfortunately the "EDIT" remark doesn't apply to the message above it. I don't have a fix for the problem. It's about the message which was in that comment before...
This thing is really cool! Would love to see it merged! Is there anything that can be done to help out?
@devzsolt I'm not part of the Zulip team or specifically affiliated with this PR. I'm just a passer by who offered assistance ;-)
I recently tried the same thing with Envoy + PROXY Protocol V2 + VerneMQ Websocket and the CN as username. I also couldn't get it to work but I'll check...
@ioolkos I believe like so: ```yaml - name: srv_vernemq_ws_proxyprotocol connect_timeout: 3s type: STRICT_DNS dns_lookup_family: V4_ONLY lb_policy: ROUND_ROBIN transport_socket: name: envoy.transport_sockets.upstream_proxy_protocol typed_config: "@type": type.googleapis.com/envoy.extensions.transport_sockets.proxy_protocol.v3.ProxyProtocolUpstreamTransport config: version: V2 transport_socket: name: envoy.transport_sockets.raw_buffer load_assignment:...