Stephen Chisholm

Results 5 comments of Stephen Chisholm

For the use case when serializing objects to protobuf, extensions provide a way to mirror the objects in the protobuf message and support inheritance. Here's an example of how it...

Moving ahead with `proto3` sounds like a good plan, `Any` does look like a much cleaner approach than the `Extensions`.

We've also run into this as well. ``` terraform -v Terraform v1.1.6 on linux_amd64 ... + provider registry.terraform.io/pagerduty/pagerduty v2.3.0 ``` After the maintenance window has passed it can no longer...

> I like this idea! Would you be able to write a test for this scenario and add it to the acceptance tests? Sorry for taking forever to reply. It...

I can confirm that downgrading to `requests==2.32.2` resolves the issue. I haven't dug any further into it though. ```bash ➜ httpie-test poetry show certifi 2024.6.2 Python package for providing Mozilla's...