Liam Stanley

Results 82 comments of Liam Stanley

This has been open for awhile, but.. I don't think so, for a few reasons. You can't expect a utility or resource to be resilient to it's inputs and outputs,...

Looking for a way to access response headers in addition to the body, as well. Seems like a good solution would be to pass an `HTTPResponse` or similar as a...

Hello @independentid, if https://github.com/hashicorp/terraform-plugin-docs/pull/174 is merged, I believe it will properly report the error from the terraform cli in situations like this, where a `-` is invalid in the organization...

I believe this is a non-issue. The registry path used is merely just a temporary configuration for querying the schema, and I don't believe it needs to match the actual...

Hello @cloud-j-luna, if https://github.com/hashicorp/terraform-plugin-docs/pull/174 is merged, it may help improve the error output for you to troubleshoot this further. I believe another issue could be related to `--provider-name`. For example,...

Hello @adejoux, if https://github.com/hashicorp/terraform-plugin-docs/pull/174 is merged, it should help improve the error output from terraform itself. I believe the issue you are likely running into is the provider name, which...

I was going to submit a PR, however the repo structure is a bit confusing to me, so I'll just add the items that I was able to get working,...

Also going to work on a `unplugin-vue-components` resolver, if you'd be interested in that -- there might be other versions that can be added in a similar fashion as the...

And here is the vue auto-component-import resolver: ```typescript // icon-component-resolver.ts import { readdirSync } from 'fs' import { dirname } from 'path' import { resolveModule } from 'local-pkg' import type...

I haven't tried fluent or material yet, but I did try ionicons5 with aliased import names, which would have been near that amount, and it was still very fast, adding...