Henry Bley-Vroman

Results 204 comments of Henry Bley-Vroman

- _update: 3.x behavior tracked in https://github.com/unjs/unbuild/issues/467_ The same thing happens with package.json subpath imports https://nodejs.org/api/packages.html#subpath-imports Here's a minimal reproduction https://stackblitz.com/edit/vitejs-vite-kwryzn?file=src%2Findex.ts Lmk if I should open a new issue.

Requests for surfacing download metrics _on package pages_ have been closed as duplicates of this: - #343 - #383 - edited to add #731 But this issue's title explicitly limits...

@NatoBoram the endpoint in https://github.com/jsr-io/jsr/issues/14#issuecomment-2708489000 doesn't have precomputed "total downloads" or "weekly downloads" data points, and vanilla JSONPath doesn't have the functions needed to compute it in a shields query....

- I looked more closely at this and found that the solution I proposed was not exactly right. It was impacted by users' prompt_subst config. I made a more reliable...

Thanks for the report! At this point I'm guessing you're running into something specific to the NixOS package. I'm only tangentially involved in that. I recommend opening an issue with...

> becomes to occur again after a while When it starts again, do you get a warning about "a job timed out. it was related to zsh-abbr" in the terminal?

- The upstream zsh-job-queue bug is tracked in https://github.com/olets/zsh-job-queue/issues/2 > I saw this error message while launching a new terminal today. This is quite rare. Interesting, thank you. Not sure...

Starting in zsh-abbr 6.3.0, you ought to be able to run `job-queue__zsh-abbr clear zsh-abbr` as a workaround. In this case `rm $JOB_QUEUE_TMPDIR/zsh-abbr/*` is effectively the same.