Tobias Gesellchen
Tobias Gesellchen
From https://github.com/chaijs/chai-things/issues/58#issuecomment-316061382: > This project is currently on pause while the chai team update other chai parts. We hope to bring this plugin back up to speed around chai v5....
Have you seen this: https://github.com/gesellix/gradle-debian-plugin as alternative to the nebula plugins? _Disclaimer_: I'm the owner/maintainer of that plugin, but didn't invest much time recently in giving it some love. I...
Is this one still under consideration? Any kind of official support for a connection upgrade and exposing Sink/Source would be great for OkHttp 4+.
@swankjesse thanks for coming back to this one! It's the same use case like for docker-java (Docker's HTTP Hijacking), with the only difference that I'm maintaining yet another Java docker-client,...
@swankjesse do you think this one could be included in OkHttp 5? I'm aware that the required changes could change the API, so it probably won't be backported to OkHttp...
Hey, I made a combined image for personal use, but it might help you to build a more generic variant. I also stumbled over some dynamic library issues when running...
As you can see in https://github.com/gesellix/docker-tree-viz/blob/master/viz.sh I use some dirty script hacking to handle the different options dockviz supports. Apart from the knowledge the shell script needs about dockviz, the...
I guess a first step to a more generic dockviz image would be to change the base image from `scratch` to something like `alpine` or similar. Alpine would be nice,...
Though I'm no Golang expert, I'd be happy to help by providing PRs if you like :-)
+1 to adding the `--recursive` option. See https://github.com/netlify/build-image/issues/316#issuecomment-511553688 for an example, why this would be necessary.