Cam McHenry

Results 59 comments of Cam McHenry

@DonIsaac I think the perf degradation is mainly from reading the config file. I don't see any significant difference between the file with overrides and the one without: ```jsonc //...

I'd like to revive this thread, as I'm able to reproduce the issue when rendering Jupyter notebooks on GitHub (which uses `nbconvert` to do the rendering). These examples _do_ work...

> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....

@dperini Thanks, let me know if there is anything I can do to help with this PR. I did test it out in Chrome 127 on macOS and it looked...

* **#6257** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @camchenry and the rest of your teammates on Graphite

@7086cmd Thanks for the feedback, I updated the PR and I think it's a little bit simpler and more consistent now. I wasn't sure how to avoid the `(*arg).clone_in()` part...

I'm planning to work on `TSArrayType`.

I'm going to try and start working on `ComputedMemberExpression`. It will take me a little while, as it looks like there are 24 lint rules that need to be rewritten....

`ComputedMemberExpression` is done: #11766, I'm now working on `StaticMemberExpression`: #11767.

Okay, so it turns out that untangling `StaticMemberExpression` is a lot. It's kind of looking like I might just need to do `MemberExpression` as a whole. Hopefully our test coverage...