Roffe
Roffe
would be nice if i just could createa image filled with alpha direcltly instead of drawing a black one, adding alpha and then filling it with a big rectangle ```go...
@lxn Thanks for a great package. I've just gotten into Windows GUI dev in Go thanks to this!
Thank you very much. this works as a charm and I now have a much better understanding of how the api for DataBinder works!
Thank you @spddl, I was just looking for how to do this! :)
However it doesn't seem like it's actually doing anything ``` kube-shell> alias kc='kubectl' kube-shell> kc get po /bin/sh: kc: command not found ```
Here is some alias i use multiple times per day, might be usefull for some - kc = kubectl - kcc = kubectl create - kcd = kubectl delete -...
Hi @jmn & @bbhoss. It seem's that the root is the nginx ingress controllers sending you to the default backend unless the tls secrets exists & is propagated for the...
I'm here today because of missing "dependencies" after moving an app to google cloud run, https://discuss.elastic.co/t/dependencies-dont-show-up-in-apm/288244/4 the workaround fixed it for me. I'm on v2.2.0 of apm and apmgin
> This means you can just flip the new trace_continuation_strategy config to restart_external (or restart - I'm not familiar with your setup...) and you won't need the workaround anymore. How...
ah, ok so not configurable with env variables and it seems I need to create create a new middleware. im guessing it's the "In code, using the [Tracer Config API](https://www.elastic.co/guide/en/apm/agent/go/current/api.html#tracer-config-api)"...