Steve Foster

Results 15 comments of Steve Foster

This was working with version `2.7.1` but can be seen as not working in `2.11.0` and `2.10.0`

I also have the same issue when using ``` sops = { source = "carlpett/sops" version = "~> 0.6" } ``` If I have a secrets file that was created...

I can confirm that I am seeing this same issue even without a migration from 17 -> 18 The issue appears to be that that the `aws_auth_configmap_data` isn't being fully...

OK figured this out... I'd defined a variable for the roles and users as: ``` variable "aws_map_users" { type = list(object({})) } ``` which meant that the list of users...

Have had a look at the PR, doesn't look to be providing anything like https://github.com/MindscapeHQ/raygun4js/blob/f2be885124abc234fd5adc839d4cffdc49a42f65/src/raygun.js#L456 Adding `async` support is a nice to have though :-)

ah there was a prior Issue... looks like I wasn't thorough in checking! Although it looks like the reporter decided that micro seconds was the smallest usable resolution. Do you...

The other way I was looking at this was using the nanosecond timer instead of the `datetime` and then deriving the other precision options from that. That also would be...

```yaml esphome: platformio_options: build_unflags: - "-std=gnu++11" build_flags: - "-std=gnu++17" name: heatpump friendly_name: HeatPump rp2040: board: rpipicow framework: platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git # Enable logging logger: # Enable Home Assistant API api: encryption:...

@ngist thanks for looking into this... I'll have a look this weekend and update here!

Thanks for the heads up... I'd already added one 😇 ![Image](https://github.com/user-attachments/assets/2f713ec4-af0b-4aeb-823f-57adadf88be6)