Shai Ber

Results 8 issues of Shai Ber

### Feature Spec Please comment here if you'd like to have a provisioning engine added as a target for Wing, or add 👍 to a comment by someone else ###...

🎨 sdk
📜 sdk-spec-impl

### Use Case I have a front-end that is not served by Wing and needs to access a backend developed in Wing. Therefore, all the API URLs and ports need...

✨ enhancement
needs-discussion

### Feature Spec The guides section has explanations with examples of how to conduct tests in Wing for different scenarios. https://www.winglang.io/docs/category/guides ### Use Cases When developers want to know how...

📚 documentation
✨ enhancement

### Feature Spec I'd like to be able to compile my code to all supported cloud and provisioning engines though the Wing console's UI and see the resulting artifacts in...

✨ enhancement
🛫 console

### Feature Spec A section in the docs that talks about adopting Wing, emphasize with the pains devs feel and what we do to make their lives easier. Basically explain...

📚 documentation
✨ enhancement

### Use Case We have an app with Python inflight code that we'd like to compile to cloudformation. We're using the Python library to run the python inflight. ### Proposed...

✨ enhancement
needs-discussion
📚 libraries

### I tried this: ```ts pub class InflightThrower { pub inflight operation () { throw "Exception from inflight operation"; } } pub class InflightConstructorThrower { inflight new () { throw...

🐛 bug
🛠️ compiler

### I tried this: Wrote this code: ```ts bring cloud; let s1: str? = nil; let s2: str? = nil; let s3 = s1 ?? s2; ``` ### This happened:...

🐛 bug
📐 language-design
🛠️ compiler