Cristian Pallarés

Results 42 issues of 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...

✨ enhancement
🛫 console

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:...

🐛 bug
🛠️ compiler

### 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...

🐛 bug
🛠️ compiler

Double clicking a resource in tree view should zoom into the resource in the map view.

✨ enhancement
🛫 console

Is this a planned feature? I'd love to add some wildcards to my watch settings. For example: ``` json { "...": {}, "watch": [ "/public/assets/**/*" ] } ``` Regards!

enhancement

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...

🐛 bug
🛫 console
Stale

Everyday, while developing, something goes wrong: the node process doesn't end and starting consuming the whole CPU capacity: ![image](https://github.com/winglang/wing/assets/1077520/12550892-80b4-45f6-8ab5-f3dfbb20a48b) Not sure what's causing it.

🐛 bug
🛫 console
Stale
🏎️ perf

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. ![image](https://github.com/winglang/wing/assets/1077520/5be5219f-b74e-416b-b28e-adfbdb056033)

🐛 bug
🛫 console