Yury

Results 5 issues of Yury

- [ ] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [ ] My addition is ordered alphabetically - [ ] My submission has a...

enhancement

Thank you for taking the time to work on a Pull Request for this project! To ensure your PR is dealt with swiftly please check the following: - [x] Your...

Inside each topic will be one of the difficulty level icons: - [ ] `🟩 basic` - recommended to be studied first. - [ ] `🟨 medium` - recommended after...

enhancement

I installed gdu on Ubuntu 22.04 in WSL and running application with `-d` flag (which stands for mounted disks), then I choose the root directory of my disrto (`/mnt/wslg/distro`) and...

bug

A fairly trivial check of division by zero causes panic. Do you plan any protection against such cases? And a way to avoid panics? ```sh panic: runtime error: integer divide...