Max Mynter

Results 7 comments of Max Mynter

@Rich-Harris the bug is still live on learn.svelte.dev :) If adjustments to my submission are necessary, I'd appreciate guidance and will fix it.

I understand the issue in the sense that we would like to support not using the full Git url but just the package name and if a git option (like...

Punctuation of comments adressed in [8f6403c](https://github.com/zed-industries/zed/pull/31959/commits/8f6403c5d2564e110e654d2ac20d732044160489)

There was a CI failure because of formatting but a merge conflict after `cargo fmt` so i rebased this change onto the current tip of main -- that's why the...

This PR made the **minimum width** configurable. If you have long files, the gutter will (in the current implementation) always be wide enough to accomodate the largest line number which...

I did a little digging into this. The exclusivity is enforced by `Clap`. https://github.com/astral-sh/uv/blob/3b8139526a8dc1f3bfd003b9ef215bd148025ce6/crates/uv-cli/src/lib.rs#L3378-L3386 From what I found in the [Clap docs](https://docs.rs/clap/latest/clap/struct.Arg.html#method.conflicts_with), it's not possible to declare conflicts on runtime...