Chris Rybicki

Results 150 issues of 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...

✨ enhancement
👷‍♀️ contributor-experience
Stale

### 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...

✨ enhancement
🎨 sdk
good first issue
Stale

Leftover from https://github.com/winglang/wing/pull/6099 See comment: https://github.com/winglang/wing/pull/6099#discussion_r1630841148

refactor
👠 platforms

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...

🐛 bug
🛫 console
needs-discussion

### 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?...

🐛 bug
📡 language-server
🔌 vscode-extension

- 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:...

🐛 bug
🛠️ compiler
good first issue

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,...

needs-rfc

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