Erik Benoist
Erik Benoist
I was able to get past this issue, but unfortunately I'm now running into what I expect is a bug with the Dataloaders themselves. I believe its related to this...
Got it- I took a look at your branch and its a similar approach that I took. I was able to work through the OutOfScopeException with `transferRequest`, but unfortunately I...
Just got hit by this as well. Is there a blessed way to fix this issue?
This won't for private assets that redirect to s3. AWS complains that the Authorization header is present. You _can_ use the query param to work around this, but it looks...
Let me know if I can help, but I think #4385 would address this. I can help rebase/test if needed.
It looks like there _is_ support in `upb.c`. What is the thinking around what the syntax would look like? If it's straightforward I can put up a PR.
@pechorin Thats correct, just looking for guidance on the Ruby syntax/methods for the generated classes. It seems like `upb.c` already has support for reading out the options, they would just...
@Alex-Sizov We actually use a combination of jaeger and traefik with Tilt to enable a lot of what you're looking for. I'd be happy to put up a post on...
## docker-compose.yml ```yml jaeger: image: jaegertracing/all-in-one:1 ports: - "5775" - "6831" - "6832" - "5778" - "16686" - "14268" - "14250" - "9411" environment: COLLECTOR_ZIPKIN_HTTP_PORT: 9411 labels: - "traefik.http.routers.jaeger.rule=Host(`jaeger.devo.test`)" -...
This would be super useful, can this be merged?