Cristian Pallarés
Cristian Pallarés
The proposal consists of: - Add an additional option "Selected resource" checkbox to the Resources Filter, in the Logs (below the "All resources" option) - If enabled, the logs will...
The `root` and `root/Default` nodes are hidden from the Console users because they aren't of any concern to them. There's still some places where these nodes are shown, and this...
### I tried this: ```wing bring cloud; bring util; bring "@cdktf/provider-aws" as tfaws; class Table { table: tfaws.dynamodbTable.DynamodbTable; new() { this.table = new tfaws.dynamodbTable.DynamodbTable({ name: this.node.addr, attribute: [ { name:...
### I tried this: ```wing bring cloud; test "presigned url" { let bucket = new cloud.Bucket() as "Bucket"; let obj = new cloud.Object() as "Object"; } ``` Run `wing compile...
Double clicking a resource in tree view should zoom into the resource in the map view.
Is this a planned feature? I'd love to add some wildcards to my watch settings. For example: ``` json { "...": {}, "watch": [ "/public/assets/**/*" ] } ``` Regards!
It does seem like there's inconsistent behavior in the simulator -- for example if a resource fails to start, in some cases like the one you showed above, the console...
Everyday, while developing, something goes wrong: the node process doesn't end and starting consuming the whole CPU capacity:  Not sure what's causing it.
Need to check the behavior, specially for MacOS. It always uses Chrome, if available, even if System Settings is configured to use Arc, for example. 