Jono Hill
Jono Hill
I have the same issue, though my `now` takes 4 arguments https://wasm-analyzer.nilslice.workers.dev/web/e15f11bae45a6b49ad874783de1e1f6fb442309f34d64f2d431bce19b543092e I haven't worked out which package caused this to start happening but I'll try to figure that out
Culprit package is `wasm-timer`. My usage is calling `Delay::new(delay).await?;`
I'm getting the same issue today, but it seems be a problem with the new Terraform release https://github.com/hashicorp/terraform/issues/31615 Downgrading to v1.2.6 of Terraform resolves the issue.
Looking at the code, it appends a hash of the context directory's contents. This bit me because I was referencing the directory containing terraform's state file, which changed every time...
Thanks for making a start with this. We'd love to be able to configure virtualhosts too. I had a quick look at your code and I can see in go-apigee-edge/virtual_hosts.go...