Sourabh Cheedella
Sourabh Cheedella
@rafalcieslak Have you seen this repository maintained for the [IntelliJ plugin](https://github.com/VladRassokhin/terraform-metadata)? Seems like it could fit right in with some changes to the parsing? This way you don't have to...
Hi @rafalcieslak, thanks for the in-depth explaination! I really appreciate it. I started scouring for other tools that have documentation and it looks like [VSCode's plugin](https://github.com/mauve/vscode-terraform/tree/master/src/data) might have what you're...
This seems a bit harder than it seems. AFAIK, the bot only sees in a small circle around your location (so it can't see that dratini 500 steps away), and...
Have you tried logging into the app, and seeing if you are still able to access your account?
Want to chime in on this-- the first feature that needs to be developed would be support for JSON Terraform files, since that is the only output the CDK for...
Thanks for the reply and catching that typo. I've tested it again on my personal machine and I run into a very similar error. This time, I observed a pattern:...
Ok, I think I found out why this is the case-- this is probably an effect from the situation you described on [your ticket on the `jsii` project](https://github.com/aws/jsii/issues/1935). I'm guessing...
I think I found the crux of the issue. While the original TS code doesn't specify a return type for any method that returns `this`, `jsii` takes the liberty to...
I've thought about a short-term solution, but I don't know how you would feel about it: What if we ran a string-replace on the `jsii`-generated Python `__init__.py` (that contains the...
So looking through the [C++ tree-sitter grammar](https://github.com/tree-sitter/tree-sitter-cpp/blob/master/grammar.js), it certainly recognizes `if` statements directly, and it seems like specifying faces for certain elements would done as it is shown [here](https://github.com/ubolonton/emacs-tree-sitter/blob/master/lisp/tree-sitter-hl.el). I...