Henry Bley-Vroman

Results 204 comments of Henry Bley-Vroman

My timeline "unread count" bubble doesn't go above 40. When the real count is above 40, scrolling up doesn't change the count until you reach the real 40 point; clicking...

Good catch, thanks! Fix looks right. > Not sure which branch to target `main` please. If into `next`, merging into `main` will be blocked by waiting for me to cut...

Oh hm I just tried the new `./tests` in the `main` branch, and the new test passes when it should fail. ``` % git checkout main % git checkout

Oh! Ha. Yes base on `next`. Which I force-pushed yesterday, so make sure to pull first. I always use `--with-lease` so it should be painless, but this might be the...

`next`. And I'll merge next into main asap

Bet it was me, I did a lot of rebasing yesterday 😄

Thanks for sharing that solution. I've made a fork which uses it to support Eleventy 3: [`@olets/eleventy-plugin-shiki-twoslash`](https://github.com/olets/shiki/tree/main/packages/eleventy-plugin-shiki-twoslash). My fork also has the latest Shiki themes and languages.

Another use case for client-side redirects: I want to reorganize an established docs site. I don't want existing links to break (I can update the ones I control, but can't...

> I'm inclined to close this issue as a "wontfix" I hope this stays open. A solution for redirects which doesn't take more dev chops or budget than the rest...