Manos Pitsidianakis

Results 54 comments of Manos Pitsidianakis

Percentage is calculated here https://github.com/epilys/bb/blob/c903d4c2975509299fd3d2600a0c4c2102f445d0/src/components/kernel.rs#L575-L579 Seems like this happens when `time` is too big compared to `total_time.saturating_sub(previous_total_time)`

Hallo, > I'm running the git version from the AUR I'm ignorant about AUR, does "git version" mean it's the git master?

And does this happen as soon as you launch the app without any filters/other active modes? Does this happen everytime?

I'm wondering if there's anything "unexpected" in your system, anything that `bb` doesn't account for... process namespaces etc. Do you run containers or anything security related? Regardless of this, I...

Could be `hidepid=2` then 🤔. Thanks, I will try to push a fix asap.

Hello, this is because `bb` is using linux's `libc` crate version without any target platform checks. Even if this was patched, `bb` relies on `procfs`; I see [here it might...

Looks like the vfshim needs reserve bytes in each sqlite page so any bibliothecula databases need to be rebuilt to use it. https://sqlite.org/cksumvfs.html#usage ## Create db tool 1. make a...

Thank your bringing this into attention, it will be replaced with a different photo!

Hello, thanks for your ticket! This function is `unsafe` for this reason as explained in the doc comment: the byte slice is not validated. I think the best way to...

I meant a `validate: bool` argument. You might not want to revalidate an immutable bytes slice after a first validation. Would that satisfy your usecase?