Jacob Potter
Jacob Potter
Upon further investigation, I found the css in the node_modules for the package: copying and importing this seems to work as a workaround, but I think there is an issue...
Can do @Fank, should this one just be closed and a new one created for each?
@Fank alright this branch has been updated to remove the error refactoring. [PR opened](https://github.com/ctreminiom/go-atlassian/pull/374) to handle the error wrapping refactor. Let me know if you need anything else! This is...
Looks like the pipeline is failing due to an older version of go potentially? I'm using the slices in the code I added but that doesn't seem to be supported...
> Just bump the version in go.mod to the oldest, needed. @Fank Do you want this as a separate commit or can I just amend that last one? EDIT: I...
@SBGoods Can you show an example of how ValueConverter would be implemented? EDIT: I am trying to implement it, but I am unsure how the ValueConverter method would interact with...
@SBGoods I have updated my comment above, bumping for visibility.
@austinvalle So I attempted to implement both interfaces, and I am running into an issue with reflect. Here is my implementation of `FromTerraform5Value` ```go func (g *GroupResourceModel) FromTerraform5Value(value tftypes.Value) error...
Yeah, it would be nice if there was cleaner support for generics in general. Needing to implement `ValueCreator` and `ValueConverter` almost brings back the overhead that was reduced by using...
@austinvalle Sorry for the late response, but this exercise's whole point was to create some generic functions to handle different resource models. If we pass in the actual struct instead...