tblakers
tblakers
In Postgres at least, UUID is a native type, so a converter is very simple: ``` data class MyUUID(id: UUID) class MyUUIDConverter : AttributeConverter { override fun convertToDatabaseColumn(attribute: MyUUID): UUID...
It seems to be something to do with imported Vue versions, I worked around it as follows: ``` const instance = getCurrentInstance(); const store = instance.proxy.$store; ```
Same problem in 0.6.29: ``` Error: Plugin did not respond │ │ with data.opsgenie_escalation.test, │ on data_teams.tf line 14, in data "opsgenie_escalation" "test": │ 14: data "opsgenie_escalation" "test" { │...