Remo Senekowitsch
Remo Senekowitsch
On medium to large screen sizes, code blocks scroll on overflow. However, on small screen sizes, code blocks wrap on overflow instead. This makes things like code and terminal output...
This idea was recently [mentioned again](https://github.com/jj-vcs/jj/pull/8082#issuecomment-3618859440). There was a [feature request](https://github.com/jj-vcs/jj/issues/7138) about it, but it was closed as a duplicate of the discussion about [auto-tracking bookmarks](https://github.com/jj-vcs/jj/issues/7072). In the [preceeding discussion](https://github.com/jj-vcs/jj/pull/4871)...
I'm getting a lot of "ambiguous link" warnings in the [Jujutsu repository](https://github.com/jj-vcs/jj) (for example, the changelog). The problem is that docs live under `docs/` but there is also a symlink...
See [here](https://github.com/exercism/rust/pull/2050#issuecomment-2708942397) for the original idea. Basically, some exercises don't lend themselves to generating tests based on a template. We still want to be sure that the `tests.toml` produced by...