Sourabh Cheedella

Results 74 comments of Sourabh Cheedella

Is it a feature that can be implemented across all languages with a single unopinionated approach? If it has to be adjusted for each language and/or user, it probably shouldn't...

How can I start this? From what I can tell, this function uses the global variable `watch_list` and I'm not sure how I can port this function while still referring...

@denis631 Thank you for the detailed explanation! I will spend some time and figure out if I am able to translate all the code in this file to Rust then.

Is this a feature that could benefit from tree-sitter? Pardon me if I'm misunderstanding the feature.

I couldn't find a mention of this within the remacs project, so I thought I'd share here: A relatively new crate, [regex-automata](https://github.com/BurntSushi/regex-automata) supports `&[u8]` input and could be theoretically used...

I'll leave to others to decide whether it's really that critical to support `3.6` ;)

Having recently come into a new (AWS) environment where I have to import 100s of resources, I decided to build a solution that works for me using the CDK for...

@jsteinich Glad to see some feedback on this-- I think providing a basic level of "use this resource_id when using `terraform import`" would go a long way for this feature....

> Does anyone of you know whether there is any documentation on the id that one has to supply to `terraform import`? I remember that it sometimes took the `arn`...

> * Add resources to stack > * Run `cdktf import` > * `cdktf` synthesizes and then prompts for any resources that would be added (present in stack but not...