Results 100 comments of Adam

Closing in favor of another draft PR https://github.com/termbox/termbox2/pull/66

We are also fighting against repli lag under high write volume. YourKit suggests the bottleneck is deserialization. I took a stab at optimizing `GtidEventDataDeserializer`[0] which intuitively felt like a micro-optimization,...

Hi, thanks for the contribution. A while back I was playing around with providing static binaries compiled against musl libc. I'll merge in your cosmopolitan build when I get back...

Was looking at this (cosmo and musl libc) again tonight. For anyone wondering, the following command seems to successfully build mle and vendor deps (PCRE2 and Lua). ``` $ CC=~/cosmocc/bin/cosmocc...

Here's a barebones template that illustrates what we're going for. ```hcl source "googlecompute" "image_extra_disk" { project_id = var.gcp_project_id zone = var.gcp_zone source_image_family = var.source_image_family image_name = var.image_name disk_attachment { disk_name...

~I've noticed it's actually creating 3 disks, the boot disk, an extra disk, and then a 3rd disk with the image. Need to fix this up. Converted to draft for...

[Ran goimports and gofmt](https://github.com/hashicorp/packer-plugin-googlecompute/compare/689fc552329d10d8879f9d6315bb7802c78c6274..e375e8c537362265512ceb406a6f01c0920f4b85)

Hi, what terminal emulator are you using and can you share your `TERM` env var?

Understood. Like I said in #67, maybe I'll write termline one day, and I'll add Windows support. I thought it was going to be harder to get termbox2 working in...