Vitalii Kryvenko
Vitalii Kryvenko
I see, that's a bummer. Although `schemars` allows using custom overrides `#[schemars(...)]` in case serde isn't used, but the fact that it is unmaintained is reasonable. In theory we could...
Makes sense, I'll try to find a way to make the JSON schema the source of the truth for the mdbook as well
@kaffarell could you get this change released please? The last `tracing-attributes` release was in October 2023
Or maybe I should ask @hawkw instead for a release. Without this fix we have to disable this clippy lint globally because we have a lot of usages of this...
So since 2017 if you write a script like this ```ps1 # dbg.ps1 Write-Output "before try" try { Write-Output "inside try" } finally { Write-Output "inside finally" } ``` without...
> This issue has not had any activity in 6 months, if there is no further activity in 7 days, the issue will be closed automatically. Nice joke. It is...
I think this feature would be rather useful. BTreeMap is underrated. The main thing is that sorting guarantee gives *stability*. I personally prefer `BTree` data structures due to that. It...
> The "[🚧 Development v0.4.0-dev](https://github.com/rust-marker/marker/commit/4c755f9304fbf837c67e0f715fc1aadab9a16703)" commit had a red CI This problem is easily solvable with making 404 errors retriable. We could have an optional env variable for the installation...
Looks much better to me Although if you look under the covers, then you'll see a dump of hard work 😸. It tells me that GitHub definitely doesn't know how...
Just replace `--force-with-lease` with `--force`. `--force-with-lease` doesn't work for tags, because `--force-with-lease` thinks that the tag that we have locally that was changed is out of date, when it's actually...