Nicholas Yang

Results 43 issues of Nicholas Yang

Getting the following error when trying to convert my state. Using draft-js plugins, but I'm not so sure that's the issue. The code is [here](https://github.com/stuyspec/content-editor/blob/master/lib/ContentEditor.js). Relevant portions: `import { stateToHTML...

### Description Internal tools are helpful for both the Rome core team and for other contributors. They let people gain an understanding of our various data structures; they facilitate debugging...

umbrella
A-Tooling

### Description Rome should work with more editors than VSCode. Because we use the language server protocol (LSP), it should be relatively easy to get Rome working with any editor...

umbrella
A-Editors

### Description We've amassed quite a few views in the playground. Any more and we'll run into performance as well as usability issues. One issue that adds to this is...

task
A-Tooling
I-Staff

### Description We should not allow redundant `use strict` directives. ``` function test() { "use strict"; function inner_a() { "use strict"; // redundant directive } function inner_b() { function inner_inner()...

task
A-linter
S-Planned

### Description There are some views I'd like to see at the same time, such as Rome IR and Prettier IR. Currently we're using tabs as our abstraction for navigating...

good first issue
task
A-Tooling

### Description Currently when I debug a failing test, I have to copy the code into a playground manually. Instead, we could have the link automatically generated. This could be...

task
A-Tooling
S-Stale

### Description Prettier has specific logic for formatting a JSX element with a Facebook translation tag. We currently do not handle this. At some point, we probably should, assuming Facebook...

task
A-Formatter

**Is your feature request related to a problem? Please describe.** I'm trying to deploy YACS and I don't have a reference for what environment variables the .env file should contain....

Fixes glob negation in outputs, basically patterns that exclude directories like `!.next/cache/**`. Involves changes to protobuf types for `OutputWatcher`. Existing tests from `turbo_json_test.go` and `globby_test.go` should cover the cases.