Mark McCulloh
Mark McCulloh
## Current Behavior When running with target only and attempting to forward args to commands, you are forced to provide both target and project. e.g. ```shell nx build -- arg1...
### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change that fixes an...
### Use Case https://nextjs.org/ is a massively popular framework, so it would be great to have good support for deploying a wing application with it. ### Proposed Solution `@winglibs/nextjs` ###...
### I tried this: Typing `super.` in IDE inside a class method/init ### This happened: No completions available ### I expected this: Show protected/public members of parent classes ### Is...
## Note: I'm looking for feedback in the documentation regarding the general direction and API rather than the code itself. https://github.com/winglang/wing/blob/mark/intrinsic-inflight/docs/docs/07-examples/10-using-javascript.md While the implementation here works it still needs changes....
https://github.com/winglang/wing/issues/901 [Rendered Version](https://github.com/winglang/wing/blob/mark/rfc-pin/docs/contributing/999-rfcs/2024-02-15-resource-pinning.md) *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
### I tried this: ```wing struct A { a: num; } struct B { a: num; } let x: A = B { a: 0 }; ``` ### This happened:...
Currently we use WASI to read/write files from within wingc. This is convenient, but brings challenges. It also limits us to requiring WASI rather than being able to run in...
### Use Case Issue was raised by automatic scanning https://github.com/winglang/wing/security/code-scanning/5 While the problem raised is valid, my understanding is that the sim Website resource is intentionally not designed as a...
### Feature Spec `turbo test -F=hangar` includes verification of terraform output for `wing compile -t tf-aws ...` scenarios via `terraform validate`. ### Use Cases Quickly catches a small subset of...