Jose Quintana
Jose Quintana
@josephfrazier sure, I hope you can find some way to resolve this.
> Note that you can now also just use Docker Builder VM which can be ran on Cirrus CI's community cluster: https://cirrus-ci.org/guide/docker-builder-vm/ > > That's what I ended up using...
@jack1142 @fkorotkov thank you guys for your help. I already tested both `compute_engine_instance` tasks and work like a charm based on your setup files. I will also do the adjustments...
JSON arrays are not supported yet. I came across the same issue, any update?
No worries. Ok, then returning the image type directly looks fine if the client accepts it. It got it. ```sh $ curl -I -H "accept: image/avif,image/webp,image/apng" https://www.jetbrains.com/icon-512.png HTTP/2 200 content-type:...
@double-daruma Handlebars and Terra look like good alternatives also [askama](https://djc.github.io/askama/template_syntax.html) but I will need to explore them a bit to decide which one. But I'm in favor of going with...
> Maybe init stdout tracing, then add the OTLP layer later? I'm not OTLP familiar. so if a `stdout` exporter is fine for the purpose and Prometheus usage, then we...
> I've added an OTLP trace exporter too. Not sure I know enough to get it merge-ready though - it's using `#[tokio::main]` (is this ok?) and outputs unformatted errors. @pl4nty...
And about the feature, it is not specific at the moment what metrics has to be exported. So it would be also good to describe what metrics should be expected.
@pl4nty I left some comments on https://github.com/static-web-server/static-web-server/pull/296. Let's continue the discussion there.