Russell Banks

Results 110 comments of Russell Banks

I haven't been able to reproduce this on Windows or Ubuntu x64. Does this occur repeatedly on Ubuntu ARM64? If so, I can only really report it to the underlying...

@Exorcism0666, could you check whether this is fixed in Komac [v2.6.0](https://github.com/russellbanks/Komac/releases/tag/v2.6.0) please? I believe this will have been resolved with the same fix as https://github.com/russellbanks/Komac/issues/770#issuecomment-2321994514.

I reported this in https://github.com/fosskers/rs-versions/issues/23. There'll hopefully be a fix for this soon.

> Yes, please. Installer architecture cannot be detected properly if I use the `--urls` parameter with multiple URLs. @hlqviet Do you have an example?

The issue with the arm64 one is that it says arm64ec. Komac has this process of finding architectures in URLs: 1. check for {delimiter}{architecture}{delimiter} 2. check for {architecture}.{extension} The architectures...

@Exorcism0666 #1070 was for Inno installers. Your original issue for an MSI installer would still be relevant and waiting on https://github.com/mdsteele/rust-msi/issues/19 which hopefully would then be fixed by https://github.com/mdsteele/rust-msi/pull/18.

Thanks for your solution @dpprdan and your feedback @teras and @soredake. This has been a helpful issue for me too because I haven't ever been able to reproduce this because...

> Please, is it possible to write which permissions are required, even for the old-style token? For the classic token, Komac v1 only requires the `public_repo` scope. The unreleased Komac...

I've tried getting a fine-grained token to work and Komac v2 is able to fully create the manifests and commit but fails to create a pull request as you found...

I'll put this on my todo list now that Komac v2 has been released. I want to ensure Komac v2 irones out any issues people have with it first.