David Douglas

Results 19 comments of David Douglas

@acelot exported packages cannot contain the word "internal" in the path https://stackoverflow.com/a/41572137/3689435

Yup, just got done testing this. Can confirm that this generated correctly. Thank you for turning me onto this. ``` package generated import ( "sync" "time" "github.com/ddouglas/monocle" ) // CorporationAllianceHistory2LoaderConfig...

Just pulled my hair out for a few minutes before i realized what was going on. If the file that is being generated is the first file in the directory,...

Here is an example of a file generated without running gofmt process https://github.com/vektah/dataloaden/blob/9d6b85cf15084a11c813eb0ee91c604b0e4a1de0/pkg/generator/generator.go#L147 ``` // Code generated by github.com/vektah/dataloaden, DO NOT EDIT. package import ( "sync" "time" "github.com/ddouglas/monocle" ) //...

> Having same issue and struggling to read attribute values using `hclwrite` and apparently it's not a current functionality at all. Would be very useful if this actually part of...

I just spent a solid day on this. Gonna post here and maybe it'll make it into the docs one day. I have a specific need of loading precompiled templates...

I just got done refactoring a provider because I never in 100 years would've thought that embedding a struct would not be supported.

I don't use this library, I just stumbled on this from an article. I'm commenting on here though because I had this same error message on an M1 Mac this...

Subscribed to this it because I'm very interested in how or if this lib would like to handle this. Keep in mind, this lib iirc is stateless. It processes the...