Kent Gruber

Results 63 comments of Kent Gruber

> I'm not sure what `repository.file` was intended to mean in this hypothetical language, but I think for today's HCL you'd need to find a different way to express that...

Thank you for the report, and apologies for the delay in fixing this (https://github.com/picatz/terraform-google-nomad/pull/59/commits/87d6c08945f11407a8948c0b6c26837e22725480). 😄

👋 Hello @BlackthornYugen and @jpgpi250, apologies for the long delay in getting this issue resolved. 🎉 https://github.com/picatz/doh/pull/26 should fix this issue, which landed an [RFC 8484](https://tools.ietf.org/html/rfc8484) based client implementation. >...

Somewhat related, I'd _love_ to see external `lockfile` parsing functions take a (path name _and_) `io.Reader`. I would like to use this package's parsing capabilities outside of usage with the...

Thank you for the quick response @G-Rath, happy to make an issue!

I'd love to see this happen, and as @oliverchang points out, it would be useful for SARIF integration. Otherwise, currently, I have to provide fake location information (top of the...

> Include at least 100 high quality examples (it is okay to only contribute 5-10 meaningful examples and have us test them with GPT-4 before adding all 100) To expand...

Just another option to consider, but the [`io/fs`](https://pkg.go.dev/io/fs) package might be useful in this case? [`io/fs.FS`](https://pkg.go.dev/io/fs#FS) seems very similar to the `FSAccessor` interface.

👋 Hello @G-Rath, I think reporting diagnostics is a good idea conceptually, but I haven't dug through the implementation details yet! I'll find some time this week to do so...

Hey @G-Rath, just to follow up: I wasn't able to find time last week. But, this is something I'm definitely still interested in!