Eli
Eli
FYI, the linked issue is closed as completed 😁
I'll have to try that when I get a chance, thanks for the tip!
Did you navigate straight to the info popovers? Try navigating to a different page, then to the about page. It's primarily found by going to `/green/`, click on the infos,...
Oh, and the link I posted () reproduces fine. You don't need to clone it (though I guess you'd still want to to verify my hunch). It's associated with commit...
I can verify that @thegaryroberts's workaround works. The diff: [^1] ```diff diff --git a/src/islands/Info.tsx b/src/islands/Info.tsx index 94b8f6a..0fd491b 100644 --- a/src/islands/Info.tsx +++ b/src/islands/Info.tsx @@ -21,6 +21,7 @@ export function Info({ children...
Aren't there already a few? - [Orta.vscode-twoslash-queries](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash-queries) (official?) - [YiJie.vscode-comment-queries](https://marketplace.visualstudio.com/items?itemName=YiJie.vscode-comment-queries) (works w/many langs) - [Orta.vscode-twoslash](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash) (links to shiki, deprecated?)
Coverage no longer crashes! It currently reports it all as zero, but that's better than it was! See #27003.
Bumped into another issue: If you use a `package.json` + `.npmrc` to resolve JSR deps, everything works fine (they're put in `node_modules`), but when using a `deno.json` and native `jsr:`...
> @lishaduck Does it help to add in the deno.json { "nodeModulesDir": "auto" }, to generate the node_modules ([docs](https://docs.deno.com/runtime/fundamentals/node/#automatic-node_modules-creation))? I'm using `"nodeModulesDir": "manual"`, but I installed via `deno install` first....
I haven't been working much in JS-land recently, but it looks like my issue might be fixed. I'll try to find some time to see if I can still repro...