Piotr Idzik

Results 106 issues of Piotr Idzik

#### Description of Change This PR removes some unused includes of the `array` header. Similar to #2945. #### Checklist - [x] Added description of change - [x] PR title follows...

#### Description of Change This PR removes unused variables reported by the compiler. #### Checklist - [x] Added description of change - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) -...

This PR should fix the failing build in #6252 (cf. [log](https://github.com/TheAlgorithms/Java/actions/runs/15356111841/job/43237466158?pr=6252)). - [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have...

# Pull Request Template ## Description This PR removes the [`uninlined_format_args`](https://rust-lang.github.io/rust-clippy/stable/index.html#uninlined_format_args) from the list of suppressed lints. Continuation of #883. ## Checklist: - [x] I ran bellow commands using the...

# Pull Request Template ## Description This PR removes the [`string_to_string`](https://rust-lang.github.io/rust-clippy/stable/index.html#string_to_string) from the list of suppressed lints. Continuation of #883. ## Checklist: - [x] I ran bellow commands using the...

# Pull Request Template ## Description This PR removes the [`manual_midpoint`](https://rust-lang.github.io/rust-clippy/stable/index.html#manual_midpoint) from the list of suppressed lints. Continuation of #883. ## Checklist: - [x] I ran bellow commands using the...

#### Description Fixes a typo: `sucessfully` -> `successfully`. 6ee3e0a86762d1521ed859aaf457d5d275375265 is a result of `yarn i18n:extract`. #### Screenshot (if UI-related) (not related) #### To-Dos - [x] Successful build `yarn build` -...

One can use [`std::log2`](https://en.cppreference.com/w/cpp/numeric/math/log2) directly. **Note**: I find this benchmark: https://quick-bench.com/q/BLCPebC3ibgA6vwewqUpiZRV4Qw quite surprising.

The `-g` flag is not only duplicated, but also unwanted in a release build.

## Type of Change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation -...

M-api-contract-changes