Cam McHenry
Cam McHenry
@hildjj I believe this can be closed out? There are a few links to GitHub on the website. 1. In the footer 2. On the "Development" page
@broccolinisoup Thanks for the update! Glad to hear this will be fixed in the next version of the Tooltip. I'll stay subscribed to that issue so we can update our...
I would also find this quite useful. We are using Playwright for testing our UI pretty extensively, and this is very helpful for ensuring that the screen reader experience is...
This error message could be more clear, but generally when this occurs, it means that the GraphQL API couldn't find the requested entity because it either doesn't exist, or you...
I'm going to close this out, because I've tested the new Tooltip component and this appears to no longer be an issue 🎉
Besides the `@prop`/`@property` issue (being discussed in #10252), I believe this is consistent with `eslint-plugin-jsdoc`. Using this file: ```js /** * @typedef {Array|Set} FileExtensionsList * * @typedef {object} MediaExtensionAddRemoveConfig *...
* **#6049** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @camchenry and the rest of your teammates on Graphite
The main issue I'm running into here is: ``` error[E0515]: cannot return value referencing local variable `jest_nodes` --> crates/oxc_linter/src/lib.rs:157:9 | 150 | for node in &jest_nodes { | ----------- `jest_nodes`...
@leaysgur Maybe you have some insight on this. I was having trouble correctly parsing control characters because the span offsets didn't match the source when unicode escapes were involved. I'm...
> In my view, the only solution is to update `oxc_regular_expression` to be aware of escape sequences. This makes sense to me, I think it would it also align us...