Shi Han

Results 9 comments of Shi Han

Adding on top of what @teddybee mentioned above, linkify is used in the match decorator: https://github.com/tasti/react-linkify/blob/325cb5e43300d7ada5bdf8d2849783d98fcd3c2c/src/decorators/defaultMatchDecorator.js#L3-L11 Therefore if we want to use a customized version of linkify, we can create...

Hi, thanks for the suggestion. Could you provide more context of the usecase of this feature and what problem are you trying to witht the comment outputs?

I've given some thoughts about this. One thing we can do is to use the [`description` of variables](https://www.terraform.io/docs/language/values/variables.html#arguments) as a "comment" in the output.

> Or should we just remove the cache folder to force a re-download? Yes, @seniorquico, you are right. Unfortunately this is "best" way to "update" for the moment :bow:.

I think `golang.org/x/text/language`'s Parse is based on Unicode Locale Data Markup Language (LDML)'s [Unicode Language and Locale Identifiers](https://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers) which is based on [BCP47](https://www.unicode.org/reports/tr35/#BCP47) (but they are not strictly the same)....

Thank you for the suggestion. Currently, this tool looks for variable blocks and extracts the information. If we'd implement something like the above, we'd need to do it "in reverse"?...

@alexcrichton thank you for the reply and the insight. Do you know where I can find references or examples of how to implement the `get_directories` method properly? I realize that...

> I can't access the repository link you posted above, so I don't know what the error is here. @alexcrichton I am sorry 🙏 . I didn't realize that the...

Sorry for the (1 year 😓) late reply. I think it should follow the precedence as stated in https://developer.hashicorp.com/terraform/language/values/variables#variable-definition-precedence. Will take deeper look when I am more available 🙏 Happy...