Giuliano Bellini
Giuliano Bellini
It seems something related to Rust 1.81 [new sorting implementations](https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#new-sort-implementations). Unfortunately I'm not able to reproduce this on any of my machines, but I'll try to find a fix.
Yes, I'll need your help to test once I come up with a potential fix. Thanks very much 👍
Hey guys when does this error happen? In which screen of the application? I'm asking this to understand where is the comparison function to fix.
Oh ok, if it's happening before you see anything, then it is the page where you have to select network adapters an filters.
This is even more strange now as @koshikas is having this issue in the overview page instead.
Oh ok sorry there was a misunderstanding. I thought it was happening as soon as you started the app. Ok so the problem is in the overview page for you...
I've built a new binary for you guys to test, find the links [here](https://github.com/GyulyVGC/sniffnet/actions/runs/13132390757) (at the bottom of the page). This is using the latest dependencies and Rust version. I...
Unfortunately the package I build aren't for Arch Linux. However you can try checking the [required dependencies](https://github.com/GyulyVGC/sniffnet/wiki/Required-dependencies), but not sure it'll work on Arch since there you have to install...
In this case it's not needed since I'm just matching against all the variants of an enum. So there are no other cases possible.