Pol Amorós

Results 9 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 name that includes spaces `my directory` `mkdir "my directory"` Create a wing test file: ``` //my directory/main.test.w bring cloud; let...

🐛 bug
good first issue
☁️ 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
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
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
needs-discussion

### Use Case **WIP** The console's left pane currently contains three different panes: **Hierarchy**, **Endpoints**, and **Tests**. These three inner panes are resizable, but can't be collapsed or hidden. **Propsal**...

✨ enhancement
🛫 console
needs-discussion