Olivier Voortman

Results 16 issues of Olivier Voortman

Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 OS: macOS 10.14.2 (18C54) Clappr Version: 0.3.1 When the poster is bigger than the actual player/window,...

enhancement

To allow offloading the SSL handling and configurations to GCP, it would be nice to add some support for : - Google HTTPS Load balancer (in place of the TCP...

Voyager currently modify all response Set-Cookie headers and adds the 'secure' flag. https://github.com/appscode/voyager/blob/8.0.1/hack/docker/voyager/templates/http-frontend.cfg#L5 This is actually bad for two reasons : - first, it should probably only do that if...

Hello, It seems to me fromByteBuffer() should work with bytebuffers with more bytes remaining too, as it is only reading the next 4 bytes. Also, the instance field in Int32Serializer...

Trying to publish ports using the "host" mode on my swarm service, but it seems it's not supported when using a macvlan network driver. We get logs like "macvlan driver...

enhancement

Hello, It'd be nice to add a configuration boolean to use the --squash CLI option of docker build. See https://github.com/docker/docker/pull/22641 Thanks.

enhancement

Hello, Is there any intent to support using the caching feature of HAProxy through the kubernetes-ingress ? https://www.haproxy.com/documentation/haproxy-configuration-manual/latest/#6 https://www.haproxy.com/documentation/haproxy-configuration-tutorials/network-performance/caching/ Maybe there is some workaround currently using snippets ? Thanks!

Hello, I understand this might not be the primary objective of this Gradle plugin, but maybe it's a nice feature to have. I see your plugin is already able to...

Would be nice to support the setup of additional (apk) packages through a environment variable. This way we can add build capabilities without forking the docker image. Something like :...

If you have one or more services which looks like : serviceA: container_name: serviceA Then dockercloud/haproxy is not looking up the container name correctly and fail to make that backend...