Pol Amorós

Results 8 issues of Pol Amorós

Hello! I've been setting up a Sigma r19 with an octopus motherboard. Everything is working properly except the homing of the second extruder (X2), which is not moving to the...

### What version of React Router are you using? 6.22.1 ### Steps to Reproduce * Define a dynamic route to capture branch names, using the pattern `/:branch`. * Encode a...

bug

### I tried this: Having a wing test with a function: ``` bring cloud; let fn = new cloud.Function(inflight (event: str?) => { }); test "test 1" { assert(true); }...

🐛 bug
🧪 testing

### I tried this: create an empty directory with a wing test ``` // main.test.w bring cloud; let bucket = new cloud.Bucket(); test "Bucket is empty" { assert(bucket.list().length == 0);...

🐛 bug
☁️ aws

### Feature Spec see @Chriscbr comment https://github.com/winglang/wing/issues/1686#issuecomment-1456658687 ### Use Cases see @ShaiBer comment https://github.com/winglang/wing/issues/1686#issuecomment-1735511301 ### Implementation Notes _No response_ ### Component Wing Console ### Community Notes * Please vote by...

✨ enhancement
🎨 sdk
🛫 console
community-request

### Use Case Having "Retry" and "Close" options on the connection lost modal would be useful. Also, add connection lost information in the footer. ### Proposed Solution _No response_ ###...

✨ enhancement
🛫 console
Stale
needs-discussion

### Use Case A lot of connections are added when using the bring UI. ``` bring cloud; bring ui; class myBucket { b: cloud.Bucket; new() { this.b = new cloud.Bucket();...

✨ enhancement
🛫 console
Stale
needs-discussion

### Use Case Sometimes, a node can go partially out of the view when expanded. In those cases, I expect the node to be centered/moved so I can collapse it...

✨ enhancement
🛫 console
Stale
needs-discussion