Chris Rybicki
Chris Rybicki
### Use Case Sometimes linting doesn't work out of the box for the monorepo (or may raise faulty errors). We should provide instructions in the contributing guide on how to...
### Use Case To visualize the entire state of `Counter` (https://github.com/winglang/wing/issues/6100), you need to have some way to find out what keys have values stored ### Proposed Solution ```js bring...
Leftover from https://github.com/winglang/wing/pull/6099 See comment: https://github.com/winglang/wing/pull/6099#discussion_r1630841148
When I look at the Wing Console and see a node has a colored dot on it (red or yellow), my mental model is that it's indicating me logical information...
### I tried this: https://github.com/winglang/wing/assets/5008987/c30f1384-67eb-4993-9665-e2a65ccdcea5 ### This happened: I expected to see string methods, but saw none of them ### I expected this: _No response_ ### Is there a workaround?...
- As a user, I want a way to figure out what component generated a particular file. For example, the ".npmignore" file is given a header that says "Generated by...
### I tried this: ```ts // main.w class Foo { static extern "./foo.ts" asStringToken(producer: (): str?): str; } // foo.extern.d.ts (generated by compiler) export default interface extern { asStringToken: (producer:...
Most components that come included with projects (or that can be easily enabled via some flag or other option) can be customized in two main ways: - during project construction,...
The current reason for this is that "builtin" steps depend on TypeScript/JavaScript files that are included in the projen distribution. Once projen is removed from the project and uninstalled, the...
Similar to what we have in the AWS CDK https://github.com/aws/aws-cdk/blob/59ef06ae2a70fcb1800fcc1f40eec671c77440f0/.mergify.yml#L51