Mike MacDonald

Results 4 comments of Mike MacDonald

`try_convert` is also a useful approach, but this sort of use case is literally `to_str` and friends' _raison d'être_, so I think the original proposal is a better fit.

This is a truly excellent bug report. I'm sorry I didn't have time to look into it when you reported it, but I sure will now.

The idea is that one is supposed to add code to make the vec non-empty between the two assertions. As in your other issue, a `__;` would make this more...

`npm audit` on npm 11.1.0 doesn't register that `@octokit/plugin-paginate-rest-9.2.2` and `@octokit/request-8.4.1` are not vulnerable. Minimal repro: ``` ~/workspace ❯❯❯ mkdir npm-github-actions ~/workspace ❯❯❯ cd npm-github-actions ~/w/npm-github-actions ❯❯❯ npm i @actions/github...