Heitor de Bittencourt

Results 122 comments of Heitor de Bittencourt

And posener/complete hardcodes where it writes the scripts. It would be handy to be able to write to `stdout`, so we can redirect to any file we want.

Hey @stefanfreitag 👋 > If I understood you right, the resource `aws_msk_serverless_cluster` should be enhanced by exposing the connection details for the Kafka brokers as attributes (same as we have...

The workaround I'm using is to get a [data source `aws_msk_bootstrap_brokers`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_bootstrap_brokers) and from it the `bootstrap_brokers_sasl_iam` attribute. If you look at the docs page, you see there are more attributes,...

Aah, got it. That makes sense now. Thank you for looking into it!

Unfortunately the `unit` is not available in the metadata we get from the databases. The values extracted differ in several orders of magnitude: from 0.01 to 23095400400. From the ~3300...

My HTML changed from ```html 1: file drivers/char/random.c ``` to ```html 1 file drivers/char/random.c ``` How to stylize it nicely?

Why is this needed? I have the following snippet working without this patch: ``` {{ figure(src="nomad-client.png", alt="Screenshot of the Nomad Web UI showing the supported task drivers.", position="center", style="width: 80%",...

I don't know what's going on with the CI...